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
Draft as of 2022-09-21 |
{
"resourceType" : "ValueSet",
"id" : "mimic-admission-class",
"language" : "en",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-mimic-admission-class.html\"><code>http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-admission-class</code></a></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</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-v3-ActCode.html#v3-ActCode-EMER\">EMER</a></td><td style=\"color: #cccccc\">emergency</td><td>A patient encounter that takes place at a dedicated healthcare service delivery location where the patient receives immediate evaluation and treatment, provided until the patient can be discharged or responsibility for the patient's care is transferred elsewhere (for example, the patient could be admitted as an inpatient or transferred to another facility.)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-ACUTE\">ACUTE</a></td><td style=\"color: #cccccc\">inpatient acute</td><td>An acute inpatient encounter.</td></tr></table></li></ul></div>"
},
"url" : "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-admission-class",
"version" : "1.3.0",
"name" : "MimicAdmissionClass",
"title" : "MimicAdmissionClass",
"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 class for MIMIC",
"compose" : {
"include" : [
{
"system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-admission-class"
},
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"concept" : [
{
"code" : "EMER"
},
{
"code" : "ACUTE"
}
]
}
]
}
}