Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build
KE
Kenya eClaims FHIR Implementation Guide, published by Digital Health Agency of 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-eClaims-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "SRV-0001",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest SRV-0001</b></p><a name=\"SRV-0001\"> </a><a name=\"hcSRV-0001\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">Physical therapy</span></p><p><b>subject</b>: <a href=\"Patient-PT-0001.html\">John Doe Male, DoB: 1980-01-01</a></p></div>"
},
"status" : "active",
"intent" : "order",
"code" : {
"text" : "Physical therapy"
},
"subject" : {
🔗 "reference" : "Patient/PT-0001"
}
}