DSTU2 QA Preview

This page is part of the FHIR Specification (v1.0.0: DSTU 2 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Basic-adverseevent-example.xml

Raw XML (canonical form)

Example of QICore AdverseEvent (id = "basic-adverseevent-example")

Raw XML

<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>: ?? <span>(Details : {http://hl7.org/fhir/other-resource-type code 'ADVEVENT' = '??)</span></p><p><b>subject</b>: <a>Peter Patient</a></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/example"/>
      </valueReference>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-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/qicore-adverseevent-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/qicore-adverseevent-period">
    <valuePeriod>
      <start value="2014-01-14"/>
      <end value="2014-01-15"/>
    </valuePeriod>
  </extension>
  <modifierExtension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-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.