2nd DSTU Draft For Comment

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

Medicationprescription-example-f203-paracetamol.xml

Raw XML (canonical form)

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

Raw XML

<MedicationPrescription xmlns="http://hl7.org/fhir">
  <id value="f203"/>
 <!--  No identifier could be provided  -->
 <dateWritten value="2013-04-04"/>
  <status value="active"/> 
 <patient>
    <reference value="Patient/f201"/>
    <display value="Roel"/>
 </patient>
 <prescriber>
    <reference value="Practitioner/f201"/>
 </prescriber>
 <encounter><!--  TODO &lt;encounter&gt; is not expected...  -->
    <reference value="Encounter/f201"/>
    <display value="Roel's encounter on April fourth 2013"/>
 </encounter>
 <reasonReference>
   <reference value="Condition/f201"/>
   <display value="fever"/>
 </reasonReference> 
 <medication>
    <reference value="Medication/f203"/>
    <display value="Paracetamol"/>
 </medication>
 <dosageInstruction>  
  <text value="Paracetamol 3xdaags 1000mg"/>
  <!--  No defined schedule (&lt;timing&gt;)  -->
  <method>
    <coding>
       <system value="http://snomed.info/sct"/>
       <code value="322236009"/>
       <display value="Paracetamol 500mg tablet"/>
    </coding>
  </method>
  <maxDosePerPeriod><!--  3000mg/24h  -->
    <numerator>
        <value value="3000"/>
        <units value="milligram"/>
        <system value="http://snomed.info/sct"/>
        <code value="258684004"/>
    </numerator>
    <denominator>
        <value value="24"/>
        <units value="hours"/>
        <system value="http://snomed.info/sct"/>
        <code value="258702006"/>
    </denominator>
  </maxDosePerPeriod>
 </dosageInstruction>
 <!--  &lt;dispense&gt; and &lt;substitution&gt; are not available for this patient  --> 
</MedicationPrescription>

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.