This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 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
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Example of QICore AdverseEvent (id = "basic-adverseevent-example")
<Basic xmlns="http://hl7.org/fhir"> <id value="basic-adverseevent-example"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: basic-adverseevent-example</p><p><b>code</b>: Adverse Event <span>(Details : {http://hl7.org/fhir/basic-resource-type code 'advevent' = 'Adverse Event)</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>author</b>: <a>Practitioner/example</a></p><p><b>created</b>: 16/09/2015</p></div></text><extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause"> <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#item"> <valueReference> <reference value="Medication/qicore"/> </valueReference> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#certainty"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="410605003"/> <!-- Confirmed present --> </coding> </valueCodeableConcept> </extension> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-type"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/qicore-adverseevent-type"/> <code value="unsafe"/> <display value="Eruption due to drug (disorder)"/> </coding> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-period"> <valuePeriod> <start value="2014-01-14"/> <end value="2014-01-15"/> </valuePeriod> </extension> <code> <coding> <system value="http://hl7.org/fhir/basic-resource-type"/> <code value="advevent"/> </coding> </code> <subject> <reference value="Patient/example"/> </subject> <author> <reference value="Practitioner/example"/> </author> <created value="2015-09-16"/> </Basic>
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.