DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Example Ng MeasureReport (ClaimApprovalRate) - XML Representation

Raw xml | Download


<MeasureReport xmlns="http://hl7.org/fhir">
  <id value="NgMeasureReport-003"/>
  <meta>
    <profile
             value="https://sandbox.dhin-hie.org/ig/StructureDefinition/measure-report-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MeasureReport NgMeasureReport-003</b></p><a name="NgMeasureReport-003"> </a><a name="hcNgMeasureReport-003"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-measure-report-profile.html">NG MeasureReport</a></p></div><p><b>identifier</b>: <code>https://www.dhin-hie.org/ig/measurereport-id</code>/claims-approval-rate-2025-Q3</p><p><b>status</b>: Complete</p><p><b>type</b>: Summary</p><p><b>measure</b>: <a href="Measure-NgMeasure-003.html">Claim Approval Rate</a></p><p><b>date</b>: 2025-10-07 11:00:00+0100</p><p><b>reporter</b>: <code>NgPractitioner/NgPractitioner-003</code></p><p><b>period</b>: 2025-07-01 --&gt; 2025-09-30</p><h3>Groups</h3><table class="grid"><tr><td style="display: none">-</td><td><b>MeasureScore</b></td></tr><tr><td style="display: none">*</td><td>82 %<span style="background: LightGoldenRodYellow"> (Details: UCUM  code% = '%')</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="https://www.dhin-hie.org/ig/measurereport-id"/>
    <value value="claims-approval-rate-2025-Q3"/>
  </identifier>
  <status value="complete"/>
  <type value="summary"/>
  <measure value="https://sandbox.dhin-hie.org/ig/Measure/NgMeasure-003"/>
  <date value="2025-10-07T11:00:00+01:00"/>
  <reporter>
    <reference value="NgPractitioner/NgPractitioner-003"/>
  </reporter>
  <period>
    <start value="2025-07-01"/>
    <end value="2025-09-30"/>
  </period>
  <group>
    <measureScore>
      <value value="82"/>
      <unit value="%"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="%"/>
    </measureScore>
  </group>
</MeasureReport>