Kenya Core Implementation Guide
1.0.0 - release
Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-core-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "example-practitioner-njoroge",
"meta" : {
"profile" : [
🔗 "https://fhir.dha.go.ke/ig/core/StructureDefinition/practitioner-sha-ke|1.0.0"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner example-practitioner-njoroge</b></p><a name=\"example-practitioner-njoroge\"> </a><a name=\"hcexample-practitioner-njoroge\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-practitioner-sha-ke.html\">KenyaCore Practitioner Profile</a> version: 1.0.0</p></div><p><b>identifier</b>: <code>https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber</code>/KMPDC-2018-04521\u00a0(use:\u00a0official,\u00a0), <code>https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID</code>/HWR-2015-003391\u00a0(use:\u00a0official,\u00a0), <code>https://fhir.sha.go.ke/fhir/Practitioner/National_ID</code>/23456789\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Sarah Njoroge</p><p><b>telecom</b>: <a href=\"mailto:sarah.njoroge@knh.or.ke\">sarah.njoroge@knh.or.ke</a>, <a href=\"tel:+254722123456\">+254722123456</a></p><p><b>gender</b>: Female</p></div>"
},
"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"
}