Extensions for Using Data Elements from FHIR R5 in FHIR R4B
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R5 in FHIR R4B - Downloaded Version null See the Directory of published versions

: NamingSystemType - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "namingsystem-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/namingsystem-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">codesystem\n                  <a name=\"namingsystem-type-codesystem\"> </a>\n                </td>\n                <td>Code System</td>\n                <td>The naming system is used to define concepts and symbols to represent those concepts; e.g. UCUM, LOINC, NDC code, local lab codes, etc.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">identifier\n                  <a name=\"namingsystem-type-identifier\"> </a>\n                </td>\n                <td>Identifier</td>\n                <td>The naming system is used to manage identifiers (e.g. license numbers, order numbers, etc.).</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">root\n                  <a name=\"namingsystem-type-root\"> </a>\n                </td>\n                <td>Root</td>\n                <td>The naming system is used as the root for other identifiers and naming systems.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r5.r4b"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "vocab"
    }
  ],
  "url" : "http://hl7.org/fhir/namingsystem-type",
  "version" : "5.0.0",
  "name" : "NamingSystemType",
  "title" : "Naming System Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-04T17:01:24-06:00",
  "publisher" : "HL7 International / Terminology Infrastructure",
  "contact" : [
    {
      "name" : "HL7 International / Terminology Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/Vocab"
        }
      ]
    }
  ],
  "description" : "Identifies the purpose of the naming system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/namingsystem-type|4.3.0",
  "content" : "complete",
  "concept" : [
    {
      "code" : "codesystem",
      "display" : "Code System",
      "definition" : "The naming system is used to define concepts and symbols to represent those concepts; e.g. UCUM, LOINC, NDC code, local lab codes, etc."
    },
    {
      "code" : "identifier",
      "display" : "Identifier",
      "definition" : "The naming system is used to manage identifiers (e.g. license numbers, order numbers, etc.)."
    },
    {
      "code" : "root",
      "display" : "Root",
      "definition" : "The naming system is used as the root for other identifiers and naming systems."
    }
  ]
}