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
Active as of 2024-02-08 |
{
"resourceType" : "ValueSet",
"id" : "mimic-observation-category-ed",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html\"><code>http://terminology.hl7.org/CodeSystem/observation-category</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-observation-category.html#observation-category-survey\">survey</a></td><td>Survey</td><td>Assessment tool/survey instrument observations (e.g., Apgar Scores, Montreal Cognitive Assessment (MoCA)).</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-observation-category.html#observation-category-exam\">exam</a></td><td>Exam</td><td>Observations generated by physical exam findings including direct observations made by a clinician and use of simple instruments and the result of simple maneuvers performed directly on the patient's body.</td></tr></table></li></ul></div>"
},
"url" : "http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-observation-category-ed",
"version" : "1.3.0",
"name" : "MimicObservationCategoryED",
"title" : "MIMIC-ED Observation Resource Category 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 the ObservationCategoryCodes value set.",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"concept" : [
{
"code" : "survey",
"display" : "Survey"
},
{
"code" : "exam",
"display" : "Exam"
}
]
}
]
}
}