FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Practitioner |
| Id | Practitioner-NgPractitioner-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner NgPractitioner-002
Profile: NG Practitioner
identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-pcn/PCN-45231
active: true
name: Nkiru Okeke
telecom: +2348057788990, nkiru.okeke@pharm.example.ng
birthDate: 1990-06-24
| Code | Period |
| Registered Pharmacist | 2018-07-01 --> (ongoing) |
{
"resourceType": "Practitioner",
"id": "NgPractitioner-002",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-pcn",
"value": "PCN-45231"
}
],
"active": true,
"name": [
{
"family": "Okeke",
"given": [
"Nkiru"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+2348057788990"
},
{
"system": "email",
"value": "nkiru.okeke@pharm.example.ng"
}
],
"birthDate": "1990-06-24",
"qualification": [
{
"code": {
"text": "Registered Pharmacist"
},
"period": {
"start": "2018-07-01"
}
}
]
}