Quality Measure Implementation Guide (STU5)
5.0.0-ballot - ballot United States of America flag

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v5.0.0-ballot: STU5 (v5.0.0) Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.0.0. For a full list of available versions, see the Directory of published versions

: Measure Identifier Type Codes - TTL Representation

Active as of 2023-12-15

Raw ttl | Download


@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 "identifier-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/cqfmeasures/CodeSystem/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\">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:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/identifier-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0-ballot"] ; # 
  fhir:name [ fhir:v "MeasureIdentifierType"] ; # 
  fhir:title [ fhir:v "Measure Identifier Type Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-15T17:46:42+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Identifier types for a measure (e.g. version-independent, version-specific, short-name, endorser, publisher)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/ValueSet/identifier-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ValueSet/identifier-type>
  ] ; # 
  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 measure." ]
  ] [
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 measure." ]
  ] [
fhir:code [ fhir:v "short-name" ] ;
fhir:display [ fhir:v "Short Name" ] ;
fhir:definition [ fhir:v "The short name identifier for the measure (e.g. CMS104v8)." ]
  ] [
fhir:code [ fhir:v "endorser" ] ;
fhir:display [ fhir:v "Endorser" ] ;
fhir:definition [ fhir:v "The version-independent endorser identifier for the measure (e.g. 0002)." ]
  ] [
fhir:code [ fhir:v "publisher" ] ;
fhir:display [ fhir:v "Publisher" ] ;
fhir:definition [ fhir:v "The version-independent publisher identifier for the measure (e.g. 104)." ]
  ] ) . #