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 - JSON Representation

Active as of 2024-02-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mimic-dateAbsentReason",
  "text" : {
    "status" : "extensions",
    "div" : "<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>"
  },
  "url" : "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-dateAbsentReason",
  "version" : "1.3.0",
  "name" : "DataAbsentReason",
  "title" : "MIMIC-ED Data Absent Reason",
  "status" : "active",
  "date" : "2024-02-08T11:07:36-05:00",
  "publisher" : "KinD Lab",
  "contact" : [
    {
      "name" : "KinD Lab",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://fhir.kindlab.sickkids.ca"
        }
      ]
    }
  ],
  "description" : "Selected code from the DataAbsentReason value set.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "concept" : [
          {
            "code" : "unknown",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}