FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-namingsystem-identifier-type.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-namingsystem-identifier-type.html |
| URL | http://hl7.org/fhir/namingsystem-identifier-type |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | NamingSystemIdentifierType |
| Title | NamingSystemIdentifierType |
| Realm | uv |
| Authority | hl7 |
| Description | Identifies the style of unique identifier used to identify a namespace. |
| Content | complete |
| ValueSet | |
| R5-namingsystem-identifier-type-for-R4B | Cross-version VS for R5.NamingSystemIdentifierType for use in FHIR R4B |
| R4-namingsystem-identifier-type-for-R5 | Cross-version VS for R4.NamingSystemIdentifierType for use in FHIR R5 |
| R5-namingsystem-identifier-type-for-R4 | Cross-version VS for R5.NamingSystemIdentifierType for use in FHIR R4 |
| R2-namingsystem-identifier-type-for-R5 | Cross-version VS for R2.NamingSystemIdentifierType for use in FHIR R5 |
| R4B-namingsystem-identifier-type-for-R5 | Cross-version VS for R4B.NamingSystemIdentifierType for use in FHIR R5 |
| R3-namingsystem-identifier-type-for-R5 | Cross-version VS for R3.NamingSystemIdentifierType for use in FHIR R5 |
No resources found
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:
{
"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."
}
]
}