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

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "organization-001",
  "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>: 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>"
  },
  "identifier" : [
    {
      "system" : "http://nphcda.gov.ng/ig/immunization/CodeSystem/nigeria-facility-registry",
      "value" : "HCF-12345"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://nphcda.gov.ng/ig/immunization/ValueSet/nigeria-facility-types",
          "code" : "phc-center-l2",
          "display" : "PHC Center Level 2"
        }
      ]
    }
  ],
  "name" : "Surulere Primary Health Centre",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+234-803-123-4567"
    },
    {
      "system" : "email",
      "value" : "surulerephc@nphcda.gov.ng"
    }
  ],
  "address" : [
    {
      "line" : [
        "45 Bode Thomas Street"
      ],
      "city" : "Surulere",
      "district" : "la-lagos-island",
      "state" : "LA"
    }
  ],
  "partOf" : {
    🔗 "reference" : "Organization/organization-003"
  }
}