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" : "IGCohort-summary",
"language" : "en",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport IGCohort-summary</b></p><a name=\"IGCohort-summary\"> </a><a name=\"hcIGCohort-summary\"> </a><p><b>CQM Test Case Description</b>: </p><div><p>Summary test case for cohort measure IGCohort over the nine shared example patients. Expected initial-population 7; the cohort score is that member count.</p>\n</div><p><b>CQM Is Test Case</b>: true</p><p><b>status</b>: Complete</p><p><b>type</b>: Summary</p><p><b>measure</b>: <a href=\"Measure-IGCohort.html\">IG Cohort Measure</a></p><p><b>period</b>: 2024-01-01 --> 2024-12-31</p><blockquote><p><b>group</b></p><h3>Populations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Count</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></td><td>7</td></tr></table><p><b>measureScore</b>: 7</p></blockquote></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-testCaseDescription",
"valueMarkdown" : "Summary test case for cohort measure IGCohort over the nine shared example patients. Expected initial-population 7; the cohort score is that member count."
}
],
"modifierExtension" : [
{
"url" : "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-isTestCase",
"valueBoolean" : true
}
],
"status" : "complete",
"type" : "summary",
"measure" : "http://hl7.org/fhir/uv/cqm/Measure/IGCohort",
"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" : 7
}
],
"measureScore" : {
"value" : 7
}
}
]
}