View raw Markdown
type: exampleresource: MeasureReportexample: measurereport-example

MeasureReport Example: measurereport-example

Narrative

[Put rendering here]

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<MeasureReport xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/measurereport.xsd">
  <id value="example"/>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>
  </text>
  <status value="complete"/>
  <type value="individual"/>
  <measure value="http://example.org/fhir/Measure/measure-cms146-example"/>

  <!-- insert contents here -->

</MeasureReport>