Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

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

: MedicationDispense Status Reason CodeSystem - TTL Representation

Active as of 2026-04-24

Raw ttl | Download


@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-dispense-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-dispense-status-reason-cs</b></p><a name=\"medication-dispense-status-reason-cs\"> </a><a name=\"hcmedication-dispense-status-reason-cs\"> </a><p>This case-sensitive code system <code>https://ilm-hie.dha.go.ke/fhir/CodeSystem/medication-dispense-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\">FRAUD<a name=\"medication-dispense-status-reason-cs-FRAUD\"> </a></td><td>Fraud</td></tr><tr><td style=\"white-space:nowrap\">FORMULARY-RESTRICTION<a name=\"medication-dispense-status-reason-cs-FORMULARY-RESTRICTION\"> </a></td><td>Formulary restriction</td></tr><tr><td style=\"white-space:nowrap\">PRESCRIPTION-INCOMPLETE<a name=\"medication-dispense-status-reason-cs-PRESCRIPTION-INCOMPLETE\"> </a></td><td>Prescription incomplete</td></tr><tr><td style=\"white-space:nowrap\">PATIENT-REFUSED<a name=\"medication-dispense-status-reason-cs-PATIENT-REFUSED\"> </a></td><td>Patient refused</td></tr><tr><td style=\"white-space:nowrap\">DRUG-NOT-AVAILABLE<a name=\"medication-dispense-status-reason-cs-DRUG-NOT-AVAILABLE\"> </a></td><td>Drug not available</td></tr><tr><td style=\"white-space:nowrap\">CLARIFICATION-REQUIRED<a name=\"medication-dispense-status-reason-cs-CLARIFICATION-REQUIRED\"> </a></td><td>Clarification required</td></tr><tr><td style=\"white-space:nowrap\">OUT-OF-STOCK<a name=\"medication-dispense-status-reason-cs-OUT-OF-STOCK\"> </a></td><td>Out of stock</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://ilm-hie.dha.go.ke/fhir/CodeSystem/medication-dispense-status-reason-cs"^^xsd:anyURI ;
fhir:l <https://ilm-hie.dha.go.ke/fhir/CodeSystem/medication-dispense-status-reason-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MedicationDispenseStatusReasonCS"] ; # 
  fhir:title [ fhir:v "MedicationDispense Status Reason CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-04-24T09:57:31+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "DHA, Kenya"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "DHA, Kenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dha.go.ke/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "helpdesk@dha.go.ke" ]     ] )
  ] [
fhir:name [ fhir:v "Digital Health Agency, Kenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "helpdesk@dha.go.ke" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.dha.go.ke/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Reasons for a MedicationDispense status (e.g. out-of-stock, patient refused). Source: MOH-KENYA OCL MEDICATIONDISPENSE-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 2025+ Digital Health Agency, Kenya. This content is licensed under Creative Commons Attribution 4.0 International (CC-BY-4.0). Terminology content from the Kenya Pharmacy and Poisons Board (PPB) via Open Concept Lab (OCL) is subject to separate terms."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "FRAUD" ] ;
fhir:display [ fhir:v "Fraud" ]
  ] [
fhir:code [ fhir:v "FORMULARY-RESTRICTION" ] ;
fhir:display [ fhir:v "Formulary restriction" ]
  ] [
fhir:code [ fhir:v "PRESCRIPTION-INCOMPLETE" ] ;
fhir:display [ fhir:v "Prescription incomplete" ]
  ] [
fhir:code [ fhir:v "PATIENT-REFUSED" ] ;
fhir:display [ fhir:v "Patient refused" ]
  ] [
fhir:code [ fhir:v "DRUG-NOT-AVAILABLE" ] ;
fhir:display [ fhir:v "Drug not available" ]
  ] [
fhir:code [ fhir:v "CLARIFICATION-REQUIRED" ] ;
fhir:display [ fhir:v "Clarification required" ]
  ] [
fhir:code [ fhir:v "OUT-OF-STOCK" ] ;
fhir:display [ fhir:v "Out of stock" ]
  ] ) . #