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

: MIMIC Observation Lab interpretation Value Set - XML Representation

Active as of 2024-02-08

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="mimic-lab-interpretation"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ObservationInterpretation.html"><code>http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/5.3.0/CodeSystem-v3-ObservationInterpretation.html#v3-ObservationInterpretation-A">A</a></td><td>Abnormal</td><td>The result or observation value is outside the reference range or expected norm (as defined for the respective test procedure).<br/><br/>\[Note: Typically applies to non-numeric results.\]</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-lab-interpretation"/>
  <version value="1.3.0"/>
  <name value="MimicLabInterpretation"/>
  <title value="MIMIC Observation Lab interpretation Value Set"/>
  <status value="active"/>
  <date value="2024-02-08T11:07:36-05:00"/>
  <publisher value="KinD Lab"/>
  <contact>
    <name value="KinD Lab"/>
    <telecom>
      <system value="url"/>
      <value value="http://fhir.kindlab.sickkids.ca"/>
    </telecom>
  </contact>
  <description
               value="Selected codes from ObservationInterpretation that represent interpretations in MIMIC."/>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"/>
      <concept>
        <code value="A"/>
        <display value="Abnormal"/>
      </concept>
    </include>
  </compose>
</ValueSet>