Medication Administrations (pre-processed)
- Filenames:
- Train:
train_medication_admin_timeseries_8hr.csv
- Valid:
valid_medication_admin_timeseries_8hr.csv
- Test:
test_medication_admin_timeseries_8hr.csv
- Train:
-
Table Purpose: Contains all medication administrations by AHFS class. The AHFS code can be extracted from the numeric values in the variable name. Refer to this guide to see what each AHFS code corresponds to. A value one 1 is used when a medication from the corresponding AHFS class was administered in the 8 hour window; 0 otherwise.
- Number of rows:
- Train: 362,179
- Valid: 52,181
- Test: 20,538
- Links to:
ENCOUNTER_NUM
,time_window
Table columns
Column name | Description |
---|---|
ENCOUNTER_NUM | Identifier used for each encounter. |
time_window | 8-hour window since time of admission. |
med_[] | 1 if medication with corresponding AHFS code was administered; 0 otherwise. |
med_NA | 1 if medication order is written as missing. |