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

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

: NamingSystemIdentifierType - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "namingsystem-identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem namingsystem-identifier-type</b></p><a name=\"namingsystem-identifier-type\"> </a><a name=\"hcnamingsystem-identifier-type\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/namingsystem-identifier-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">oid<a name=\"namingsystem-identifier-type-oid\"> </a></td><td>OID</td><td>An ISO object identifier; e.g. 1.2.3.4.5.</td></tr><tr><td style=\"white-space:nowrap\">uuid<a name=\"namingsystem-identifier-type-uuid\"> </a></td><td>UUID</td><td>A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.</td></tr><tr><td style=\"white-space:nowrap\">uri<a name=\"namingsystem-identifier-type-uri\"> </a></td><td>URI</td><td>A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"namingsystem-identifier-type-other\"> </a></td><td>Other</td><td>Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString" : "Informative"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r3.r5"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/namingsystem-identifier-type",
  "version" : "3.0.2",
  "name" : "NamingSystemIdentifierType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-23T19:53:00-05:00",
  "publisher" : "FHIR Infrastructure",
  "contact" : [
    {
      "name" : "FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "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|5.0.0",
  "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" : "other",
      "display" : "Other",
      "definition" : "Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC."
    }
  ]
}