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

<Encounter xmlns="http://hl7.org/fhir">
  <id value="enc-avery-20250408-01rc"/>
  <meta>
    <profile value="https://fhir.apps.health/StructureDefinition/polaris-core-encounter"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p>Annual wellness visit for Avery Linwood on April 8, 2025. Patient reported: new onset dizziness and fatigue. In-person assessment led to diagnosis of acute anemia and emergency intervention.</p></div>
  </text>
  <identifier>
    <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier"/>
    <value value="enc-avery-20250408-01rc"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <text value="Annual checkup and new symptom investigation"/>
  </type>
  <subject>
    <identifier>
      <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
      <value value="1234567890"/>
    </identifier>
    <display value="Avery Linwood"/>
  </subject>
  <period>
    <start value="2025-04-08T09:00:00-06:00"/>
    <end value="2025-04-08T09:45:00-06:00"/>
  </period>
  <reasonCode>
    <text value="Patient reports new onset dizziness and fatigue."/>
  </reasonCode>
  <serviceProvider>
    <identifier>
      <system value="https://fhir.apps.health/NamingSystem/organization-identifier"/>
      <value value="cedarbrook-clinic"/>
    </identifier>
    <display value="Cedarbrook Family Health"/>
  </serviceProvider>
</Encounter>