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

: Example Kenya ePrescription MedicationRequest - TTL Representation

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:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-kenya-eprescription-medicationrequest"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/kenya-eprescription-medicationrequest"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/kenya-eprescription-medicationrequest>     ] )
  ] ; # 
  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: MedicationRequest example-kenya-eprescription-medicationrequest</b></p><a name=\"example-kenya-eprescription-medicationrequest\"> </a><a name=\"hcexample-kenya-eprescription-medicationrequest\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-kenya-eprescription-medicationrequest.html\">MedicationRequest - ePrescription</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href=\"Medication-example-kenya-eprescription-medication.html\">Medication Paracetamol 500 MG Oral Tablet</a></p><p><b>subject</b>: <a href=\"Patient-example-kenya-eprescription-patient.html\">Grace Achieng Omondi (official) Female, DoB: 1990-03-14 ( http://moh.health.go.ke/patient-identifier#KE-PAT-2025-0001)</a></p><p><b>authoredOn</b>: 2025-11-12</p><p><b>requester</b>: <a href=\"Practitioner-example-kenya-eprescription-practitioner.html\">Practitioner Peter Kamau Mwangi (official)</a></p><p><b>performer</b>: <a href=\"Organization-example-kenya-eprescription-organization.html\">Organization MediCare Pharmacy - Nairobi</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 1 tablet by mouth every 8 hours for 5 days</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetbl = 'tbl')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 15 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetbl = 'tbl')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>5</td><td>days</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:l fhir:Medication/example-kenya-eprescription-medication ;
fhir:reference [ fhir:v "Medication/example-kenya-eprescription-medication" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/example-kenya-eprescription-patient ;
fhir:reference [ fhir:v "Patient/example-kenya-eprescription-patient" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-11-12"^^xsd:date] ; # 
  fhir:requester [
fhir:l fhir:Practitioner/example-kenya-eprescription-practitioner ;
fhir:reference [ fhir:v "Practitioner/example-kenya-eprescription-practitioner" ]
  ] ; # 
  fhir:performer [
fhir:l fhir:Organization/example-kenya-eprescription-organization ;
fhir:reference [ fhir:v "Organization/example-kenya-eprescription-organization" ]
  ] ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Take 1 tablet by mouth every 8 hours for 5 days" ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
    ( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>         ] ;
fhir:code [ fhir:v "tbl" ]       ]     ] )
  ] ) ; # 
  fhir:dispenseRequest [
fhir:quantity [
fhir:value [ fhir:v "15"^^xsd:decimal ] ;
fhir:unit [ fhir:v "tablet" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>       ] ;
fhir:code [ fhir:v "tbl" ]     ] ;
fhir:expectedSupplyDuration [
fhir:value [ fhir:v "5"^^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" ]     ]
  ] . #