Kenya-ePrescription-IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "meddisp-001"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/kenya-eprescription-medicationdispense"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/kenya-eprescription-medicationdispense> ] [
fhir:v "http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationdispense"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationdispense> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div>Medication dispense for patient example</div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://moh.health.go.ke/meddispense"^^xsd:anyURI ;
fhir:l <http://moh.health.go.ke/meddispense> ] ;
fhir:value [ fhir:v "MD-2025-0001" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:372687004 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "372687004" ] ;
fhir:display [ fhir:v "Amoxicillin 500mg capsule" ] ] ) ;
fhir:text [ fhir:v "Amoxicillin 500mg capsule" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/kenya-eprescription-patient-001 ;
fhir:reference [ fhir:v "Patient/kenya-eprescription-patient-001" ]
] ; #
fhir:context [
fhir:l fhir:Encounter/kenya-eprescription-encounter-001 ;
fhir:reference [ fhir:v "Encounter/kenya-eprescription-encounter-001" ]
] ; #
fhir:performer ( [
fhir:function [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/medicationdispense-performer-function"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/medicationdispense-performer-function> ] ;
fhir:code [ fhir:v "prf" ] ;
fhir:display [ fhir:v "Performer" ] ] ) ] ;
fhir:actor [
fhir:l fhir:Practitioner/kenya-eprescription-practitioner-001 ;
fhir:reference [ fhir:v "Practitioner/kenya-eprescription-practitioner-001" ] ]
] ) ; #
fhir:location [
fhir:l fhir:Location/kenya-pharmacy-001 ;
fhir:reference [ fhir:v "Location/kenya-pharmacy-001" ]
] ; #
fhir:quantity [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "capsule" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "capsule" ]
] ; #
fhir:daysSupply [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "d" ]
] ; #
fhir:whenPrepared [ fhir:v "2025-01-12T08:00:00+03:00"^^xsd:dateTime] ; #
fhir:whenHandedOver [ fhir:v "2025-01-12T09:00:00+03:00"^^xsd:dateTime] ; #
fhir:note ( [
fhir:text [ fhir:v "Dispensed as per ePrescription instructions" ]
] ) ; #
fhir:dosageInstruction ( [
fhir:sequence [ fhir:v 1 ] ;
fhir:text [ fhir:v "Take 1 capsule three times a day after meals" ] ;
fhir:patientInstruction [ fhir:v "Take with food" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
fhir:route [
( fhir:coding [
a sct:26643006 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "26643006" ] ;
fhir:display [ fhir:v "Oral route" ] ] ) ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "capsule" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org> ] ;
fhir:code [ fhir:v "capsule" ] ] ] )
] ) ; #
fhir:substitution [
fhir:wasSubstituted [ fhir:v false ]
] . #
IG © 2025+ IntelliSOFT Kenya. Package fhir.eprescription.ig#0.1.0 based on FHIR 4.0.1. Generated 2025-12-09
Links: Table of Contents |
QA Report