Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build KE

Kenya eClaims FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medication Status Reason Code System - TTL Representation

Active as of 2026-05-19

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-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-status-reason-cs</b></p><a name=\"medication-status-reason-cs\"> </a><a name=\"hcmedication-status-reason-cs\"> </a><p>This case-sensitive code system <code>https://fhir.dha.go.ke/eclaims/CodeSystem/medication-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><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">SIDE-EFFECT<a name=\"medication-status-reason-cs-SIDE-EFFECT\"> </a></td><td>Side Effect</td><td>Medication stopped due to side effects.</td></tr><tr><td style=\"white-space:nowrap\">INEFFECTIVE<a name=\"medication-status-reason-cs-INEFFECTIVE\"> </a></td><td>Ineffective</td><td>Medication was not effective.</td></tr><tr><td style=\"white-space:nowrap\">ALLERGY<a name=\"medication-status-reason-cs-ALLERGY\"> </a></td><td>Allergy</td><td>Medication stopped due to an allergic reaction.</td></tr><tr><td style=\"white-space:nowrap\">PATIENT-REQUEST<a name=\"medication-status-reason-cs-PATIENT-REQUEST\"> </a></td><td>Patient Request</td><td>Patient requested to stop the medication.</td></tr><tr><td style=\"white-space:nowrap\">COMPLETED<a name=\"medication-status-reason-cs-COMPLETED\"> </a></td><td>Completed</td><td>Course of treatment completed.</td></tr><tr><td style=\"white-space:nowrap\">PRESCRIBER-REQUEST<a name=\"medication-status-reason-cs-PRESCRIBER-REQUEST\"> </a></td><td>Prescriber Request</td><td>Prescriber requested to stop the medication.</td></tr><tr><td style=\"white-space:nowrap\">CONTRAINDICATION<a name=\"medication-status-reason-cs-CONTRAINDICATION\"> </a></td><td>Contraindication</td><td>Medication stopped due to a contraindication.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://fhir.dha.go.ke/eclaims/CodeSystem/medication-status-reason-cs"^^xsd:anyURI ;
fhir:l <https://fhir.dha.go.ke/eclaims/CodeSystem/medication-status-reason-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MedicationStatusReasonCS"] ; # 
  fhir:title [ fhir:v "Medication Status Reason Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-19T11:26:54+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://dha.go.ke" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "interoperability@dha.go.ke" ]     ] )
  ] [
fhir:name [ fhir:v "eClaims Technical Working Group" ] ;
    ( 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://dha.go.ke" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes for the reason a medication was stopped or paused, replacing SNOMED CT-based HL7 ValueSet"] ; # 
  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:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "SIDE-EFFECT" ] ;
fhir:display [ fhir:v "Side Effect" ] ;
fhir:definition [ fhir:v "Medication stopped due to side effects." ]
  ] [
fhir:code [ fhir:v "INEFFECTIVE" ] ;
fhir:display [ fhir:v "Ineffective" ] ;
fhir:definition [ fhir:v "Medication was not effective." ]
  ] [
fhir:code [ fhir:v "ALLERGY" ] ;
fhir:display [ fhir:v "Allergy" ] ;
fhir:definition [ fhir:v "Medication stopped due to an allergic reaction." ]
  ] [
fhir:code [ fhir:v "PATIENT-REQUEST" ] ;
fhir:display [ fhir:v "Patient Request" ] ;
fhir:definition [ fhir:v "Patient requested to stop the medication." ]
  ] [
fhir:code [ fhir:v "COMPLETED" ] ;
fhir:display [ fhir:v "Completed" ] ;
fhir:definition [ fhir:v "Course of treatment completed." ]
  ] [
fhir:code [ fhir:v "PRESCRIBER-REQUEST" ] ;
fhir:display [ fhir:v "Prescriber Request" ] ;
fhir:definition [ fhir:v "Prescriber requested to stop the medication." ]
  ] [
fhir:code [ fhir:v "CONTRAINDICATION" ] ;
fhir:display [ fhir:v "Contraindication" ] ;
fhir:definition [ fhir:v "Medication stopped due to a contraindication." ]
  ] ) . #