FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Practitioner: Dr. Aisha Mohammed (female), born 1975-05-05
Identifier: MDCN-778899
Contact: aisha.mohammed@example.org
Qualification: Public Health Certificate issued by FMOH
{
"resourceType": "Practitioner",
"id": "practitioner-003",
"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-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"
}
}
]
}