Data Exchange For Quality Measures Implementation Guide (Release 0.2.0 STU2 Ballot)

This is the (release 0.2.0) STU2 Ballot of the Data Exchange For Quality Measures Implementation Guide, based on FHIR Version 3.0.1. See the Directory of published versions.

XML Format: MeasureReport-summ-measurereport01

Download Raw xml


<MeasureReport xmlns="http://hl7.org/fhir">
  <id value="summ-measurereport01"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/davinci-deqm/STU3/StructureDefinition/summary-measurereport-deqm"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: summ-measurereport01</p><p><b>meta</b>: </p><p><b>status</b>: complete</p><p><b>type</b>: summary</p><p><b>measure</b>: <a href="Measure-measure-mrp.html">Generated Summary: id: measure-mrp; status: active</a></p><p><b>date</b>: 05/09/2018 4:59:52 PM</p><p><b>reportingOrganization</b>: <a href="Organization-organization01.html">Generated Summary: id: organization01; Tax ID number = 123456789 (OFFICIAL); active; <span title="Codes: {http://hl7.org/fhir/organization-type prov}">Healthcare Provider</span>; name: DaVinciHospital01; ph: (+1) 401-555-1212</a></p><p><b>period</b>: 01/08/2018 12:00:00 AM --&gt; 01/09/2018 12:00:00 AM</p><blockquote><p><b>group</b></p><p><b>identifier</b>: 112</p><h3>Populations</h3><table class="grid"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Count</b></td></tr><tr><td>*</td><td>11234</td><td>Initial Population <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/measure-population code 'initial-population' = 'Initial Population', given as 'Initial Population'})</span></td><td>100</td></tr></table><p><b>measureScore</b>: 100</p><blockquote><p><b>stratifier</b></p><p><b>identifier</b>: 4456</p><blockquote><p><b>stratum</b></p><p><b>value</b>: male</p><h3>Populations</h3><table class="grid"><tr><td>-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Count</b></td></tr><tr><td>*</td><td>8901</td><td>Initial Population <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/measure-population code 'initial-population' = 'Initial Population', given as 'Initial Population'})</span></td><td>50</td></tr></table><p><b>measureScore</b>: 100</p></blockquote></blockquote></blockquote></div>
  </text>
  <status value="complete"/>
  <type value="summary"/>
  <measure>
    <reference value="Measure/measure-mrp"/>
  </measure>
  <date value="2018-09-05T16:59:52.404Z"/>
  <reportingOrganization>
    <reference value="Organization/organization01"/>
  </reportingOrganization>
  <period>
    <start value="2018-08-01"/>
    <end value="2018-09-01"/>
  </period>
  <group>
    <identifier>
      <system value="http://www.acme.org/groups"/>
      <value value="112"/>
    </identifier>
    <population>
      <identifier>
        <system value="http://www.acme.org/populations"/>
        <value value="11234"/>
      </identifier>
      <code>
        <coding>
          <system value="http://hl7.org/fhir/measure-population"/>
          <code value="initial-population"/>
          <display value="Initial Population"/>
        </coding>
      </code>
      <count value="100"/>
    </population>
    <measureScore value="100"/>
    <stratifier>
      <identifier>
        <system value="http://www.acme.org/stratifiers"/>
        <value value="4456"/>
      </identifier>
      <stratum>
        <value value="male"/>
        <population>
          <identifier>
            <system value="http://www.acme.org/stratifier-populations"/>
            <value value="8901"/>
          </identifier>
          <code>
            <coding>
              <system value="http://hl7.org/fhir/measure-population"/>
              <code value="initial-population"/>
              <display value="Initial Population"/>
            </coding>
          </code>
          <count value="50"/>
        </population>
        <measureScore value="100"/>
      </stratum>
    </stratifier>
  </group>
</MeasureReport>