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

Raw json | Download


{
  "resourceType" : "ConceptMap",
  "id" : "measure-types",
  "text" : {
    "status" : "extensions",
    "div" : "<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>\n</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>"
  },
  "url" : "http://hl7.org/fhir/us/cqfmeasures/ConceptMap/measure-types",
  "version" : "1.0.0",
  "name" : "MeasureTypeMapping",
  "title" : "Measure Type 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/index.cfm"
        }
      ]
    }
  ],
  "description" : "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" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "sourceCanonical" : "http://hl7.org/fhir/ValueSet/measure-type",
  "targetCanonical" : "http://terminology.hl7.org/ValueSet/v3-ObservationMeasureType",
  "group" : [
    {
      "source" : "http://hl7.org/fhir/ValueSet/measure-type",
      "target" : "http://terminology.hl7.org/ValueSet/v3-ObservationMeasureType",
      "element" : [
        {
          "code" : "outcome",
          "display" : "Outcome",
          "target" : [
            {
              "code" : "OUTCOME",
              "display" : "outcome measure type",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "structure",
          "display" : "Structure",
          "target" : [
            {
              "code" : "STRUCTURE",
              "display" : "structure measure type",
              "equivalence" : "equivalent"
            }
          ]
        },
        {
          "code" : "process",
          "display" : "Process",
          "target" : [
            {
              "code" : "PROCESS",
              "display" : "process measure type",
              "equivalence" : "equivalent"
            }
          ]
        }
      ]
    }
  ]
}