Kenya Patient Summary 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-Patient-Summary-FHIR-IG/ and changes regularly. See the Directory of published versions
| Active as of 2026-05-31 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "medication-request-status-reason-cs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-request-status-reason-cs</b></p><a name=\"medication-request-status-reason-cs\"> </a><a name=\"hcmedication-request-status-reason-cs\"> </a><p>This case-sensitive code system <code>http://localhost:8085/fhir/CodeSystem/medication-request-status-reason-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">WASHOUT-PERIOD<a name=\"medication-request-status-reason-cs-WASHOUT-PERIOD\"> </a></td><td>Washout period</td></tr><tr><td style=\"white-space:nowrap\">SURGERY<a name=\"medication-request-status-reason-cs-SURGERY\"> </a></td><td>Surgery</td></tr><tr><td style=\"white-space:nowrap\">SIDE-EFFECTS<a name=\"medication-request-status-reason-cs-SIDE-EFFECTS\"> </a></td><td>Side effects</td></tr><tr><td style=\"white-space:nowrap\">DUPLICATE-THERAPY<a name=\"medication-request-status-reason-cs-DUPLICATE-THERAPY\"> </a></td><td>Duplicate therapy</td></tr><tr><td style=\"white-space:nowrap\">DRUG-DRUG-INTERACTION<a name=\"medication-request-status-reason-cs-DRUG-DRUG-INTERACTION\"> </a></td><td>Drug-drug interaction</td></tr><tr><td style=\"white-space:nowrap\">PREGNANCY<a name=\"medication-request-status-reason-cs-PREGNANCY\"> </a></td><td>Pregnancy</td></tr><tr><td style=\"white-space:nowrap\">DRUG-NOT-AVAILABLE<a name=\"medication-request-status-reason-cs-DRUG-NOT-AVAILABLE\"> </a></td><td>Drug not available</td></tr><tr><td style=\"white-space:nowrap\">LABORATORY-INTERFERENCE<a name=\"medication-request-status-reason-cs-LABORATORY-INTERFERENCE\"> </a></td><td>Laboratory interference</td></tr><tr><td style=\"white-space:nowrap\">HOSPITAL-ADMISSION<a name=\"medication-request-status-reason-cs-HOSPITAL-ADMISSION\"> </a></td><td>Hospital admission</td></tr><tr><td style=\"white-space:nowrap\">DRUG-LEVEL-TOO-HIGH<a name=\"medication-request-status-reason-cs-DRUG-LEVEL-TOO-HIGH\"> </a></td><td>Drug level too high</td></tr><tr><td style=\"white-space:nowrap\">CLARIFICATION-REQUIRED<a name=\"medication-request-status-reason-cs-CLARIFICATION-REQUIRED\"> </a></td><td>Clarification required</td></tr><tr><td style=\"white-space:nowrap\">ALTERNATIVE-THERAPY-AVAILABLE<a name=\"medication-request-status-reason-cs-ALTERNATIVE-THERAPY-AVAILABLE\"> </a></td><td>Alternative therapy available</td></tr><tr><td style=\"white-space:nowrap\">ALLERGY<a name=\"medication-request-status-reason-cs-ALLERGY\"> </a></td><td>Allergy</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://localhost:8085/fhir/CodeSystem/medication-request-status-reason-cs"^^xsd:anyURI ;
fhir:l <http://localhost:8085/fhir/CodeSystem/medication-request-status-reason-cs>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "MedicationRequestStatusReasonCS"] ; #
fhir:title [ fhir:v "MedicationRequest Status Reason CodeSystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-05-31T11:35:58+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Digital Health Agency of Kenya"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Digital Health Agency of Kenya" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ] ] )
] [
fhir:name [ fhir:v "Digital Health Agency of Kenya – Interoperability Team" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ] ;
fhir:use [ fhir:v "work" ] ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Reasons for a MedicationRequest status change (e.g. cancelled, on-hold). Source: MOH-KENYA OCL MEDICATIONREQUEST-STATUS-REASON."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "KE" ] ;
fhir:display [ fhir:v "Kenya" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Copyright © 2024+ Digital Health Agency of Kenya. This content is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0). No rights reserved.\n"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "13"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "WASHOUT-PERIOD" ] ;
fhir:display [ fhir:v "Washout period" ]
] [
fhir:code [ fhir:v "SURGERY" ] ;
fhir:display [ fhir:v "Surgery" ]
] [
fhir:code [ fhir:v "SIDE-EFFECTS" ] ;
fhir:display [ fhir:v "Side effects" ]
] [
fhir:code [ fhir:v "DUPLICATE-THERAPY" ] ;
fhir:display [ fhir:v "Duplicate therapy" ]
] [
fhir:code [ fhir:v "DRUG-DRUG-INTERACTION" ] ;
fhir:display [ fhir:v "Drug-drug interaction" ]
] [
fhir:code [ fhir:v "PREGNANCY" ] ;
fhir:display [ fhir:v "Pregnancy" ]
] [
fhir:code [ fhir:v "DRUG-NOT-AVAILABLE" ] ;
fhir:display [ fhir:v "Drug not available" ]
] [
fhir:code [ fhir:v "LABORATORY-INTERFERENCE" ] ;
fhir:display [ fhir:v "Laboratory interference" ]
] [
fhir:code [ fhir:v "HOSPITAL-ADMISSION" ] ;
fhir:display [ fhir:v "Hospital admission" ]
] [
fhir:code [ fhir:v "DRUG-LEVEL-TOO-HIGH" ] ;
fhir:display [ fhir:v "Drug level too high" ]
] [
fhir:code [ fhir:v "CLARIFICATION-REQUIRED" ] ;
fhir:display [ fhir:v "Clarification required" ]
] [
fhir:code [ fhir:v "ALTERNATIVE-THERAPY-AVAILABLE" ] ;
fhir:display [ fhir:v "Alternative therapy available" ]
] [
fhir:code [ fhir:v "ALLERGY" ] ;
fhir:display [ fhir:v "Allergy" ]
] ) . #
IG © 2024+ Digital Health Agency of Kenya. Package fhir.kenyaPSIG#0.1.0 based on FHIR 4.0.1. Generated 2026-05-31
Links: Table of Contents |
QA Report