<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="s4h-minimal-allergies-example" />
  <meta>
    <profile value="http://fhir.smart4health.eu/StructureDefinition/s4h-allergyintolerance" />
  </meta>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
      <code value="inactive" />
    </coding>
  </clinicalStatus>
  <code>
    <text value="Allergy against structured information" />
  </code>
  <patient>
    <display value="John Doe" />
  </patient>
</AllergyIntolerance>