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

<Observation xmlns="http://hl7.org/fhir">
  <id value="LDLCholesterolExample"/>
  <meta>
    <profile value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result|6.1.0"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/><div xml:lang="en" xmlns="http://www.w3.org/1999/xhtml" lang="en">LDL Cholesterol: 140 mg/dL measured on 2026-01-15</div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="18262-6"/>
      <display value="Cholesterol in LDL [Mass/volume] in Serum or Plasma by Direct assay"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/PatientExample"/>
  </subject>
  <effectiveDateTime value="2026-01-15T10:30:00Z"/>
  <valueQuantity>
    <value value="140"/>
    <unit value="mg/dL"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="mg/dL"/>
  </valueQuantity>
</Observation>