FHIR IG analytics| Package | hl7.fhir.uv.cqm |
| Resource Type | MeasureReport |
| Id | MeasureReport-IGCohort-gus.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MeasureReport IGCohort-gus
CQM Test Case Description:
Cohort test case — Gus has an Encounter, so is counted in the cohort; other resources are present but not evaluated (cohort has no exclusions).
CQM Is Test Case: true
status: Complete
type: Individual
measure: IG Cohort Measure
subject: Gus Example (no stated gender), DoB Unknown
period: 2024-01-01 --> 2024-12-31
group
Populations
Code Count Initial Population 1 measureScore: 1
{
"resourceType": "MeasureReport",
"id": "IGCohort-gus",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-testCaseDescription",
"valueMarkdown": "Cohort test case — Gus has an Encounter, so is counted in the cohort; other resources are present but not evaluated (cohort has no exclusions)."
}
],
"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/IGCohort",
"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
}
],
"measureScore": {
"value": 1
}
}
]
}