FHIR IG analytics| Package | zw.fhir.ig.core |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner practitioner1
Profile: Zimbabwe Practitioner
identifier: ZimPractitionerRegistration/MCAZ-04521, ZimNationalIdentity/63-123456A12
name: Rudo Ncube (Official)
telecom: +263772334455
gender: Female
| Code |
| Registered General Nurse |
{
"resourceType": "Practitioner",
"id": "practitioner1",
"meta": {
"profile": [
"http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://mohcc.gov.zw/identifiers/practitioner-registration",
"value": "MCAZ-04521"
},
{
"system": "http://mohcc.gov.zw/identifiers/nationalID",
"value": "63-123456A12"
}
],
"name": [
{
"use": "official",
"family": "Ncube",
"given": [
"Rudo"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+263772334455"
}
],
"gender": "female",
"qualification": [
{
"code": {
"text": "Registered General Nurse"
}
}
]
}