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) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-002",
  "meta" : {
    "profile" : [
      🔗 "http://nphcda.gov.ng/ig/immunization/StructureDefinition/ng-imm-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-facility-registry",
      "value" : "HCF-12347"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/nigeria-facility-types",
          "code" : "tertiary",
          "display" : "Tertiary Hospital"
        }
      ]
    }
  ],
  "name" : "Garki Specialist Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+234-701-234-5678"
    },
    {
      "system" : "email",
      "value" : "info@garkihospital.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "Plot 132, Area 3, Garki"
      ],
      "city" : "Abuja",
      "district" : "fc-municipal",
      "state" : "FC"
    }
  ],
  "partOf" : {
    🔗 "reference" : "Organization/organization-002"
  }
}