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

<Observation xmlns="http://hl7.org/fhir">
  <id value="example-referral-finding"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation example-referral-finding</b></p><a name="example-referral-finding"> </a><a name="hcexample-referral-finding"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{https://example.org/fhir/CodeSystem/clinical-findings knee-range-of-motion}">Knee range of motion</span></p><p><b>subject</b>: <a href="Patient-example-patient.html">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>effective</b>: 2026-07-27</p><p><b>value</b>: Flexion limited to 90 degrees</p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="https://example.org/fhir/CodeSystem/clinical-findings"/>
      <version value="2026-01"/>
      <code value="knee-range-of-motion"/>
      <display value="Knee range of motion"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
  <effectiveDateTime value="2026-07-27"/>
  <valueString value="Flexion limited to 90 degrees"/>
</Observation>