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" : "Device",
"id" : "example-device-infusion-pump-01",
"meta" : {
"profile" : [
🔗 "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-device|1.0.0"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example-device-infusion-pump-01</b></p><a name=\"example-device-infusion-pump-01\"> </a><a name=\"hcexample-device-infusion-pump-01\"> </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-kenya-core-device.html\">Kenya Core Device Profile</a> version: 1.0.0</p></div><p><b>identifier</b>: Device Asset Identifier/KNH-ASSET-INFPUMP-014\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: B. Braun Melsungen AG</p><p><b>manufactureDate</b>: 2023-02-10</p><p><b>expirationDate</b>: 2033-02-10</p><p><b>lotNumber</b>: LOT-99231</p><p><b>serialNumber</b>: SN-INF-88213</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Infusion Pump X200</td><td>User Friendly name</td></tr></table><p><b>modelNumber</b>: X200</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 69784007}\">Infusion pump, device</span></p><p><b>patient</b>: <a href=\"Patient-CR2026080100001-1.html\">Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>owner</b>: <a href=\"Organization-example-organization-knh.html\">Organization Kenyatta National Hospital</a></p></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"text" : "Device Asset Identifier"
},
"system" : "https://fhir.sha.go.ke/fhir/identifier/device-asset-tag",
"value" : "KNH-ASSET-INFPUMP-014"
}
],
"status" : "active",
"manufacturer" : "B. Braun Melsungen AG",
"manufactureDate" : "2023-02-10",
"expirationDate" : "2033-02-10",
"lotNumber" : "LOT-99231",
"serialNumber" : "SN-INF-88213",
"deviceName" : [
{
"name" : "Infusion Pump X200",
"type" : "user-friendly-name"
}
],
"modelNumber" : "X200",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "69784007",
"display" : "Infusion pump, device"
}
]
},
"patient" : {
🔗 "reference" : "Patient/CR2026080100001-1"
},
"owner" : {
🔗 "reference" : "Organization/example-organization-knh"
}
}