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