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 (NGO Outreach Post) - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-003",
  "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>: Federal Ministry of Health - Immunization Department</p><p><b>Identifier</b>: FMOH-IMM-01</p><p><b>Type</b>: Federal Health Agency</p><p><b>Address</b>: Abuja FCT</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-facility-registry",
      "value" : "HCF-12346"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/nigeria-facility-types",
          "code" : "outreach",
          "display" : "Outreach session"
        }
      ]
    }
  ],
  "name" : "UNICEF Supported Outreach Immunization Post",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+234-809-876-5432"
    },
    {
      "system" : "email",
      "value" : "outreach.kano@unicef.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "Community Square, Kumbotso"
      ],
      "city" : "Kano",
      "district" : "kn-albasu",
      "state" : "KN"
    }
  ],
  "partOf" : {
    🔗 "reference" : "Organization/organization-003"
  }
}