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 Patient -002 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-002"/>
  <meta>
    <lastUpdated value="2025-08-16T12:00:00Z"/>
    <profile
             value="http://nphcda.gov.ng/ig/immunization/StructureDefinition/NgImmPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Patient</b>: Ifeoma Okeke (female), born 1985-08-25</p><p><b>Identifiers</b>: MRN: LAG-234-8890, Phone: +234-802-555-7890</p><p><b>Address</b>: Surulere, Lagos State, Nigeria</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"/>
        <code value="MRN"/>
      </coding>
    </type>
    <value value="ASOK-MRN-2025-219"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"/>
        <code value="MOBILE"/>
      </coding>
    </type>
    <value value="08021234567"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Bello"/>
    <given value="Amina"/>
  </name>
  <gender value="female"/>
  <birthDate value="2023-04-02"/>
  <address>
    <line value="House 4, Angwan Rimi"/>
    <city value="Gindiri"/>
    <district value="kd-giwa"/>
    <state value="KD"/>
  </address>
  <contact>
    <relationship>
      <text value="MOTHER"/>
    </relationship>
    <name>
      <family value="Bello"/>
      <given value="Fatima"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="08035551234"/>
    </telecom>
  </contact>
</Patient>