Kenya Emergency FHIR Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.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-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "em-practitioner-example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner em-practitioner-example</b></p><a name=\"em-practitioner-example\"> </a><a name=\"hcem-practitioner-example\"> </a><p><b>active</b>: true</p><p><b>name</b>: Sarah Njoroge </p><p><b>telecom</b>: <a href=\"tel:+254700100200\">+254700100200</a></p></div>"
},
"active" : true,
"name" : [
{
"family" : "Njoroge",
"given" : [
"Sarah"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+254700100200"
}
]
}