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 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="mimic-observation-category-ed"/>
<text>
<status value="extensions"/>
<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>
</text>
<url
value="http://mimic.mit.edu/fhir/mimic/ValueSet/mimic-observation-category-ed"/>
<version value="1.3.0"/>
<name value="MimicObservationCategoryED"/>
<title value="MIMIC-ED Observation Resource Category Value Set"/>
<status value="active"/>
<date value="2024-02-08T11:07:36-05:00"/>
<publisher value="KinD Lab"/>
<contact>
<name value="KinD Lab"/>
<telecom>
<system value="url"/>
<value value="http://fhir.kindlab.sickkids.ca"/>
</telecom>
</contact>
<description
value="Selected codes from the ObservationCategoryCodes value set."/>
<compose>
<include>
<system
value="http://terminology.hl7.org/CodeSystem/observation-category"/>
<concept>
<code value="survey"/>
<display value="Survey"/>
</concept>
<concept>
<code value="exam"/>
<display value="Exam"/>
</concept>
</include>
</compose>
</ValueSet>