NPHCDA Immunization FHIR IG
0.7.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 0.7.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/NPHCDA-ImmunizationIG/ and changes regularly. See the Directory of published versions

: Example NG-Imm Encounter - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "encounter-001",
  "meta" : {
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-encounter"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter encounter-001</b></p><a name=\"encounter-001\"> </a><a name=\"hcencounter-001\"> </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-ng-imm-encounter.html\">NG-Imm Encounter</a></p></div><p><b>NG-Imm Encounter Signature</b>: No display for Signature  (type: Author's Signature (Signature Type Codes#1.2.840.10065.1.12.1.1); when: 2025-08-16 10:20:00+0100; who: -&gt;Practitioner Nkiru Okafor ; sigFormat: image/png; data: SGVsbG8=)</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"CodeSystem-nigeria-facility-type.html#nigeria-facility-type-phc-center-l2\">IMMZ.D.DE3 Facility Type CS phc-center-l2</a>: PHC Center Level 2</p><p><b>subject</b>: <a href=\"Patient-patient-001.html\">Chinedu Emeka Okafor  Male, DoB: 2020-05-15 ( NIN)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-001.html\">Practitioner Nkiru Okafor </a></td></tr></table><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-location-001.html\">Location Surulere Primary Health Centre</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-organization-001.html\">Organization Surulere Primary Health Centre</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-encounter-signature",
      "valueSignature" : {
        "type" : [
          {
            "system" : "urn:iso-astm:E1762-95:2013",
            "code" : "1.2.840.10065.1.12.1.1",
            "display" : "Author's Signature"
          }
        ],
        "when" : "2025-08-16T10:20:00+01:00",
        "who" : {
          🔗 "reference" : "Practitioner/practitioner-001"
        },
        "sigFormat" : "image/png",
        "data" : "SGVsbG8="
      }
    }
  ],
  "status" : "in-progress",
  "class" : {
    "system" : "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-facility-type",
    "code" : "phc-center-l2",
    "display" : "PHC Center Level 2"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-001"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/practitioner-001"
      }
    }
  ],
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/location-001"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/organization-001"
  }
}