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" : "CodeSystem",
"id" : "mimic-medication-method-icu",
"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-medication-method-icu</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\">Non Iv Meds<a name=\"mimic-medication-method-icu-NonIvMeds\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Drug Push<a name=\"mimic-medication-method-icu-DrugPush\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Continuous Med<a name=\"mimic-medication-method-icu-ContinuousMed\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Bolus<a name=\"mimic-medication-method-icu-Bolus\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Continuous IV<a name=\"mimic-medication-method-icu-ContinuousIV\"> </a></td></tr></table></div>"
},
"url" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-medication-method-icu",
"version" : "1.3.0",
"name" : "MimicMedicationMethodIcu",
"title" : "MimicMedicationMethodIcu",
"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 medication delivery method used in the ICU for MIMIC",
"valueSet" : "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-medication-method-icu",
"content" : "complete",
"concept" : [
{
"code" : "Non Iv Meds"
},
{
"code" : "Drug Push"
},
{
"code" : "Continuous Med"
},
{
"code" : "Bolus"
},
{
"code" : "Continuous IV"
}
]
}