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
Fully populated dose structure of a prescription in text (id = "medrx002")
<MedicationPrescription xmlns="http://hl7.org/fhir"> <id value="medrx002"/> <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="12345"/> </identifier> <dateWritten value="2015-03-01"/> <status value="active"/> <patient><!-- Linked to the resource patient who needs the medication --> <reference value="Patient/f001"/> <display value="Eve Everywoman"/> </patient> <prescriber><!-- Linked to the practitioner who treats patient --> <reference value="Practitioner/f008"/> <display value="Patricia Primary"/> </prescriber> <encounter><!-- Linked to a resource Encounter between patient and practitioner --> <reference value="Encounter/f002"/> <display value="encounter who leads to this prescription"/> </encounter> <reasonCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="64859006"/> <display value="Osteoporosis"/> </coding> </reasonCodeableConcept> <medication><!-- Linked to a RESOURCE Medication --> <reference value="Medication/MedicationExample5"/> <display value="prescribed medication"/> </medication> <dosageInstruction> <text value="Take one tablet daily as directed"/> </dosageInstruction> </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.