Kenya-ePrescription-IG
0.1.0 - ci-build

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

: MedicationRequest Status CodeSystem - TTL Representation

Draft as of 2026-01-27

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-request-status-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-cs</b></p><a name=\"medication-request-status-cs\"> </a><a name=\"hcmedication-request-status-cs\"> </a><p>This case-sensitive code system <code>http://example.org/CodeSystem/medication-request-status-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\">active<a name=\"medication-request-status-cs-active\"> </a></td><td>Active</td><td>The prescription is active and can be acted on.</td></tr><tr><td style=\"white-space:nowrap\">on-hold<a name=\"medication-request-status-cs-on-hold\"> </a></td><td>On Hold</td><td>The prescription is temporarily paused.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"medication-request-status-cs-cancelled\"> </a></td><td>Cancelled</td><td>The prescription has been cancelled. Consider holding before cancelling.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"medication-request-status-cs-completed\"> </a></td><td>Completed</td><td>The prescription has been fully administered or fulfilled.</td></tr><tr><td style=\"white-space:nowrap\">stopped<a name=\"medication-request-status-cs-stopped\"> </a></td><td>Stopped</td><td>The prescription was stopped before completion.</td></tr><tr><td style=\"white-space:nowrap\">draft<a name=\"medication-request-status-cs-draft\"> </a></td><td>Draft</td><td>The prescription is in a preliminary state.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://example.org/CodeSystem/medication-request-status-cs"^^xsd:anyURI ;
fhir:l <http://example.org/CodeSystem/medication-request-status-cs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MedicationRequestStatusCS"] ; # 
  fhir:title [ fhir:v "MedicationRequest Status CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-01-27T09:15:54+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "IntelliSOFT Kenya"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "IntelliSOFT Kenya" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Status codes used for MedicationRequest resources."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
fhir:definition [ fhir:v "The prescription is active and can be acted on." ]
  ] [
fhir:code [ fhir:v "on-hold" ] ;
fhir:display [ fhir:v "On Hold" ] ;
fhir:definition [ fhir:v "The prescription is temporarily paused." ]
  ] [
fhir:code [ fhir:v "cancelled" ] ;
fhir:display [ fhir:v "Cancelled" ] ;
fhir:definition [ fhir:v "The prescription has been cancelled. Consider holding before cancelling." ]
  ] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "Completed" ] ;
fhir:definition [ fhir:v "The prescription has been fully administered or fulfilled." ]
  ] [
fhir:code [ fhir:v "stopped" ] ;
fhir:display [ fhir:v "Stopped" ] ;
fhir:definition [ fhir:v "The prescription was stopped before completion." ]
  ] [
fhir:code [ fhir:v "draft" ] ;
fhir:display [ fhir:v "Draft" ] ;
fhir:definition [ fhir:v "The prescription is in a preliminary state." ]
  ] ) . #