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 Type mapping - XML Representation

Raw xml | Download



<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="measure-types"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>MeasureTypeMapping (http://hl7.org/fhir/us/cqfmeasures/ConceptMap/measure-types)</h2><p>Mapping from <a href="http://hl7.org/fhir/R4/valueset-measure-type.html">http://hl7.org/fhir/ValueSet/measure-type</a> to <a href="https://terminology.hl7.org/1.0.0//ValueSet-v3-ObservationMeasureType.html">http://terminology.hl7.org/ValueSet/v3-ObservationMeasureType</a></p><p>ACTIVE. Published on 2021-02-18 by Clinical Quality Information WG (<a href="http://www.hl7.org/Special/committees/cqi/index.cfm">http://www.hl7.org/Special/com...</a>). </p><div><p>The mapping of FHIR measure type codes to the corresponding HL7 V3 code used in HQMF for each of the measure type</p>
</div><br/><table class="grid"><tr><td><b>Source Code</b></td><td><b>Relationship</b></td><td><b>Destination Code</b></td></tr><tr><td>outcome</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent">is equivalent to</a></td><td>OUTCOME</td></tr><tr><td>structure</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent">is equivalent to</a></td><td>STRUCTURE</td></tr><tr><td>process</td><td><a href="http://hl7.org/fhir/R4/codesystem-concept-map-equivalence.html#equivalent">is equivalent to</a></td><td>PROCESS</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/cqfmeasures/ConceptMap/measure-types"/>
  <version value="1.0.0"/>
  <name value="MeasureTypeMapping"/>
  <title value="Measure Type mapping"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-02-18"/>
  <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="The mapping of FHIR measure type codes to the corresponding HL7 V3 code used in HQMF for each of the measure type"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <sourceCanonical value="http://hl7.org/fhir/ValueSet/measure-type"/>
  <targetCanonical
                   value="http://terminology.hl7.org/ValueSet/v3-ObservationMeasureType"/>
  <group>
    <source value="http://hl7.org/fhir/ValueSet/measure-type"/>
    <target
            value="http://terminology.hl7.org/ValueSet/v3-ObservationMeasureType"/>
    <element>
      <code value="outcome"/>
      <display value="Outcome"/>
      <target>
        <code value="OUTCOME"/>
        <display value="outcome measure type"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="structure"/>
      <display value="Structure"/>
      <target>
        <code value="STRUCTURE"/>
        <display value="structure measure type"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="process"/>
      <display value="Process"/>
      <target>
        <code value="PROCESS"/>
        <display value="process measure type"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>