@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "artifact-identifier-type"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem artifact-identifier-type

This case-sensitive code system http://terminology.hl7.org/CodeSystem/artifact-identifier-type defines the following codes:

CodeDisplayDefinition
version-independent Version IndependentThe version independent globally unique identifier (guid) for the artifact.
version-specific Version SpecificThe version specific globally unique identifier (guid) for the artifact.
short-name Short NameThe short name identifier for the artifact (e.g. CMS104v8).
endorser EndorserThe version-independent endorser identifier for the artifact (e.g. 0002).
publisher PublisherThe version-independent publisher identifier for the artifact (e.g. 104).
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "cqi" ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/artifact-identifier-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "ArtifactIdentifierType"] ; # fhir:title [ fhir:v "Artifact Identifier Type Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-02-20"^^xsd:date] ; # fhir:publisher [ fhir:v "HL7 International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "Identifier types for an artifact (e.g. version-independent, version-specific, short-name, endorser, publisher)"] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/artifact-identifier-type"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "version-independent" ] ; fhir:display [ fhir:v "Version Independent" ] ; fhir:definition [ fhir:v "The version independent globally unique identifier (guid) for the artifact." ] ] [ fhir:code [ fhir:v "version-specific" ] ; fhir:display [ fhir:v "Version Specific" ] ; fhir:definition [ fhir:v "The version specific globally unique identifier (guid) for the artifact." ] ] [ fhir:code [ fhir:v "short-name" ] ; fhir:display [ fhir:v "Short Name" ] ; fhir:definition [ fhir:v "The short name identifier for the artifact (e.g. CMS104v8)." ] ] [ fhir:code [ fhir:v "endorser" ] ; fhir:display [ fhir:v "Endorser" ] ; fhir:definition [ fhir:v "The version-independent endorser identifier for the artifact (e.g. 0002)." ] ] [ fhir:code [ fhir:v "publisher" ] ; fhir:display [ fhir:v "Publisher" ] ; fhir:definition [ fhir:v "The version-independent publisher identifier for the artifact (e.g. 104)." ] ] ) . # # -------------------------------------------------------------------------------------