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 - JSON Representation

Raw json | Download

{
  "resourceType" : "MeasureReport",
  "id" : "ExampleNgImmMeasureReport",
  "meta" : {
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/measure-report-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://nphcda.gov.ng/report-ids",
      "value" : "BCG-COVERAGE-JUNE-2025-001"
    }
  ],
  "status" : "complete",
  "type" : "summary",
  "measure" : "https://nphcda.gov.ng/report-ids/4565",
  "date" : "2025-07-01T09:00:00+01:00",
  "reporter" : {
    "reference" : "NgImmPractitioner/nurse-ade",
    "display" : "Nurse Adeola Bakare"
  },
  "period" : {
    "start" : "2025-06-01",
    "end" : "2025-06-30"
  },
  "group" : [
    {
      "measureScore" : {
        "value" : 85,
        "unit" : "%"
      }
    }
  ]
}