Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build
Kenya ePrescription FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Practitioner",
"id" : "example-practitioner-njoroge",
"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><p><b>identifier</b>: <a href=\"NamingSystem-ns-medical-licence.html\" title=\"KMPDC licence number used to uniquely identify registered medical practitioners across the national health system.\">KenyaMedicalLicence</a>/KE-MED-00123</p><p><b>name</b>: Sarah Njoroge (Official)</p><p><b>telecom</b>: <a href=\"mailto:s.njoroge@knh.go.ke\">s.njoroge@knh.go.ke</a></p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>KE-MED-00123</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}\">Doctor of Medicine</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/NamingSystem/medical-licence",
"value" : "KE-MED-00123"
}
],
"name" : [
{
"use" : "official",
"family" : "Njoroge",
"given" : [
"Sarah"
],
"prefix" : [
"Dr."
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "s.njoroge@knh.go.ke"
}
],
"qualification" : [
{
"identifier" : [
{
"value" : "KE-MED-00123"
}
],
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0360",
"code" : "MD",
"display" : "Doctor of Medicine"
}
]
}
}
]
}