FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Naming System Identifier Type - JSON Representation

Page standards status: Informative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "namingsystem-identifier-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-identifier-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\">oid\n                  <a name=\"namingsystem-identifier-type-oid\"> </a>\n                </td>\n                <td>OID</td>\n                <td>An ISO object identifier; e.g. 1.2.3.4.5.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">uuid\n                  <a name=\"namingsystem-identifier-type-uuid\"> </a>\n                </td>\n                <td>UUID</td>\n                <td>A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">uri\n                  <a name=\"namingsystem-identifier-type-uri\"> </a>\n                </td>\n                <td>URI</td>\n                <td>A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">iri-stem\n                  <a name=\"namingsystem-identifier-type-iri-stem\"> </a>\n                </td>\n                <td>IRI stem</td>\n                <td>An IRI string that can be prepended to the code to obtain a concept IRI for RDF applications. This should be a valid, absolute IRI as defined in RFC 3987. See rdf.html#iri-stem for details on how this value may be used.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">v2csmnemonic\n                  <a name=\"namingsystem-identifier-type-v2csmnemonic\"> </a>\n                </td>\n                <td>V2CSMNemonic</td>\n                <td>A short string published by HL7 for use in the V2 family of standsrds to idenfify a code system in the V12 coded data types CWE, CNE, and CF. The code values are also published by HL7 at http://www.hl7.org/Special/committees/vocab/table_0396/index.cfm</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">other\n                  <a name=\"namingsystem-identifier-type-other\"> </a>\n                </td>\n                <td>Other</td>\n                <td>Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r5.r4"
        },
        {
          "url" : "version",
          "valueString" : "0.0.1-snapshot-2"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "vocab"
    }
  ],
  "url" : "http://hl7.org/fhir/namingsystem-identifier-type",
  "version" : "5.0.0",
  "name" : "NamingSystemIdentifierType",
  "title" : "Naming System Identifier Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-01-27T01:53:48+10: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 style of unique identifier used to identify a namespace.",
  "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-identifier-type|4.0.1",
  "content" : "complete",
  "concept" : [
    {
      "code" : "oid",
      "display" : "OID",
      "definition" : "An ISO object identifier; e.g. 1.2.3.4.5."
    },
    {
      "code" : "uuid",
      "display" : "UUID",
      "definition" : "A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11."
    },
    {
      "code" : "uri",
      "display" : "URI",
      "definition" : "A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org."
    },
    {
      "code" : "iri-stem",
      "display" : "IRI stem",
      "definition" : "An IRI string that can be prepended to the code to obtain a concept IRI for RDF applications. This should be a valid, absolute IRI as defined in RFC 3987. See rdf.html#iri-stem for details on how this value may be used."
    },
    {
      "code" : "v2csmnemonic",
      "display" : "V2CSMNemonic",
      "definition" : "A short string published by HL7 for use in the V2 family of standsrds to idenfify a code system in the V12 coded data types CWE, CNE, and CF. The code values are also published by HL7 at http://www.hl7.org/Special/committees/vocab/table_0396/index.cfm"
    },
    {
      "code" : "other",
      "display" : "Other",
      "definition" : "Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC."
    }
  ]
}