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 Organization (Lagos PHC) - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-001"/>
  <meta>
    <profile
             value="http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Organization</b>: Lagos University Teaching Hospital (LUTH)</p><p><b>Identifier</b>: HERFAMA-001</p><p><b>Type</b>: Tertiary Hospital</p><p><b>Address</b>: Idi-Araba, Surulere, Lagos State</p></div>
  </text>
  <identifier>
    <system
            value="http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-facility-registry"/>
    <value value="HCF-12345"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://nphcda.gov.ng/ig/immunization/ValueSet/nigeria-facility-types"/>
      <code value="phc-center-l2"/>
      <display value="PHC Center Level 2"/>
    </coding>
  </type>
  <name value="Surulere Primary Health Centre"/>
  <telecom>
    <system value="phone"/>
    <value value="+234-803-123-4567"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="surulerephc@nphcda.gov.ng"/>
  </telecom>
  <address>
    <line value="45 Bode Thomas Street"/>
    <city value="Surulere"/>
    <district value="la-lagos-island"/>
    <state value="LA"/>
  </address>
  <partOf>🔗 
    <reference value="Organization/organization-003"/>
  </partOf>
</Organization>