NPHCDA Immunization FHIR IG
1.0.0 - ci-build Nigeria flag

NPHCDA Immunization FHIR IG, published by https://nphcda.gov.ng. This guide is not an authorized publication; it is the continuous build for version 1.0.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/ImmunizationIG/ and changes regularly. See the Directory of published versions

: NG-Imm Example MeasureReport Monthly Immunization Coverage - XML Representation

Raw xml | Download


<MeasureReport xmlns="http://hl7.org/fhir">
  <id value="ExampleNgImmMeasureReport"/>
  <meta>
    <profile
             value="http://nphcda.gov.ng/ig/immunization/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 ExampleNgImmMeasureReport</b></p><a name="ExampleNgImmMeasureReport"> </a><a name="hcExampleNgImmMeasureReport"> </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-Imm MeasureReport</a></p></div><p><b>identifier</b>: <code>https://nphcda.gov.ng/report-ids</code>/BCG-COVERAGE-JUNE-2025-001</p><p><b>status</b>: Complete</p><p><b>type</b>: Summary</p><p><b>measure</b>: <code>https://nphcda.gov.ng/report-ids/4565</code></p><p><b>date</b>: 2025-07-01 09:00:00+0100</p><p><b>reporter</b>: <code>Nurse Adeola Bakare</code></p><p><b>period</b>: 2025-06-01 --&gt; 2025-06-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>85 %</td></tr></table></div>
  </text>
  <identifier>
    <system value="https://nphcda.gov.ng/report-ids"/>
    <value value="BCG-COVERAGE-JUNE-2025-001"/>
  </identifier>
  <status value="complete"/>
  <type value="summary"/>
  <measure value="https://nphcda.gov.ng/report-ids/4565"/>
  <date value="2025-07-01T09:00:00+01:00"/>
  <reporter>
    <reference value="NgImmPractitioner/nurse-ade"/>
    <display value="Nurse Adeola Bakare"/>
  </reporter>
  <period>
    <start value="2025-06-01"/>
    <end value="2025-06-30"/>
  </period>
  <group>
    <measureScore>
      <value value="85"/>
      <unit value="%"/>
    </measureScore>
  </group>
</MeasureReport>