<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="core-examples-AllergyIntolerance-example2" />
  <meta>
    <versionId value="1" />
    <lastUpdated value="2016-09-08T11:37:44.868+00:00" />
  </meta>
  <text>
    <status value="additional" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>allergy is to fresh fish. Tolerates canned fish</p>
      <p>recordedDate:2015-08-06T00:00:00-06:00</p>
      <p>substance:Fish - dietary (substance)</p>
    </div>
  </text>
  <identifier>
    <system value="http://acme.com/ids/patients/risks" />
    <value value="49476535" />
  </identifier>
  <recordedDate value="2015-08-06T15:37:31-06:00" />
  <recorder>
    <reference value="Practitioner/example" />
  </recorder>
  <patient>
    <reference value="Patient/example" />
  </patient>
  <substance>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="227037002" />
      <display value="Fish - dietary (substance)" />
    </coding>
    <text value="Allergic to fresh fish. Tolerates canned fish" />
  </substance>
  <category value="food" />
</AllergyIntolerance>