FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.cqm
Resource TypeMeasureReport
IdMeasureReport-IGCohort-summary.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

-CodeCount
*Initial Population7

measureScore: 7


Source1

{
  "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
      }
    }
  ]
}