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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-namingsystem-identifier-type.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

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

Code Display Definition
oid OID An ISO object identifier; e.g. 1.2.3.4.5.
uuid UUID A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.
uri URI A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org.
iri-stem IRI stem 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.
v2csmnemonic V2CSMNemonic 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
other Other Some 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-r5.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": "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.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": "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."
    }
  ]
}