-
Notifications
You must be signed in to change notification settings - Fork 44
processitems
Patrick Thoral edited this page Apr 27, 2022
·
2 revisions
The processitems table contains all catheters, drains, tubes, and continous non-medication processes (e.g. renal replacement therapy, hypothermia induction, etc) that patients received during their stay on the ICU. All items have an associated admissionid from the admissions table.
Name | Type | Description |
---|---|---|
admissionid | integer | links the item with the admissionid in the admissions table. |
itemid | integer | id to identify the type of process. |
item | string | name of the process. |
start | integer | start time (time of introduction) of the process, in milliseconds since the first ICU admission. |
stop | integer | stop time (time of removal) of the process, in milliseconds since the first ICU admission. |
duration | integer | duration of the process, i.e. the difference between start and stop times, in minutes. |
AmsterdamUMCdb - Freely Accessible ICU Database
version 1.0.2 March 2020
Copyright © 2003-2022 Laboratory for Critical Care Computational Intelligence - Amsterdam UMC - Amsterdam Medical Data Science