FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageus.cdc.phinvads
Resource TypeValueSet
IdValueSet-2.16.840.1.114222.4.11.1055.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1055
Version1
Statusactive
Date2008-01-22T00:10:00+11:00
NamePHVS_UniversalIdType_HL7_2x
TitleUniversal ID Type (HL7)
Realmus
DescriptionHL7 table 0301 contains the universal identifier type

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0301universalIdType

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.1055",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.1055"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.1055",
  "version": "1",
  "name": "PHVS_UniversalIdType_HL7_2x",
  "title": "Universal ID Type (HL7)",
  "status": "active",
  "date": "2008-01-22T00:10:00+11:00",
  "description": "HL7 table 0301 contains the universal identifier type",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0301",
        "version": "HL7 v2.5",
        "concept": [
          {
            "code": "ISO",
            "display": "An International Standards Organization Object Identifier"
          },
          {
            "code": "DNS",
            "display": "An Internet dotted name. Either in ASCII or as integers"
          },
          {
            "code": "x400",
            "display": "An X.400 MHS format identifier"
          },
          {
            "code": "x500",
            "display": "An X.500 directory name"
          },
          {
            "code": "HL7",
            "display": "Reserved for future HL7 registration schemes"
          },
          {
            "code": "GUID",
            "display": "Same as UUID."
          },
          {
            "code": "HCD",
            "display": "The CEN Healthcare Coding Scheme Designator. (Identifiers used in DICOM follow this assignment scheme.)"
          },
          {
            "code": "UUID",
            "display": "The DCE Universal Unique Identifier"
          },
          {
            "code": "L,M,N",
            "display": "These are reserved for locally defined coding schemes."
          },
          {
            "code": "URI",
            "display": "Uniform Resource Identifier"
          },
          {
            "code": "Random",
            "display": "Usually a base64 encoded string of random bits."
          }
        ]
      }
    ]
  }
}