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 Quantity Units Value Set - JSON Representation

Active as of 2024-02-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mimic-unit-quantity",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>degF</td><td>F</td></tr><tr><td>{Beats}/min</td><td>Beats / minute</td></tr><tr><td>{Breaths}/min</td><td>Breaths / minute</td></tr><tr><td>%</td><td>%</td></tr></table></li></ul></div>"
  },
  "url" : "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-unit-quantity",
  "version" : "1.3.0",
  "name" : "MimicQuantityUnit",
  "title" : "MIMIC-ED Observation Quantity Units 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 UCUM that represent quantity units.",
  "compose" : {
    "include" : [
      {
        "system" : "http://unitsofmeasure.org",
        "concept" : [
          {
            "code" : "degF",
            "display" : "F"
          },
          {
            "code" : "{Beats}/min",
            "display" : "Beats / minute"
          },
          {
            "code" : "{Breaths}/min",
            "display" : "Breaths / minute"
          },
          {
            "code" : "%",
            "display" : "%"
          }
        ]
      }
    ]
  }
}