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
Real-world prescription example (id = "f005")
<MedicationPrescription xmlns="http://hl7.org/fhir"> <id value="f005"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <identifier> <use value="official"/> <system value="http://www.bmc.nl/portal/prescriptions"/> <value value="order9823343"/> </identifier> <dateWritten value="2011-05-01"/> <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/f007"/> <display value="S.M. Heps"/> </prescriber> <encounter><!-- Linked to a resource Encounter between patient and practitioner --> <reference value="Encounter/f001"/> <display value="encounter who leads to this priscription"/> </encounter> <reasonCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="38341003"/> <display value="High blood pressure"/> </coding> </reasonCodeableConcept> <medication><!-- Linked to a RESOURCE Medication --> <reference value="Medication/f005"/> <display value="prescribed medication"/> </medication> <dosageInstruction> <scheduledTiming> <repeat> <bounds> <start value="2011-05-01"/> </bounds> <frequency value="1"/> <period value="1"/> <periodUnits value="d"/> </repeat> </scheduledTiming> <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="386359008"/> <display value="Administration of drug or medicament via oral route"/> </coding> </route> <doseQuantity> <value value="5"/> <units value="mg"/> <system value="http://unitsofmeasure.org"/> <code value="mg"/> </doseQuantity> </dosageInstruction> <dispense> <validityPeriod> <start value="2011-05-01"/> </validityPeriod> <quantity> <value value="28"/> <system value="http://snomed.info/sct"/> <code value="46992007"/> </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.