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
: Measure Population criteria mapping - JSON Representation
Raw json | Download
{
"resourceType" : "ConceptMap",
"id" : "measure-populations",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://hl7.org/fhir/us/cqfmeasures/ConceptMap/measure-populations",
"version" : "4.0.0",
"name" : "MeasurePopulationCriteriaMapping",
"title" : "Measure Population criteria mapping",
"status" : "active",
"experimental" : false,
"date" : "2020-05-13",
"publisher" : "Clinical Quality Information WG",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "The mapping of FHIR measure population criteria codes to the corresponding HL7 V3 code used in HQMF for each of the measure population criteria components",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"sourceCanonical" : "http://terminology.hl7.org/ValueSet/measure-population",
"targetCanonical" : "http://terminology.hl7.org/ValueSet/v3-ActCode",
"group" : [
{
"source" : "http://terminology.hl7.org/CodeSystem/measure-population",
"target" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"element" : [
{
"code" : "initial-population",
"display" : "Initial Population",
"target" : [
{
"code" : "IPOP",
"display" : "initial population",
"equivalence" : "equivalent"
}
]
},
{
"code" : "numerator",
"display" : "Numerator",
"target" : [
{
"code" : "NUMER",
"display" : "numerator",
"equivalence" : "equivalent"
}
]
},
{
"code" : "numerator-exclusion",
"display" : "Numerator Exclusion",
"target" : [
{
"code" : "NUMEX",
"display" : "numerator exclusions",
"equivalence" : "equivalent"
}
]
},
{
"code" : "denominator",
"display" : "Denominator",
"target" : [
{
"code" : "DENOM",
"display" : "denominator",
"equivalence" : "equivalent"
}
]
},
{
"code" : "denominator-exclusion",
"display" : "Denominator Exclusion",
"target" : [
{
"code" : "DENEX",
"display" : "denominator exclusions",
"equivalence" : "equivalent"
}
]
},
{
"code" : "denominator-exception",
"display" : "Denominator Exception",
"target" : [
{
"code" : "DENEXCEP",
"display" : "denominator exceptions",
"equivalence" : "equivalent"
}
]
},
{
"code" : "measure-population",
"display" : "Measure Population",
"target" : [
{
"code" : "MSRPOPL",
"display" : "measure population",
"equivalence" : "equivalent"
}
]
},
{
"code" : "measure-population-exclusion",
"display" : "Measure Population Exclusion",
"target" : [
{
"code" : "MSRPOPLEX",
"display" : "measure population exclusions",
"equivalence" : "equivalent"
}
]
},
{
"code" : "measure-observation",
"display" : "Measure Observation",
"target" : [
{
"code" : "MSROBS",
"display" : "measure observation",
"equivalence" : "equivalent"
}
]
}
]
}
]
}