DSTU2

This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medicationorder-example-f202-flucloxacilline.xml

Raw XML (canonical form)

Real-world prescription example (id = "f202")

<MedicationOrder xmlns="http://hl7.org/fhir">
  <id value="f202"/>
 <!--   No identifier could be provided   -->
 <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f202</p><p><b>dateWritten</b>: 11/03/2013</p><p><b>status</b>: completed</p><p><b>patient</b>: <a>Roel</a></p><p><b>prescriber</b>: <a>Practitioner/f201</a></p><p><b>encounter</b>: <a>Roel's encounter on March eleventh 2013</a></p><p><b>reason</b>: <a>sepsis</a></p><p><b>medication</b>: <a>Flucloxacilline</a></p><h3>DosageInstructions</h3><table><tr><td>-</td><td><b>Text</b></td><td><b>Timing</b></td><td><b>Route</b></td><td><b>Method</b></td><td><b>MaxDosePerPeriod</b></td></tr><tr><td>*</td><td>Flucloxacilline 12g/24h</td><td>Starting 11/03/2013, Do Once, Until 21/03/2013</td><td>Intravenous route <span>(Details : {SNOMED CT code '47625008' = '47625008', given as 'Intravenous route'})</span></td><td>Injected floxacillin <span>(Details : {SNOMED CT code '323493005' = '323493005', given as 'Injected floxacillin'})</span></td><td>12 gram<span> (Details: SNOMED CT code 258682000 = '258682000')</span>/24 hours<span> (Details: SNOMED CT code 258702006 = '258702006')</span></td></tr></table></div></text><dateWritten value="2013-03-11"/>
  <status value="completed"/> 
 <patient>
    <reference value="Patient/f201"/>
    <display value="Roel"/>
 </patient>
 <prescriber>
    <reference value="Practitioner/f201"/>
 </prescriber>
 <encounter><!--   TODO <encounter> is not expected...   -->
    <reference value="Encounter/f203"/>
    <display value="Roel's encounter on March eleventh 2013"/>
 </encounter>
 <reasonReference>
   <reference value="Condition/f203"/>
   <display value="sepsis"/>
 </reasonReference>
 <medicationReference>
    <reference value="Medication/f202"/>
    <display value="Flucloxacilline"/>
 </medicationReference>
 <dosageInstruction>  
  <text value="Flucloxacilline 12g/24h"/>
   <timing>
     <repeat>
       <boundsPeriod>
         <start value="2013-03-11"/>
         <end value="2013-03-21"/>
       </boundsPeriod>
     </repeat>
  </timing>
  <route><!--   Medication follows the respiratory tract   -->
    <coding>
       <system value="http://snomed.info/sct"/>
       <code value="47625008"/>
       <display value="Intravenous route"/>
    </coding>
  </route>
  <method>
    <coding>
       <system value="http://snomed.info/sct"/>
       <code value="323493005"/>
       <display value="Injected floxacillin"/><!--   SNOMED CT code maps to 1 gram whilst the patient receives 12 grams   -->
    </coding>
  </method>
  <maxDosePerPeriod><!--   12g/24h   -->
    <numerator>
        <value value="12"/>
        <unit value="gram"/>
        <system value="http://snomed.info/sct"/>
        <code value="258682000"/>
    </numerator>
    <denominator>
        <value value="24"/>
        <unit value="hours"/>
        <system value="http://snomed.info/sct"/>
        <code value="258702006"/>
    </denominator>
  </maxDosePerPeriod>
 </dosageInstruction>
 <!--   <dispense> and <substitution> are not available for this patient   --> 
</MedicationOrder>

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.