Data Exchange For Quality Measures Implementation Guide
1.0.0-ballot - STU 1 Ballot International flag

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

: MeasureReport - Individual FHIRPath Example

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MeasureReport",
  "id" : "FHIRPath-example",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: MeasureReport FHIRPath-example</b></p><a name=\"FHIRPath-example\"> </a><a name=\"hcFHIRPath-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><p><b>status</b>: Complete</p><p><b>type</b>: Summary</p><p><b>measure</b>: <a href=\"Measure-FHIRPath-example.html\">Example of a Measure using FHIRPath</a></p><p><b>date</b>: 2018-09-05 16:59:52+0000</p><p><b>reporter</b>: <a href=\"Organization-organization01.html\">Organization DaVinciHospital01</a></p><p><b>period</b>: 2018-08-01 --&gt; 2018-09-01</p><p><b>improvementNotation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/measure-improvement-notation increase}\">Increased score indicates improvement</span></p><blockquote><p><b>group</b></p><p><b>Extension Definition for MeasureReport.group.linkId for Version 5.0</b>: Ventilators</p><p><b>DEQM Calculated Date Extension</b>: 2020-05-24</p><p><b>code</b>: <span title=\"Codes:{http://example.org/fhir/ Ventilators}\">Ventilator Reporting</span></p><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>denominator</blockquote><p><b>Extension Definition for MeasureReport.group.population.linkId for Version 5.0</b>: initial-population</p><p><b>code</b>: <span title=\"Codes:{http://example.org/fhir/ numVent}, {http://terminology.hl7.org/CodeSystem/measure-population denominator}\">Total number of ventilators</span></p><p><b>count</b>: 100</p></blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numerator</blockquote><p><b>Extension Definition for MeasureReport.group.population.linkId for Version 5.0</b>: numerator</p><p><b>code</b>: <span title=\"Codes:{http://example.org/fhir/ numVentUse}, {http://terminology.hl7.org/CodeSystem/measure-population numerator}\">Total number of ventilators in use</span></p><p><b>count</b>: 60</p></blockquote><blockquote><p><b>population</b></p><blockquote><p><b>id</b></p>numerator-complement</blockquote><p><b>Extension Definition for MeasureReport.group.population.linkId for Version 5.0</b>: numerator-complement</p><p><b>code</b>: <span title=\"Codes:{http://example.org/fhir/ numVentAvail}, {http://example.org/fhir/ numerator-complement}\">Total number of ventilators not presently in use.</span></p><p><b>count</b>: 40</p></blockquote><p><b>measureScore</b>: 0.6</p></blockquote></div>"
  },
  "status" : "complete",
  "type" : "summary",
  "measure" : "http://hl7.org/fhir/uv/deqm/Measure/FHIRPath-example",
  "date" : "2018-09-05T16:59:52.404Z",
  "reporter" : {
    🔗 "reference" : "Organization/organization01"
  },
  "period" : {
    "start" : "2018-08-01",
    "end" : "2018-09-01"
  },
  "improvementNotation" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
        "code" : "increase",
        "display" : "Increased score indicates improvement"
      }
    ]
  },
  "group" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.linkId",
          "valueString" : "Ventilators"
        },
        {
          "url" : "http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-calculatedDate",
          "valueDateTime" : "2020-05-24"
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://example.org/fhir/",
            "code" : "Ventilators",
            "display" : "Ventilators"
          }
        ],
        "text" : "Ventilator Reporting"
      },
      "population" : [
        {
          "id" : "denominator",
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId",
              "valueString" : "initial-population"
            }
          ],
          "code" : {
            "coding" : [
              {
                "system" : "http://example.org/fhir/",
                "code" : "numVent",
                "display" : "Mechanical Ventilators"
              },
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "denominator"
              }
            ],
            "text" : "Total number of ventilators"
          },
          "count" : 100
        },
        {
          "id" : "numerator",
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId",
              "valueString" : "numerator"
            }
          ],
          "code" : {
            "coding" : [
              {
                "system" : "http://example.org/fhir/",
                "code" : "numVentUse",
                "display" : "Mechanical Ventilators in Use"
              },
              {
                "system" : "http://terminology.hl7.org/CodeSystem/measure-population",
                "code" : "numerator"
              }
            ],
            "text" : "Total number of ventilators in use"
          },
          "count" : 60
        },
        {
          "id" : "numerator-complement",
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId",
              "valueString" : "numerator-complement"
            }
          ],
          "code" : {
            "coding" : [
              {
                "system" : "http://example.org/fhir/",
                "code" : "numVentAvail",
                "display" : "Mechanical Ventilators Available"
              },
              {
                "system" : "http://example.org/fhir/",
                "code" : "numerator-complement"
              }
            ],
            "text" : "Total number of ventilators not presently in use."
          },
          "count" : 40
        }
      ],
      "measureScore" : {
        "value" : 0.6
      }
    }
  ]
}