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 (Midwife, Enugu) - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "practitioner-003",
  "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>: Dr. Aisha Mohammed (female), born 1975-05-05</p><p><b>Identifier</b>: MDCN-778899</p><p><b>Contact</b>: aisha.mohammed@example.org</p><p><b>Qualification</b>: Public Health Certificate issued by FMOH</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://nphcda.gov.ng/ig/CodeSystem/nigeria-mdcn",
      "value" : "MDCN-12346"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Eze",
      "given" : [
        "Chinelo"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+234-803-221-5670"
    },
    {
      "system" : "email",
      "value" : "chinelo.eze@esuth.gov.ng"
    }
  ],
  "gender" : "female",
  "birthDate" : "1982-07-24",
  "qualification" : [
    {
      "code" : {
        "text" : "Midwife License EN/MID/2019/02345"
      },
      "period" : {
        "start" : "2019-01-01",
        "end" : "2024-12-31"
      },
      "issuer" : {
        🔗 "reference" : "Organization/organization-002"
      }
    }
  ]
}