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 = "f001")
<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>identifier</b>: order9837293 (official) </p> <p> <b>dateWritten</b>: 25-May 2013 19:32 </p> <p> <b>status</b>: active </p> <p> <b>patient</b>: P. van den Heuvel </p> <p> <b>prescriber</b>: R.A. van den Berk </p> <p> <b>encounter</b>: visit who leads to this priscription </p> <p> <b>reason[x]</b>: <span title="Codes: {http://snomed.info/sct 13645005}">Chronic obstructive pulmonary disease</span> </p> <p> <b>medication</b>: prescribed medication </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>3 tot 4 maal daags 1 flacon</td> <td> <span title="Codes: ">for use during pregnancy, contact physician</span> </td> <td>Starting 4-Aug 2013 --> 5-Nov 2013, 3 per 1 days</td> <td> </td> <td> <span title="Codes: {http://snomed.info/sct 181220002}">Entire oral cavity</span> </td> <td> <span title="Codes: {http://snomed.info/sct 394899003}">oral administration of treatment</span> </td> <td> </td> <td>10 ml</td> <td> </td> <td> </td> </tr> </table> <h3>Dispenses</h3> <table class="grid"> <tr> <td> <b>Medication</b> </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>8-Apr 2013 --> 30-May 2013</td> <td>20</td> <td>100 mcg</td> <td>40 days</td> </tr> </table> </div> </text> <identifier> <use value="official"/> <system value="http://www.bmc/portal/prescriptions"/> <value value="order9837293"/> </identifier> <dateWritten value="2013-05-25T19:32:52+01:00"/> <status value="active"/> <patient><!-- Linked to the resource patient who needs the medication --> <reference value="Patient/f001"/> <display value="P. van den Heuvel"/> </patient> <prescriber><!-- Linked to the practitioner who treats patient --> <reference value="Practitioner/f006"/> <display value="R.A. van den Berk"/> </prescriber> <encounter><!-- Linked to a resource Visit between patient and practitioner --><!-- TODO: Camiel nog correcte verwijzing (@f001 bestond nog niet) --> <reference value="Encounter/f001"/> <display value="visit who leads to this priscription"/> </encounter> <reasonCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="13645005"/> <display value="Chronic obstructive pulmonary disease"/> </coding> </reasonCodeableConcept> <medication><!-- Linked to a RESOURCE Medication --> <reference value="Medication/f001"/> <display value="prescribed medication"/> </medication> <dosageInstruction> <text value="3 tot 4 maal daags 1 flacon"/> <additionalInstructions> <text value="for use during pregnancy, contact physician"/> </additionalInstructions> <timingSchedule> <event> <start value="2013-08-04"/> <end value="2013-11-05"/> </event> <repeat> <frequency value="3"/> <duration value="1"/> <units value="d"/> </repeat> </timingSchedule> <site> <coding> <system value="http://snomed.info/sct"/> <code value="181220002"/> <display value="Entire oral cavity"/> </coding> </site> <route> <coding> <system value="http://snomed.info/sct"/> <code value="394899003"/> <display value="oral administration of treatment"/> </coding> </route> <doseQuantity> <value value="10"/> <units value="ml"/> <system value="http://unitsofmeasure.org"/> <code value="ml"/> </doseQuantity> </dosageInstruction> <dispense> <validityPeriod> <start value="2013-04-08"/> <end value="2013-05-30"/> </validityPeriod> <numberOfRepeatsAllowed value="20"/> <quantity> <value value="100"/> <units value="mcg"/> <system value="urn:oid:2.16.840.1.113883.6.8"/><!-- http://unitsofmeasure.org (UCUM code system) --> <code value="ug"/> </quantity> <expectedSupplyDuration> <value value="40"/> <units value="days"/> <system value="urn:oid:2.16.840.1.113883.6.8"/><!-- http://unitsofmeasure.org (UCUM code system) --> <code value="d"/> </expectedSupplyDuration> </dispense> </MedicationPrescription>