<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="core-examples-AllergyIntolerance-example6" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T12:04:45.51+00:00" />
  </meta>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Sensitivity to Doxycycline :
                        Hives</div>
  </text>
  <recordedDate value="2012-09-17" />
  <patient>
    <reference value="http://fhir.healthintersections.com.au/open/Patient/d1" />
    <display value="Eve Everywoman" />
  </patient>
  <substance>
    <text value="Doxycycline" />
  </substance>
  <status value="confirmed" />
  <criticality value="CRITH" />
  <type value="allergy" />
  <reaction>
    <manifestation>
      <coding>
        <system value="http://example.org/system" />
        <code value="xxx" />
        <display value="Hives" />
      </coding>
      <text value="Hives" />
    </manifestation>
  </reaction>
</AllergyIntolerance>