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 - JSON Representation

Active as of 2021-02-18

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "aggregate-method",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/us/cqfmeasures/ConceptMap/aggregate-method",
  "version" : "1.0.0",
  "name" : "AggregateMethod",
  "title" : "Aggregate Method mapping",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-02-18",
  "publisher" : "Clinical Quality Information WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "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" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "sourceCanonical" : "http://hl7.org/fhir/us/cqfmeasures/ValueSet/aggregate-method",
  "targetCanonical" : "http://terminology.hl7.org/ValueSet/v3-ObservationMethodAggregate",
  "group" : [
    {
      "source" : "http://hl7.org/fhir/us/cqfmeasures/CodeSystem/aggregate-method",
      "target" : "http://terminology.hl7.org/CodeSystem/v3-ObservationMethod",
      "element" : [
        {
          "code" : "sum",
          "display" : "Sum",
          "target" : [
            {
              "code" : "SUM",
              "display" : "sum",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "average",
          "display" : "Average",
          "target" : [
            {
              "code" : "AVERAGE",
              "display" : "average",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "median",
          "display" : "Median",
          "target" : [
            {
              "code" : "MEDIAN",
              "display" : "median",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "minimum",
          "display" : "Minimum",
          "target" : [
            {
              "code" : "MIN",
              "display" : "minima",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "maximum",
          "display" : "Maximum",
          "target" : [
            {
              "code" : "MAX",
              "display" : "maxima",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "count",
          "display" : "Count",
          "target" : [
            {
              "code" : "COUNT",
              "display" : "Count",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}