<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="s4h-medication-allergy-atc-code-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="active" />
    </coding>
  </clinicalStatus>
  <verificationStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
      <code value="confirmed" />
    </coding>
  </verificationStatus>
  <criticality value="low" />
  <code>
    <coding>
      <system value="http://www.whocc.no/atc" />
      <code value="M01AE01" />
      <display value="ibuprofen" />
    </coding>
  </code>
  <patient>
    <display value="John Doe" />
  </patient>
</AllergyIntolerance>