Quality Measure Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-cqm/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "MeasureReport",
"id" : "IGContinuousVariable-gus",
"language" : "en",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport IGContinuousVariable-gus</b></p><a name=\"IGContinuousVariable-gus\"> </a><a name=\"hcIGContinuousVariable-gus\"> </a><p><b>CQM Test Case Description</b>: </p><div><p>Continuous-variable test case — Gus is a measure-population member; its observation value 3 feeds the aggregate.</p>\n</div><p><b>CQM Is Test Case</b>: true</p><p><b>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-IGContinuousVariable.html\">IG Continuous Variable Measure</a></p><p><b>subject</b>: <a href=\"Bundle-scoring-test-patients.html#http-//example.org/fhir/Patient/gus\">Gus Example (no stated gender), DoB Unknown</a></p><p><b>period</b>: 2024-01-01 --> 2024-12-31</p><blockquote><p><b>group</b></p><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population measure-population}\">Measure Population</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population measure-population-exclusion}\">Measure Population Exclusion</span></p><p><b>count</b>: 0</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population measure-observation}\">Measure Observation</span></p><p><b>count</b>: 1</p></blockquote><p><b>measureScore</b>: 3</p></blockquote><p><b>evaluatedResource</b>: <a href=\"#hcIGContinuousVariable-gus/gus-mobs\">Observation </a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Observation #gus-mobs</b></p><a name=\"IGContinuousVariable-gus/gus-mobs\"> </a><a name=\"hcIGContinuousVariable-gus/gus-mobs\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Measure Observation</span></p><p><b>subject</b>: <a href=\"Bundle-scoring-test-patients.html#http-//example.org/fhir/Patient/gus\">Gus Example (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2022-08-24 10:39:52+0000</p><p><b>performer</b>: <a href=\"Bundle-scoring-test-patients.html#Practitioner_practitioner-1\">Practitioner Ronald Bone </a></p><p><b>value</b>: 3</p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "Observation",
"id" : "gus-mobs",
"status" : "final",
"code" : {
"text" : "Measure Observation"
},
"subject" : {
"reference" : "http://example.org/fhir/Patient/gus"
},
"effectiveDateTime" : "2022-08-24T10:39:52+00:00",
"performer" : [
{
"reference" : "Practitioner/practitioner-1"
}
],
"valueInteger" : 3
}
],
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-testCaseDescription",
"valueMarkdown" : "Continuous-variable test case — Gus is a measure-population member; its observation value 3 feeds the aggregate."
}
],
"modifierExtension" : [
{
"url" : "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-isTestCase",
"valueBoolean" : true
}
],
"status" : "complete",
"type" : "individual",
"measure" : "http://hl7.org/fhir/uv/cqm/Measure/IGContinuousVariable",
"subject" : {
"reference" : "http://example.org/fhir/Patient/gus"
},
"period" : {
"start" : "2024-01-01",
"end" : "2024-12-31"
},
"group" : [
{
"population" : [
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "initial-population"
}
]
},
"count" : 1
},
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "measure-population"
}
]
},
"count" : 1
},
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "measure-population-exclusion"
}
]
},
"count" : 0
},
{
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/measure-population",
"code" : "measure-observation"
}
]
},
"count" : 1
}
],
"measureScore" : {
"value" : 3
}
}
],
"evaluatedResource" : [
{
"reference" : "#gus-mobs"
}
]
}