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

: betsysmith-johnson01-obs-thrombin-time-coag-panel - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="betsysmith-johnson01-obs-thrombin-time-coag-panel"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Observation betsysmith-johnson01-obs-thrombin-time-coag-panel</b></p><a name="betsysmith-johnson01-obs-thrombin-time-coag-panel"> </a><a name="hcbetsysmith-johnson01-obs-thrombin-time-coag-panel"> </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 3243-3}">Thrombin time</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>: 16.8 s<span style="background: LightGoldenRodYellow"> (Details: UCUM  codes = 's')</span></p><p><b>interpretation</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}">Normal</span></p><h3>ReferenceRanges</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style="display: none">*</td><td>14 s</td><td>18 s</td></tr></table></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="3243-3"/>
      <display value="Thrombin time"/>
    </coding>
  </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="16.8"/>
    <unit value="s"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="s"/>
  </valueQuantity>
  <interpretation>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <code value="N"/>
      <display value="Normal"/>
    </coding>
  </interpretation>
  <referenceRange>
    <low>
      <value value="14"/>
      <unit value="s"/>
    </low>
    <high>
      <value value="18"/>
      <unit value="s"/>
    </high>
  </referenceRange>
</Observation>