This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Real-world prescription example (id = "f203")
<MedicationPrescription xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> <b>Generated Narrative</b> </p> <p> <b>dateWritten</b>: 4-Apr 2013 </p> <p> <b>status</b>: active </p> <p> <b>patient</b>: Roel </p> <p> <b>prescriber</b>: <a href="practitioner-example-f201-ab.html">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec 1956; Implementation of planned interventions; Medical oncologist</a> </p> <p> <b>encounter</b>: Roel's encounter on April fourth 2013 </p> <p> <b>reason[x]</b>: fever </p> <p> <b>medication</b>: Paracetamol </p> <h3>DosageInstructions</h3> <table class="grid"> <tr> <td> <b>Text</b> </td> <td> <b>AdditionalInstructions</b> </td> <td> <b>Timing[x]</b> </td> <td> <b>AsNeeded[x]</b> </td> <td> <b>Site</b> </td> <td> <b>Route</b> </td> <td> <b>Method</b> </td> <td> <b>DoseQuantity</b> </td> <td> <b>Rate</b> </td> <td> <b>MaxDosePerPeriod</b> </td> </tr> <tr> <td>Paracetamol 3xdaags 1000mg</td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> <span title="Codes: {http://snomed.info/sct 322236009}">Paracetamol 500mg tablet</span> </td> <td> </td> <td> </td> <td>3000 milligram/24 hours</td> </tr> </table> </div> </text><!-- 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 <encounter> is not expected... --> <reference value="Encounter/f201"/> <display value="Roel's encounter on April fourth 2013"/> </encounter> <reasonResource> <reference value="Condition/f201"/> <display value="fever"/> </reasonResource> <medication> <reference value="Medication/f203"/> <display value="Paracetamol"/> </medication> <dosageInstruction> <text value="Paracetamol 3xdaags 1000mg"/><!-- No defined schedule (<timing>) --> <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> </MedicationPrescription>