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

: MimicLabPriority - JSON Representation

Draft as of 2022-09-21

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mimic-lab-priority",
  "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-lab-priority</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\">ROUTINE<a name=\"mimic-lab-priority-ROUTINE\"> </a></td></tr><tr><td style=\"white-space:nowrap\">STAT<a name=\"mimic-lab-priority-STAT\"> </a></td></tr></table></div>"
  },
  "url" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-lab-priority",
  "version" : "1.3.0",
  "name" : "MimicLabPriority",
  "title" : "MimicLabPriority",
  "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 priority of the lab item in MIMIC",
  "valueSet" : "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-lab-priority",
  "content" : "complete",
  "concept" : [
    {
      "code" : "ROUTINE"
    },
    {
      "code" : "STAT"
    }
  ]
}