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 Observation Resource Types Value Set - JSON Representation

Active as of 2024-02-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mimic-observation-type-vital",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/8310-5/\">8310-5</a></td><td>Body temperature</td></tr><tr><td><a href=\"https://loinc.org/8867-4/\">8867-4</a></td><td>Heart rate</td></tr><tr><td><a href=\"https://loinc.org/9279-1/\">9279-1</a></td><td>Respiratory rate</td></tr><tr><td><a href=\"https://loinc.org/2708-6/\">2708-6</a></td><td>Oxygen saturation in Arterial blood</td></tr><tr><td><a href=\"https://loinc.org/85354-9/\">85354-9</a></td><td>Blood pressure panel with all children optional</td></tr></table></li></ul></div>"
  },
  "url" : "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-observation-type-vital",
  "version" : "1.3.0",
  "name" : "MimicObservationTypeVital",
  "title" : "MIMIC-ED Observation Resource Types Value Set",
  "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 codes from LOINC that represent values from the triage or vitalsigns tables of MIMIC-ED.",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "8310-5",
            "display" : "Body temperature"
          },
          {
            "code" : "8867-4",
            "display" : "Heart rate"
          },
          {
            "code" : "9279-1",
            "display" : "Respiratory rate"
          },
          {
            "code" : "2708-6",
            "display" : "Oxygen saturation in Arterial blood"
          },
          {
            "code" : "85354-9",
            "display" : "Blood pressure panel with all children optional"
          }
        ]
      }
    ]
  }
}