Datasets:

Modalities:
Tabular
Text
Formats:
parquet
License:
tkbarb10 commited on
Commit
380e2ef
·
verified ·
1 Parent(s): d61efc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +352 -41
README.md CHANGED
@@ -1,24 +1,352 @@
1
- ---
2
- --
3
- --
4
- config_name: all_med_actions
5
  features:
6
  - name: ed_stay_id
7
  dtype: float64
8
  - name: subject_id
9
  dtype: int64
10
  - name: charttime
11
  dtype: timestamp[ns]
12
  - name: minutes_into_stay
13
  dtype: float64
14
  - name: drug_class
15
  dtype: string
16
  - name: action_idx
17
  dtype: int64
18
  - name: source
19
  dtype: string
20
  splits:
21
  - name: all_med_actions
22
  num_bytes: 93408141
23
  num_examples: 1235609
24
  download_size: 16415454
25
  dataset_size: 93408141
26
- config_name: combined_medication_features
27
  features:
28
  - name: ed_stay_id
29
  dtype: int64
30
  - name: subject_id
31
  dtype: int64
32
  - name: recon_ace_inhibitor
33
  dtype: uint8
34
  - name: recon_analgesic___nsaid
35
  dtype: uint8
36
  - name: recon_analgesic___opioid_nsaid
37
  dtype: uint8
38
  - name: recon_antiarrhythmic
39
  dtype: uint8
40
  - name: recon_antibiotic
41
  dtype: uint8
42
  - name: recon_anticoagulant
43
  dtype: uint8
44
  - name: recon_anticonvulsant
45
  dtype: uint8
46
  - name: recon_antiemetic
47
  dtype: uint8
48
  - name: recon_antiplatelet
49
  dtype: uint8
50
  - name: recon_antipsychotic
51
  dtype: uint8
52
  - name: recon_benzodiazepine___sedative_anxiolytic
53
  dtype: uint8
54
  - name: recon_beta_blocker
55
  dtype: uint8
56
  - name: recon_bronchodilator
57
  dtype: uint8
58
  - name: recon_calcium_channel_blocker
59
  dtype: uint8
60
  - name: recon_corticosteroid
61
  dtype: uint8
62
  - name: recon_diuretic
63
  dtype: uint8
64
  - name: recon_gi___acid_suppression
65
  dtype: uint8
66
  - name: recon_insulin_glucose
67
  dtype: uint8
68
  - name: recon_nitrate
69
  dtype: uint8
70
  - name: recon_n_total_meds
71
  dtype: uint16
72
  - name: recon_n_drug_classes
73
  dtype: uint8
74
  - name: edmeds_ace_inhibitor
75
  dtype: uint8
76
  - name: edmeds_analgesic___acetaminophen
77
  dtype: uint8
78
  - name: edmeds_analgesic___nsaid
79
  dtype: uint8
80
  - name: edmeds_analgesic___opioid_nsaid
81
  dtype: uint8
82
  - name: edmeds_antiarrhythmic
83
  dtype: uint8
84
  - name: edmeds_antibiotic
85
  dtype: uint8
86
  - name: edmeds_anticoagulant
87
  dtype: uint8
88
  - name: edmeds_anticonvulsant
89
  dtype: uint8
90
  - name: edmeds_antiemetic
91
  dtype: uint8
92
  - name: edmeds_antiplatelet
93
  dtype: uint8
94
  - name: edmeds_antipsychotic
95
  dtype: uint8
96
  - name: edmeds_benzodiazepine___sedative_anxiolytic
97
  dtype: uint8
98
  - name: edmeds_beta_blocker
99
  dtype: uint8
100
  - name: edmeds_bronchodilator
101
  dtype: uint8
102
  - name: edmeds_calcium_channel_blocker
103
  dtype: uint8
104
  - name: edmeds_corticosteroid
105
  dtype: uint8
106
  - name: edmeds_diuretic
107
  dtype: uint8
108
  - name: edmeds_gi___acid_suppression
109
  dtype: uint8
110
  - name: edmeds_iv_fluid
111
  dtype: uint8
112
  - name: edmeds_insulin_glucose
113
  dtype: uint8
114
  - name: edmeds_nitrate
115
  dtype: uint8
116
  - name: edmeds_other
117
  dtype: uint8
118
  - name: edmeds_n_dispenses
119
  dtype: uint16
120
  - name: edmeds_n_drug_classes
121
  dtype: uint8
122
  splits:
123
  - name: med_only
124
  num_bytes: 25173099
125
  num_examples: 399573
126
  download_size: 6049182
127
  dataset_size: 25173099
128
- config_name: ed_meds_timestep
129
  features:
130
  - name: ed_stay_id
131
  dtype: float64
132
  - name: subject_id
133
  dtype: int64
134
  - name: charttime
135
  dtype: timestamp[ns]
136
  - name: minutes_into_stay
137
  dtype: float64
138
  - name: drug_class
139
  dtype: string
140
  - name: action_idx
141
  dtype: int64
142
  - name: source
143
  dtype: string
144
  - name: __index_level_0__
145
  dtype: int64
146
  splits:
147
  - name: ed_meds_timestep
148
  num_bytes: 27076675
149
  num_examples: 323190
150
  download_size: 7130448
151
  dataset_size: 27076675
152
- config_name: empty_patient_state
153
  features:
154
  - name: subject_id
155
  dtype: int64
156
  - name: ed_stay_id
157
  dtype: int64
158
  - name: hadm_id
159
  dtype: float64
160
  - name: time_steps
161
  dtype: int64
162
  splits:
163
  - name: empty_patient_state
164
  num_bytes: 4324549602
165
  num_examples: 134616330
166
  download_size: 11217914
167
  dataset_size: 4324549602
168
- config_name: meds_admitted_er_actions
169
  features:
170
  - name: subject_id
171
  dtype: int64
172
  - name: stay_id
173
  dtype: int64
174
  - name: hadm_id
175
  dtype: float64
176
  - name: pyxis_charttime
177
  dtype: timestamp[ns, tz=UTC]
178
  - name: pyxis_med_rn
179
  dtype: float64
180
  - name: pyxis_medication
181
  dtype: string
182
  - name: emar_id
183
  dtype: 'null'
184
  - name: emar_charttime
185
  dtype: timestamp[ns, tz=UTC]
186
  - name: emar_medication
187
  dtype: 'null'
188
  - name: event_txt
189
  dtype: 'null'
190
  - name: scheduletime
191
  dtype: 'null'
192
  - name: in_er
193
  dtype: bool
194
  - name: medication
195
  dtype: string
196
  - name: drug_class
197
  dtype: string
198
  - name: action_time
199
  dtype: timestamp[ns]
200
  - name: ed_stay_id
201
  dtype: float64
202
  - name: ed_intime
203
  dtype: timestamp[ns]
204
  - name: minutes_into_stay
205
  dtype: float64
206
  - name: action_idx
207
  dtype: int64
208
  - name: __index_level_0__
209
  dtype: int64
210
  splits:
211
  - name: adm_er_clean
212
  num_bytes: 148079076
213
  num_examples: 912419
214
  download_size: 29150917
215
  dataset_size: 148079076
216
- config_name: vitals
217
  features:
218
  - name: ed_stay_id
219
  dtype: int64
220
  - name: subject_id
221
  dtype: int64
222
  - name: charttime
223
  dtype: timestamp[us]
224
  - name: temperature
225
  dtype: float64
226
  - name: heartrate
227
  dtype: float64
228
  - name: resprate
229
  dtype: float64
230
  - name: o2sat
231
  dtype: float64
232
  - name: sbp
233
  dtype: float64
234
  - name: dbp
235
  dtype: float64
236
  - name: pain
237
  dtype: large_string
238
  - name: time_since_last_hrs
239
  dtype: float64
240
  - name: temperature_rolling2h
241
  dtype: float64
242
  - name: temperature_delta
243
  dtype: float64
244
  - name: temperature_rate
245
  dtype: float64
246
  - name: heartrate_rolling2h
247
  dtype: float64
248
  - name: heartrate_delta
249
  dtype: float64
250
  - name: heartrate_rate
251
  dtype: float64
252
  - name: resprate_rolling2h
253
  dtype: float64
254
  - name: resprate_delta
255
  dtype: float64
256
  - name: resprate_rate
257
  dtype: float64
258
  - name: o2sat_rolling2h
259
  dtype: float64
260
  - name: o2sat_delta
261
  dtype: float64
262
  - name: o2sat_rate
263
  dtype: float64
264
  - name: sbp_rolling2h
265
  dtype: float64
266
  - name: sbp_delta
267
  dtype: float64
268
  - name: sbp_rate
269
  dtype: float64
270
  - name: dbp_rolling2h
271
  dtype: float64
272
  - name: dbp_delta
273
  dtype: float64
274
  - name: dbp_rate
275
  dtype: float64
276
  - name: pulse_pressure
277
  dtype: float64
278
  - name: map
279
  dtype: float64
280
  splits:
281
  - name: vitals
282
  num_bytes: 479613448
283
  num_examples: 1893713
284
  download_size: 84005509
285
  dataset_size: 479613448
286
- config_name: all_med_actions
287
  data_files:
288
  - split: all_med_actions
289
  path: modeling_data/all_med_actions-*
290
- config_name: combined_medication_features
291
  data_files:
292
  - split: med_only
293
  path: modeling_data/med_only-*
294
- config_name: ed_meds_timestep
295
  data_files:
296
  - split: ed_meds_timestep
297
  path: modeling_data/ed_meds_timestep-*
298
- config_name: empty_patient_state
299
  data_files:
300
  - split: empty_patient_state
301
  path: patient_state/*.parquet
302
- config_name: meds_admitted_er_actions
303
  data_files:
304
  - split: adm_er_clean
305
  path: modeling_data/adm_er_clean-*
306
- config_name: vitals
307
  data_files:
308
  - split: vitals
309
  path: vitals_triage/*.parquet
310
- config_name: height
311
  data_files:
312
  - split: height
313
  path: height/*.parquet
314
- config_name: weight
315
  data_files:
316
  - split: weight
317
  path: weight/*.parquet
318
- --
319
- ## empty_patient_state
320
-
321
- Empty data frame for patient state. Subject_id, ed_stay_id and hadm_id are retained for identification. A row is added for each 10 min time block for that unique stay
322
-
323
- **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
324
-
325
- ## vitals
326
-
327
- Vitals cleaned using the same pattern and methods as the triage stats. Rhythm was dropped. Triage stats were added for each ed stay Missing values were handled using forward fill then backward fill for the groups that did not have an initial value. Remaining NaN values were filled using Iterative Imputer from sci-kit learn. Features were engineered for each vital to get a rolling 2h average, the delta from the most recent value, a time delta, rate of change, a general time delta, pulse pressure, and average perfusion pressure
328
-
329
- **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
330
-
331
- ## height
332
-
333
- Height and weight measurement records from hosp.omr for cohort patients — separated to take single measurements of height as an average of all available height measurements for a patient and retaining all separate weight measurements. Duplicates were dropped Used to supplement ED and inpatient state features with recent baseline measurements.
334
-
335
- **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
336
-
337
- ## weight
338
-
339
- Height and weight measurement records from hosp.omr for cohort patients — separated to take single measurements of height as an average of all available height measurements for a patient and retaining all separate weight measurements. Duplicates were dropped Used to supplement ED and inpatient state features with recent baseline measurements.
340
-
341
- **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  features:
2
  - name: ed_stay_id
3
  dtype: float64
4
  - name: subject_id
5
  dtype: int64
6
  - name: charttime
7
  dtype: timestamp[ns]
8
  - name: minutes_into_stay
9
  dtype: float64
10
  - name: drug_class
11
  dtype: string
12
  - name: action_idx
13
  dtype: int64
14
  - name: source
15
  dtype: string
16
  splits:
17
  - name: all_med_actions
18
  num_bytes: 93408141
19
  num_examples: 1235609
20
  download_size: 16415454
21
  dataset_size: 93408141
 
22
  features:
23
  - name: ed_stay_id
24
  dtype: int64
25
  - name: subject_id
26
  dtype: int64
27
  - name: recon_ace_inhibitor
28
  dtype: uint8
29
  - name: recon_analgesic___nsaid
30
  dtype: uint8
31
  - name: recon_analgesic___opioid_nsaid
32
  dtype: uint8
33
  - name: recon_antiarrhythmic
34
  dtype: uint8
35
  - name: recon_antibiotic
36
  dtype: uint8
37
  - name: recon_anticoagulant
38
  dtype: uint8
39
  - name: recon_anticonvulsant
40
  dtype: uint8
41
  - name: recon_antiemetic
42
  dtype: uint8
43
  - name: recon_antiplatelet
44
  dtype: uint8
45
  - name: recon_antipsychotic
46
  dtype: uint8
47
  - name: recon_benzodiazepine___sedative_anxiolytic
48
  dtype: uint8
49
  - name: recon_beta_blocker
50
  dtype: uint8
51
  - name: recon_bronchodilator
52
  dtype: uint8
53
  - name: recon_calcium_channel_blocker
54
  dtype: uint8
55
  - name: recon_corticosteroid
56
  dtype: uint8
57
  - name: recon_diuretic
58
  dtype: uint8
59
  - name: recon_gi___acid_suppression
60
  dtype: uint8
61
  - name: recon_insulin_glucose
62
  dtype: uint8
63
  - name: recon_nitrate
64
  dtype: uint8
65
  - name: recon_n_total_meds
66
  dtype: uint16
67
  - name: recon_n_drug_classes
68
  dtype: uint8
69
  - name: edmeds_ace_inhibitor
70
  dtype: uint8
71
  - name: edmeds_analgesic___acetaminophen
72
  dtype: uint8
73
  - name: edmeds_analgesic___nsaid
74
  dtype: uint8
75
  - name: edmeds_analgesic___opioid_nsaid
76
  dtype: uint8
77
  - name: edmeds_antiarrhythmic
78
  dtype: uint8
79
  - name: edmeds_antibiotic
80
  dtype: uint8
81
  - name: edmeds_anticoagulant
82
  dtype: uint8
83
  - name: edmeds_anticonvulsant
84
  dtype: uint8
85
  - name: edmeds_antiemetic
86
  dtype: uint8
87
  - name: edmeds_antiplatelet
88
  dtype: uint8
89
  - name: edmeds_antipsychotic
90
  dtype: uint8
91
  - name: edmeds_benzodiazepine___sedative_anxiolytic
92
  dtype: uint8
93
  - name: edmeds_beta_blocker
94
  dtype: uint8
95
  - name: edmeds_bronchodilator
96
  dtype: uint8
97
  - name: edmeds_calcium_channel_blocker
98
  dtype: uint8
99
  - name: edmeds_corticosteroid
100
  dtype: uint8
101
  - name: edmeds_diuretic
102
  dtype: uint8
103
  - name: edmeds_gi___acid_suppression
104
  dtype: uint8
105
  - name: edmeds_iv_fluid
106
  dtype: uint8
107
  - name: edmeds_insulin_glucose
108
  dtype: uint8
109
  - name: edmeds_nitrate
110
  dtype: uint8
111
  - name: edmeds_other
112
  dtype: uint8
113
  - name: edmeds_n_dispenses
114
  dtype: uint16
115
  - name: edmeds_n_drug_classes
116
  dtype: uint8
117
  splits:
118
  - name: med_only
119
  num_bytes: 25173099
120
  num_examples: 399573
121
  download_size: 6049182
122
  dataset_size: 25173099
 
123
  features:
124
  - name: ed_stay_id
125
  dtype: float64
126
  - name: subject_id
127
  dtype: int64
128
  - name: charttime
129
  dtype: timestamp[ns]
130
  - name: minutes_into_stay
131
  dtype: float64
132
  - name: drug_class
133
  dtype: string
134
  - name: action_idx
135
  dtype: int64
136
  - name: source
137
  dtype: string
138
  - name: __index_level_0__
139
  dtype: int64
140
  splits:
141
  - name: ed_meds_timestep
142
  num_bytes: 27076675
143
  num_examples: 323190
144
  download_size: 7130448
145
  dataset_size: 27076675
 
146
  features:
147
  - name: subject_id
148
  dtype: int64
149
  - name: ed_stay_id
150
  dtype: int64
151
  - name: hadm_id
152
  dtype: float64
153
  - name: time_steps
154
  dtype: int64
155
  splits:
156
  - name: empty_patient_state
157
  num_bytes: 4324549602
158
  num_examples: 134616330
159
  download_size: 11217914
160
  dataset_size: 4324549602
 
161
  features:
162
  - name: subject_id
163
  dtype: int64
164
  - name: stay_id
165
  dtype: int64
166
  - name: hadm_id
167
  dtype: float64
168
  - name: pyxis_charttime
169
  dtype: timestamp[ns, tz=UTC]
170
  - name: pyxis_med_rn
171
  dtype: float64
172
  - name: pyxis_medication
173
  dtype: string
174
  - name: emar_id
175
  dtype: 'null'
176
  - name: emar_charttime
177
  dtype: timestamp[ns, tz=UTC]
178
  - name: emar_medication
179
  dtype: 'null'
180
  - name: event_txt
181
  dtype: 'null'
182
  - name: scheduletime
183
  dtype: 'null'
184
  - name: in_er
185
  dtype: bool
186
  - name: medication
187
  dtype: string
188
  - name: drug_class
189
  dtype: string
190
  - name: action_time
191
  dtype: timestamp[ns]
192
  - name: ed_stay_id
193
  dtype: float64
194
  - name: ed_intime
195
  dtype: timestamp[ns]
196
  - name: minutes_into_stay
197
  dtype: float64
198
  - name: action_idx
199
  dtype: int64
200
  - name: __index_level_0__
201
  dtype: int64
202
  splits:
203
  - name: adm_er_clean
204
  num_bytes: 148079076
205
  num_examples: 912419
206
  download_size: 29150917
207
  dataset_size: 148079076
 
208
  features:
209
  - name: ed_stay_id
210
  dtype: int64
211
  - name: subject_id
212
  dtype: int64
213
  - name: charttime
214
  dtype: timestamp[us]
215
  - name: temperature
216
  dtype: float64
217
  - name: heartrate
218
  dtype: float64
219
  - name: resprate
220
  dtype: float64
221
  - name: o2sat
222
  dtype: float64
223
  - name: sbp
224
  dtype: float64
225
  - name: dbp
226
  dtype: float64
227
  - name: pain
228
  dtype: large_string
229
  - name: time_since_last_hrs
230
  dtype: float64
231
  - name: temperature_rolling2h
232
  dtype: float64
233
  - name: temperature_delta
234
  dtype: float64
235
  - name: temperature_rate
236
  dtype: float64
237
  - name: heartrate_rolling2h
238
  dtype: float64
239
  - name: heartrate_delta
240
  dtype: float64
241
  - name: heartrate_rate
242
  dtype: float64
243
  - name: resprate_rolling2h
244
  dtype: float64
245
  - name: resprate_delta
246
  dtype: float64
247
  - name: resprate_rate
248
  dtype: float64
249
  - name: o2sat_rolling2h
250
  dtype: float64
251
  - name: o2sat_delta
252
  dtype: float64
253
  - name: o2sat_rate
254
  dtype: float64
255
  - name: sbp_rolling2h
256
  dtype: float64
257
  - name: sbp_delta
258
  dtype: float64
259
  - name: sbp_rate
260
  dtype: float64
261
  - name: dbp_rolling2h
262
  dtype: float64
263
  - name: dbp_delta
264
  dtype: float64
265
  - name: dbp_rate
266
  dtype: float64
267
  - name: pulse_pressure
268
  dtype: float64
269
  - name: map
270
  dtype: float64
271
  splits:
272
  - name: vitals
273
  num_bytes: 479613448
274
  num_examples: 1893713
275
  download_size: 84005509
276
  dataset_size: 479613448
 
277
  data_files:
278
  - split: all_med_actions
279
  path: modeling_data/all_med_actions-*
 
280
  data_files:
281
  - split: med_only
282
  path: modeling_data/med_only-*
 
283
  data_files:
284
  - split: ed_meds_timestep
285
  path: modeling_data/ed_meds_timestep-*
 
286
  data_files:
287
  - split: empty_patient_state
288
  path: patient_state/*.parquet
 
289
  data_files:
290
  - split: adm_er_clean
291
  path: modeling_data/adm_er_clean-*
 
292
  data_files:
293
  - split: vitals
294
  path: vitals_triage/*.parquet
 
295
  data_files:
296
  - split: height
297
  path: height/*.parquet
 
298
  data_files:
299
  - split: weight
300
  path: weight/*.parquet
301
+ ---
302
+ {}
303
+ ---
304
+ ---
305
+ license: other
306
+ license_name: physionet-credentialed-health-data-1.5.0
307
+ license_link: https://physionet.org/content/mimiciv/view-license/3.1/
308
+ pretty_name: ADS599 Capstone Modeling Data — Empty Patient State
309
+ dataset_info:
310
+ - config_name: all_med_actions
311
+ features:
312
+ - name: ed_stay_id
313
+ dtype: float64
314
+ - name: subject_id
315
+ dtype: int64
316
+ - name: charttime
317
+ dtype: timestamp[ns]
318
+ - name: minutes_into_stay
319
+ dtype: float64
320
+ - name: drug_class
321
+ dtype: string
322
+ - name: action_idx
323
+ dtype: int64
324
+ - name: source
325
+ dtype: string
326
+ splits:
327
+ - name: all_med_actions
328
+ num_bytes: 93408141
329
+ num_examples: 1235609
330
+ download_size: 16415454
331
+ dataset_size: 93408141
332
+ - config_name: combined_medication_features
333
+ features:
334
+ - name: ed_stay_id
335
+ dtype: int64
336
+ - name: subject_id
337
+ dtype: int64
338
+ - name: recon_ace_inhibitor
339
+ dtype: uint8
340
+ - name: recon_analgesic___nsaid
341
+ dtype: uint8
342
+ - name: recon_analgesic___opioid_nsaid
343
+ dtype: uint8
344
+ - name: recon_antiarrhythmic
345
+ dtype: uint8
346
+ - name: recon_antibiotic
347
+ dtype: uint8
348
+ - name: recon_anticoagulant
349
+ dtype: uint8
350
+ - name: recon_anticonvulsant
351
+ dtype: uint8
352
+ - name: recon_antiemetic
353
+ dtype: uint8
354
+ - name: recon_antiplatelet
355
+ dtype: uint8
356
+ - name: recon_antipsychotic
357
+ dtype: uint8
358
+ - name: recon_benzodiazepine___sedative_anxiolytic
359
+ dtype: uint8
360
+ - name: recon_beta_blocker
361
+ dtype: uint8
362
+ - name: recon_bronchodilator
363
+ dtype: uint8
364
+ - name: recon_calcium_channel_blocker
365
+ dtype: uint8
366
+ - name: recon_corticosteroid
367
+ dtype: uint8
368
+ - name: recon_diuretic
369
+ dtype: uint8
370
+ - name: recon_gi___acid_suppression
371
+ dtype: uint8
372
+ - name: recon_insulin_glucose
373
+ dtype: uint8
374
+ - name: recon_nitrate
375
+ dtype: uint8
376
+ - name: recon_n_total_meds
377
+ dtype: uint16
378
+ - name: recon_n_drug_classes
379
+ dtype: uint8
380
+ - name: edmeds_ace_inhibitor
381
+ dtype: uint8
382
+ - name: edmeds_analgesic___acetaminophen
383
+ dtype: uint8
384
+ - name: edmeds_analgesic___nsaid
385
+ dtype: uint8
386
+ - name: edmeds_analgesic___opioid_nsaid
387
+ dtype: uint8
388
+ - name: edmeds_antiarrhythmic
389
+ dtype: uint8
390
+ - name: edmeds_antibiotic
391
+ dtype: uint8
392
+ - name: edmeds_anticoagulant
393
+ dtype: uint8
394
+ - name: edmeds_anticonvulsant
395
+ dtype: uint8
396
+ - name: edmeds_antiemetic
397
+ dtype: uint8
398
+ - name: edmeds_antiplatelet
399
+ dtype: uint8
400
+ - name: edmeds_antipsychotic
401
+ dtype: uint8
402
+ - name: edmeds_benzodiazepine___sedative_anxiolytic
403
+ dtype: uint8
404
+ - name: edmeds_beta_blocker
405
+ dtype: uint8
406
+ - name: edmeds_bronchodilator
407
+ dtype: uint8
408
+ - name: edmeds_calcium_channel_blocker
409
+ dtype: uint8
410
+ - name: edmeds_corticosteroid
411
+ dtype: uint8
412
+ - name: edmeds_diuretic
413
+ dtype: uint8
414
+ - name: edmeds_gi___acid_suppression
415
+ dtype: uint8
416
+ - name: edmeds_iv_fluid
417
+ dtype: uint8
418
+ - name: edmeds_insulin_glucose
419
+ dtype: uint8
420
+ - name: edmeds_nitrate
421
+ dtype: uint8
422
+ - name: edmeds_other
423
+ dtype: uint8
424
+ - name: edmeds_n_dispenses
425
+ dtype: uint16
426
+ - name: edmeds_n_drug_classes
427
+ dtype: uint8
428
+ splits:
429
+ - name: med_only
430
+ num_bytes: 25173099
431
+ num_examples: 399573
432
+ download_size: 6049182
433
+ dataset_size: 25173099
434
+ - config_name: ed_meds_timestep
435
+ features:
436
+ - name: ed_stay_id
437
+ dtype: float64
438
+ - name: subject_id
439
+ dtype: int64
440
+ - name: charttime
441
+ dtype: timestamp[ns]
442
+ - name: minutes_into_stay
443
+ dtype: float64
444
+ - name: drug_class
445
+ dtype: string
446
+ - name: action_idx
447
+ dtype: int64
448
+ - name: source
449
+ dtype: string
450
+ - name: __index_level_0__
451
+ dtype: int64
452
+ splits:
453
+ - name: ed_meds_timestep
454
+ num_bytes: 27076675
455
+ num_examples: 323190
456
+ download_size: 7130448
457
+ dataset_size: 27076675
458
+ - config_name: empty_patient_state
459
+ features:
460
+ - name: subject_id
461
+ dtype: int64
462
+ - name: ed_stay_id
463
+ dtype: int64
464
+ - name: hadm_id
465
+ dtype: float64
466
+ - name: time_steps
467
+ dtype: int64
468
+ splits:
469
+ - name: empty_patient_state
470
+ num_bytes: 4324549602
471
+ num_examples: 134616330
472
+ download_size: 11217914
473
+ dataset_size: 4324549602
474
+ - config_name: meds_admitted_er_actions
475
+ features:
476
+ - name: subject_id
477
+ dtype: int64
478
+ - name: stay_id
479
+ dtype: int64
480
+ - name: hadm_id
481
+ dtype: float64
482
+ - name: pyxis_charttime
483
+ dtype: timestamp[ns, tz=UTC]
484
+ - name: pyxis_med_rn
485
+ dtype: float64
486
+ - name: pyxis_medication
487
+ dtype: string
488
+ - name: emar_id
489
+ dtype: 'null'
490
+ - name: emar_charttime
491
+ dtype: timestamp[ns, tz=UTC]
492
+ - name: emar_medication
493
+ dtype: 'null'
494
+ - name: event_txt
495
+ dtype: 'null'
496
+ - name: scheduletime
497
+ dtype: 'null'
498
+ - name: in_er
499
+ dtype: bool
500
+ - name: medication
501
+ dtype: string
502
+ - name: drug_class
503
+ dtype: string
504
+ - name: action_time
505
+ dtype: timestamp[ns]
506
+ - name: ed_stay_id
507
+ dtype: float64
508
+ - name: ed_intime
509
+ dtype: timestamp[ns]
510
+ - name: minutes_into_stay
511
+ dtype: float64
512
+ - name: action_idx
513
+ dtype: int64
514
+ - name: __index_level_0__
515
+ dtype: int64
516
+ splits:
517
+ - name: adm_er_clean
518
+ num_bytes: 148079076
519
+ num_examples: 912419
520
+ download_size: 29150917
521
+ dataset_size: 148079076
522
+ - config_name: vitals
523
+ features:
524
+ - name: ed_stay_id
525
+ dtype: int64
526
+ - name: subject_id
527
+ dtype: int64
528
+ - name: charttime
529
+ dtype: timestamp[us]
530
+ - name: temperature
531
+ dtype: float64
532
+ - name: heartrate
533
+ dtype: float64
534
+ - name: resprate
535
+ dtype: float64
536
+ - name: o2sat
537
+ dtype: float64
538
+ - name: sbp
539
+ dtype: float64
540
+ - name: dbp
541
+ dtype: float64
542
+ - name: pain
543
+ dtype: large_string
544
+ - name: time_since_last_hrs
545
+ dtype: float64
546
+ - name: temperature_rolling2h
547
+ dtype: float64
548
+ - name: temperature_delta
549
+ dtype: float64
550
+ - name: temperature_rate
551
+ dtype: float64
552
+ - name: heartrate_rolling2h
553
+ dtype: float64
554
+ - name: heartrate_delta
555
+ dtype: float64
556
+ - name: heartrate_rate
557
+ dtype: float64
558
+ - name: resprate_rolling2h
559
+ dtype: float64
560
+ - name: resprate_delta
561
+ dtype: float64
562
+ - name: resprate_rate
563
+ dtype: float64
564
+ - name: o2sat_rolling2h
565
+ dtype: float64
566
+ - name: o2sat_delta
567
+ dtype: float64
568
+ - name: o2sat_rate
569
+ dtype: float64
570
+ - name: sbp_rolling2h
571
+ dtype: float64
572
+ - name: sbp_delta
573
+ dtype: float64
574
+ - name: sbp_rate
575
+ dtype: float64
576
+ - name: dbp_rolling2h
577
+ dtype: float64
578
+ - name: dbp_delta
579
+ dtype: float64
580
+ - name: dbp_rate
581
+ dtype: float64
582
+ - name: pulse_pressure
583
+ dtype: float64
584
+ - name: map
585
+ dtype: float64
586
+ splits:
587
+ - name: vitals
588
+ num_bytes: 479613448
589
+ num_examples: 1893713
590
+ download_size: 84005509
591
+ dataset_size: 479613448
592
+ configs:
593
+ - config_name: all_med_actions
594
+ data_files:
595
+ - split: all_med_actions
596
+ path: modeling_data/all_med_actions-*
597
+ - config_name: combined_medication_features
598
+ data_files:
599
+ - split: med_only
600
+ path: modeling_data/med_only-*
601
+ - config_name: ed_meds_timestep
602
+ data_files:
603
+ - split: ed_meds_timestep
604
+ path: modeling_data/ed_meds_timestep-*
605
+ - config_name: empty_patient_state
606
+ data_files:
607
+ - split: empty_patient_state
608
+ path: patient_state/*.parquet
609
+ - config_name: meds_admitted_er_actions
610
+ data_files:
611
+ - split: adm_er_clean
612
+ path: modeling_data/adm_er_clean-*
613
+ - config_name: vitals
614
+ data_files:
615
+ - split: vitals
616
+ path: vitals_triage/*.parquet
617
+ ---
618
+
619
+
620
+
621
+ ## empty_patient_state
622
+
623
+
624
+
625
+
626
+
627
+ Empty data frame for patient state. Subject_id, ed_stay_id and hadm_id are retained for identification. A row is added for each 10 min time block for that unique stay
628
+
629
+
630
+
631
+
632
+
633
+ **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
634
+
635
+
636
+
637
+
638
+
639
+ ## vitals
640
+
641
+
642
+
643
+
644
+
645
+ Vitals cleaned using the same pattern and methods as the triage stats. Rhythm was dropped. Triage stats were added for each ed stay Missing values were handled using forward fill then backward fill for the groups that did not have an initial value. Remaining NaN values were filled using Iterative Imputer from sci-kit learn. Features were engineered for each vital to get a rolling 2h average, the delta from the most recent value, a time delta, rate of change, a general time delta, pulse pressure, and average perfusion pressure
646
+
647
+
648
+
649
+
650
+
651
+ **License:** PhysioNet Credentialed Health Data License 1.5.0 — https://physionet.org/content/mimiciv/view-license/3.1/
652
+