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 001 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-001"/>
  <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>: Emeka Chinedu (male), born 2023-05-12</p><p><b>Identifiers</b>: MRN: ASOK-MRN-2025-001</p><p><b>Address</b>: No 10, Independence Layout, Enugu State, Nigeria</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"/>
        <code value="NIN"/>
      </coding>
    </type>
    <value value="12345678901"/>
  </identifier>
  <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-001"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"/>
        <code value="IMMNO"/>
      </coding>
    </type>
    <value value="NPHCDA-IMM-00123456"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"/>
        <code value="BIRTHCERT"/>
      </coding>
    </type>
    <value value="BCN-2020-90876"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"/>
        <code value="MOBILE"/>
      </coding>
    </type>
    <value value="08031234567"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system
                value="http://nphcda.gov.ng/ig/immunization/ValueSet/patient-identifier-cs"/>
        <code value="INSUR"/>
      </coding>
    </type>
    <value value="NHIA-PL-2025-112233"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Okafor"/>
    <given value="Chinedu"/>
    <given value="Emeka"/>
  </name>
  <gender value="male"/>
  <birthDate value="2020-05-15"/>
  <address>
    <line value="No 10, Independence Layout"/>
    <city value="Enugu"/>
    <district value="en-aninri"/>
    <state value="EN"/>
  </address>
  <contact>
    <relationship>
      <text value="MOTHER"/>
    </relationship>
    <name>
      <family value="Okafor"/>
      <given value="Ngozi"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="08039876543"/>
    </telecom>
    <address>
      <line value="No 10, Independence Layout"/>
      <city value="Enugu"/>
      <district value="en-aninri"/>
      <state value="EN"/>
    </address>
  </contact>
  <link>
    <other>🔗 
      <reference value="RelatedPerson/relatedperson-001"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>