+++
date = "2015-09-01T19:34:46-04:00"
title = "The outputevents table"
linktitle = "OUTPUTEVENTS"
weight = 29
toc = "true"
+++
Table source: CareVue and Metavision ICU databases.
Table purpose: Output data for patients.
Number of rows: 4,349,218
Links to:
SUBJECT_ID
HADM_ID
ICUSTAY_ID
ITEMID
CGID
Name | Postgres data type |
---|---|
ROW_ID | INT |
SUBJECT_ID | INT |
HADM_ID | INT |
ICUSTAY_ID | INT |
CHARTTIME | TIMESTAMP(0) |
ITEMID | INT |
VALUE | DOUBLE PRECISION |
VALUEUOM | VARCHAR(30) |
STORETIME | TIMESTAMP(0) |
CGID | BIGINT |
STOPPED | VARCHAR(30) |
NEWBOTTLE | INT |
ISERROR | SMALLINT |
Identifiers which specify the patient: SUBJECT_ID
is unique to a patient, HADM_ID
is unique to a patient hospital stay and ICUSTAY_ID
is unique to a patient ICU stay.
CHARTTIME
is the time of an output event.
Identifier for a single measurement type in the database. Each row associated with one ITEMID
(e.g. 212) corresponds to an instantiation of the same measurement (e.g. heart rate).
Metavision ITEMID
values are all above 220000. A subset of commonly used medications in CareVue data have ITEMID
values are between 30000-39999. The remaining input/output ITEMID
values are between 40000-49999.
VALUE
and VALUEUOM
list the amount of a substance at the CHARTTIME
(when the exact start time is unknown, but usually up to an hour before).
STORETIME
records the time at which an observation was manually input or manually validated by a member of the clinical staff.
CGID
is the identifier for the caregiver who validated the given measurement.
STOPPED
indicates if the order was disconnected at the given CHARTTIME
. NEWBOTTLE
indicates that a new bag of solution was hung at the given CHARTTIME
. ISERROR
is a Metavision checkbox where a care giver can specify that an observation is an error. No other details are provided.