FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | Practitioner |
| Id | Practitioner-example-practitioner-njoroge.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner example-practitioner-njoroge
Profile: KenyaCore Practitioner Profile
identifier: https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber/KMPDC-2018-04521 (use: official, ), https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID/HWR-2015-003391 (use: official, ), https://fhir.sha.go.ke/fhir/Practitioner/National_ID/23456789 (use: official, )
active: true
name: Dr. Sarah Njoroge
telecom: sarah.njoroge@knh.or.ke, +254722123456
gender: Female
{
"resourceType": "Practitioner",
"id": "example-practitioner-njoroge",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/practitioner-sha-ke"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber",
"value": "KMPDC-2018-04521"
},
{
"use": "official",
"system": "https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID",
"value": "HWR-2015-003391"
},
{
"use": "official",
"system": "https://fhir.sha.go.ke/fhir/Practitioner/National_ID",
"value": "23456789"
}
],
"active": true,
"name": [
{
"text": "Dr. Sarah Njoroge"
}
],
"telecom": [
{
"system": "email",
"value": "sarah.njoroge@knh.or.ke"
},
{
"system": "phone",
"value": "+254722123456"
}
],
"gender": "female"
}