PACIO Sample Data Depot
0.1.0 - draft
PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
<Observation xmlns="http://hl7.org/fhir">
<id value="betsysmith-johnson01-observation-ldl-01"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation betsysmith-johnson01-observation-ldl-01</b></p><a name="betsysmith-johnson01-observation-ldl-01"> </a><a name="hcbetsysmith-johnson01-observation-ldl-01"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes:{http://loinc.org 13457-7}">LDL Chol. (Calc)</span></p><p><b>subject</b>: <a href="Patient-patient-betsysmith-johnson01.html">Betsy Smith-Johnson</a></p><p><b>effective</b>: 2025-05-03 08:30:00+1100</p><p><b>performer</b>: <a href="Organization-org-ED-Metro-Hospital.html">Organization Metro Hospital Emergency Department</a></p><p><b>value</b>: 4.6 mmol/L<span style="background: LightGoldenRodYellow"> (Details: UCUM codemmol/L = 'mmol/L')</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}">High</span></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>High</b></td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>3 mmol/L<span style="background: LightGoldenRodYellow"> (Details: UCUM codemmol/L = 'mmol/L')</span></td><td>Optimal: less than 3.0 mmol/L</td></tr></table></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="13457-7"/>
<display
value="Cholesterol in LDL [Mass/volume] in Serum or Plasma by calculation"/>
</coding>
<text value="LDL Chol. (Calc)"/>
</code>
<subject>🔗
<reference value="Patient/patient-betsysmith-johnson01"/>
<display value="Betsy Smith-Johnson"/>
</subject>
<effectiveDateTime value="2025-05-03T08:30:00+11:00"/>
<performer>🔗
<reference value="Organization/org-ED-Metro-Hospital"/>
</performer>
<valueQuantity>
<value value="4.6"/>
<unit value="mmol/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/L"/>
</valueQuantity>
<interpretation>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
<code value="H"/>
<display value="High"/>
</coding>
</interpretation>
<referenceRange>
<high>
<value value="3"/>
<unit value="mmol/L"/>
<system value="http://unitsofmeasure.org"/>
<code value="mmol/L"/>
</high>
<text value="Optimal: less than 3.0 mmol/L"/>
</referenceRange>
</Observation>