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

<Observation xmlns="http://hl7.org/fhir">
  <id value="dr-input-observation"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation dr-input-observation</b></p><a name="dr-input-observation"> </a><a name="hcdr-input-observation"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:">C-reactive protein concentration</span></p><p><b>subject</b>: <a href="Patient-dr-patient.html">Anonymous Patient Female, DoB: 1965-06-15</a></p><p><b>effective</b>: 2026-03-10 09:00:00+0000</p><p><b>performer</b>: <a href="Organization-dr-organization.html">Organization Example Diagnostic Center</a></p><p><b>value</b>: 148 mg/L</p></div>
  </text>
  <status value="final"/>
  <code>
    <text value="C-reactive protein concentration"/>
  </code>
  <subject>
    <reference value="Patient/dr-patient"/>
  </subject>
  <effectiveDateTime value="2026-03-10T09:00:00Z"/>
  <performer>
    <reference value="Organization/dr-organization"/>
  </performer>
  <valueQuantity>
    <value value="148"/>
    <unit value="mg/L"/>
  </valueQuantity>
</Observation>