Quality Measure Implementation Guide
2.0.0 - STU 2 International flag

Quality Measure Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-cqm/ and changes regularly. See the Directory of published versions

: MeasureReport IGContinuousVariable Summary

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MeasureReport",
  "id" : "IGContinuousVariable-summary",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport IGContinuousVariable-summary</b></p><a name=\"IGContinuousVariable-summary\"> </a><a name=\"hcIGContinuousVariable-summary\"> </a><p><b>CQM Test Case Description</b>: </p><div><p>Summary test case for continuous-variable measure IGContinuousVariable over the nine shared example patients. Expected initial-population 7, measure-population 6, measure-population-exclusion 1, measure-observation 5; observations [0, 0, 1, 2, 3] aggregated by median = 1.</p>\n</div><p><b>CQM Is Test Case</b>: true</p><p><b>status</b>: Complete</p><p><b>type</b>: Summary</p><p><b>measure</b>: <a href=\"Measure-IGContinuousVariable.html\">IG Continuous Variable Measure</a></p><p><b>period</b>: 2024-01-01 --&gt; 2024-12-31</p><blockquote><p><b>group</b></p><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 7</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population measure-population}\">Measure Population</span></p><p><b>count</b>: 6</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population measure-population-exclusion}\">Measure Population Exclusion</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population measure-observation}\">Measure Observation</span></p><p><b>count</b>: 5</p></blockquote><p><b>measureScore</b>: 1</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-testCaseDescription",
      "valueMarkdown" : "Summary test case for continuous-variable measure IGContinuousVariable over the nine shared example patients. Expected initial-population 7, measure-population 6, measure-population-exclusion 1, measure-observation 5; observations [0, 0, 1, 2, 3] aggregated by median = 1."
    }
  ],
  "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/IGContinuousVariable",
  "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
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "measure-population"
              }
            ]
          },
          "count" : 6
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "measure-population-exclusion"
              }
            ]
          },
          "count" : 1
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "measure-observation"
              }
            ]
          },
          "count" : 5
        }
      ],
      "measureScore" : {
        "value" : 1
      }
    }
  ]
}