This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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
Oncology example (id = "medrx006")
<MedicationPrescription xmlns="http://hl7.org/fhir"> <id value="medrx006"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <status value="on-hold"> <extension url="http://localhost:3000/MedicationPrescription/mscode#original-status"> <valueCode value="pending"/> </extension> </status> <patient> <reference value="Patient/1288992"/> </patient> <medication> <reference value="Medication/MedicationExample15"/> </medication> <dosageInstruction> <text value="Capecitabine 1000 mg/m^2 PO twice daily D1-14"/> <scheduledTiming> <repeat> <duration value="21"/> <durationUnits value="d"/> <frequency value="2"/> <period value="1"/> <periodUnits value="d"/> </repeat> </scheduledTiming> <route> <coding> <system value="http://snomed.info/sct"/> <code value="394899003"/> <display value="oral administration of treatment"/> </coding> </route> <doseQuantity> <value value="1000"/> <units value="mg/m^2"/> <system value="http://unitsofmeasure.org"/> <code value="ml"/> </doseQuantity> </dosageInstruction> <dispense> <quantity> <value value="1700"/> <units value="mg"/> <system value="http://unitsofmeasure.org"/> <code value="mg"/> </quantity> </dispense> </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.