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

<AllergyIntolerance xmlns="http://hl7.org/fhir">
  <id value="polaris-allergyintolerance-example"/>
  <meta>
    <profile value="https://fhir.apps.health/StructureDefinition/polaris-allergyintolerance"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">Penicillin allergy recorded for Avery Linwood during April 8, 2025 visit.</div>
  </text>
  <identifier>
    <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-allergyintolerance-identifier"/>
    <value value="ALG-avery-20250408"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"/>
      <code value="active"/>
      <display value="Active"/>
    </coding>
  </clinicalStatus>
  <code>
    <text value="Allergy to penicillin"/>
  </code>
  <patient>
    <identifier>
      <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
      <value value="1234567890"/>
    </identifier>
  </patient>
  <recordedDate value="2025-04-08"/>
</AllergyIntolerance>