This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Example for Contraindication (id = "warfarin")
<MedicationPrescription xmlns="http://hl7.org/fhir"> <id value="warfarin"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <contained> <Medication> <id value="1"/> <code> <coding> <system value="urn:oid:2.16.840.1.113883.6.73"/> <code value="B01AA03"/> <display value="Warfarin 1 MG TAB"/> </coding> </code> </Medication> </contained> <dateWritten value="2014-01-05"/> <status value="active"/> <patient> <reference value="Patient/example"/> </patient> <prescriber> <reference value="Practitioner/example"/> <display value="Dr. Adam Careful"/> </prescriber> <reasonCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="49436004"/> </coding> </reasonCodeableConcept> <medication> <reference value="#1"/> </medication> <dosageInstruction> <additionalInstructions> <text value="Take as directed"/> </additionalInstructions> <route> <coding> <system value="http://snomed.info/sct"/> <code value="394899003"/> <display value="oral administration of treatment"/> </coding> </route> </dosageInstruction> <dispense> <numberOfRepeatsAllowed value="2"/> <quantity> <value value="100"/> <units value="tablets"/> <system value="http://hl7.org/fhir/v3/orderableDrugForm"/> <code value="TAB"/> </quantity> <expectedSupplyDuration> <value value="60"/> <units value="days"/> <system value="http://unitsofmeasure.org"/> <code value="d"/> </expectedSupplyDuration> </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.