Quality Measure Implementation Guide (STU4)
4.0.0 - STU4 United States of America flag

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Aggregate Method mapping - XML Representation

Active as of 2021-02-18

Raw xml | Download



<ConceptMap xmlns="http://hl7.org/fhir">
  <id value="aggregate-method"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url
       value="http://hl7.org/fhir/us/cqfmeasures/ConceptMap/aggregate-method"/>
  <version value="1.0.0"/>
  <name value="AggregateMethod"/>
  <title value="Aggregate Method 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"/>
    </telecom>
  </contact>
  <description
               value="The mapping of FHIR aggregate method codes to the corresponding HL7 V3 code used in HQMF for each type of aggregate method"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <sourceCanonical
                   value="http://hl7.org/fhir/us/cqfmeasures/ValueSet/aggregate-method"/>
  <targetCanonical
                   value="http://terminology.hl7.org/ValueSet/v3-ObservationMethodAggregate"/>
  <group>
    <source
            value="http://hl7.org/fhir/us/cqfmeasures/CodeSystem/aggregate-method"/>
    <target
            value="http://terminology.hl7.org/CodeSystem/v3-ObservationMethod"/>
    <element>
      <code value="sum"/>
      <display value="Sum"/>
      <target>
        <code value="SUM"/>
        <display value="sum"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="average"/>
      <display value="Average"/>
      <target>
        <code value="AVERAGE"/>
        <display value="average"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="median"/>
      <display value="Median"/>
      <target>
        <code value="MEDIAN"/>
        <display value="median"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="minimum"/>
      <display value="Minimum"/>
      <target>
        <code value="MIN"/>
        <display value="minima"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="maximum"/>
      <display value="Maximum"/>
      <target>
        <code value="MAX"/>
        <display value="maxima"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
    <element>
      <code value="count"/>
      <display value="Count"/>
      <target>
        <code value="COUNT"/>
        <display value="Count"/>
        <equivalence value="equivalent"/>
      </target>
    </element>
  </group>
</ConceptMap>