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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-namingsystem-identifier-type.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-namingsystem-identifier-type.html
URLhttp://hl7.org/fhir/namingsystem-identifier-type
Version4.0.1
Statusdraft
Date2019-11-01T08:29:23+10:00
NameNamingSystemIdentifierType
TitleNamingSystemIdentifierType
Realmuv
Authorityhl7
DescriptionIdentifies the style of unique identifier used to identify a namespace.
Contentcomplete

Resources that use this resource

ValueSet
R5-namingsystem-identifier-type-for-R4BCross-version VS for R5.NamingSystemIdentifierType for use in FHIR R4B
R4-namingsystem-identifier-type-for-R5Cross-version VS for R4.NamingSystemIdentifierType for use in FHIR R5
R5-namingsystem-identifier-type-for-R4Cross-version VS for R5.NamingSystemIdentifierType for use in FHIR R4
R2-namingsystem-identifier-type-for-R5Cross-version VS for R2.NamingSystemIdentifierType for use in FHIR R5
R4B-namingsystem-identifier-type-for-R5Cross-version VS for R4B.NamingSystemIdentifierType for use in FHIR R5
R3-namingsystem-identifier-type-for-R5Cross-version VS for R3.NamingSystemIdentifierType for use in FHIR R5

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem namingsystem-identifier-type

This case-sensitive code system http://hl7.org/fhir/namingsystem-identifier-type defines the following codes:

CodeDisplayDefinition
oid OIDAn ISO object identifier; e.g. 1.2.3.4.5.
uuid UUIDA universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.
uri URIA uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org.
other OtherSome other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC.

Source1

{
  "resourceType": "CodeSystem",
  "id": "namingsystem-identifier-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-r4.r4b"
        },
        {
          "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": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/namingsystem-identifier-type",
  "version": "4.0.1",
  "name": "NamingSystemIdentifierType",
  "title": "NamingSystemIdentifierType",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+10: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|4.3.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."
    }
  ]
}