ICU

The ICU module contains information collected from the clinical information system used within the ICU. Documented data includes intravenous administrations, ventilator settings, and other charted items.

The ICU module contains data sourced from the clinical information system at the BIDMC: MetaVision (iMDSoft). MetaVision tables were denormalized to create a star schema where the icustays and d_items tables link to a set of data tables all suffixed with “events”. Data documented in the icu module includes intravenous and fluid inputs (inputevents), ingredients of the aforementioned inputs (ingredientevents), patient outputs (outputevents), procedures (procedureevents), information documented as a date or time (datetimeevents), and other charted information (chartevents). All events tables contain a stay_id column allowing identification of the associated ICU patient in icustays, and an itemid column allowing identification of the concept documented in d_items.


caregiver table

The caregiver table lists deidentified provider identifiers used in the ICU module.

d_items

Dimension table describing itemid. Defines concepts recorded in the events table in the ICU module.

chartevents

Charted items occurring during the ICU stay. Contains the majority of information documented in the ICU.

datetimeevents

Documented information which is in a date format (e.g. date of last dialysis).

ICU stays

Tracking information for ICU stays including admission and discharge times.

Ingredientevents

Ingredients of continuous or intermittent administrations including nutritional and water content.

Inputevents

Information documented regarding continuous infusions or intermittent administrations.

outputevents

Information regarding patient outputs including urine, drainage, and so on.

procedureevents

Procedures documented during the ICU stay (e.g. ventilation), though not necessarily conducted within the ICU (e.g. x-ray imaging).


Last modified November 13, 2022 : update icu with changes in v2.0 and v2.1 (027aa08)