FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Practitioner: Dr. Nkiru Eze (female), born 1979-03-22
Identifier: MDCN-123456
Contact: +234-801-222-3344
Qualification: MBBS issued by LUTH
{
"resourceType": "Practitioner",
"id": "practitioner-001",
"meta": {
"profile": [
"https://nphcda.gov.ng/ig/StructureDefinition/NgImmPractitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}