<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="s4h-abated-allergy-ips-example" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-allergyintolerance" />
  </meta>
  <extension url="http://hl7.org/fhir/uv/ips/StructureDefinition/abatement-dateTime-uv-ips">
    <valueDateTime value="2020" />
  </extension>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
      <code value="resolved" />
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
      <code value="confirmed" />
    </coding>
  </verificationStatus>
  <code>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="256303006" />
      <display value="Ragweed pollen" />
    </coding>
  </code>
  <patient>
    <display value="John Doe" />
  </patient>
</AllergyIntolerance>