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 MedicationRequest - ePrescription - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:MedicationRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "medrequest-001"] ; # 
  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:v "http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationrequest"^^xsd:anyURI ;
fhir:l <http://example.org/fhir/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 medrequest-001</b></p><a name=\"medrequest-001\"> </a><a name=\"hcmedrequest-001\"> </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\">Profiles: <a href=\"StructureDefinition-kenya-eprescription-medicationrequest.html\">MedicationRequest - ePrescription</a>, <code>http://example.org/fhir/StructureDefinition/kenya-eprescription-medicationrequest</code></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc N02BE01}\">Paracetamol 500mg tablets</span></p><p><b>subject</b>: <code>Example-KenyaEPrescriptionPatient</code></p><p><b>encounter</b>: <code>Example-KenyaEPrescriptionEncounter</code></p><p><b>authoredOn</b>: 2025-02-11 09:30:00+0300</p><p><b>requester</b>: <code>Example-KenyaEPrescriptionPractitioner</code></p><p><b>performer</b>: <code>Example-KenyaEPrescriptionOrganization</code></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 162415008}\">Headache</span></p><p><b>note</b>: </p><blockquote><div><p>Patient reported mild headaches for two days.</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take one tablet three times a day after meals.</p><p><b>timing</b>: 3 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Oral route</span></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  codetablet = 'tablet')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2025-02-11 --&gt; 2025-03-11</p><p><b>numberOfRepeatsAllowed</b>: 0</p><p><b>quantity</b>: 30 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codetablet = 'tablet')</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>10</td><td>days</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td><td><b>Reason</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td><td><span title=\"Codes:\">No substitution due to patient sensitivity.</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:medication [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [
fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ;
fhir:l <http://www.whocc.no/atc>       ] ;
fhir:code [ fhir:v "N02BE01" ] ;
fhir:display [ fhir:v "Paracetamol" ]     ] ) ;
fhir:text [ fhir:v "Paracetamol 500mg tablets" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Example-KenyaEPrescriptionPatient ;
fhir:reference [ fhir:v "Example-KenyaEPrescriptionPatient" ]
  ] ; # 
  fhir:encounter [
fhir:l fhir:Example-KenyaEPrescriptionEncounter ;
fhir:reference [ fhir:v "Example-KenyaEPrescriptionEncounter" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-02-11T09:30:00+03:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:l fhir:Example-KenyaEPrescriptionPractitioner ;
fhir:reference [ fhir:v "Example-KenyaEPrescriptionPractitioner" ]
  ] ; # 
  fhir:performer [
fhir:l fhir:Example-KenyaEPrescriptionOrganization ;
fhir:reference [ fhir:v "Example-KenyaEPrescriptionOrganization" ]
  ] ; # 
  fhir:reasonCode ( [
    ( fhir:coding [
a sct:162415008 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "162415008" ] ;
fhir:display [ fhir:v "Headache" ]     ] )
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Patient reported mild headaches for two days." ]
  ] ) ; # 
  fhir:dosageInstruction ( [
fhir:text [ fhir:v "Take one tablet three times a day after meals." ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "3"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]       ]     ] ;
fhir:asNeeded [
a fhir:Boolean ;
fhir:v false     ] ;
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 "tablet" ] ;
fhir:system [
fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ;
fhir:l <http://unitsofmeasure.org>         ] ;
fhir:code [ fhir:v "tablet" ]       ]     ] )
  ] ) ; # 
  fhir:dispenseRequest [
fhir:validityPeriod [
fhir:start [ fhir:v "2025-02-11"^^xsd:date ] ;
fhir:end [ fhir:v "2025-03-11"^^xsd:date ]     ] ;
fhir:numberOfRepeatsAllowed [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
fhir:quantity [
fhir:value [ fhir:v "30"^^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 "tablet" ]     ] ;
fhir:expectedSupplyDuration [
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:substitution [
fhir:allowed [
a fhir:Boolean ;
fhir:v false     ] ;
fhir:reason [
fhir:text [ fhir:v "No substitution due to patient sensitivity." ]     ]
  ] . #