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

FHIR IG analytics

Packagehl7.fhir.uv.cqm
Resource TypeMeasureReport
IdMeasureReport-IGCohort-ivy.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-ivy

CQM Test Case Description:

Cohort test case — Ivy 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: Ivy Example (no stated gender), DoB Unknown

period: 2024-01-01 --> 2024-12-31

group

Populations

-CodeCount
*Initial Population1

measureScore: 1


Source1

{
  "resourceType": "MeasureReport",
  "id": "IGCohort-ivy",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-testCaseDescription",
      "valueMarkdown": "Cohort test case — Ivy 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/ivy"
  },
  "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
      }
    }
  ]
}