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

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

: NamingSystemIdentifierType - 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      \n      \n            <h2>NamingSystemIdentifierType</h2>\n      \n      \n            <div>\n        \n        \n              <p>Identifies the style of unique identifier used to identify a namespace.</p>\n\n      \n      \n            </div>\n      \n      \n            <p>This code system http://hl7.org/fhir/namingsystem-identifier-type defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">oid\n            \n            \n                  <a name=\"namingsystem-identifier-type-oid\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>OID</td>\n          \n          \n                <td>An ISO object identifier; e.g. 1.2.3.4.5.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">uuid\n            \n            \n                  <a name=\"namingsystem-identifier-type-uuid\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>UUID</td>\n          \n          \n                <td>A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">uri\n            \n            \n                  <a name=\"namingsystem-identifier-type-uri\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>URI</td>\n          \n          \n                <td>A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">other\n            \n            \n                  <a name=\"namingsystem-identifier-type-other\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>Other</td>\n          \n          \n                <td>Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \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-r4b.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" : "4.3.0",
  "name" : "NamingSystemIdentifierType",
  "title" : "NamingSystemIdentifierType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-01-17T06:06:13+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" : "other",
      "display" : "Other",
      "definition" : "Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC."
    }
  ]
}