FHIR IG analytics| Package | hl7.fhir.uv.cqm |
| Resource Type | MeasureReport |
| Id | MeasureReport-IGCohort-summary.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MeasureReport IGCohort-summary
CQM Test Case Description:
Summary test case for cohort measure IGCohort over the nine shared example patients. Expected initial-population 7; the cohort score is that member count.
CQM Is Test Case: true
status: Complete
type: Summary
measure: IG Cohort Measure
period: 2024-01-01 --> 2024-12-31
group
Populations
Code Count Initial Population 7 measureScore: 7
{
"resourceType": "MeasureReport",
"id": "IGCohort-summary",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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
}
}
]
}