<?xml version="1.0" encoding="UTF-8"?>

<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="au-core-allergyintolerance-conformant"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: AllergyIntolerance au-core-allergyintolerance-conformant</b></p><a name="au-core-allergyintolerance-conformant"> </a><a name="hcau-core-allergyintolerance-conformant"> </a><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}">Active</span></p><p><b>verificationStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}">Confirmed</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 91935009}">Allergy to peanuts</span></p><p><b>patient</b>: <a href="Patient/patient-fixture">Patient/patient-fixture</a></p><p><b>onset</b>: 2020-06-01</p><p><b>note</b>: </p><blockquote><div><p>Synthetic test allergy record for AU Core Frog conformance testing.</p>
</div></blockquote><h3>Reactions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 271807003}">Skin rash</span></td><td>Moderate</td></tr></table></div>
  </text>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"/>
      <code value="confirmed"/>
      <display value="Confirmed"/>
    </coding>
  </verificationStatus>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="91935009"/>
      <display value="Allergy to peanuts"/>
    </coding>
  </code>
  <patient>
    <reference value="Patient/patient-fixture"/>
  </patient>
  <onsetDateTime value="2020-06-01"/>
  <note>
    <text value="Synthetic test allergy record for AU Core Frog conformance testing."/>
  </note>
  <reaction>
    <manifestation>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="271807003"/>
        <display value="Skin rash"/>
      </coding>
    </manifestation>
    <severity value="moderate"/>
  </reaction>
</AllergyIntolerance>