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-ED Data Absent Reason - XML Representation

Active as of 2024-02-08

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="mimic-dateAbsentReason"/>
  <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-data-absent-reason.html"><code>http://terminology.hl7.org/CodeSystem/data-absent-reason</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-data-absent-reason.html#data-absent-reason-unknown">unknown</a></td><td>Unknown</td><td>The value is expected to exist but is not known.</td></tr></table></li></ul></div>
  </text>
  <url
       value="http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-dateAbsentReason"/>
  <version value="1.3.0"/>
  <name value="DataAbsentReason"/>
  <title value="MIMIC-ED Data Absent Reason"/>
  <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 code from the DataAbsentReason value set."/>
  <compose>
    <include>
      <system
              value="http://terminology.hl7.org/CodeSystem/data-absent-reason"/>
      <concept>
        <code value="unknown"/>
        <display value="Unknown"/>
      </concept>
    </include>
  </compose>
</ValueSet>