This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v2.1.0: STU3 Ballot 1) based on FHIR R4. The current version which supercedes this version is 3.0.0. For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "identifier-type"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cqfmeasures/CodeSystem/identifier-type 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\">version-independent<a name=\"identifier-type-version-independent\"> </a></td><td>Version Independent</td><td>The version independent globally unique identifier (guid) for the measure.</td></tr><tr><td style=\"white-space:nowrap\">version-specific<a name=\"identifier-type-version-specific\"> </a></td><td>Version Specific</td><td>The version specific globally unique identifier (guid) for the measure.</td></tr><tr><td style=\"white-space:nowrap\">short-name<a name=\"identifier-type-short-name\"> </a></td><td>Short Name</td><td>The short name identifier for the measure (e.g. CMS104v8).</td></tr><tr><td style=\"white-space:nowrap\">endorser<a name=\"identifier-type-endorser\"> </a></td><td>Endorser</td><td>The version-independent endorser identifier for the measure (e.g. 0002).</td></tr><tr><td style=\"white-space:nowrap\">publisher<a name=\"identifier-type-publisher\"> </a></td><td>Publisher</td><td>The version-independent publisher identifier for the measure (e.g. 104).</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/identifier-type"];
fhir:CodeSystem.version [ fhir:value "2.1.0"];
fhir:CodeSystem.name [ fhir:value "MeasureIdentifierType"];
fhir:CodeSystem.title [ fhir:value "Measure Identifier Type"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2019-03-14T23:21:03-06:00"^^xsd:dateTime];
fhir:CodeSystem.publisher [ fhir:value "Clinical Quality Information WG"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi/index.cfm" ] ]
];
fhir:CodeSystem.description [ fhir:value "Identifier types for a measure (e.g. version-independent, version-specific, short-name, endorser, publisher)"];
fhir:CodeSystem.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.valueSet [
fhir:value "http://hl7.org/fhir/us/cqfmeasures/ValueSet/identifier-type";
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/identifier-type>
];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "version-independent" ];
fhir:CodeSystem.concept.display [ fhir:value "Version Independent" ];
fhir:CodeSystem.concept.definition [ fhir:value "The version independent globally unique identifier (guid) for the measure." ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "version-specific" ];
fhir:CodeSystem.concept.display [ fhir:value "Version Specific" ];
fhir:CodeSystem.concept.definition [ fhir:value "The version specific globally unique identifier (guid) for the measure." ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "short-name" ];
fhir:CodeSystem.concept.display [ fhir:value "Short Name" ];
fhir:CodeSystem.concept.definition [ fhir:value "The short name identifier for the measure (e.g. CMS104v8)." ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "endorser" ];
fhir:CodeSystem.concept.display [ fhir:value "Endorser" ];
fhir:CodeSystem.concept.definition [ fhir:value "The version-independent endorser identifier for the measure (e.g. 0002)." ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "publisher" ];
fhir:CodeSystem.concept.display [ fhir:value "Publisher" ];
fhir:CodeSystem.concept.definition [ fhir:value "The version-independent publisher identifier for the measure (e.g. 104)." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.