<AllergyIntolerance xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../fhir-all-xsd/allergyintolerance.xsd">
  <id value="demo-aoi-2" />
  <meta>
    <profile value="http://hl7.org/fhir/ips/StructureDefinition/allergyintolerance-uv-ips" />
  </meta>
  <clinicalStatus value="active" />
  <verificationStatus value="confirmed" />
  <code>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="260147004" />
      <display value="House dust mite" />
    </coding>
  </code>
  <patient>
    <reference value="Patient/demo-patient-1" />
  </patient>
</AllergyIntolerance>