This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Order with as needed (PRN) dosage with pre-condition - Oxycodone - active with reasonCode, note, dispenseRequest and substitution
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @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 ------------------------------------------------------------------- <http://hl7.org/fhir/MedicationOrder/medrx0301> a fhir:MedicationOrder; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "medrx0301"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: medrx0301</p><p><b>contained</b>: </p><p><b>identifier</b>: 12345689 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>medication</b>: id: med0310; Oral Form Oxycodone (product) <span>(Details : {SNOMED CT code '430127000' = 'Oral form oxycodone (product)', given as 'Oral Form Oxycodone (product)'})</span></p><p><b>patient</b>: <a>Donald Duck</a></p><p><b>encounter</b>: <a>encounter who leads to this prescription</a></p><p><b>dateWritten</b>: 15/01/2015</p><p><b>prescriber</b>: <a>Patrick Pump</a></p><p><b>reasonCode</b>: Rib Pain (finding) <span>(Details : {SNOMED CT code '297217002' = 'Rib pain', given as 'Rib Pain (finding)'})</span></p><p><b>note</b>: Patient told to take with food</p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>AdditionalInstructions</b></td><td><b>Timing</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>Dose[x]</b></td></tr><tr><td>*</td><td>one to two tablets every 4-6 hours as needed for rib pain</td><td>Warning. May cause drowsiness. If affected do not drive or operate machinery. Avoid alcoholic drink (qualifier value) <span>(Details : {SNOMED CT code '418914006' = 'Warning. May cause drowsiness. If affected do not drive or operate machinery. Avoid alcoholic drink (qualifier value)', given as 'Warning. May cause drowsiness. If affected do not drive or operate machinery. Avoid alcoholic drink (qualifier value)'})</span></td><td>Do Once per 4-6 hours</td><td>Rib Pain (finding) <span>(Details : {SNOMED CT code '297217002' = 'Rib pain', given as 'Rib Pain (finding)'})</span></td><td>Oral Route <span>(Details : {SNOMED CT code '26643006' = 'Oral route (qualifier value)', given as 'Oral Route'})</span></td><td>Swallow - dosing instruction imperative (qualifier value) <span>(Details : {SNOMED CT code '421521009' = 'Swallow - dosing instruction imperative (qualifier value)', given as 'Swallow - dosing instruction imperative (qualifier value)'})</span></td><td>1-2 TAB</td></tr></table><h3>DispenseRequests</h3><table><tr><td>-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td><td><b>Quantity</b></td><td><b>ExpectedSupplyDuration</b></td></tr><tr><td>*</td><td>15/01/2015 --> 15/01/2016</td><td>1</td><td>30 TAB<span> (Details: http://hl7.org/fhir/ValueSet/v3-orderableDrugForm code TAB = '??')</span></td><td>10 days<span> (Details: http://unitsofmeasure.org code d = 'd')</span></td></tr></table><h3>Substitutions</h3><table><tr><td>-</td><td><b>Allowed</b></td><td><b>Reason</b></td></tr><tr><td>*</td><td>true</td><td>formulary policy <span>(Details : {http://hl7.org/fhir code 'FP' = '??', given as 'formulary policy'})</span></td></tr></table></div>" ]; fhir:DomainResource.contained [ a fhir:Medication; fhir:index 0; fhir:Resource.id [ fhir:value "med0310" ]; fhir:Medication.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:concept sct:430127000; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "430127000" ]; fhir:Coding.display [ fhir:value "Oral Form Oxycodone (product)" ] ] ] ]; fhir:MedicationOrder.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://www.bmc.nl/portal/prescriptions" ]; fhir:Identifier.value [ fhir:value "12345689" ] ]; fhir:MedicationOrder.status [ fhir:value "active"]; fhir:MedicationOrder.medicationReference [ fhir:Reference.reference [ fhir:value "#med0310" ] ]; fhir:MedicationOrder.patient [ fhir:link <http://hl7.org/fhir/Patient/pat1>; fhir:Reference.reference [ fhir:value "Patient/pat1" ]; fhir:Reference.display [ fhir:value "Donald Duck" ] ]; fhir:MedicationOrder.encounter [ fhir:link <http://hl7.org/fhir/Encounter/f001>; fhir:Reference.reference [ fhir:value "Encounter/f001" ]; fhir:Reference.display [ fhir:value "encounter who leads to this prescription" ] ]; fhir:MedicationOrder.dateWritten [ fhir:value "2015-01-15"^^xsd:date]; fhir:MedicationOrder.prescriber [ fhir:link <http://hl7.org/fhir/Practitioner/f007>; fhir:Reference.reference [ fhir:value "Practitioner/f007" ]; fhir:Reference.display [ fhir:value "Patrick Pump" ] ]; fhir:MedicationOrder.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:concept sct:297217002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "297217002" ]; fhir:Coding.display [ fhir:value "Rib Pain (finding)" ] ] ]; fhir:MedicationOrder.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "Patient told to take with food" ] ]; fhir:MedicationOrder.dosageInstruction [ fhir:index 0; fhir:MedicationOrder.dosageInstruction.text [ fhir:value "one to two tablets every 4-6 hours as needed for rib pain" ]; fhir:MedicationOrder.dosageInstruction.additionalInstructions [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:concept sct:418914006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "418914006" ]; fhir:Coding.display [ fhir:value "Warning. May cause drowsiness. If affected do not drive or operate machinery. Avoid alcoholic drink (qualifier value)" ] ] ]; fhir:MedicationOrder.dosageInstruction.timing [ fhir:Timing.repeat [ fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:int ]; fhir:Timing.repeat.period [ fhir:value "4"^^xsd:decimal ]; fhir:Timing.repeat.periodMax [ fhir:value "6"^^xsd:decimal ]; fhir:Timing.repeat.periodUnit [ fhir:value "h" ] ] ]; fhir:MedicationOrder.dosageInstruction.asNeededCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:concept sct:297217002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "297217002" ]; fhir:Coding.display [ fhir:value "Rib Pain (finding)" ] ] ]; fhir:MedicationOrder.dosageInstruction.route [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:concept sct:26643006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "26643006" ]; fhir:Coding.display [ fhir:value "Oral Route" ] ] ]; fhir:MedicationOrder.dosageInstruction.method [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:concept sct:421521009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "421521009" ]; fhir:Coding.display [ fhir:value "Swallow - dosing instruction imperative (qualifier value)" ] ] ]; fhir:MedicationOrder.dosageInstruction.doseRange [ fhir:Range.low [ fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "TAB" ]; fhir:Quantity.system [ fhir:value "http://hl7.org/fhir/ValueSet/v3-orderableDrugForm" ]; fhir:Quantity.code [ fhir:value "TAB" ] ]; fhir:Range.high [ fhir:Quantity.value [ fhir:value "2"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "TAB" ]; fhir:Quantity.system [ fhir:value "http://hl7.org/fhir/ValueSet/v3-orderableDrugForm" ]; fhir:Quantity.code [ fhir:value "TAB" ] ] ] ]; fhir:MedicationOrder.dispenseRequest [ fhir:MedicationOrder.dispenseRequest.validityPeriod [ fhir:Period.start [ fhir:value "2015-01-15"^^xsd:date ]; fhir:Period.end [ fhir:value "2016-01-15"^^xsd:date ] ]; fhir:MedicationOrder.dispenseRequest.numberOfRepeatsAllowed [ fhir:value "1"^^xsd:positiveInteger ]; fhir:MedicationOrder.dispenseRequest.quantity [ fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "TAB" ]; fhir:Quantity.system [ fhir:value "http://hl7.org/fhir/ValueSet/v3-orderableDrugForm" ]; fhir:Quantity.code [ fhir:value "TAB" ] ]; fhir:MedicationOrder.dispenseRequest.expectedSupplyDuration [ fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "days" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "d" ] ] ]; fhir:MedicationOrder.substitution [ fhir:MedicationOrder.substitution.allowed [ fhir:value "true"^^xsd:boolean ]; fhir:MedicationOrder.substitution.reason [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir" ]; fhir:Coding.code [ fhir:value "FP" ]; fhir:Coding.display [ fhir:value "formulary policy" ] ] ] ] . <http://hl7.org/fhir/Patient/pat1> a fhir:Patient . <http://hl7.org/fhir/Encounter/f001> a fhir:Encounter . <http://hl7.org/fhir/Practitioner/f007> a fhir:Practitioner . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.