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
{ "resourceType": "MedicationPrescription", "id": "warfarin", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "contained": [ { "resourceType": "Medication", "id": "1", "code": { "coding": [ { "system": "urn:oid:2.16.840.1.113883.6.73", "code": "B01AA03", "display": "Warfarin 1 MG TAB" } ] } } ], "dateWritten": "2014-01-05", "status": "active", "patient": { "reference": "Patient/example" }, "prescriber": { "reference": "Practitioner/example", "display": "Dr. Adam Careful" }, "reasonCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "49436004" } ] }, "medication": { "reference": "#1" }, "dosageInstruction": [ { "additionalInstructions": { "text": "Take as directed" }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "394899003", "display": "oral administration of treatment" } ] } } ], "dispense": { "numberOfRepeatsAllowed": 2, "quantity": { "value": 100, "units": "tablets", "system": "http://hl7.org/fhir/v3/orderableDrugForm", "code": "TAB" }, "expectedSupplyDuration": { "value": 60, "units": "days", "system": "http://unitsofmeasure.org", "code": "d" } } }
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.