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
Example of QICore AdverseEvent (id = "qicore")
<Basic xmlns="http://hl7.org/fhir"> <id value="qicore"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause"> <extension url="http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause-item"> <valueReference> <reference value="Medication/example"/> </valueReference> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-cause-certainty"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="415684004"/> <display value="Suspected (qualifier)"/> </coding> </valueCodeableConcept> </extension> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-type"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="28926001"/> <display value="Eruption due to drug (disorder)"/> </coding> </valueCodeableConcept> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-period"> <valuePeriod> <start value="2014-01-14"/> <end value="2014-01-15"/> </valuePeriod> </extension> <modifierExtension url="http://hl7.org/fhir/StructureDefinition/adverseevent-qicore-didNotOccur"> <valueBoolean value="false"/> </modifierExtension> <code> <coding> <system value="http://hl7.org/fhir/other-resource-type"/> <code value="ADVEVENT"/> </coding> </code> <subject> <reference value="Patient/example"/> <display value="Peter Patient"/> </subject> </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.