NPHCDA Immunization FHIR IG
0.7.0 - ci-build
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
{
"resourceType" : "Practitioner",
"id" : "practitioner-001",
"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. Nkiru Eze (female), born 1979-03-22</p><p><b>Identifier</b>: MDCN-123456</p><p><b>Contact</b>: +234-801-222-3344</p><p><b>Qualification</b>: MBBS issued by LUTH</p></div>"
},
"identifier" : [
{
"system" : "https://nphcda.gov.ng/ig/CodeSystem/nigeria-mdcn",
"value" : "MDCN-45231"
}
],
"active" : true,
"name" : [
{
"family" : "Okafor",
"given" : [
"Nkiru"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+234-809-112-3344"
},
{
"system" : "email",
"value" : "n.okafor@phcboard.gov.ng"
}
],
"gender" : "female",
"birthDate" : "1985-03-12",
"qualification" : [
{
"code" : {
"text" : "RN-IMM-2021-00456"
},
"period" : {
"start" : "2021-01-01",
"end" : "2026-01-01"
},
"issuer" : {
🔗 "reference" : "Organization/organization-001"
}
}
]
}