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

: MimicAdmissionType - JSON Representation

Draft as of 2022-09-21

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mimic-admission-type",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p>This  code system <code>http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-admission-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">EU OBSERVATION<a name=\"mimic-admission-type-EUOBSERVATION\"> </a></td></tr><tr><td style=\"white-space:nowrap\">URGENT<a name=\"mimic-admission-type-URGENT\"> </a></td></tr><tr><td style=\"white-space:nowrap\">ELECTIVE<a name=\"mimic-admission-type-ELECTIVE\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AMBULATORY OBSERVATION<a name=\"mimic-admission-type-AMBULATORYOBSERVATION\"> </a></td></tr><tr><td style=\"white-space:nowrap\">SURGICAL SAME DAY ADMISSION<a name=\"mimic-admission-type-SURGICALSAMEDAYADMISSION\"> </a></td></tr><tr><td style=\"white-space:nowrap\">DIRECT OBSERVATION<a name=\"mimic-admission-type-DIRECTOBSERVATION\"> </a></td></tr><tr><td style=\"white-space:nowrap\">DIRECT EMER.<a name=\"mimic-admission-type-DIRECTEMER.46\"> </a></td></tr><tr><td style=\"white-space:nowrap\">OBSERVATION ADMIT<a name=\"mimic-admission-type-OBSERVATIONADMIT\"> </a></td></tr><tr><td style=\"white-space:nowrap\">EW EMER.<a name=\"mimic-admission-type-EWEMER.46\"> </a></td></tr></table></div>"
  },
  "url" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-admission-type",
  "version" : "1.3.0",
  "name" : "MimicAdmissionType",
  "title" : "MimicAdmissionType",
  "status" : "draft",
  "date" : "2022-09-21T13:59:43-04:00",
  "publisher" : "KinD Lab",
  "contact" : [
    {
      "name" : "KinD Lab",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://fhir.kindlab.sickkids.ca"
        }
      ]
    }
  ],
  "description" : "The admission type for MIMIC",
  "content" : "complete",
  "concept" : [
    {
      "code" : "EU OBSERVATION"
    },
    {
      "code" : "URGENT"
    },
    {
      "code" : "ELECTIVE"
    },
    {
      "code" : "AMBULATORY OBSERVATION"
    },
    {
      "code" : "SURGICAL SAME DAY ADMISSION"
    },
    {
      "code" : "DIRECT OBSERVATION"
    },
    {
      "code" : "DIRECT EMER."
    },
    {
      "code" : "OBSERVATION ADMIT"
    },
    {
      "code" : "EW EMER."
    }
  ]
}