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 IGRatio Dev

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MeasureReport",
  "id" : "IGRatio-dev",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport IGRatio-dev</b></p><a name=\"IGRatio-dev\"> </a><a name=\"hcIGRatio-dev\"> </a><p><b>CQM Test Case Description</b>: </p><div><p>Ratio test case — Dev: denominator branch = denominator-excluded; numerator branch = in the numerator — stays in the numerator despite denominator exclusion, since the branches are independent.</p>\n</div><p><b>CQM Is Test Case</b>: true</p><p><b>status</b>: Complete</p><p><b>type</b>: Individual</p><p><b>measure</b>: <a href=\"Measure-IGRatio.html\">IG Ratio Measure</a></p><p><b>subject</b>: <a href=\"Bundle-scoring-test-patients.html#http-//example.org/fhir/Patient/dev\">Dev Example  (no stated gender), DoB Unknown</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><blockquote><p><b>id</b></p>ipp-1</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</span></p><p><b>count</b>: 1</p></blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>ipp-2</blockquote><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-population initial-population}\">Initial Population</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 denominator}\">Denominator</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 denominator-exclusion}\">Denominator 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 numerator}\">Numerator</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 numerator-exclusion}\">Numerator Exclusion</span></p><p><b>count</b>: 0</p></blockquote></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-testCaseDescription",
      "valueMarkdown" : "Ratio test case — Dev: denominator branch = denominator-excluded; numerator branch = in the numerator — stays in the numerator despite denominator exclusion, since the branches are independent."
    }
  ],
  "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/IGRatio",
  "subject" : {
    "reference" : "http://example.org/fhir/Patient/dev"
  },
  "period" : {
    "start" : "2024-01-01",
    "end" : "2024-12-31"
  },
  "group" : [
    {
      "population" : [
        {
          "id" : "ipp-1",
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "initial-population"
              }
            ]
          },
          "count" : 1
        },
        {
          "id" : "ipp-2",
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "initial-population"
              }
            ]
          },
          "count" : 1
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "denominator"
              }
            ]
          },
          "count" : 1
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "denominator-exclusion"
              }
            ]
          },
          "count" : 1
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "numerator"
              }
            ]
          },
          "count" : 1
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "numerator-exclusion"
              }
            ]
          },
          "count" : 0
        }
      ]
    }
  ]
}