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 (Private Hospital) - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="organization-002"/>
  <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>: Kano State Primary Health Care Board</p><p><b>Identifier</b>: KNSPHCB-01</p><p><b>Type</b>: State Primary Healthcare Board</p><p><b>Address</b>: Kano Municipal, Kano State</p></div>
  </text>
  <identifier>
    <system
            value="http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-facility-registry"/>
    <value value="HCF-12347"/>
  </identifier>
  <active value="true"/>
  <type>
    <coding>
      <system
              value="http://nphcda.gov.ng/ig/immunization/ValueSet/nigeria-facility-types"/>
      <code value="tertiary"/>
      <display value="Tertiary Hospital"/>
    </coding>
  </type>
  <name value="Garki Specialist Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="+234-701-234-5678"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="info@garkihospital.org"/>
  </telecom>
  <address>
    <line value="Plot 132, Area 3, Garki"/>
    <city value="Abuja"/>
    <district value="fc-municipal"/>
    <state value="FC"/>
  </address>
  <partOf>🔗 
    <reference value="Organization/organization-002"/>
  </partOf>
</Organization>