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

<Observation xmlns="http://hl7.org/fhir">
  <id value="height-avery-20250408"/>
  <meta>
    <profile value="https://fhir.apps.health/StructureDefinition/polaris-core-observation"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p>Height for Avery Linwood on April 8, 2025: 165 cm.</p></div>
  </text>
  <identifier>
    <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-observation-identifier"/>
    <value value="OBS-HEIGHT-AVERY-20250408"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="vital-signs"/>
      <display value="Vital Signs"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="8302-2"/>
      <display value="Body height"/>
    </coding>
    <text value="Body height"/>
  </code>
  <subject>
    <identifier>
      <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-patient-identifier"/>
      <value value="1234567890"/>
    </identifier>
    <display value="Avery Linwood"/>
  </subject>
  <encounter>
    <identifier>
      <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-encounter-identifier"/>
      <value value="enc-avery-20250408-01"/>
    </identifier>
    <display value="Annual physical with anemia workup"/>
  </encounter>
  <effectiveDateTime value="2025-04-08T09:10:00-06:00"/>
  <performer>
    <identifier>
      <system value="https://fhir.apps.health/NamingSystem/cedarbrook-clinic-practitioner-identifier"/>
      <value value="NAVARRO-PRAC-001"/>
    </identifier>
    <display value="Dr. Emil Navarro"/>
  </performer>
  <valueQuantity>
    <value value="165"/>
    <unit value="cm"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="cm"/>
  </valueQuantity>
</Observation>