Quality Measure Implementation Guide (STU3 Ballot)
2.1.0 - ballot

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

: Measure Identifier Type - XML Representation

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="identifier-type"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://hl7.org/fhir/us/cqfmeasures/CodeSystem/identifier-type"/>
  <version value="2.1.0"/>
  <name value="MeasureIdentifierType"/>
  <title value="Measure Identifier Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2019-03-14T23:21:03-06:00"/>
  <publisher value="Clinical Quality Information WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi/index.cfm"/>
    </telecom>
  </contact>
  <description
               value="Identifier types for a measure (e.g. version-independent, version-specific, short-name, endorser, publisher)"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/us/cqfmeasures/ValueSet/identifier-type"/>
  <content value="complete"/>
  <concept>
    <code value="version-independent"/>
    <display value="Version Independent"/>
    <definition
                value="The version independent globally unique identifier (guid) for the measure."/>
  </concept>
  <concept>
    <code value="version-specific"/>
    <display value="Version Specific"/>
    <definition
                value="The version specific globally unique identifier (guid) for the measure."/>
  </concept>
  <concept>
    <code value="short-name"/>
    <display value="Short Name"/>
    <definition
                value="The short name identifier for the measure (e.g. CMS104v8)."/>
  </concept>
  <concept>
    <code value="endorser"/>
    <display value="Endorser"/>
    <definition
                value="The version-independent endorser identifier for the measure (e.g. 0002)."/>
  </concept>
  <concept>
    <code value="publisher"/>
    <display value="Publisher"/>
    <definition
                value="The version-independent publisher identifier for the measure (e.g. 104)."/>
  </concept>
</CodeSystem>