MIMIC Implementation Guide
1.3.0 - Draft

MIMIC Implementation Guide - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation labevents resource MIMIC-IV - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="ExampleMimicObservationLabevents"/>
  <meta>
    <profile
             value="http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-observation-labevents"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="ExampleMimicObservationLabevents"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Observation &quot;ExampleMimicObservationLabevents&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mimic-observation-labevents.html">MIMIC Observation Labevents</a></p></div><p><b>Lab Priority</b>: STAT</p><p><b>identifier</b>: <code>http://mimic.mit.edu/fhir/mimic/identifier/observation-labevents</code>/284911</p><p><b>status</b>: final</p><p><b>category</b>: Laboratory <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html">Observation Category Codes</a>#laboratory)</span></p><p><b>code</b>: Bilirubin, Total <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-mimic-d-labitems.html">MimicDLabitems</a>#50885)</span></p><p><b>subject</b>: <a href="Patient-ExampleMimicPatient.html">Patient/ExampleMimicPatient</a> &quot; PATIENT_10000032&quot;</p><p><b>encounter</b>: <a href="Encounter-ExampleMimicEncounter.html">Encounter/ExampleMimicEncounter</a></p><p><b>effective</b>: 2174-12-16 15:20:00-0500</p><p><b>issued</b>: Dec. 16, 2174, 5:10:00 p.m.</p><p><b>value</b>: 1.3 mg/dL<span style="background: LightGoldenRodYellow"> (Details: http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units code mg/dL = 'mg/dL')</span></p><p><b>specimen</b>: <a href="Specimen-ExampleMimicSpecimen.html">Specimen/ExampleMimicSpecimen</a></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>0 mg/dL<span style="background: LightGoldenRodYellow"> (Details: http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units code mg/dL = 'mg/dL')</span></td><td>1.5 mg/dL<span style="background: LightGoldenRodYellow"> (Details: http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units code mg/dL = 'mg/dL')</span></td></tr></table></div>
  </text>
  <extension
             url="http://mimic.mit.edu/fhir/mimic/StructureDefinition/lab-priority">
    <valueString value="STAT"/>
  </extension>
  <identifier>
    <system
            value="http://mimic.mit.edu/fhir/mimic/identifier/observation-labevents"/>
    <value value="284911"/>
  </identifier>
  <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://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-d-labitems"/>
      <code value="50885"/>
      <display value="Bilirubin, Total"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/ExampleMimicPatient"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/ExampleMimicEncounter"/>
  </encounter>
  <effectiveDateTime value="2174-12-16T15:20:00-05:00"/>
  <issued value="2174-12-16T17:10:00-05:00"/>
  <valueQuantity>
    <value value="1.3"/>
    <unit value="mg/dL"/>
    <system value="http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units"/>
    <code value="mg/dL"/>
  </valueQuantity>
  <specimen>🔗 
    <reference value="Specimen/ExampleMimicSpecimen"/>
  </specimen>
  <referenceRange>
    <low>
      <value value="0"/>
      <unit value="mg/dL"/>
      <system value="http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units"/>
      <code value="mg/dL"/>
    </low>
    <high>
      <value value="1.5"/>
      <unit value="mg/dL"/>
      <system value="http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-units"/>
      <code value="mg/dL"/>
    </high>
  </referenceRange>
</Observation>