This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Terminology Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemNamingSystemIdentifierType
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- [a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "namingsystem-identifier-type"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2025-02-16T15:32:40.206+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem namingsystem-identifier-type</b></p><a name=\"namingsystem-identifier-type\"> </a><a name=\"hcnamingsystem-identifier-type\"> </a><a name=\"namingsystem-identifier-type-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/namingsystem-identifier-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">oid<a name=\"namingsystem-identifier-type-oid\"> </a></td><td>OID</td><td>An ISO object identifier; e.g. 1.2.3.4.5.</td></tr><tr><td style=\"white-space:nowrap\">uuid<a name=\"namingsystem-identifier-type-uuid\"> </a></td><td>UUID</td><td>A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11.</td></tr><tr><td style=\"white-space:nowrap\">uri<a name=\"namingsystem-identifier-type-uri\"> </a></td><td>URI</td><td>A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org.</td></tr><tr><td style=\"white-space:nowrap\">iri-stem<a name=\"namingsystem-identifier-type-iri-stem\"> </a></td><td>IRI stem</td><td>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.</td></tr><tr><td style=\"white-space:nowrap\">v2csmnemonic<a name=\"namingsystem-identifier-type-v2csmnemonic\"> </a></td><td>V2CSMNemonic</td><td>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</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"namingsystem-identifier-type-other\"> </a></td><td>Other</td><td>Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC.</td></tr></table></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "vocab" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ fhir:v "trial-use" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "1"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/namingsystem-identifier-type"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.493" ] ] [ fhir:use [ fhir:v "old" ] ; fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.486" ] ] [ fhir:use [ fhir:v "old" ] ; fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.293" ] ] ) ; # fhir:version [ fhir:v "6.0.0-ballot2"] ; # fhir:name [ fhir:v "NamingSystemIdentifierType"] ; # fhir:title [ fhir:v "Naming System Identifier Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-01-26T15:53:48Z"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "Identifies the style of unique identifier used to identify a namespace."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ; fhir:display [ fhir:v "World" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/namingsystem-identifier-type"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/ValueSet/namingsystem-identifier-type> ] ; # fhir:hierarchyMeaning [] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "oid" ] ; fhir:display [ fhir:v "OID" ] ; fhir:definition [ fhir:v "An ISO object identifier; e.g. 1.2.3.4.5." ] ] [ fhir:code [ fhir:v "uuid" ] ; fhir:display [ fhir:v "UUID" ] ; fhir:definition [ fhir:v "A universally unique identifier of the form a5afddf4-e880-459b-876e-e4591b0acc11." ] ] [ fhir:code [ fhir:v "uri" ] ; fhir:display [ fhir:v "URI" ] ; fhir:definition [ fhir:v "A uniform resource identifier (ideally a URL - uniform resource locator); e.g. http://unitsofmeasure.org." ] ] [ fhir:code [ fhir:v "iri-stem" ] ; fhir:display [ fhir:v "IRI stem" ] ; fhir:definition [ fhir:v "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." ] ] [ fhir:code [ fhir:v "v2csmnemonic" ] ; fhir:display [ fhir:v "V2CSMNemonic" ] ; fhir:definition [ fhir:v "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" ] ] [ fhir:code [ fhir:v "other" ] ; fhir:display [ fhir:v "Other" ] ; fhir:definition [ fhir:v "Some other type of unique identifier; e.g. HL7-assigned reserved string such as LN for LOINC." ] ] )] . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot2 generated on Sun, Feb 16, 2025 16:10+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change