FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Practitioner |
| Id | Practitioner-NgPractitioner-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner NgPractitioner-003
Profile: NG Practitioner
identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-mdcn/CHEW-12347
active: true
name: Hauwa Garba
telecom: +2348123456677, hauwa.garba@example.org
birthDate: 1995-11-09
| Code | Period |
| Community Health Extension Worker | 2020-03-01 --> (ongoing) |
{
"resourceType": "Practitioner",
"id": "NgPractitioner-003",
"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-mdcn",
"value": "CHEW-12347"
}
],
"active": true,
"name": [
{
"family": "Garba",
"given": [
"Hauwa"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+2348123456677"
},
{
"system": "email",
"value": "hauwa.garba@example.org"
}
],
"birthDate": "1995-11-09",
"qualification": [
{
"code": {
"text": "Community Health Extension Worker"
},
"period": {
"start": "2020-03-01"
}
}
]
}