This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions Content Examples Detailed Descriptions Mappings Profiles 4.11.9 Resource Contraindication - Examples Example Index: Drug-drug interaction between prescription and medication statement XML JSON Diagnostic order is placed when a recent image of the same body site already exists XML JSON Patient is allergic to an inactive ingredient in an ordered medication XML JSON Lab order is contraindicated based on a patient's existing medication XML JSON 4.11.9.1 Drug-drug XML Drug-drug interaction between prescription and medication statement (id = "ddi") Raw XML Risk of internal bleeding. Those who take acetaminophen along with the widely used blood-thinning drug warfarin may face the risk of serious internal bleeding. People on warfarin who take acetaminophen for at least seven days in a row should be closely watched for bleeding. Asked patient to discontinue regular use of Tylenol and to consult with clinician if they need to resume to allow appropriate INR monitoring </Contraindication> JSON Drug-drug interaction between prescription and medication statement Raw JSON ( Canonical ) { "resourceType": "Contraindication", "id": "ddi", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "category": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "DRG", "display": "Drug Interaction Alert" } ] }, "severity": "H", "implicated": [ { "reference": "MedicationStatement/tylenol", "display": "500 mg Acetaminophen tablet 1/day, PRN since 2010" }, { "reference": "MedicationPrescription/warfarin", "display": "Warfarin 1 MG TAB prescribed Jan. 5, 2014" } ], "detail": "Risk of internal bleeding. Those who take acetaminophen along with the widely used blood-thinning drug warfarin may face the risk of serious internal bleeding. People on warfarin who take acetaminophen for at least seven days in a row should be closely watched for bleeding.", "date": "2014-01-05", "author": { "reference": "Device/dsp" }, "mitigation": [ { "action": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "30", "display": "Stopped Concurrent Therapy" } ], "text": "Asked patient to discontinue regular use of Tylenol and to consult with clinician if they need to resume to allow appropriate INR monitoring" }, "date": "2014-01-05", "author": { "reference": "Practitioner/example", "display": "Dr. Adam Careful" } } ] } 4.11.9.2 Duplicate Therapy XML Diagnostic order is placed when a recent image of the same body site already exists (id = "duplicate") Raw XML Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM </Contraindication> JSON Diagnostic order is placed when a recent image of the same body site already exists Raw JSON ( Canonical ) { "resourceType": "Contraindication", "id": "duplicate", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "category": { "coding": [ { "system": "http://hl7.org/fhir/v3/ActCode", "code": "DUPTHPY", "display": "Duplicate Therapy Alert" } ] }, "implicated": [ { "reference": "DiagnosticOrder/di", "display": "Chest CT - ordered May 8, 2013 by Dr. Adam Careful" }, { "reference": "ImagingStudy/example", "display": "Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM" } ], "detail": "Similar test was performed within the past 14 days", "date": "2013-05-08", "author": { "reference": "Device/dsp" } } 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. © HL7.org 2011+. FHIR DSTU (v0.4.0-4902) generated on Fri, Mar 27, 2015 00:19+1100. Links: What's a DSTU? | Version History | Specification Map | Compare to DSTU1 | | Propose a change