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 Practitioner (CHEW, Kano) - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-002",
  "meta" : {
    "profile" : [
      🔗 "https://nphcda.gov.ng/ig/StructureDefinition/NgImmPractitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Practitioner</b>: Mr. John Bello (male), born 1982-12-10</p><p><b>Identifier</b>: MDCN-654321</p><p><b>Contact</b>: +234-809-555-8877</p><p><b>Qualification</b>: Nursing Certificate issued by Kano PHC Board</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://nphcda.gov.ng/ig/CodeSystem/nigeria-mdcn",
      "value" : "CHEW-12346"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Abdullahi",
      "given" : [
        "Musa"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+234-806-445-7788"
    },
    {
      "system" : "email",
      "value" : "musa.abdullahi@kano-phc.gov.ng"
    }
  ],
  "gender" : "male",
  "birthDate" : "1990-11-08",
  "qualification" : [
    {
      "code" : {
        "text" : "CHEW License KNS/2022/01432"
      },
      "period" : {
        "start" : "2022-02-01",
        "end" : "2025-02-01"
      },
      "issuer" : {
        🔗 "reference" : "Organization/organization-003"
      }
    }
  ]
}