File size: 230,395 Bytes
631293c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
{"id":"NIFi2strictv1_nohack_iv_000000_1_resp_rate_10_12_breaths_min_a22.46_h10","question":"Based on the time series up to ICU hour 22.46, predict the range for the next respiratory rate measurement during the next 10 hours.\n\nOptions:\nA. 14-16 breaths/min\nB. 18-20 breaths/min\nC. 22-24 breaths/min\nD. 10-12 breaths/min","answer":"D","answer_text":"10-12 breaths/min","episode_id":"iv_000000","anchor_time":22.46}
{"id":"NIFi2strictv1_nohack_iv_000000_2_spo2_84_86_a22.46_h8","question":"Based on the time series up to ICU hour 22.46, predict the range for the next oxygen saturation (SpO2) measurement during the next 8 hours.\n\nOptions:\nA. 96-98 %\nB. 84-86 %\nC. 72-74 %\nD. 98-100 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000000","anchor_time":22.46}
{"id":"NIFi2strictv1_nohack_iv_000000_3_map_74_76_mmhg_a24.77_h2","question":"At ICU hour 24.77, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 42-44 mmHg\nB. 62-64 mmHg\nC. 48-50 mmHg\nD. 74-76 mmHg","answer":"D","answer_text":"74-76 mmHg","episode_id":"iv_000000","anchor_time":24.77}
{"id":"NIFi2strictv1_nohack_iv_000001_4_heart_rate_108_110_bpm_a3.86_h6","question":"Given the measurements through ICU hour 3.86, where will the next heart rate reading fall in the next 6 hours?\n\nOptions:\nA. 110-112 bpm\nB. 104-106 bpm\nC. 108-110 bpm\nD. 134-136 bpm","answer":"C","answer_text":"108-110 bpm","episode_id":"iv_000001","anchor_time":3.86}
{"id":"NIFi2strictv1_nohack_iv_000001_5_heart_rate_98_100_bpm_a55.70_h6","question":"Using only data available through ICU hour 55.70, which range will the next observed heart rate value fall into within the next 6 hours?\n\nOptions:\nA. 88-90 bpm\nB. 92-94 bpm\nC. 90-92 bpm\nD. 98-100 bpm","answer":"D","answer_text":"98-100 bpm","episode_id":"iv_000001","anchor_time":55.7}
{"id":"NIFi2strictv1_nohack_iv_000001_7_heart_rate_98_100_bpm_a40.95_h4","question":"At ICU hour 40.95, using observations up to that point, which range best matches the next recorded heart rate value within the following 4 hours?\n\nOptions:\nA. 94-96 bpm\nB. 98-100 bpm\nC. 102-104 bpm\nD. 96-98 bpm","answer":"B","answer_text":"98-100 bpm","episode_id":"iv_000001","anchor_time":40.95}
{"id":"NIFi2strictv1_nohack_iv_000002_8_resp_rate_20_22_breaths_min_a6.61_h10","question":"Using only data available through ICU hour 6.61, which range will the next observed respiratory rate value fall into within the next 10 hours?\n\nOptions:\nA. 20-22 breaths/min\nB. 8-10 breaths/min\nC. 14-16 breaths/min\nD. 12-14 breaths/min","answer":"A","answer_text":"20-22 breaths/min","episode_id":"iv_000002","anchor_time":6.61}
{"id":"NIFi2strictv1_nohack_iv_000002_9_wbc_10_12_10_9_l_a16.08_h2","question":"Given the measurements through ICU hour 16.08, where will the next white blood cell count reading fall in the next 2 hours?\n\nOptions:\nA. 10-12 10^9/L\nB. 22-24 10^9/L\nC. 42-44 10^9/L\nD. 8-10 10^9/L","answer":"A","answer_text":"10-12 10^9/L","episode_id":"iv_000002","anchor_time":16.08}
{"id":"NIFi2strictv1_nohack_iv_000002_10_spo2_90_92_a21.84_h4","question":"At ICU hour 21.84, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 4 hours?\n\nOptions:\nA. 94-96 %\nB. 98-100 %\nC. 96-98 %\nD. 90-92 %","answer":"D","answer_text":"90-92 %","episode_id":"iv_000002","anchor_time":21.84}
{"id":"NIFi2strictv1_nohack_iv_000003_12_spo2_88_90_a7.76_h8","question":"Based on the time series up to ICU hour 7.76, predict the range for the next oxygen saturation (SpO2) measurement during the next 8 hours.\n\nOptions:\nA. 84-86 %\nB. 88-90 %\nC. 98-100 %\nD. 94-96 %","answer":"B","answer_text":"88-90 %","episode_id":"iv_000003","anchor_time":7.76}
{"id":"NIFi2strictv1_nohack_iv_000003_15_spo2_88_90_a24.39_h4","question":"At ICU hour 24.39, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 4 hours?\n\nOptions:\nA. 88-90 %\nB. 78-80 %\nC. 80-82 %\nD. 92-94 %","answer":"A","answer_text":"88-90 %","episode_id":"iv_000003","anchor_time":24.39}
{"id":"NIFi2strictv1_nohack_iv_000004_16_resp_rate_22_24_breaths_min_a10.57_h8","question":"Given the measurements through ICU hour 10.57, where will the next respiratory rate reading fall in the next 8 hours?\n\nOptions:\nA. 12-14 breaths/min\nB. 14-16 breaths/min\nC. 20-22 breaths/min\nD. 22-24 breaths/min","answer":"D","answer_text":"22-24 breaths/min","episode_id":"iv_000004","anchor_time":10.57}
{"id":"NIFi2strictv1_nohack_iv_000004_17_heart_rate_46_48_bpm_a9.60_h2","question":"At ICU hour 9.60, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 46-48 bpm\nB. 74-76 bpm\nC. 82-84 bpm\nD. 62-64 bpm","answer":"A","answer_text":"46-48 bpm","episode_id":"iv_000004","anchor_time":9.6}
{"id":"NIFi2strictv1_nohack_iv_000004_19_resp_rate_22_24_breaths_min_a8.55_h10","question":"Given the measurements through ICU hour 8.55, where will the next respiratory rate reading fall in the next 10 hours?\n\nOptions:\nA. 34-36 breaths/min\nB. 22-24 breaths/min\nC. 14-16 breaths/min\nD. 18-20 breaths/min","answer":"B","answer_text":"22-24 breaths/min","episode_id":"iv_000004","anchor_time":8.55}
{"id":"NIFi2strictv1_nohack_iv_000005_20_wbc_0_2_10_9_l_a21.31_h8","question":"Using only data available through ICU hour 21.31, which range will the next observed white blood cell count value fall into within the next 8 hours?\n\nOptions:\nA. 0-2 10^9/L\nB. 20-22 10^9/L\nC. 32-34 10^9/L\nD. 38-40 10^9/L","answer":"A","answer_text":"0-2 10^9/L","episode_id":"iv_000005","anchor_time":21.31}
{"id":"NIFi2strictv1_nohack_iv_000005_21_creatinine_4_6_mg_dl_a129.07_h6","question":"Given the measurements through ICU hour 129.07, where will the next serum creatinine reading fall in the next 6 hours?\n\nOptions:\nA. 8-10 mg/dL\nB. 2-4 mg/dL\nC. 6-8 mg/dL\nD. 4-6 mg/dL","answer":"D","answer_text":"4-6 mg/dL","episode_id":"iv_000005","anchor_time":129.07}
{"id":"NIFi2strictv1_nohack_iv_000005_22_wbc_18_20_10_9_l_a32.00_h10","question":"Given the measurements through ICU hour 32.00, where will the next white blood cell count reading fall in the next 10 hours?\n\nOptions:\nA. 18-20 10^9/L\nB. 14-16 10^9/L\nC. 0-2 10^9/L\nD. 10-12 10^9/L","answer":"A","answer_text":"18-20 10^9/L","episode_id":"iv_000005","anchor_time":32}
{"id":"NIFi2strictv1_nohack_iv_000005_23_wbc_22_24_10_9_l_a151.72_h2","question":"Using only data available through ICU hour 151.72, which range will the next observed white blood cell count value fall into within the next 2 hours?\n\nOptions:\nA. 28-30 10^9/L\nB. 18-20 10^9/L\nC. 16-18 10^9/L\nD. 22-24 10^9/L","answer":"D","answer_text":"22-24 10^9/L","episode_id":"iv_000005","anchor_time":151.72}
{"id":"NIFi2strictv1_nohack_iv_000006_26_spo2_74_76_a6.18_h2","question":"Using only data available through ICU hour 6.18, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 86-88 %\nB. 74-76 %\nC. 90-92 %\nD. 98-100 %","answer":"B","answer_text":"74-76 %","episode_id":"iv_000006","anchor_time":6.18}
{"id":"NIFi2strictv1_nohack_iv_000007_29_map_96_98_mmhg_a2.66_h6","question":"Based on the time series up to ICU hour 2.66, predict the range for the next mean arterial pressure measurement during the next 6 hours.\n\nOptions:\nA. 84-86 mmHg\nB. 92-94 mmHg\nC. 90-92 mmHg\nD. 96-98 mmHg","answer":"D","answer_text":"96-98 mmHg","episode_id":"iv_000007","anchor_time":2.66}
{"id":"NIFi2strictv1_nohack_iv_000007_30_heart_rate_74_76_bpm_a8.80_h6","question":"At ICU hour 8.80, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 120-122 bpm\nB. 74-76 bpm\nC. 68-70 bpm\nD. 62-64 bpm","answer":"B","answer_text":"74-76 bpm","episode_id":"iv_000007","anchor_time":8.8}
{"id":"NIFi2strictv1_nohack_iv_000008_32_map_90_92_mmhg_a11.40_h8","question":"Given the measurements through ICU hour 11.40, where will the next mean arterial pressure reading fall in the next 8 hours?\n\nOptions:\nA. 104-106 mmHg\nB. 110-112 mmHg\nC. 92-94 mmHg\nD. 90-92 mmHg","answer":"D","answer_text":"90-92 mmHg","episode_id":"iv_000008","anchor_time":11.4}
{"id":"NIFi2strictv1_nohack_iv_000008_35_spo2_84_86_a10.11_h6","question":"Given the measurements through ICU hour 10.11, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 80-82 %\nB. 84-86 %\nC. 86-88 %\nD. 92-94 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000008","anchor_time":10.11}
{"id":"NIFi2strictv1_nohack_iv_000009_36_map_74_76_mmhg_a43.60_h8","question":"Given the measurements through ICU hour 43.60, where will the next mean arterial pressure reading fall in the next 8 hours?\n\nOptions:\nA. 58-60 mmHg\nB. 72-74 mmHg\nC. 66-68 mmHg\nD. 74-76 mmHg","answer":"D","answer_text":"74-76 mmHg","episode_id":"iv_000009","anchor_time":43.6}
{"id":"NIFi2strictv1_nohack_iv_000009_37_wbc_6_8_10_9_l_a16.26_h10","question":"Using only data available through ICU hour 16.26, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 10-12 10^9/L\nB. 8-10 10^9/L\nC. 18-20 10^9/L\nD. 6-8 10^9/L","answer":"D","answer_text":"6-8 10^9/L","episode_id":"iv_000009","anchor_time":16.26}
{"id":"NIFi2strictv1_nohack_iv_000010_40_spo2_84_86_a41.61_h10","question":"Given the measurements through ICU hour 41.61, where will the next oxygen saturation (SpO2) reading fall in the next 10 hours?\n\nOptions:\nA. 92-94 %\nB. 98-100 %\nC. 90-92 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000010","anchor_time":41.61}
{"id":"NIFi2strictv1_nohack_iv_000010_41_resp_rate_36_38_breaths_min_a21.46_h8","question":"At ICU hour 21.46, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 18-20 breaths/min\nB. 28-30 breaths/min\nC. 36-38 breaths/min\nD. 34-36 breaths/min","answer":"C","answer_text":"36-38 breaths/min","episode_id":"iv_000010","anchor_time":21.46}
{"id":"NIFi2strictv1_nohack_iv_000010_42_wbc_10_12_10_9_l_a56.69_h6","question":"Using only data available through ICU hour 56.69, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 14-16 10^9/L\nB. 8-10 10^9/L\nC. 10-12 10^9/L\nD. 0-2 10^9/L","answer":"C","answer_text":"10-12 10^9/L","episode_id":"iv_000010","anchor_time":56.69}
{"id":"NIFi2strictv1_nohack_iv_000011_44_resp_rate_16_18_breaths_min_a8.52_h4","question":"Based on the time series up to ICU hour 8.52, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 22-24 breaths/min\nB. 24-26 breaths/min\nC. 20-22 breaths/min\nD. 16-18 breaths/min","answer":"D","answer_text":"16-18 breaths/min","episode_id":"iv_000011","anchor_time":8.52}
{"id":"NIFi2strictv1_nohack_iv_000011_45_wbc_10_12_10_9_l_a12.48_h6","question":"Using only data available through ICU hour 12.48, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 10-12 10^9/L\nB. 6-8 10^9/L\nC. 12-14 10^9/L\nD. 8-10 10^9/L","answer":"A","answer_text":"10-12 10^9/L","episode_id":"iv_000011","anchor_time":12.48}
{"id":"NIFi2strictv1_nohack_iv_000011_47_map_86_88_mmhg_a32.77_h2","question":"Given the measurements through ICU hour 32.77, where will the next mean arterial pressure reading fall in the next 2 hours?\n\nOptions:\nA. 70-72 mmHg\nB. 78-80 mmHg\nC. 84-86 mmHg\nD. 86-88 mmHg","answer":"D","answer_text":"86-88 mmHg","episode_id":"iv_000011","anchor_time":32.77}
{"id":"NIFi2strictv1_nohack_iv_000012_48_heart_rate_52_54_bpm_a12.49_h4","question":"At ICU hour 12.49, using observations up to that point, which range best matches the next recorded heart rate value within the following 4 hours?\n\nOptions:\nA. 38-40 bpm\nB. 60-62 bpm\nC. 48-50 bpm\nD. 52-54 bpm","answer":"D","answer_text":"52-54 bpm","episode_id":"iv_000012","anchor_time":12.49}
{"id":"NIFi2strictv1_nohack_iv_000012_50_heart_rate_46_48_bpm_a20.40_h8","question":"Given the measurements through ICU hour 20.40, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 68-70 bpm\nB. 72-74 bpm\nC. 60-62 bpm\nD. 46-48 bpm","answer":"D","answer_text":"46-48 bpm","episode_id":"iv_000012","anchor_time":20.4}
{"id":"NIFi2strictv1_nohack_iv_000012_51_heart_rate_46_48_bpm_a20.40_h10","question":"Given the measurements through ICU hour 20.40, where will the next heart rate reading fall in the next 10 hours?\n\nOptions:\nA. 42-44 bpm\nB. 52-54 bpm\nC. 60-62 bpm\nD. 46-48 bpm","answer":"D","answer_text":"46-48 bpm","episode_id":"iv_000012","anchor_time":20.4}
{"id":"NIFi2strictv1_nohack_iv_000013_52_wbc_0_2_10_9_l_a54.75_h4","question":"At ICU hour 54.75, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 4 hours?\n\nOptions:\nA. 24-26 10^9/L\nB. 0-2 10^9/L\nC. 26-28 10^9/L\nD. 10-12 10^9/L","answer":"B","answer_text":"0-2 10^9/L","episode_id":"iv_000013","anchor_time":54.75}
{"id":"NIFi2strictv1_nohack_iv_000013_53_wbc_10_12_10_9_l_a57.76_h6","question":"Using only data available through ICU hour 57.76, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 10-12 10^9/L\nB. 0-2 10^9/L\nC. 8-10 10^9/L\nD. 6-8 10^9/L","answer":"A","answer_text":"10-12 10^9/L","episode_id":"iv_000013","anchor_time":57.76}
{"id":"NIFi2strictv1_nohack_iv_000014_57_spo2_88_90_a8.49_h8","question":"Based on the time series up to ICU hour 8.49, predict the range for the next oxygen saturation (SpO2) measurement during the next 8 hours.\n\nOptions:\nA. 92-94 %\nB. 84-86 %\nC. 88-90 %\nD. 96-98 %","answer":"C","answer_text":"88-90 %","episode_id":"iv_000014","anchor_time":8.49}
{"id":"NIFi2strictv1_nohack_iv_000014_58_resp_rate_14_16_breaths_min_a21.23_h4","question":"Based on the time series up to ICU hour 21.23, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 28-30 breaths/min\nB. 18-20 breaths/min\nC. 14-16 breaths/min\nD. 22-24 breaths/min","answer":"C","answer_text":"14-16 breaths/min","episode_id":"iv_000014","anchor_time":21.23}
{"id":"NIFi2strictv1_nohack_iv_000016_65_heart_rate_86_88_bpm_a12.55_h6","question":"Based on the time series up to ICU hour 12.55, predict the range for the next heart rate measurement during the next 6 hours.\n\nOptions:\nA. 98-100 bpm\nB. 90-92 bpm\nC. 86-88 bpm\nD. 94-96 bpm","answer":"C","answer_text":"86-88 bpm","episode_id":"iv_000016","anchor_time":12.55}
{"id":"NIFi2strictv1_nohack_iv_000016_66_heart_rate_104_106_bpm_a3.78_h10","question":"Using only data available through ICU hour 3.78, which range will the next observed heart rate value fall into within the next 10 hours?\n\nOptions:\nA. 96-98 bpm\nB. 104-106 bpm\nC. 108-110 bpm\nD. 98-100 bpm","answer":"B","answer_text":"104-106 bpm","episode_id":"iv_000016","anchor_time":3.78}
{"id":"NIFi2strictv1_nohack_iv_000017_68_map_90_92_mmhg_a32.60_h8","question":"Based on the time series up to ICU hour 32.60, predict the range for the next mean arterial pressure measurement during the next 8 hours.\n\nOptions:\nA. 90-92 mmHg\nB. 74-76 mmHg\nC. 76-78 mmHg\nD. 80-82 mmHg","answer":"A","answer_text":"90-92 mmHg","episode_id":"iv_000017","anchor_time":32.6}
{"id":"NIFi2strictv1_nohack_iv_000017_69_wbc_6_8_10_9_l_a24.32_h4","question":"Given the measurements through ICU hour 24.32, where will the next white blood cell count reading fall in the next 4 hours?\n\nOptions:\nA. 6-8 10^9/L\nB. 12-14 10^9/L\nC. 8-10 10^9/L\nD. 20-22 10^9/L","answer":"A","answer_text":"6-8 10^9/L","episode_id":"iv_000017","anchor_time":24.32}
{"id":"NIFi2strictv1_nohack_iv_000018_72_resp_rate_10_12_breaths_min_a21.47_h4","question":"At ICU hour 21.47, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 4 hours?\n\nOptions:\nA. 16-18 breaths/min\nB. 24-26 breaths/min\nC. 10-12 breaths/min\nD. 20-22 breaths/min","answer":"C","answer_text":"10-12 breaths/min","episode_id":"iv_000018","anchor_time":21.47}
{"id":"NIFi2strictv1_nohack_iv_000018_73_spo2_96_98_a14.94_h6","question":"Based on the time series up to ICU hour 14.94, predict the range for the next oxygen saturation (SpO2) measurement during the next 6 hours.\n\nOptions:\nA. 80-82 %\nB. 90-92 %\nC. 86-88 %\nD. 96-98 %","answer":"D","answer_text":"96-98 %","episode_id":"iv_000018","anchor_time":14.94}
{"id":"NIFi2strictv1_nohack_iv_000018_74_spo2_92_94_a22.81_h2","question":"At ICU hour 22.81, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 2 hours?\n\nOptions:\nA. 98-100 %\nB. 92-94 %\nC. 90-92 %\nD. 96-98 %","answer":"B","answer_text":"92-94 %","episode_id":"iv_000018","anchor_time":22.81}
{"id":"NIFi2strictv1_nohack_iv_000019_76_map_98_100_mmhg_a35.18_h8","question":"Given the measurements through ICU hour 35.18, where will the next mean arterial pressure reading fall in the next 8 hours?\n\nOptions:\nA. 94-96 mmHg\nB. 96-98 mmHg\nC. 92-94 mmHg\nD. 98-100 mmHg","answer":"D","answer_text":"98-100 mmHg","episode_id":"iv_000019","anchor_time":35.18}
{"id":"NIFi2strictv1_nohack_iv_000019_78_resp_rate_12_14_breaths_min_a21.23_h2","question":"Given the measurements through ICU hour 21.23, where will the next respiratory rate reading fall in the next 2 hours?\n\nOptions:\nA. 12-14 breaths/min\nB. 22-24 breaths/min\nC. 18-20 breaths/min\nD. 16-18 breaths/min","answer":"A","answer_text":"12-14 breaths/min","episode_id":"iv_000019","anchor_time":21.23}
{"id":"NIFi2strictv1_nohack_iv_000021_85_wbc_18_20_10_9_l_a31.94_h10","question":"Based on the time series up to ICU hour 31.94, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 22-24 10^9/L\nB. 32-34 10^9/L\nC. 18-20 10^9/L\nD. 10-12 10^9/L","answer":"C","answer_text":"18-20 10^9/L","episode_id":"iv_000021","anchor_time":31.94}
{"id":"NIFi2strictv1_nohack_iv_000021_86_wbc_24_26_10_9_l_a6.55_h4","question":"Based on the time series up to ICU hour 6.55, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 16-18 10^9/L\nB. 24-26 10^9/L\nC. 10-12 10^9/L\nD. 20-22 10^9/L","answer":"B","answer_text":"24-26 10^9/L","episode_id":"iv_000021","anchor_time":6.55}
{"id":"NIFi2strictv1_nohack_iv_000023_92_map_54_56_mmhg_a31.51_h2","question":"Using only data available through ICU hour 31.51, which range will the next observed mean arterial pressure value fall into within the next 2 hours?\n\nOptions:\nA. 90-92 mmHg\nB. 86-88 mmHg\nC. 54-56 mmHg\nD. 68-70 mmHg","answer":"C","answer_text":"54-56 mmHg","episode_id":"iv_000023","anchor_time":31.51}
{"id":"NIFi2strictv1_nohack_iv_000024_96_heart_rate_70_72_bpm_a64.74_h6","question":"At ICU hour 64.74, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 76-78 bpm\nB. 88-90 bpm\nC. 80-82 bpm\nD. 70-72 bpm","answer":"D","answer_text":"70-72 bpm","episode_id":"iv_000024","anchor_time":64.74}
{"id":"NIFi2strictv1_nohack_iv_000025_100_creatinine_6_8_mg_dl_a22.93_h6","question":"At ICU hour 22.93, using observations up to that point, which range best matches the next recorded serum creatinine value within the following 6 hours?\n\nOptions:\nA. 2-4 mg/dL\nB. 4-6 mg/dL\nC. 0-2 mg/dL\nD. 6-8 mg/dL","answer":"D","answer_text":"6-8 mg/dL","episode_id":"iv_000025","anchor_time":22.93}
{"id":"NIFi2strictv1_nohack_iv_000025_101_creatinine_2_4_mg_dl_a18.54_h8","question":"Given the measurements through ICU hour 18.54, where will the next serum creatinine reading fall in the next 8 hours?\n\nOptions:\nA. 8-10 mg/dL\nB. 4-6 mg/dL\nC. 2-4 mg/dL\nD. 12-14 mg/dL","answer":"C","answer_text":"2-4 mg/dL","episode_id":"iv_000025","anchor_time":18.54}
{"id":"NIFi2strictv1_nohack_iv_000025_102_creatinine_6_8_mg_dl_a22.93_h10","question":"At ICU hour 22.93, using observations up to that point, which range best matches the next recorded serum creatinine value within the following 10 hours?\n\nOptions:\nA. 6-8 mg/dL\nB. 2-4 mg/dL\nC. 4-6 mg/dL\nD. 16-18 mg/dL","answer":"A","answer_text":"6-8 mg/dL","episode_id":"iv_000025","anchor_time":22.93}
{"id":"NIFi2strictv1_nohack_iv_000025_103_creatinine_6_8_mg_dl_a22.93_h2","question":"Given the measurements through ICU hour 22.93, where will the next serum creatinine reading fall in the next 2 hours?\n\nOptions:\nA. 16-18 mg/dL\nB. 2-4 mg/dL\nC. 12-14 mg/dL\nD. 6-8 mg/dL","answer":"D","answer_text":"6-8 mg/dL","episode_id":"iv_000025","anchor_time":22.93}
{"id":"NIFi2strictv1_nohack_iv_000026_104_map_62_64_mmhg_a134.61_h4","question":"Using only data available through ICU hour 134.61, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 72-74 mmHg\nB. 68-70 mmHg\nC. 70-72 mmHg\nD. 62-64 mmHg","answer":"D","answer_text":"62-64 mmHg","episode_id":"iv_000026","anchor_time":134.61}
{"id":"NIFi2strictv1_nohack_iv_000026_105_wbc_16_18_10_9_l_a12.06_h6","question":"Given the measurements through ICU hour 12.06, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 8-10 10^9/L\nB. 0-2 10^9/L\nC. 16-18 10^9/L\nD. 14-16 10^9/L","answer":"C","answer_text":"16-18 10^9/L","episode_id":"iv_000026","anchor_time":12.06}
{"id":"NIFi2strictv1_nohack_iv_000026_107_spo2_96_98_a102.08_h10","question":"At ICU hour 102.08, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 10 hours?\n\nOptions:\nA. 80-82 %\nB. 92-94 %\nC. 98-100 %\nD. 96-98 %","answer":"D","answer_text":"96-98 %","episode_id":"iv_000026","anchor_time":102.08}
{"id":"NIFi2strictv1_nohack_iv_000027_108_resp_rate_28_30_breaths_min_a48.23_h4","question":"Using only data available through ICU hour 48.23, which range will the next observed respiratory rate value fall into within the next 4 hours?\n\nOptions:\nA. 44-46 breaths/min\nB. 34-36 breaths/min\nC. 28-30 breaths/min\nD. 12-14 breaths/min","answer":"C","answer_text":"28-30 breaths/min","episode_id":"iv_000027","anchor_time":48.23}
{"id":"NIFi2strictv1_nohack_iv_000027_109_map_78_80_mmhg_a22.96_h2","question":"At ICU hour 22.96, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 94-96 mmHg\nB. 108-110 mmHg\nC. 78-80 mmHg\nD. 106-108 mmHg","answer":"C","answer_text":"78-80 mmHg","episode_id":"iv_000027","anchor_time":22.96}
{"id":"NIFi2strictv1_nohack_iv_000027_110_map_86_88_mmhg_a25.93_h2","question":"Using only data available through ICU hour 25.93, which range will the next observed mean arterial pressure value fall into within the next 2 hours?\n\nOptions:\nA. 80-82 mmHg\nB. 86-88 mmHg\nC. 76-78 mmHg\nD. 90-92 mmHg","answer":"B","answer_text":"86-88 mmHg","episode_id":"iv_000027","anchor_time":25.93}
{"id":"NIFi2strictv1_nohack_iv_000027_111_map_90_92_mmhg_a80.03_h8","question":"Using only data available through ICU hour 80.03, which range will the next observed mean arterial pressure value fall into within the next 8 hours?\n\nOptions:\nA. 90-92 mmHg\nB. 84-86 mmHg\nC. 76-78 mmHg\nD. 82-84 mmHg","answer":"A","answer_text":"90-92 mmHg","episode_id":"iv_000027","anchor_time":80.03}
{"id":"NIFi2strictv1_nohack_iv_000028_112_creatinine_0_2_mg_dl_a22.91_h10","question":"Using only data available through ICU hour 22.91, which range will the next observed serum creatinine value fall into within the next 10 hours?\n\nOptions:\nA. 4-6 mg/dL\nB. 0-2 mg/dL\nC. 2-4 mg/dL\nD. 6-8 mg/dL","answer":"B","answer_text":"0-2 mg/dL","episode_id":"iv_000028","anchor_time":22.91}
{"id":"NIFi2strictv1_nohack_iv_000028_113_resp_rate_14_16_breaths_min_a29.92_h4","question":"Using only data available through ICU hour 29.92, which range will the next observed respiratory rate value fall into within the next 4 hours?\n\nOptions:\nA. 20-22 breaths/min\nB. 14-16 breaths/min\nC. 8-10 breaths/min\nD. 18-20 breaths/min","answer":"B","answer_text":"14-16 breaths/min","episode_id":"iv_000028","anchor_time":29.92}
{"id":"NIFi2strictv1_nohack_iv_000028_114_wbc_10_12_10_9_l_a36.01_h6","question":"Given the measurements through ICU hour 36.01, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 4-6 10^9/L\nB. 12-14 10^9/L\nC. 10-12 10^9/L\nD. 8-10 10^9/L","answer":"C","answer_text":"10-12 10^9/L","episode_id":"iv_000028","anchor_time":36.01}
{"id":"NIFi2strictv1_nohack_iv_000028_115_resp_rate_26_28_breaths_min_a38.91_h10","question":"Given the measurements through ICU hour 38.91, where will the next respiratory rate reading fall in the next 10 hours?\n\nOptions:\nA. 22-24 breaths/min\nB. 16-18 breaths/min\nC. 18-20 breaths/min\nD. 26-28 breaths/min","answer":"D","answer_text":"26-28 breaths/min","episode_id":"iv_000028","anchor_time":38.91}
{"id":"NIFi2strictv1_nohack_iv_000029_119_spo2_86_88_a34.33_h4","question":"Given the measurements through ICU hour 34.33, where will the next oxygen saturation (SpO2) reading fall in the next 4 hours?\n\nOptions:\nA. 86-88 %\nB. 94-96 %\nC. 98-100 %\nD. 92-94 %","answer":"A","answer_text":"86-88 %","episode_id":"iv_000029","anchor_time":34.33}
{"id":"NIFi2strictv1_nohack_iv_000030_120_wbc_18_20_10_9_l_a13.98_h2","question":"Using only data available through ICU hour 13.98, which range will the next observed white blood cell count value fall into within the next 2 hours?\n\nOptions:\nA. 24-26 10^9/L\nB. 20-22 10^9/L\nC. 18-20 10^9/L\nD. 12-14 10^9/L","answer":"C","answer_text":"18-20 10^9/L","episode_id":"iv_000030","anchor_time":13.98}
{"id":"NIFi2strictv1_nohack_iv_000031_125_heart_rate_70_72_bpm_a37.41_h8","question":"Given the measurements through ICU hour 37.41, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 84-86 bpm\nB. 70-72 bpm\nC. 68-70 bpm\nD. 78-80 bpm","answer":"B","answer_text":"70-72 bpm","episode_id":"iv_000031","anchor_time":37.41}
{"id":"NIFi2strictv1_nohack_iv_000031_126_heart_rate_80_82_bpm_a39.50_h10","question":"Based on the time series up to ICU hour 39.50, predict the range for the next heart rate measurement during the next 10 hours.\n\nOptions:\nA. 80-82 bpm\nB. 88-90 bpm\nC. 74-76 bpm\nD. 64-66 bpm","answer":"A","answer_text":"80-82 bpm","episode_id":"iv_000031","anchor_time":39.5}
{"id":"NIFi2strictv1_nohack_iv_000031_127_heart_rate_70_72_bpm_a37.41_h4","question":"Based on the time series up to ICU hour 37.41, predict the range for the next heart rate measurement during the next 4 hours.\n\nOptions:\nA. 88-90 bpm\nB. 80-82 bpm\nC. 78-80 bpm\nD. 70-72 bpm","answer":"D","answer_text":"70-72 bpm","episode_id":"iv_000031","anchor_time":37.41}
{"id":"NIFi2strictv1_nohack_iv_000032_128_resp_rate_26_28_breaths_min_a68.26_h6","question":"Given the measurements through ICU hour 68.26, where will the next respiratory rate reading fall in the next 6 hours?\n\nOptions:\nA. 26-28 breaths/min\nB. 14-16 breaths/min\nC. 4-6 breaths/min\nD. 24-26 breaths/min","answer":"A","answer_text":"26-28 breaths/min","episode_id":"iv_000032","anchor_time":68.26}
{"id":"NIFi2strictv1_nohack_iv_000032_129_map_72_74_mmhg_a15.66_h2","question":"Based on the time series up to ICU hour 15.66, predict the range for the next mean arterial pressure measurement during the next 2 hours.\n\nOptions:\nA. 76-78 mmHg\nB. 66-68 mmHg\nC. 72-74 mmHg\nD. 58-60 mmHg","answer":"C","answer_text":"72-74 mmHg","episode_id":"iv_000032","anchor_time":15.66}
{"id":"NIFi2strictv1_nohack_iv_000032_130_map_68_70_mmhg_a30.78_h6","question":"Using only data available through ICU hour 30.78, which range will the next observed mean arterial pressure value fall into within the next 6 hours?\n\nOptions:\nA. 124-126 mmHg\nB. 62-64 mmHg\nC. 98-100 mmHg\nD. 68-70 mmHg","answer":"D","answer_text":"68-70 mmHg","episode_id":"iv_000032","anchor_time":30.78}
{"id":"NIFi2strictv1_nohack_iv_000032_131_map_54_56_mmhg_a7.01_h10","question":"Using only data available through ICU hour 7.01, which range will the next observed mean arterial pressure value fall into within the next 10 hours?\n\nOptions:\nA. 64-66 mmHg\nB. 58-60 mmHg\nC. 54-56 mmHg\nD. 60-62 mmHg","answer":"C","answer_text":"54-56 mmHg","episode_id":"iv_000032","anchor_time":7.01}
{"id":"NIFi2strictv1_nohack_iv_000034_137_wbc_10_12_10_9_l_a54.14_h8","question":"Given the measurements through ICU hour 54.14, where will the next white blood cell count reading fall in the next 8 hours?\n\nOptions:\nA. 8-10 10^9/L\nB. 16-18 10^9/L\nC. 14-16 10^9/L\nD. 10-12 10^9/L","answer":"D","answer_text":"10-12 10^9/L","episode_id":"iv_000034","anchor_time":54.14}
{"id":"NIFi2strictv1_nohack_iv_000034_138_spo2_84_86_a98.01_h4","question":"At ICU hour 98.01, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 4 hours?\n\nOptions:\nA. 84-86 %\nB. 94-96 %\nC. 98-100 %\nD. 92-94 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000034","anchor_time":98.01}
{"id":"NIFi2strictv1_nohack_iv_000035_140_heart_rate_70_72_bpm_a11.76_h2","question":"Using only data available through ICU hour 11.76, which range will the next observed heart rate value fall into within the next 2 hours?\n\nOptions:\nA. 72-74 bpm\nB. 70-72 bpm\nC. 80-82 bpm\nD. 74-76 bpm","answer":"B","answer_text":"70-72 bpm","episode_id":"iv_000035","anchor_time":11.76}
{"id":"NIFi2strictv1_nohack_iv_000035_142_wbc_10_12_10_9_l_a11.76_h4","question":"Based on the time series up to ICU hour 11.76, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 10-12 10^9/L\nB. 2-4 10^9/L\nC. 4-6 10^9/L\nD. 8-10 10^9/L","answer":"A","answer_text":"10-12 10^9/L","episode_id":"iv_000035","anchor_time":11.76}
{"id":"NIFi2strictv1_nohack_iv_000035_143_heart_rate_70_72_bpm_a11.76_h10","question":"Based on the time series up to ICU hour 11.76, predict the range for the next heart rate measurement during the next 10 hours.\n\nOptions:\nA. 74-76 bpm\nB. 76-78 bpm\nC. 70-72 bpm\nD. 68-70 bpm","answer":"C","answer_text":"70-72 bpm","episode_id":"iv_000035","anchor_time":11.76}
{"id":"NIFi2strictv1_nohack_iv_000036_144_spo2_84_86_a18.06_h8","question":"Based on the time series up to ICU hour 18.06, predict the range for the next oxygen saturation (SpO2) measurement during the next 8 hours.\n\nOptions:\nA. 82-84 %\nB. 80-82 %\nC. 84-86 %\nD. 94-96 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000036","anchor_time":18.06}
{"id":"NIFi2strictv1_nohack_iv_000036_145_resp_rate_28_30_breaths_min_a78.13_h6","question":"Based on the time series up to ICU hour 78.13, predict the range for the next respiratory rate measurement during the next 6 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 24-26 breaths/min\nC. 28-30 breaths/min\nD. 8-10 breaths/min","answer":"C","answer_text":"28-30 breaths/min","episode_id":"iv_000036","anchor_time":78.13}
{"id":"NIFi2strictv1_nohack_iv_000036_146_spo2_84_86_a18.06_h2","question":"Given the measurements through ICU hour 18.06, where will the next oxygen saturation (SpO2) reading fall in the next 2 hours?\n\nOptions:\nA. 98-100 %\nB. 94-96 %\nC. 84-86 %\nD. 96-98 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000036","anchor_time":18.06}
{"id":"NIFi2strictv1_nohack_iv_000037_149_map_92_94_mmhg_a26.18_h8","question":"Given the measurements through ICU hour 26.18, where will the next mean arterial pressure reading fall in the next 8 hours?\n\nOptions:\nA. 92-94 mmHg\nB. 80-82 mmHg\nC. 82-84 mmHg\nD. 84-86 mmHg","answer":"A","answer_text":"92-94 mmHg","episode_id":"iv_000037","anchor_time":26.18}
{"id":"NIFi2strictv1_nohack_iv_000038_154_resp_rate_24_26_breaths_min_a11.93_h10","question":"Given the measurements through ICU hour 11.93, where will the next respiratory rate reading fall in the next 10 hours?\n\nOptions:\nA. 24-26 breaths/min\nB. 20-22 breaths/min\nC. 6-8 breaths/min\nD. 16-18 breaths/min","answer":"A","answer_text":"24-26 breaths/min","episode_id":"iv_000038","anchor_time":11.93}
{"id":"NIFi2strictv1_nohack_iv_000038_155_spo2_94_96_a14.13_h4","question":"Given the measurements through ICU hour 14.13, where will the next oxygen saturation (SpO2) reading fall in the next 4 hours?\n\nOptions:\nA. 84-86 %\nB. 94-96 %\nC. 86-88 %\nD. 96-98 %","answer":"B","answer_text":"94-96 %","episode_id":"iv_000038","anchor_time":14.13}
{"id":"NIFi2strictv1_nohack_iv_000039_156_wbc_12_14_10_9_l_a20.52_h6","question":"Using only data available through ICU hour 20.52, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 4-6 10^9/L\nC. 14-16 10^9/L\nD. 12-14 10^9/L","answer":"D","answer_text":"12-14 10^9/L","episode_id":"iv_000039","anchor_time":20.52}
{"id":"NIFi2strictv1_nohack_iv_000039_157_heart_rate_48_50_bpm_a28.53_h8","question":"Based on the time series up to ICU hour 28.53, predict the range for the next heart rate measurement during the next 8 hours.\n\nOptions:\nA. 132-134 bpm\nB. 58-60 bpm\nC. 48-50 bpm\nD. 92-94 bpm","answer":"C","answer_text":"48-50 bpm","episode_id":"iv_000039","anchor_time":28.53}
{"id":"NIFi2strictv1_nohack_iv_000039_159_wbc_12_14_10_9_l_a24.52_h2","question":"Using only data available through ICU hour 24.52, which range will the next observed white blood cell count value fall into within the next 2 hours?\n\nOptions:\nA. 14-16 10^9/L\nB. 10-12 10^9/L\nC. 12-14 10^9/L\nD. 8-10 10^9/L","answer":"C","answer_text":"12-14 10^9/L","episode_id":"iv_000039","anchor_time":24.52}
{"id":"NIFi2strictv1_nohack_iv_000040_160_map_86_88_mmhg_a10.23_h6","question":"Based on the time series up to ICU hour 10.23, predict the range for the next mean arterial pressure measurement during the next 6 hours.\n\nOptions:\nA. 78-80 mmHg\nB. 86-88 mmHg\nC. 80-82 mmHg\nD. 82-84 mmHg","answer":"B","answer_text":"86-88 mmHg","episode_id":"iv_000040","anchor_time":10.23}
{"id":"NIFi2strictv1_nohack_iv_000040_162_map_86_88_mmhg_a13.30_h10","question":"Given the measurements through ICU hour 13.30, where will the next mean arterial pressure reading fall in the next 10 hours?\n\nOptions:\nA. 90-92 mmHg\nB. 84-86 mmHg\nC. 86-88 mmHg\nD. 92-94 mmHg","answer":"C","answer_text":"86-88 mmHg","episode_id":"iv_000040","anchor_time":13.3}
{"id":"NIFi2strictv1_nohack_iv_000040_163_spo2_86_88_a7.41_h2","question":"At ICU hour 7.41, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 2 hours?\n\nOptions:\nA. 98-100 %\nB. 86-88 %\nC. 92-94 %\nD. 96-98 %","answer":"B","answer_text":"86-88 %","episode_id":"iv_000040","anchor_time":7.41}
{"id":"NIFi2strictv1_nohack_iv_000041_165_creatinine_6_8_mg_dl_a23.56_h10","question":"Given the measurements through ICU hour 23.56, where will the next serum creatinine reading fall in the next 10 hours?\n\nOptions:\nA. 4-6 mg/dL\nB. 6-8 mg/dL\nC. 0-2 mg/dL\nD. 8-10 mg/dL","answer":"B","answer_text":"6-8 mg/dL","episode_id":"iv_000041","anchor_time":23.56}
{"id":"NIFi2strictv1_nohack_iv_000041_166_resp_rate_20_22_breaths_min_a23.11_h2","question":"Using only data available through ICU hour 23.11, which range will the next observed respiratory rate value fall into within the next 2 hours?\n\nOptions:\nA. 20-22 breaths/min\nB. 36-38 breaths/min\nC. 26-28 breaths/min\nD. 16-18 breaths/min","answer":"A","answer_text":"20-22 breaths/min","episode_id":"iv_000041","anchor_time":23.11}
{"id":"NIFi2strictv1_nohack_iv_000042_168_heart_rate_52_54_bpm_a15.41_h4","question":"Given the measurements through ICU hour 15.41, where will the next heart rate reading fall in the next 4 hours?\n\nOptions:\nA. 44-46 bpm\nB. 50-52 bpm\nC. 60-62 bpm\nD. 52-54 bpm","answer":"D","answer_text":"52-54 bpm","episode_id":"iv_000042","anchor_time":15.41}
{"id":"NIFi2strictv1_nohack_iv_000042_169_heart_rate_48_50_bpm_a12.25_h8","question":"Using only data available through ICU hour 12.25, which range will the next observed heart rate value fall into within the next 8 hours?\n\nOptions:\nA. 48-50 bpm\nB. 52-54 bpm\nC. 64-66 bpm\nD. 86-88 bpm","answer":"A","answer_text":"48-50 bpm","episode_id":"iv_000042","anchor_time":12.25}
{"id":"NIFi2strictv1_nohack_iv_000042_170_heart_rate_58_60_bpm_a13.43_h6","question":"At ICU hour 13.43, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 44-46 bpm\nB. 48-50 bpm\nC. 46-48 bpm\nD. 58-60 bpm","answer":"D","answer_text":"58-60 bpm","episode_id":"iv_000042","anchor_time":13.43}
{"id":"NIFi2strictv1_nohack_iv_000042_171_heart_rate_44_46_bpm_a24.72_h2","question":"At ICU hour 24.72, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 54-56 bpm\nB. 44-46 bpm\nC. 40-42 bpm\nD. 50-52 bpm","answer":"B","answer_text":"44-46 bpm","episode_id":"iv_000042","anchor_time":24.72}
{"id":"NIFi2strictv1_nohack_iv_000043_173_wbc_30_32_10_9_l_a69.29_h10","question":"At ICU hour 69.29, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 10 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 28-30 10^9/L\nC. 20-22 10^9/L\nD. 30-32 10^9/L","answer":"D","answer_text":"30-32 10^9/L","episode_id":"iv_000043","anchor_time":69.29}
{"id":"NIFi2strictv1_nohack_iv_000043_174_wbc_16_18_10_9_l_a159.48_h4","question":"Based on the time series up to ICU hour 159.48, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 12-14 10^9/L\nB. 18-20 10^9/L\nC. 16-18 10^9/L\nD. 8-10 10^9/L","answer":"C","answer_text":"16-18 10^9/L","episode_id":"iv_000043","anchor_time":159.48}
{"id":"NIFi2strictv1_nohack_iv_000044_177_spo2_94_96_a15.48_h6","question":"Given the measurements through ICU hour 15.48, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 94-96 %\nB. 88-90 %\nC. 98-100 %\nD. 90-92 %","answer":"A","answer_text":"94-96 %","episode_id":"iv_000044","anchor_time":15.48}
{"id":"NIFi2strictv1_nohack_iv_000044_178_resp_rate_12_14_breaths_min_a9.48_h2","question":"Based on the time series up to ICU hour 9.48, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 12-14 breaths/min\nB. 20-22 breaths/min\nC. 18-20 breaths/min\nD. 16-18 breaths/min","answer":"A","answer_text":"12-14 breaths/min","episode_id":"iv_000044","anchor_time":9.48}
{"id":"NIFi2strictv1_nohack_iv_000046_184_spo2_96_98_a16.65_h4","question":"Using only data available through ICU hour 16.65, which range will the next observed oxygen saturation (SpO2) value fall into within the next 4 hours?\n\nOptions:\nA. 92-94 %\nB. 90-92 %\nC. 98-100 %\nD. 96-98 %","answer":"D","answer_text":"96-98 %","episode_id":"iv_000046","anchor_time":16.65}
{"id":"NIFi2strictv1_nohack_iv_000046_186_spo2_88_90_a83.41_h8","question":"Using only data available through ICU hour 83.41, which range will the next observed oxygen saturation (SpO2) value fall into within the next 8 hours?\n\nOptions:\nA. 96-98 %\nB. 94-96 %\nC. 78-80 %\nD. 88-90 %","answer":"D","answer_text":"88-90 %","episode_id":"iv_000046","anchor_time":83.41}
{"id":"NIFi2strictv1_nohack_iv_000046_187_spo2_88_90_a83.41_h6","question":"Given the measurements through ICU hour 83.41, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 92-94 %\nB. 88-90 %\nC. 96-98 %\nD. 94-96 %","answer":"B","answer_text":"88-90 %","episode_id":"iv_000046","anchor_time":83.41}
{"id":"NIFi2strictv1_nohack_iv_000047_190_map_102_104_mmhg_a100.85_h8","question":"Based on the time series up to ICU hour 100.85, predict the range for the next mean arterial pressure measurement during the next 8 hours.\n\nOptions:\nA. 60-62 mmHg\nB. 102-104 mmHg\nC. 80-82 mmHg\nD. 66-68 mmHg","answer":"B","answer_text":"102-104 mmHg","episode_id":"iv_000047","anchor_time":100.85}
{"id":"NIFi2strictv1_nohack_iv_000047_191_heart_rate_96_98_bpm_a15.87_h4","question":"At ICU hour 15.87, using observations up to that point, which range best matches the next recorded heart rate value within the following 4 hours?\n\nOptions:\nA. 120-122 bpm\nB. 96-98 bpm\nC. 132-134 bpm\nD. 110-112 bpm","answer":"B","answer_text":"96-98 bpm","episode_id":"iv_000047","anchor_time":15.87}
{"id":"NIFi2strictv1_nohack_iv_000048_193_wbc_2_4_10_9_l_a95.71_h6","question":"Given the measurements through ICU hour 95.71, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 6-8 10^9/L\nB. 12-14 10^9/L\nC. 10-12 10^9/L\nD. 2-4 10^9/L","answer":"D","answer_text":"2-4 10^9/L","episode_id":"iv_000048","anchor_time":95.71}
{"id":"NIFi2strictv1_nohack_iv_000049_196_heart_rate_62_64_bpm_a34.56_h2","question":"At ICU hour 34.56, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 66-68 bpm\nB. 48-50 bpm\nC. 62-64 bpm\nD. 30-32 bpm","answer":"C","answer_text":"62-64 bpm","episode_id":"iv_000049","anchor_time":34.56}
{"id":"NIFi2strictv1_nohack_iv_000049_197_map_80_82_mmhg_a24.35_h10","question":"Given the measurements through ICU hour 24.35, where will the next mean arterial pressure reading fall in the next 10 hours?\n\nOptions:\nA. 86-88 mmHg\nB. 80-82 mmHg\nC. 90-92 mmHg\nD. 88-90 mmHg","answer":"B","answer_text":"80-82 mmHg","episode_id":"iv_000049","anchor_time":24.35}
{"id":"NIFi2strictv1_nohack_iv_000049_199_map_108_110_mmhg_a20.40_h4","question":"Using only data available through ICU hour 20.40, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 66-68 mmHg\nB. 60-62 mmHg\nC. 108-110 mmHg\nD. 88-90 mmHg","answer":"C","answer_text":"108-110 mmHg","episode_id":"iv_000049","anchor_time":20.4}
{"id":"NIFi2strictv1_nohack_iv_000050_200_resp_rate_8_10_breaths_min_a12.08_h8","question":"Based on the time series up to ICU hour 12.08, predict the range for the next respiratory rate measurement during the next 8 hours.\n\nOptions:\nA. 16-18 breaths/min\nB. 24-26 breaths/min\nC. 14-16 breaths/min\nD. 8-10 breaths/min","answer":"D","answer_text":"8-10 breaths/min","episode_id":"iv_000050","anchor_time":12.08}
{"id":"NIFi2strictv1_nohack_iv_000050_201_wbc_14_16_10_9_l_a16.19_h10","question":"Based on the time series up to ICU hour 16.19, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 14-16 10^9/L\nB. 18-20 10^9/L\nC. 12-14 10^9/L\nD. 4-6 10^9/L","answer":"A","answer_text":"14-16 10^9/L","episode_id":"iv_000050","anchor_time":16.19}
{"id":"NIFi2strictv1_nohack_iv_000050_203_map_82_84_mmhg_a18.07_h6","question":"Using only data available through ICU hour 18.07, which range will the next observed mean arterial pressure value fall into within the next 6 hours?\n\nOptions:\nA. 80-82 mmHg\nB. 82-84 mmHg\nC. 88-90 mmHg\nD. 86-88 mmHg","answer":"B","answer_text":"82-84 mmHg","episode_id":"iv_000050","anchor_time":18.07}
{"id":"NIFi2strictv1_nohack_iv_000051_204_wbc_10_12_10_9_l_a45.67_h2","question":"Given the measurements through ICU hour 45.67, where will the next white blood cell count reading fall in the next 2 hours?\n\nOptions:\nA. 2-4 10^9/L\nB. 10-12 10^9/L\nC. 16-18 10^9/L\nD. 6-8 10^9/L","answer":"B","answer_text":"10-12 10^9/L","episode_id":"iv_000051","anchor_time":45.67}
{"id":"NIFi2strictv1_nohack_iv_000051_205_wbc_20_22_10_9_l_a120.99_h10","question":"At ICU hour 120.99, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 10 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 20-22 10^9/L\nC. 12-14 10^9/L\nD. 18-20 10^9/L","answer":"B","answer_text":"20-22 10^9/L","episode_id":"iv_000051","anchor_time":120.99}
{"id":"NIFi2strictv1_nohack_iv_000051_207_spo2_92_94_a74.94_h2","question":"Given the measurements through ICU hour 74.94, where will the next oxygen saturation (SpO2) reading fall in the next 2 hours?\n\nOptions:\nA. 92-94 %\nB. 88-90 %\nC. 96-98 %\nD. 94-96 %","answer":"A","answer_text":"92-94 %","episode_id":"iv_000051","anchor_time":74.94}
{"id":"NIFi2strictv1_nohack_iv_000052_208_resp_rate_18_20_breaths_min_a41.98_h6","question":"Based on the time series up to ICU hour 41.98, predict the range for the next respiratory rate measurement during the next 6 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 10-12 breaths/min\nC. 34-36 breaths/min\nD. 22-24 breaths/min","answer":"A","answer_text":"18-20 breaths/min","episode_id":"iv_000052","anchor_time":41.98}
{"id":"NIFi2strictv1_nohack_iv_000052_209_resp_rate_20_22_breaths_min_a37.51_h4","question":"Based on the time series up to ICU hour 37.51, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 14-16 breaths/min\nC. 12-14 breaths/min\nD. 20-22 breaths/min","answer":"D","answer_text":"20-22 breaths/min","episode_id":"iv_000052","anchor_time":37.51}
{"id":"NIFi2strictv1_nohack_iv_000052_210_resp_rate_12_14_breaths_min_a8.50_h10","question":"Using only data available through ICU hour 8.50, which range will the next observed respiratory rate value fall into within the next 10 hours?\n\nOptions:\nA. 24-26 breaths/min\nB. 20-22 breaths/min\nC. 40-42 breaths/min\nD. 12-14 breaths/min","answer":"D","answer_text":"12-14 breaths/min","episode_id":"iv_000052","anchor_time":8.5}
{"id":"NIFi2strictv1_nohack_iv_000053_213_map_68_70_mmhg_a102.96_h8","question":"Based on the time series up to ICU hour 102.96, predict the range for the next mean arterial pressure measurement during the next 8 hours.\n\nOptions:\nA. 76-78 mmHg\nB. 92-94 mmHg\nC. 68-70 mmHg\nD. 62-64 mmHg","answer":"C","answer_text":"68-70 mmHg","episode_id":"iv_000053","anchor_time":102.96}
{"id":"NIFi2strictv1_nohack_iv_000053_214_wbc_16_18_10_9_l_a173.14_h4","question":"Using only data available through ICU hour 173.14, which range will the next observed white blood cell count value fall into within the next 4 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 16-18 10^9/L\nC. 8-10 10^9/L\nD. 10-12 10^9/L","answer":"B","answer_text":"16-18 10^9/L","episode_id":"iv_000053","anchor_time":173.14}
{"id":"NIFi2strictv1_nohack_iv_000053_215_wbc_16_18_10_9_l_a173.14_h6","question":"At ICU hour 173.14, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 6 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 20-22 10^9/L\nC. 12-14 10^9/L\nD. 14-16 10^9/L","answer":"A","answer_text":"16-18 10^9/L","episode_id":"iv_000053","anchor_time":173.14}
{"id":"NIFi2strictv1_nohack_iv_000054_218_spo2_84_86_a14.47_h10","question":"Given the measurements through ICU hour 14.47, where will the next oxygen saturation (SpO2) reading fall in the next 10 hours?\n\nOptions:\nA. 92-94 %\nB. 90-92 %\nC. 84-86 %\nD. 94-96 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000054","anchor_time":14.47}
{"id":"NIFi2strictv1_nohack_iv_000055_220_map_88_90_mmhg_a30.23_h8","question":"Based on the time series up to ICU hour 30.23, predict the range for the next mean arterial pressure measurement during the next 8 hours.\n\nOptions:\nA. 78-80 mmHg\nB. 86-88 mmHg\nC. 74-76 mmHg\nD. 88-90 mmHg","answer":"D","answer_text":"88-90 mmHg","episode_id":"iv_000055","anchor_time":30.23}
{"id":"NIFi2strictv1_nohack_iv_000055_221_heart_rate_86_88_bpm_a15.90_h10","question":"Based on the time series up to ICU hour 15.90, predict the range for the next heart rate measurement during the next 10 hours.\n\nOptions:\nA. 92-94 bpm\nB. 86-88 bpm\nC. 88-90 bpm\nD. 82-84 bpm","answer":"B","answer_text":"86-88 bpm","episode_id":"iv_000055","anchor_time":15.9}
{"id":"NIFi2strictv1_nohack_iv_000055_222_map_62_64_mmhg_a27.23_h4","question":"Based on the time series up to ICU hour 27.23, predict the range for the next mean arterial pressure measurement during the next 4 hours.\n\nOptions:\nA. 78-80 mmHg\nB. 94-96 mmHg\nC. 62-64 mmHg\nD. 72-74 mmHg","answer":"C","answer_text":"62-64 mmHg","episode_id":"iv_000055","anchor_time":27.23}
{"id":"NIFi2strictv1_nohack_iv_000056_224_wbc_26_28_10_9_l_a14.69_h6","question":"Using only data available through ICU hour 14.69, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 26-28 10^9/L\nB. 14-16 10^9/L\nC. 6-8 10^9/L\nD. 30-32 10^9/L","answer":"A","answer_text":"26-28 10^9/L","episode_id":"iv_000056","anchor_time":14.69}
{"id":"NIFi2strictv1_nohack_iv_000057_228_map_60_62_mmhg_a6.18_h10","question":"Based on the time series up to ICU hour 6.18, predict the range for the next mean arterial pressure measurement during the next 10 hours.\n\nOptions:\nA. 68-70 mmHg\nB. 64-66 mmHg\nC. 60-62 mmHg\nD. 54-56 mmHg","answer":"C","answer_text":"60-62 mmHg","episode_id":"iv_000057","anchor_time":6.18}
{"id":"NIFi2strictv1_nohack_iv_000059_239_resp_rate_42_44_breaths_min_a152.84_h2","question":"At ICU hour 152.84, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 2 hours?\n\nOptions:\nA. 50-52 breaths/min\nB. 34-36 breaths/min\nC. 10-12 breaths/min\nD. 42-44 breaths/min","answer":"D","answer_text":"42-44 breaths/min","episode_id":"iv_000059","anchor_time":152.84}
{"id":"NIFi2strictv1_nohack_iv_000060_240_heart_rate_102_104_bpm_a30.91_h2","question":"At ICU hour 30.91, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 86-88 bpm\nB. 102-104 bpm\nC. 98-100 bpm\nD. 90-92 bpm","answer":"B","answer_text":"102-104 bpm","episode_id":"iv_000060","anchor_time":30.91}
{"id":"NIFi2strictv1_nohack_iv_000060_242_heart_rate_90_92_bpm_a27.17_h4","question":"At ICU hour 27.17, using observations up to that point, which range best matches the next recorded heart rate value within the following 4 hours?\n\nOptions:\nA. 94-96 bpm\nB. 90-92 bpm\nC. 96-98 bpm\nD. 100-102 bpm","answer":"B","answer_text":"90-92 bpm","episode_id":"iv_000060","anchor_time":27.17}
{"id":"NIFi2strictv1_nohack_iv_000061_245_resp_rate_28_30_breaths_min_a20.32_h4","question":"Given the measurements through ICU hour 20.32, where will the next respiratory rate reading fall in the next 4 hours?\n\nOptions:\nA. 30-32 breaths/min\nB. 16-18 breaths/min\nC. 24-26 breaths/min\nD. 28-30 breaths/min","answer":"D","answer_text":"28-30 breaths/min","episode_id":"iv_000061","anchor_time":20.32}
{"id":"NIFi2strictv1_nohack_iv_000061_247_map_86_88_mmhg_a47.26_h6","question":"Given the measurements through ICU hour 47.26, where will the next mean arterial pressure reading fall in the next 6 hours?\n\nOptions:\nA. 94-96 mmHg\nB. 82-84 mmHg\nC. 86-88 mmHg\nD. 90-92 mmHg","answer":"C","answer_text":"86-88 mmHg","episode_id":"iv_000061","anchor_time":47.26}
{"id":"NIFi2strictv1_nohack_iv_000062_249_spo2_78_80_a18.77_h2","question":"At ICU hour 18.77, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 2 hours?\n\nOptions:\nA. 94-96 %\nB. 84-86 %\nC. 76-78 %\nD. 78-80 %","answer":"D","answer_text":"78-80 %","episode_id":"iv_000062","anchor_time":18.77}
{"id":"NIFi2strictv1_nohack_iv_000062_250_spo2_78_80_a18.77_h4","question":"Using only data available through ICU hour 18.77, which range will the next observed oxygen saturation (SpO2) value fall into within the next 4 hours?\n\nOptions:\nA. 90-92 %\nB. 94-96 %\nC. 88-90 %\nD. 78-80 %","answer":"D","answer_text":"78-80 %","episode_id":"iv_000062","anchor_time":18.77}
{"id":"NIFi2strictv1_nohack_iv_000062_251_resp_rate_18_20_breaths_min_a10.84_h6","question":"Given the measurements through ICU hour 10.84, where will the next respiratory rate reading fall in the next 6 hours?\n\nOptions:\nA. 12-14 breaths/min\nB. 20-22 breaths/min\nC. 18-20 breaths/min\nD. 16-18 breaths/min","answer":"C","answer_text":"18-20 breaths/min","episode_id":"iv_000062","anchor_time":10.84}
{"id":"NIFi2strictv1_nohack_iv_000063_253_heart_rate_70_72_bpm_a33.34_h10","question":"Using only data available through ICU hour 33.34, which range will the next observed heart rate value fall into within the next 10 hours?\n\nOptions:\nA. 78-80 bpm\nB. 84-86 bpm\nC. 70-72 bpm\nD. 76-78 bpm","answer":"C","answer_text":"70-72 bpm","episode_id":"iv_000063","anchor_time":33.34}
{"id":"NIFi2strictv1_nohack_iv_000064_259_resp_rate_24_26_breaths_min_a16.77_h6","question":"Given the measurements through ICU hour 16.77, where will the next respiratory rate reading fall in the next 6 hours?\n\nOptions:\nA. 16-18 breaths/min\nB. 12-14 breaths/min\nC. 20-22 breaths/min\nD. 24-26 breaths/min","answer":"D","answer_text":"24-26 breaths/min","episode_id":"iv_000064","anchor_time":16.77}
{"id":"NIFi2strictv1_nohack_iv_000065_261_wbc_20_22_10_9_l_a52.53_h6","question":"Given the measurements through ICU hour 52.53, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 6-8 10^9/L\nB. 12-14 10^9/L\nC. 20-22 10^9/L\nD. 16-18 10^9/L","answer":"C","answer_text":"20-22 10^9/L","episode_id":"iv_000065","anchor_time":52.53}
{"id":"NIFi2strictv1_nohack_iv_000065_263_resp_rate_18_20_breaths_min_a20.54_h8","question":"Using only data available through ICU hour 20.54, which range will the next observed respiratory rate value fall into within the next 8 hours?\n\nOptions:\nA. 24-26 breaths/min\nB. 26-28 breaths/min\nC. 28-30 breaths/min\nD. 18-20 breaths/min","answer":"D","answer_text":"18-20 breaths/min","episode_id":"iv_000065","anchor_time":20.54}
{"id":"NIFi2strictv1_nohack_iv_000066_264_heart_rate_72_74_bpm_a55.66_h4","question":"Using only data available through ICU hour 55.66, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 72-74 bpm\nB. 62-64 bpm\nC. 66-68 bpm\nD. 70-72 bpm","answer":"A","answer_text":"72-74 bpm","episode_id":"iv_000066","anchor_time":55.66}
{"id":"NIFi2strictv1_nohack_iv_000066_267_wbc_14_16_10_9_l_a9.57_h4","question":"Based on the time series up to ICU hour 9.57, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 6-8 10^9/L\nB. 10-12 10^9/L\nC. 14-16 10^9/L\nD. 18-20 10^9/L","answer":"C","answer_text":"14-16 10^9/L","episode_id":"iv_000066","anchor_time":9.57}
{"id":"NIFi2strictv1_nohack_iv_000067_268_spo2_84_86_a39.11_h6","question":"Given the measurements through ICU hour 39.11, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 92-94 %\nB. 86-88 %\nC. 84-86 %\nD. 76-78 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000067","anchor_time":39.11}
{"id":"NIFi2strictv1_nohack_iv_000067_269_spo2_84_86_a39.11_h10","question":"Given the measurements through ICU hour 39.11, where will the next oxygen saturation (SpO2) reading fall in the next 10 hours?\n\nOptions:\nA. 96-98 %\nB. 84-86 %\nC. 92-94 %\nD. 86-88 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000067","anchor_time":39.11}
{"id":"NIFi2strictv1_nohack_iv_000067_270_spo2_94_96_a16.80_h6","question":"Based on the time series up to ICU hour 16.80, predict the range for the next oxygen saturation (SpO2) measurement during the next 6 hours.\n\nOptions:\nA. 92-94 %\nB. 98-100 %\nC. 90-92 %\nD. 94-96 %","answer":"D","answer_text":"94-96 %","episode_id":"iv_000067","anchor_time":16.8}
{"id":"NIFi2strictv1_nohack_iv_000068_272_heart_rate_64_66_bpm_a29.14_h2","question":"Based on the time series up to ICU hour 29.14, predict the range for the next heart rate measurement during the next 2 hours.\n\nOptions:\nA. 60-62 bpm\nB. 54-56 bpm\nC. 64-66 bpm\nD. 62-64 bpm","answer":"C","answer_text":"64-66 bpm","episode_id":"iv_000068","anchor_time":29.14}
{"id":"NIFi2strictv1_nohack_iv_000068_274_heart_rate_58_60_bpm_a5.20_h8","question":"Using only data available through ICU hour 5.20, which range will the next observed heart rate value fall into within the next 8 hours?\n\nOptions:\nA. 68-70 bpm\nB. 64-66 bpm\nC. 74-76 bpm\nD. 58-60 bpm","answer":"D","answer_text":"58-60 bpm","episode_id":"iv_000068","anchor_time":5.2}
{"id":"NIFi2strictv1_nohack_iv_000068_275_heart_rate_64_66_bpm_a51.79_h4","question":"Using only data available through ICU hour 51.79, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 58-60 bpm\nB. 64-66 bpm\nC. 68-70 bpm\nD. 60-62 bpm","answer":"B","answer_text":"64-66 bpm","episode_id":"iv_000068","anchor_time":51.79}
{"id":"NIFi2strictv1_nohack_iv_000069_277_map_92_94_mmhg_a56.48_h2","question":"Using only data available through ICU hour 56.48, which range will the next observed mean arterial pressure value fall into within the next 2 hours?\n\nOptions:\nA. 84-86 mmHg\nB. 92-94 mmHg\nC. 88-90 mmHg\nD. 96-98 mmHg","answer":"B","answer_text":"92-94 mmHg","episode_id":"iv_000069","anchor_time":56.48}
{"id":"NIFi2strictv1_nohack_iv_000069_279_wbc_4_6_10_9_l_a88.16_h6","question":"Based on the time series up to ICU hour 88.16, predict the range for the next white blood cell count measurement during the next 6 hours.\n\nOptions:\nA. 22-24 10^9/L\nB. 4-6 10^9/L\nC. 0-2 10^9/L\nD. 8-10 10^9/L","answer":"B","answer_text":"4-6 10^9/L","episode_id":"iv_000069","anchor_time":88.16}
{"id":"NIFi2strictv1_nohack_iv_000071_286_resp_rate_16_18_breaths_min_a9.61_h6","question":"At ICU hour 9.61, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 6 hours?\n\nOptions:\nA. 16-18 breaths/min\nB. 20-22 breaths/min\nC. 12-14 breaths/min\nD. 4-6 breaths/min","answer":"A","answer_text":"16-18 breaths/min","episode_id":"iv_000071","anchor_time":9.61}
{"id":"NIFi2strictv1_nohack_iv_000071_287_spo2_88_90_a17.10_h10","question":"Based on the time series up to ICU hour 17.10, predict the range for the next oxygen saturation (SpO2) measurement during the next 10 hours.\n\nOptions:\nA. 86-88 %\nB. 94-96 %\nC. 88-90 %\nD. 96-98 %","answer":"C","answer_text":"88-90 %","episode_id":"iv_000071","anchor_time":17.1}
{"id":"NIFi2strictv1_nohack_iv_000072_290_heart_rate_62_64_bpm_a9.40_h8","question":"At ICU hour 9.40, using observations up to that point, which range best matches the next recorded heart rate value within the following 8 hours?\n\nOptions:\nA. 76-78 bpm\nB. 70-72 bpm\nC. 62-64 bpm\nD. 74-76 bpm","answer":"C","answer_text":"62-64 bpm","episode_id":"iv_000072","anchor_time":9.4}
{"id":"NIFi2strictv1_nohack_iv_000072_291_heart_rate_96_98_bpm_a117.17_h10","question":"Based on the time series up to ICU hour 117.17, predict the range for the next heart rate measurement during the next 10 hours.\n\nOptions:\nA. 80-82 bpm\nB. 86-88 bpm\nC. 96-98 bpm\nD. 100-102 bpm","answer":"C","answer_text":"96-98 bpm","episode_id":"iv_000072","anchor_time":117.17}
{"id":"NIFi2strictv1_nohack_iv_000073_294_spo2_88_90_a32.83_h2","question":"Given the measurements through ICU hour 32.83, where will the next oxygen saturation (SpO2) reading fall in the next 2 hours?\n\nOptions:\nA. 86-88 %\nB. 90-92 %\nC. 78-80 %\nD. 88-90 %","answer":"D","answer_text":"88-90 %","episode_id":"iv_000073","anchor_time":32.83}
{"id":"NIFi2strictv1_nohack_iv_000073_295_spo2_84_86_a16.65_h6","question":"Based on the time series up to ICU hour 16.65, predict the range for the next oxygen saturation (SpO2) measurement during the next 6 hours.\n\nOptions:\nA. 94-96 %\nB. 96-98 %\nC. 72-74 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000073","anchor_time":16.65}
{"id":"NIFi2strictv1_nohack_iv_000074_298_resp_rate_18_20_breaths_min_a16.70_h2","question":"Using only data available through ICU hour 16.70, which range will the next observed respiratory rate value fall into within the next 2 hours?\n\nOptions:\nA. 10-12 breaths/min\nB. 12-14 breaths/min\nC. 20-22 breaths/min\nD. 18-20 breaths/min","answer":"D","answer_text":"18-20 breaths/min","episode_id":"iv_000074","anchor_time":16.7}
{"id":"NIFi2strictv1_nohack_iv_000074_299_heart_rate_90_92_bpm_a49.63_h8","question":"Given the measurements through ICU hour 49.63, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 76-78 bpm\nB. 90-92 bpm\nC. 80-82 bpm\nD. 74-76 bpm","answer":"B","answer_text":"90-92 bpm","episode_id":"iv_000074","anchor_time":49.63}
{"id":"NIFi2strictv1_nohack_iv_000075_301_map_52_54_mmhg_a11.89_h10","question":"Given the measurements through ICU hour 11.89, where will the next mean arterial pressure reading fall in the next 10 hours?\n\nOptions:\nA. 54-56 mmHg\nB. 52-54 mmHg\nC. 48-50 mmHg\nD. 40-42 mmHg","answer":"B","answer_text":"52-54 mmHg","episode_id":"iv_000075","anchor_time":11.89}
{"id":"NIFi2strictv1_nohack_iv_000075_302_heart_rate_106_108_bpm_a5.48_h2","question":"Given the measurements through ICU hour 5.48, where will the next heart rate reading fall in the next 2 hours?\n\nOptions:\nA. 98-100 bpm\nB. 96-98 bpm\nC. 106-108 bpm\nD. 104-106 bpm","answer":"C","answer_text":"106-108 bpm","episode_id":"iv_000075","anchor_time":5.48}
{"id":"NIFi2strictv1_nohack_iv_000075_303_resp_rate_12_14_breaths_min_a21.75_h8","question":"Using only data available through ICU hour 21.75, which range will the next observed respiratory rate value fall into within the next 8 hours?\n\nOptions:\nA. 10-12 breaths/min\nB. 14-16 breaths/min\nC. 20-22 breaths/min\nD. 12-14 breaths/min","answer":"D","answer_text":"12-14 breaths/min","episode_id":"iv_000075","anchor_time":21.75}
{"id":"NIFi2strictv1_nohack_iv_000076_304_wbc_20_22_10_9_l_a144.32_h4","question":"Based on the time series up to ICU hour 144.32, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 14-16 10^9/L\nB. 10-12 10^9/L\nC. 20-22 10^9/L\nD. 24-26 10^9/L","answer":"C","answer_text":"20-22 10^9/L","episode_id":"iv_000076","anchor_time":144.32}
{"id":"NIFi2strictv1_nohack_iv_000076_305_wbc_18_20_10_9_l_a161.88_h8","question":"Using only data available through ICU hour 161.88, which range will the next observed white blood cell count value fall into within the next 8 hours?\n\nOptions:\nA. 22-24 10^9/L\nB. 20-22 10^9/L\nC. 24-26 10^9/L\nD. 18-20 10^9/L","answer":"D","answer_text":"18-20 10^9/L","episode_id":"iv_000076","anchor_time":161.88}
{"id":"NIFi2strictv1_nohack_iv_000076_307_wbc_24_26_10_9_l_a42.86_h6","question":"Based on the time series up to ICU hour 42.86, predict the range for the next white blood cell count measurement during the next 6 hours.\n\nOptions:\nA. 20-22 10^9/L\nB. 24-26 10^9/L\nC. 32-34 10^9/L\nD. 28-30 10^9/L","answer":"B","answer_text":"24-26 10^9/L","episode_id":"iv_000076","anchor_time":42.86}
{"id":"NIFi2strictv1_nohack_iv_000077_309_resp_rate_26_28_breaths_min_a12.36_h2","question":"Using only data available through ICU hour 12.36, which range will the next observed respiratory rate value fall into within the next 2 hours?\n\nOptions:\nA. 34-36 breaths/min\nB. 26-28 breaths/min\nC. 20-22 breaths/min\nD. 14-16 breaths/min","answer":"B","answer_text":"26-28 breaths/min","episode_id":"iv_000077","anchor_time":12.36}
{"id":"NIFi2strictv1_nohack_iv_000078_313_spo2_86_88_a29.97_h2","question":"At ICU hour 29.97, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 2 hours?\n\nOptions:\nA. 96-98 %\nB. 90-92 %\nC. 94-96 %\nD. 86-88 %","answer":"D","answer_text":"86-88 %","episode_id":"iv_000078","anchor_time":29.97}
{"id":"NIFi2strictv1_nohack_iv_000080_321_creatinine_4_6_mg_dl_a37.40_h8","question":"Given the measurements through ICU hour 37.40, where will the next serum creatinine reading fall in the next 8 hours?\n\nOptions:\nA. 4-6 mg/dL\nB. 2-4 mg/dL\nC. 18-20 mg/dL\nD. 6-8 mg/dL","answer":"A","answer_text":"4-6 mg/dL","episode_id":"iv_000080","anchor_time":37.4}
{"id":"NIFi2strictv1_nohack_iv_000080_322_creatinine_6_8_mg_dl_a29.33_h2","question":"Using only data available through ICU hour 29.33, which range will the next observed serum creatinine value fall into within the next 2 hours?\n\nOptions:\nA. 2-4 mg/dL\nB. 4-6 mg/dL\nC. 6-8 mg/dL\nD. 16-18 mg/dL","answer":"C","answer_text":"6-8 mg/dL","episode_id":"iv_000080","anchor_time":29.33}
{"id":"NIFi2strictv1_nohack_iv_000080_323_creatinine_6_8_mg_dl_a29.33_h10","question":"Using only data available through ICU hour 29.33, which range will the next observed serum creatinine value fall into within the next 10 hours?\n\nOptions:\nA. 4-6 mg/dL\nB. 0-2 mg/dL\nC. 2-4 mg/dL\nD. 6-8 mg/dL","answer":"D","answer_text":"6-8 mg/dL","episode_id":"iv_000080","anchor_time":29.33}
{"id":"NIFi2strictv1_nohack_iv_000081_324_map_92_94_mmhg_a21.61_h4","question":"Based on the time series up to ICU hour 21.61, predict the range for the next mean arterial pressure measurement during the next 4 hours.\n\nOptions:\nA. 60-62 mmHg\nB. 78-80 mmHg\nC. 92-94 mmHg\nD. 62-64 mmHg","answer":"C","answer_text":"92-94 mmHg","episode_id":"iv_000081","anchor_time":21.61}
{"id":"NIFi2strictv1_nohack_iv_000081_325_map_70_72_mmhg_a23.75_h4","question":"At ICU hour 23.75, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 4 hours?\n\nOptions:\nA. 114-116 mmHg\nB. 106-108 mmHg\nC. 70-72 mmHg\nD. 90-92 mmHg","answer":"C","answer_text":"70-72 mmHg","episode_id":"iv_000081","anchor_time":23.75}
{"id":"NIFi2strictv1_nohack_iv_000081_326_map_78_80_mmhg_a15.17_h8","question":"At ICU hour 15.17, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 8 hours?\n\nOptions:\nA. 70-72 mmHg\nB. 80-82 mmHg\nC. 74-76 mmHg\nD. 78-80 mmHg","answer":"D","answer_text":"78-80 mmHg","episode_id":"iv_000081","anchor_time":15.17}
{"id":"NIFi2strictv1_nohack_iv_000082_328_spo2_84_86_a99.36_h10","question":"Using only data available through ICU hour 99.36, which range will the next observed oxygen saturation (SpO2) value fall into within the next 10 hours?\n\nOptions:\nA. 96-98 %\nB. 92-94 %\nC. 94-96 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000082","anchor_time":99.36}
{"id":"NIFi2strictv1_nohack_iv_000082_330_creatinine_2_4_mg_dl_a81.15_h4","question":"Given the measurements through ICU hour 81.15, where will the next serum creatinine reading fall in the next 4 hours?\n\nOptions:\nA. 18-20 mg/dL\nB. 0-2 mg/dL\nC. 8-10 mg/dL\nD. 2-4 mg/dL","answer":"D","answer_text":"2-4 mg/dL","episode_id":"iv_000082","anchor_time":81.15}
{"id":"NIFi2strictv1_nohack_iv_000083_333_resp_rate_12_14_breaths_min_a6.09_h8","question":"At ICU hour 6.09, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 14-16 breaths/min\nB. 12-14 breaths/min\nC. 10-12 breaths/min\nD. 24-26 breaths/min","answer":"B","answer_text":"12-14 breaths/min","episode_id":"iv_000083","anchor_time":6.09}
{"id":"NIFi2strictv1_nohack_iv_000083_334_resp_rate_10_12_breaths_min_a10.46_h6","question":"Given the measurements through ICU hour 10.46, where will the next respiratory rate reading fall in the next 6 hours?\n\nOptions:\nA. 18-20 breaths/min\nB. 24-26 breaths/min\nC. 10-12 breaths/min\nD. 22-24 breaths/min","answer":"C","answer_text":"10-12 breaths/min","episode_id":"iv_000083","anchor_time":10.46}
{"id":"NIFi2strictv1_nohack_iv_000083_335_resp_rate_20_22_breaths_min_a59.71_h6","question":"Given the measurements through ICU hour 59.71, where will the next respiratory rate reading fall in the next 6 hours?\n\nOptions:\nA. 26-28 breaths/min\nB. 16-18 breaths/min\nC. 14-16 breaths/min\nD. 20-22 breaths/min","answer":"D","answer_text":"20-22 breaths/min","episode_id":"iv_000083","anchor_time":59.71}
{"id":"NIFi2strictv1_nohack_iv_000084_338_heart_rate_86_88_bpm_a10.54_h4","question":"Using only data available through ICU hour 10.54, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 82-84 bpm\nB. 78-80 bpm\nC. 84-86 bpm\nD. 86-88 bpm","answer":"D","answer_text":"86-88 bpm","episode_id":"iv_000084","anchor_time":10.54}
{"id":"NIFi2strictv1_nohack_iv_000084_339_spo2_92_94_a18.06_h10","question":"At ICU hour 18.06, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 10 hours?\n\nOptions:\nA. 86-88 %\nB. 98-100 %\nC. 92-94 %\nD. 96-98 %","answer":"C","answer_text":"92-94 %","episode_id":"iv_000084","anchor_time":18.06}
{"id":"NIFi2strictv1_nohack_iv_000085_342_heart_rate_100_102_bpm_a21.78_h2","question":"Using only data available through ICU hour 21.78, which range will the next observed heart rate value fall into within the next 2 hours?\n\nOptions:\nA. 86-88 bpm\nB. 96-98 bpm\nC. 48-50 bpm\nD. 100-102 bpm","answer":"D","answer_text":"100-102 bpm","episode_id":"iv_000085","anchor_time":21.78}
{"id":"NIFi2strictv1_nohack_iv_000085_343_spo2_94_96_a46.94_h10","question":"Using only data available through ICU hour 46.94, which range will the next observed oxygen saturation (SpO2) value fall into within the next 10 hours?\n\nOptions:\nA. 86-88 %\nB. 96-98 %\nC. 94-96 %\nD. 90-92 %","answer":"C","answer_text":"94-96 %","episode_id":"iv_000085","anchor_time":46.94}
{"id":"NIFi2strictv1_nohack_iv_000086_344_wbc_6_8_10_9_l_a4.79_h6","question":"Given the measurements through ICU hour 4.79, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 0-2 10^9/L\nB. 6-8 10^9/L\nC. 14-16 10^9/L\nD. 4-6 10^9/L","answer":"B","answer_text":"6-8 10^9/L","episode_id":"iv_000086","anchor_time":4.79}
{"id":"NIFi2strictv1_nohack_iv_000086_346_map_92_94_mmhg_a9.39_h10","question":"Using only data available through ICU hour 9.39, which range will the next observed mean arterial pressure value fall into within the next 10 hours?\n\nOptions:\nA. 42-44 mmHg\nB. 66-68 mmHg\nC. 88-90 mmHg\nD. 92-94 mmHg","answer":"D","answer_text":"92-94 mmHg","episode_id":"iv_000086","anchor_time":9.39}
{"id":"NIFi2strictv1_nohack_iv_000087_350_map_62_64_mmhg_a3.42_h8","question":"Using only data available through ICU hour 3.42, which range will the next observed mean arterial pressure value fall into within the next 8 hours?\n\nOptions:\nA. 66-68 mmHg\nB. 70-72 mmHg\nC. 62-64 mmHg\nD. 72-74 mmHg","answer":"C","answer_text":"62-64 mmHg","episode_id":"iv_000087","anchor_time":3.42}
{"id":"NIFi2strictv1_nohack_iv_000088_353_spo2_86_88_a18.89_h4","question":"Using only data available through ICU hour 18.89, which range will the next observed oxygen saturation (SpO2) value fall into within the next 4 hours?\n\nOptions:\nA. 86-88 %\nB. 96-98 %\nC. 94-96 %\nD. 98-100 %","answer":"A","answer_text":"86-88 %","episode_id":"iv_000088","anchor_time":18.89}
{"id":"NIFi2strictv1_nohack_iv_000089_356_resp_rate_10_12_breaths_min_a12.49_h8","question":"Given the measurements through ICU hour 12.49, where will the next respiratory rate reading fall in the next 8 hours?\n\nOptions:\nA. 30-32 breaths/min\nB. 10-12 breaths/min\nC. 22-24 breaths/min\nD. 28-30 breaths/min","answer":"B","answer_text":"10-12 breaths/min","episode_id":"iv_000089","anchor_time":12.49}
{"id":"NIFi2strictv1_nohack_iv_000089_359_map_86_88_mmhg_a12.49_h10","question":"Using only data available through ICU hour 12.49, which range will the next observed mean arterial pressure value fall into within the next 10 hours?\n\nOptions:\nA. 82-84 mmHg\nB. 70-72 mmHg\nC. 86-88 mmHg\nD. 74-76 mmHg","answer":"C","answer_text":"86-88 mmHg","episode_id":"iv_000089","anchor_time":12.49}
{"id":"NIFi2strictv1_nohack_iv_000090_361_heart_rate_68_70_bpm_a25.07_h2","question":"Given the measurements through ICU hour 25.07, where will the next heart rate reading fall in the next 2 hours?\n\nOptions:\nA. 76-78 bpm\nB. 74-76 bpm\nC. 78-80 bpm\nD. 68-70 bpm","answer":"D","answer_text":"68-70 bpm","episode_id":"iv_000090","anchor_time":25.07}
{"id":"NIFi2strictv1_nohack_iv_000090_362_heart_rate_68_70_bpm_a11.09_h10","question":"Given the measurements through ICU hour 11.09, where will the next heart rate reading fall in the next 10 hours?\n\nOptions:\nA. 56-58 bpm\nB. 66-68 bpm\nC. 68-70 bpm\nD. 138-140 bpm","answer":"C","answer_text":"68-70 bpm","episode_id":"iv_000090","anchor_time":11.09}
{"id":"NIFi2strictv1_nohack_iv_000090_363_resp_rate_22_24_breaths_min_a29.95_h6","question":"At ICU hour 29.95, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 6 hours?\n\nOptions:\nA. 6-8 breaths/min\nB. 22-24 breaths/min\nC. 16-18 breaths/min\nD. 14-16 breaths/min","answer":"B","answer_text":"22-24 breaths/min","episode_id":"iv_000090","anchor_time":29.95}
{"id":"NIFi2strictv1_nohack_iv_000091_364_map_86_88_mmhg_a49.88_h4","question":"Given the measurements through ICU hour 49.88, where will the next mean arterial pressure reading fall in the next 4 hours?\n\nOptions:\nA. 90-92 mmHg\nB. 94-96 mmHg\nC. 102-104 mmHg\nD. 86-88 mmHg","answer":"D","answer_text":"86-88 mmHg","episode_id":"iv_000091","anchor_time":49.88}
{"id":"NIFi2strictv1_nohack_iv_000091_366_map_86_88_mmhg_a72.61_h6","question":"Using only data available through ICU hour 72.61, which range will the next observed mean arterial pressure value fall into within the next 6 hours?\n\nOptions:\nA. 70-72 mmHg\nB. 84-86 mmHg\nC. 48-50 mmHg\nD. 86-88 mmHg","answer":"D","answer_text":"86-88 mmHg","episode_id":"iv_000091","anchor_time":72.61}
{"id":"NIFi2strictv1_nohack_iv_000092_368_spo2_84_86_a15.72_h10","question":"Using only data available through ICU hour 15.72, which range will the next observed oxygen saturation (SpO2) value fall into within the next 10 hours?\n\nOptions:\nA. 88-90 %\nB. 84-86 %\nC. 98-100 %\nD. 92-94 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000092","anchor_time":15.72}
{"id":"NIFi2strictv1_nohack_iv_000092_369_spo2_84_86_a15.72_h4","question":"Based on the time series up to ICU hour 15.72, predict the range for the next oxygen saturation (SpO2) measurement during the next 4 hours.\n\nOptions:\nA. 98-100 %\nB. 76-78 %\nC. 84-86 %\nD. 74-76 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000092","anchor_time":15.72}
{"id":"NIFi2strictv1_nohack_iv_000092_370_spo2_84_86_a15.72_h8","question":"Based on the time series up to ICU hour 15.72, predict the range for the next oxygen saturation (SpO2) measurement during the next 8 hours.\n\nOptions:\nA. 98-100 %\nB. 84-86 %\nC. 80-82 %\nD. 94-96 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000092","anchor_time":15.72}
{"id":"NIFi2strictv1_nohack_iv_000092_371_heart_rate_88_90_bpm_a12.51_h10","question":"Based on the time series up to ICU hour 12.51, predict the range for the next heart rate measurement during the next 10 hours.\n\nOptions:\nA. 76-78 bpm\nB. 88-90 bpm\nC. 80-82 bpm\nD. 82-84 bpm","answer":"B","answer_text":"88-90 bpm","episode_id":"iv_000092","anchor_time":12.51}
{"id":"NIFi2strictv1_nohack_iv_000093_372_wbc_30_32_10_9_l_a32.17_h6","question":"Based on the time series up to ICU hour 32.17, predict the range for the next white blood cell count measurement during the next 6 hours.\n\nOptions:\nA. 30-32 10^9/L\nB. 14-16 10^9/L\nC. 28-30 10^9/L\nD. 20-22 10^9/L","answer":"A","answer_text":"30-32 10^9/L","episode_id":"iv_000093","anchor_time":32.17}
{"id":"NIFi2strictv1_nohack_iv_000093_373_wbc_20_22_10_9_l_a31.44_h4","question":"Based on the time series up to ICU hour 31.44, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 8-10 10^9/L\nB. 20-22 10^9/L\nC. 26-28 10^9/L\nD. 16-18 10^9/L","answer":"B","answer_text":"20-22 10^9/L","episode_id":"iv_000093","anchor_time":31.44}
{"id":"NIFi2strictv1_nohack_iv_000093_374_resp_rate_28_30_breaths_min_a25.78_h2","question":"Based on the time series up to ICU hour 25.78, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 28-30 breaths/min\nB. 32-34 breaths/min\nC. 30-32 breaths/min\nD. 38-40 breaths/min","answer":"A","answer_text":"28-30 breaths/min","episode_id":"iv_000093","anchor_time":25.78}
{"id":"NIFi2strictv1_nohack_iv_000093_375_wbc_24_26_10_9_l_a35.06_h6","question":"Using only data available through ICU hour 35.06, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 20-22 10^9/L\nB. 30-32 10^9/L\nC. 24-26 10^9/L\nD. 38-40 10^9/L","answer":"C","answer_text":"24-26 10^9/L","episode_id":"iv_000093","anchor_time":35.06}
{"id":"NIFi2strictv1_nohack_iv_000094_376_creatinine_14_16_mg_dl_a200.90_h2","question":"Based on the time series up to ICU hour 200.90, predict the range for the next serum creatinine measurement during the next 2 hours.\n\nOptions:\nA. 6-8 mg/dL\nB. 0-2 mg/dL\nC. 12-14 mg/dL\nD. 14-16 mg/dL","answer":"D","answer_text":"14-16 mg/dL","episode_id":"iv_000094","anchor_time":200.9}
{"id":"NIFi2strictv1_nohack_iv_000094_377_creatinine_14_16_mg_dl_a200.90_h4","question":"Using only data available through ICU hour 200.90, which range will the next observed serum creatinine value fall into within the next 4 hours?\n\nOptions:\nA. 16-18 mg/dL\nB. 0-2 mg/dL\nC. 14-16 mg/dL\nD. 4-6 mg/dL","answer":"C","answer_text":"14-16 mg/dL","episode_id":"iv_000094","anchor_time":200.9}
{"id":"NIFi2strictv1_nohack_iv_000094_378_creatinine_14_16_mg_dl_a200.90_h10","question":"Given the measurements through ICU hour 200.90, where will the next serum creatinine reading fall in the next 10 hours?\n\nOptions:\nA. 18-20 mg/dL\nB. 16-18 mg/dL\nC. 14-16 mg/dL\nD. 0-2 mg/dL","answer":"C","answer_text":"14-16 mg/dL","episode_id":"iv_000094","anchor_time":200.9}
{"id":"NIFi2strictv1_nohack_iv_000094_379_heart_rate_88_90_bpm_a178.69_h8","question":"Using only data available through ICU hour 178.69, which range will the next observed heart rate value fall into within the next 8 hours?\n\nOptions:\nA. 96-98 bpm\nB. 88-90 bpm\nC. 102-104 bpm\nD. 92-94 bpm","answer":"B","answer_text":"88-90 bpm","episode_id":"iv_000094","anchor_time":178.69}
{"id":"NIFi2strictv1_nohack_iv_000096_384_wbc_22_24_10_9_l_a22.75_h2","question":"Based on the time series up to ICU hour 22.75, predict the range for the next white blood cell count measurement during the next 2 hours.\n\nOptions:\nA. 28-30 10^9/L\nB. 22-24 10^9/L\nC. 24-26 10^9/L\nD. 26-28 10^9/L","answer":"B","answer_text":"22-24 10^9/L","episode_id":"iv_000096","anchor_time":22.75}
{"id":"NIFi2strictv1_nohack_iv_000096_387_wbc_22_24_10_9_l_a22.75_h8","question":"Using only data available through ICU hour 22.75, which range will the next observed white blood cell count value fall into within the next 8 hours?\n\nOptions:\nA. 20-22 10^9/L\nB. 22-24 10^9/L\nC. 26-28 10^9/L\nD. 18-20 10^9/L","answer":"B","answer_text":"22-24 10^9/L","episode_id":"iv_000096","anchor_time":22.75}
{"id":"NIFi2strictv1_nohack_iv_000097_388_map_86_88_mmhg_a16.05_h6","question":"Given the measurements through ICU hour 16.05, where will the next mean arterial pressure reading fall in the next 6 hours?\n\nOptions:\nA. 84-86 mmHg\nB. 74-76 mmHg\nC. 60-62 mmHg\nD. 86-88 mmHg","answer":"D","answer_text":"86-88 mmHg","episode_id":"iv_000097","anchor_time":16.05}
{"id":"NIFi2strictv1_nohack_iv_000097_391_map_94_96_mmhg_a18.44_h2","question":"Using only data available through ICU hour 18.44, which range will the next observed mean arterial pressure value fall into within the next 2 hours?\n\nOptions:\nA. 82-84 mmHg\nB. 102-104 mmHg\nC. 90-92 mmHg\nD. 94-96 mmHg","answer":"D","answer_text":"94-96 mmHg","episode_id":"iv_000097","anchor_time":18.44}
{"id":"NIFi2strictv1_nohack_iv_000098_392_spo2_84_86_a3.03_h4","question":"At ICU hour 3.03, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 4 hours?\n\nOptions:\nA. 98-100 %\nB. 94-96 %\nC. 88-90 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000098","anchor_time":3.03}
{"id":"NIFi2strictv1_nohack_iv_000098_394_spo2_96_98_a5.96_h10","question":"Based on the time series up to ICU hour 5.96, predict the range for the next oxygen saturation (SpO2) measurement during the next 10 hours.\n\nOptions:\nA. 98-100 %\nB. 86-88 %\nC. 96-98 %\nD. 80-82 %","answer":"C","answer_text":"96-98 %","episode_id":"iv_000098","anchor_time":5.96}
{"id":"NIFi2strictv1_nohack_iv_000098_395_spo2_84_86_a3.03_h2","question":"Given the measurements through ICU hour 3.03, where will the next oxygen saturation (SpO2) reading fall in the next 2 hours?\n\nOptions:\nA. 98-100 %\nB. 94-96 %\nC. 84-86 %\nD. 76-78 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000098","anchor_time":3.03}
{"id":"NIFi2strictv1_nohack_iv_000099_396_wbc_4_6_10_9_l_a115.24_h10","question":"Based on the time series up to ICU hour 115.24, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 8-10 10^9/L\nB. 4-6 10^9/L\nC. 10-12 10^9/L\nD. 6-8 10^9/L","answer":"B","answer_text":"4-6 10^9/L","episode_id":"iv_000099","anchor_time":115.24}
{"id":"NIFi2strictv1_nohack_iv_000099_397_temperature_34_36_c_a138.56_h6","question":"Using only data available through ICU hour 138.56, which range will the next observed body temperature value fall into within the next 6 hours?\n\nOptions:\nA. 34-36 C\nB. 36-38 C\nC. 32-34 C\nD. 30-32 C","answer":"A","answer_text":"34-36 C","episode_id":"iv_000099","anchor_time":138.56}
{"id":"NIFi2strictv1_nohack_iv_000099_399_temperature_34_36_c_a138.56_h8","question":"At ICU hour 138.56, using observations up to that point, which range best matches the next recorded body temperature value within the following 8 hours?\n\nOptions:\nA. 36-38 C\nB. 34-36 C\nC. 32-34 C\nD. 40-42 C","answer":"B","answer_text":"34-36 C","episode_id":"iv_000099","anchor_time":138.56}
{"id":"NIFi2strictv1_nohack_iv_000100_400_resp_rate_26_28_breaths_min_a61.91_h2","question":"Given the measurements through ICU hour 61.91, where will the next respiratory rate reading fall in the next 2 hours?\n\nOptions:\nA. 18-20 breaths/min\nB. 14-16 breaths/min\nC. 26-28 breaths/min\nD. 16-18 breaths/min","answer":"C","answer_text":"26-28 breaths/min","episode_id":"iv_000100","anchor_time":61.91}
{"id":"NIFi2strictv1_nohack_iv_000101_405_wbc_0_2_10_9_l_a41.17_h10","question":"Using only data available through ICU hour 41.17, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 18-20 10^9/L\nC. 26-28 10^9/L\nD. 0-2 10^9/L","answer":"D","answer_text":"0-2 10^9/L","episode_id":"iv_000101","anchor_time":41.17}
{"id":"NIFi2strictv1_nohack_iv_000101_406_map_80_82_mmhg_a41.17_h8","question":"At ICU hour 41.17, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 8 hours?\n\nOptions:\nA. 116-118 mmHg\nB. 80-82 mmHg\nC. 96-98 mmHg\nD. 72-74 mmHg","answer":"B","answer_text":"80-82 mmHg","episode_id":"iv_000101","anchor_time":41.17}
{"id":"NIFi2strictv1_nohack_iv_000101_407_map_134_136_mmhg_a20.83_h4","question":"Using only data available through ICU hour 20.83, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 140-142 mmHg\nB. 134-136 mmHg\nC. 124-126 mmHg\nD. 118-120 mmHg","answer":"B","answer_text":"134-136 mmHg","episode_id":"iv_000101","anchor_time":20.83}
{"id":"NIFi2strictv1_nohack_iv_000102_409_spo2_84_86_a19.89_h2","question":"Based on the time series up to ICU hour 19.89, predict the range for the next oxygen saturation (SpO2) measurement during the next 2 hours.\n\nOptions:\nA. 84-86 %\nB. 98-100 %\nC. 80-82 %\nD. 82-84 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000102","anchor_time":19.89}
{"id":"NIFi2strictv1_nohack_iv_000102_410_resp_rate_30_32_breaths_min_a8.72_h2","question":"Using only data available through ICU hour 8.72, which range will the next observed respiratory rate value fall into within the next 2 hours?\n\nOptions:\nA. 38-40 breaths/min\nB. 40-42 breaths/min\nC. 30-32 breaths/min\nD. 34-36 breaths/min","answer":"C","answer_text":"30-32 breaths/min","episode_id":"iv_000102","anchor_time":8.72}
{"id":"NIFi2strictv1_nohack_iv_000103_412_map_94_96_mmhg_a33.08_h10","question":"Based on the time series up to ICU hour 33.08, predict the range for the next mean arterial pressure measurement during the next 10 hours.\n\nOptions:\nA. 74-76 mmHg\nB. 82-84 mmHg\nC. 94-96 mmHg\nD. 86-88 mmHg","answer":"C","answer_text":"94-96 mmHg","episode_id":"iv_000103","anchor_time":33.08}
{"id":"NIFi2strictv1_nohack_iv_000103_413_wbc_4_6_10_9_l_a65.93_h4","question":"At ICU hour 65.93, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 4 hours?\n\nOptions:\nA. 4-6 10^9/L\nB. 8-10 10^9/L\nC. 2-4 10^9/L\nD. 6-8 10^9/L","answer":"A","answer_text":"4-6 10^9/L","episode_id":"iv_000103","anchor_time":65.93}
{"id":"NIFi2strictv1_nohack_iv_000103_415_spo2_92_94_a21.03_h4","question":"Given the measurements through ICU hour 21.03, where will the next oxygen saturation (SpO2) reading fall in the next 4 hours?\n\nOptions:\nA. 92-94 %\nB. 96-98 %\nC. 94-96 %\nD. 98-100 %","answer":"A","answer_text":"92-94 %","episode_id":"iv_000103","anchor_time":21.03}
{"id":"NIFi2strictv1_nohack_iv_000104_417_resp_rate_22_24_breaths_min_a17.21_h8","question":"At ICU hour 17.21, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 8-10 breaths/min\nB. 14-16 breaths/min\nC. 22-24 breaths/min\nD. 10-12 breaths/min","answer":"C","answer_text":"22-24 breaths/min","episode_id":"iv_000104","anchor_time":17.21}
{"id":"NIFi2strictv1_nohack_iv_000104_418_resp_rate_10_12_breaths_min_a15.01_h10","question":"Based on the time series up to ICU hour 15.01, predict the range for the next respiratory rate measurement during the next 10 hours.\n\nOptions:\nA. 12-14 breaths/min\nB. 16-18 breaths/min\nC. 10-12 breaths/min\nD. 20-22 breaths/min","answer":"C","answer_text":"10-12 breaths/min","episode_id":"iv_000104","anchor_time":15.01}
{"id":"NIFi2strictv1_nohack_iv_000105_421_temperature_32_34_c_a51.20_h4","question":"Given the measurements through ICU hour 51.20, where will the next body temperature reading fall in the next 4 hours?\n\nOptions:\nA. 34-36 C\nB. 36-38 C\nC. 38-40 C\nD. 32-34 C","answer":"D","answer_text":"32-34 C","episode_id":"iv_000105","anchor_time":51.2}
{"id":"NIFi2strictv1_nohack_iv_000105_422_temperature_34_36_c_a47.69_h8","question":"Using only data available through ICU hour 47.69, which range will the next observed body temperature value fall into within the next 8 hours?\n\nOptions:\nA. 34-36 C\nB. 36-38 C\nC. 40-42 C\nD. 30-32 C","answer":"A","answer_text":"34-36 C","episode_id":"iv_000105","anchor_time":47.69}
{"id":"NIFi2strictv1_nohack_iv_000105_423_temperature_40_42_c_a43.11_h6","question":"Given the measurements through ICU hour 43.11, where will the next body temperature reading fall in the next 6 hours?\n\nOptions:\nA. 40-42 C\nB. 30-32 C\nC. 38-40 C\nD. 36-38 C","answer":"A","answer_text":"40-42 C","episode_id":"iv_000105","anchor_time":43.11}
{"id":"NIFi2strictv1_nohack_iv_000106_426_map_82_84_mmhg_a19.96_h8","question":"Given the measurements through ICU hour 19.96, where will the next mean arterial pressure reading fall in the next 8 hours?\n\nOptions:\nA. 88-90 mmHg\nB. 90-92 mmHg\nC. 82-84 mmHg\nD. 60-62 mmHg","answer":"C","answer_text":"82-84 mmHg","episode_id":"iv_000106","anchor_time":19.96}
{"id":"NIFi2strictv1_nohack_iv_000107_428_wbc_16_18_10_9_l_a15.52_h6","question":"Using only data available through ICU hour 15.52, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 18-20 10^9/L\nB. 24-26 10^9/L\nC. 16-18 10^9/L\nD. 22-24 10^9/L","answer":"C","answer_text":"16-18 10^9/L","episode_id":"iv_000107","anchor_time":15.52}
{"id":"NIFi2strictv1_nohack_iv_000107_430_wbc_16_18_10_9_l_a15.52_h10","question":"Given the measurements through ICU hour 15.52, where will the next white blood cell count reading fall in the next 10 hours?\n\nOptions:\nA. 10-12 10^9/L\nB. 24-26 10^9/L\nC. 16-18 10^9/L\nD. 18-20 10^9/L","answer":"C","answer_text":"16-18 10^9/L","episode_id":"iv_000107","anchor_time":15.52}
{"id":"NIFi2strictv1_nohack_iv_000108_432_spo2_90_92_a8.14_h6","question":"Based on the time series up to ICU hour 8.14, predict the range for the next oxygen saturation (SpO2) measurement during the next 6 hours.\n\nOptions:\nA. 94-96 %\nB. 98-100 %\nC. 82-84 %\nD. 90-92 %","answer":"D","answer_text":"90-92 %","episode_id":"iv_000108","anchor_time":8.14}
{"id":"NIFi2strictv1_nohack_iv_000108_434_spo2_84_86_a13.79_h4","question":"Based on the time series up to ICU hour 13.79, predict the range for the next oxygen saturation (SpO2) measurement during the next 4 hours.\n\nOptions:\nA. 86-88 %\nB. 96-98 %\nC. 92-94 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000108","anchor_time":13.79}
{"id":"NIFi2strictv1_nohack_iv_000110_440_resp_rate_12_14_breaths_min_a7.61_h6","question":"Based on the time series up to ICU hour 7.61, predict the range for the next respiratory rate measurement during the next 6 hours.\n\nOptions:\nA. 12-14 breaths/min\nB. 14-16 breaths/min\nC. 16-18 breaths/min\nD. 20-22 breaths/min","answer":"A","answer_text":"12-14 breaths/min","episode_id":"iv_000110","anchor_time":7.61}
{"id":"NIFi2strictv1_nohack_iv_000110_442_resp_rate_12_14_breaths_min_a34.08_h8","question":"At ICU hour 34.08, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 6-8 breaths/min\nB. 4-6 breaths/min\nC. 16-18 breaths/min\nD. 12-14 breaths/min","answer":"D","answer_text":"12-14 breaths/min","episode_id":"iv_000110","anchor_time":34.08}
{"id":"NIFi2strictv1_nohack_iv_000110_443_heart_rate_84_86_bpm_a17.70_h4","question":"Using only data available through ICU hour 17.70, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 80-82 bpm\nB. 82-84 bpm\nC. 84-86 bpm\nD. 48-50 bpm","answer":"C","answer_text":"84-86 bpm","episode_id":"iv_000110","anchor_time":17.7}
{"id":"NIFi2strictv1_nohack_iv_000111_444_map_78_80_mmhg_a30.45_h10","question":"At ICU hour 30.45, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 10 hours?\n\nOptions:\nA. 86-88 mmHg\nB. 82-84 mmHg\nC. 78-80 mmHg\nD. 60-62 mmHg","answer":"C","answer_text":"78-80 mmHg","episode_id":"iv_000111","anchor_time":30.45}
{"id":"NIFi2strictv1_nohack_iv_000111_445_map_82_84_mmhg_a26.72_h10","question":"At ICU hour 26.72, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 10 hours?\n\nOptions:\nA. 70-72 mmHg\nB. 82-84 mmHg\nC. 64-66 mmHg\nD. 76-78 mmHg","answer":"B","answer_text":"82-84 mmHg","episode_id":"iv_000111","anchor_time":26.72}
{"id":"NIFi2strictv1_nohack_iv_000112_449_heart_rate_88_90_bpm_a81.30_h8","question":"Given the measurements through ICU hour 81.30, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 88-90 bpm\nB. 104-106 bpm\nC. 96-98 bpm\nD. 82-84 bpm","answer":"A","answer_text":"88-90 bpm","episode_id":"iv_000112","anchor_time":81.3}
{"id":"NIFi2strictv1_nohack_iv_000112_451_heart_rate_92_94_bpm_a104.58_h2","question":"Using only data available through ICU hour 104.58, which range will the next observed heart rate value fall into within the next 2 hours?\n\nOptions:\nA. 104-106 bpm\nB. 100-102 bpm\nC. 92-94 bpm\nD. 96-98 bpm","answer":"C","answer_text":"92-94 bpm","episode_id":"iv_000112","anchor_time":104.58}
{"id":"NIFi2strictv1_nohack_iv_000113_453_wbc_0_2_10_9_l_a38.04_h10","question":"Based on the time series up to ICU hour 38.04, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 10-12 10^9/L\nB. 34-36 10^9/L\nC. 0-2 10^9/L\nD. 24-26 10^9/L","answer":"C","answer_text":"0-2 10^9/L","episode_id":"iv_000113","anchor_time":38.04}
{"id":"NIFi2strictv1_nohack_iv_000114_456_spo2_84_86_a22.44_h8","question":"Using only data available through ICU hour 22.44, which range will the next observed oxygen saturation (SpO2) value fall into within the next 8 hours?\n\nOptions:\nA. 90-92 %\nB. 98-100 %\nC. 84-86 %\nD. 94-96 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000114","anchor_time":22.44}
{"id":"NIFi2strictv1_nohack_iv_000114_459_spo2_94_96_a9.29_h2","question":"Based on the time series up to ICU hour 9.29, predict the range for the next oxygen saturation (SpO2) measurement during the next 2 hours.\n\nOptions:\nA. 96-98 %\nB. 98-100 %\nC. 94-96 %\nD. 86-88 %","answer":"C","answer_text":"94-96 %","episode_id":"iv_000114","anchor_time":9.29}
{"id":"NIFi2strictv1_nohack_iv_000115_461_wbc_6_8_10_9_l_a48.67_h10","question":"Based on the time series up to ICU hour 48.67, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 12-14 10^9/L\nB. 0-2 10^9/L\nC. 6-8 10^9/L\nD. 8-10 10^9/L","answer":"C","answer_text":"6-8 10^9/L","episode_id":"iv_000115","anchor_time":48.67}
{"id":"NIFi2strictv1_nohack_iv_000116_464_map_104_106_mmhg_a52.10_h2","question":"Given the measurements through ICU hour 52.10, where will the next mean arterial pressure reading fall in the next 2 hours?\n\nOptions:\nA. 118-120 mmHg\nB. 106-108 mmHg\nC. 108-110 mmHg\nD. 104-106 mmHg","answer":"D","answer_text":"104-106 mmHg","episode_id":"iv_000116","anchor_time":52.1}
{"id":"NIFi2strictv1_nohack_iv_000116_465_wbc_2_4_10_9_l_a48.62_h10","question":"Given the measurements through ICU hour 48.62, where will the next white blood cell count reading fall in the next 10 hours?\n\nOptions:\nA. 2-4 10^9/L\nB. 0-2 10^9/L\nC. 24-26 10^9/L\nD. 10-12 10^9/L","answer":"A","answer_text":"2-4 10^9/L","episode_id":"iv_000116","anchor_time":48.62}
{"id":"NIFi2strictv1_nohack_iv_000116_467_map_130_132_mmhg_a35.06_h8","question":"Based on the time series up to ICU hour 35.06, predict the range for the next mean arterial pressure measurement during the next 8 hours.\n\nOptions:\nA. 120-122 mmHg\nB. 102-104 mmHg\nC. 136-138 mmHg\nD. 130-132 mmHg","answer":"D","answer_text":"130-132 mmHg","episode_id":"iv_000116","anchor_time":35.06}
{"id":"NIFi2strictv1_nohack_iv_000117_468_resp_rate_14_16_breaths_min_a27.16_h6","question":"Using only data available through ICU hour 27.16, which range will the next observed respiratory rate value fall into within the next 6 hours?\n\nOptions:\nA. 14-16 breaths/min\nB. 26-28 breaths/min\nC. 22-24 breaths/min\nD. 18-20 breaths/min","answer":"A","answer_text":"14-16 breaths/min","episode_id":"iv_000117","anchor_time":27.16}
{"id":"NIFi2strictv1_nohack_iv_000117_470_wbc_6_8_10_9_l_a27.16_h10","question":"Based on the time series up to ICU hour 27.16, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 6-8 10^9/L\nB. 8-10 10^9/L\nC. 2-4 10^9/L\nD. 10-12 10^9/L","answer":"A","answer_text":"6-8 10^9/L","episode_id":"iv_000117","anchor_time":27.16}
{"id":"NIFi2strictv1_nohack_iv_000118_472_spo2_96_98_a116.95_h6","question":"At ICU hour 116.95, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 6 hours?\n\nOptions:\nA. 80-82 %\nB. 92-94 %\nC. 96-98 %\nD. 84-86 %","answer":"C","answer_text":"96-98 %","episode_id":"iv_000118","anchor_time":116.95}
{"id":"NIFi2strictv1_nohack_iv_000118_474_resp_rate_12_14_breaths_min_a71.02_h4","question":"Based on the time series up to ICU hour 71.02, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 12-14 breaths/min\nB. 40-42 breaths/min\nC. 18-20 breaths/min\nD. 24-26 breaths/min","answer":"A","answer_text":"12-14 breaths/min","episode_id":"iv_000118","anchor_time":71.02}
{"id":"NIFi2strictv1_nohack_iv_000118_475_wbc_8_10_10_9_l_a96.96_h10","question":"Using only data available through ICU hour 96.96, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 6-8 10^9/L\nC. 8-10 10^9/L\nD. 2-4 10^9/L","answer":"C","answer_text":"8-10 10^9/L","episode_id":"iv_000118","anchor_time":96.96}
{"id":"NIFi2strictv1_nohack_iv_000119_476_heart_rate_48_50_bpm_a2.61_h8","question":"Given the measurements through ICU hour 2.61, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 82-84 bpm\nB. 48-50 bpm\nC. 86-88 bpm\nD. 68-70 bpm","answer":"B","answer_text":"48-50 bpm","episode_id":"iv_000119","anchor_time":2.61}
{"id":"NIFi2strictv1_nohack_iv_000119_478_spo2_84_86_a2.61_h2","question":"Based on the time series up to ICU hour 2.61, predict the range for the next oxygen saturation (SpO2) measurement during the next 2 hours.\n\nOptions:\nA. 84-86 %\nB. 98-100 %\nC. 76-78 %\nD. 82-84 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000119","anchor_time":2.61}
{"id":"NIFi2strictv1_nohack_iv_000120_480_creatinine_2_4_mg_dl_a59.34_h6","question":"Using only data available through ICU hour 59.34, which range will the next observed serum creatinine value fall into within the next 6 hours?\n\nOptions:\nA. 14-16 mg/dL\nB. 0-2 mg/dL\nC. 4-6 mg/dL\nD. 2-4 mg/dL","answer":"D","answer_text":"2-4 mg/dL","episode_id":"iv_000120","anchor_time":59.34}
{"id":"NIFi2strictv1_nohack_iv_000120_481_wbc_2_4_10_9_l_a30.54_h4","question":"Given the measurements through ICU hour 30.54, where will the next white blood cell count reading fall in the next 4 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 2-4 10^9/L\nC. 8-10 10^9/L\nD. 16-18 10^9/L","answer":"B","answer_text":"2-4 10^9/L","episode_id":"iv_000120","anchor_time":30.54}
{"id":"NIFi2strictv1_nohack_iv_000120_482_wbc_14_16_10_9_l_a34.21_h8","question":"Based on the time series up to ICU hour 34.21, predict the range for the next white blood cell count measurement during the next 8 hours.\n\nOptions:\nA. 8-10 10^9/L\nB. 2-4 10^9/L\nC. 10-12 10^9/L\nD. 14-16 10^9/L","answer":"D","answer_text":"14-16 10^9/L","episode_id":"iv_000120","anchor_time":34.21}
{"id":"NIFi2strictv1_nohack_iv_000121_484_map_88_90_mmhg_a119.21_h2","question":"Based on the time series up to ICU hour 119.21, predict the range for the next mean arterial pressure measurement during the next 2 hours.\n\nOptions:\nA. 88-90 mmHg\nB. 58-60 mmHg\nC. 76-78 mmHg\nD. 82-84 mmHg","answer":"A","answer_text":"88-90 mmHg","episode_id":"iv_000121","anchor_time":119.21}
{"id":"NIFi2strictv1_nohack_iv_000121_487_spo2_84_86_a23.38_h8","question":"Given the measurements through ICU hour 23.38, where will the next oxygen saturation (SpO2) reading fall in the next 8 hours?\n\nOptions:\nA. 84-86 %\nB. 86-88 %\nC. 80-82 %\nD. 94-96 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000121","anchor_time":23.38}
{"id":"NIFi2strictv1_nohack_iv_000123_492_heart_rate_100_102_bpm_a23.93_h4","question":"Given the measurements through ICU hour 23.93, where will the next heart rate reading fall in the next 4 hours?\n\nOptions:\nA. 90-92 bpm\nB. 100-102 bpm\nC. 88-90 bpm\nD. 96-98 bpm","answer":"B","answer_text":"100-102 bpm","episode_id":"iv_000123","anchor_time":23.93}
{"id":"NIFi2strictv1_nohack_iv_000123_494_resp_rate_12_14_breaths_min_a7.94_h6","question":"Using only data available through ICU hour 7.94, which range will the next observed respiratory rate value fall into within the next 6 hours?\n\nOptions:\nA. 14-16 breaths/min\nB. 24-26 breaths/min\nC. 18-20 breaths/min\nD. 12-14 breaths/min","answer":"D","answer_text":"12-14 breaths/min","episode_id":"iv_000123","anchor_time":7.94}
{"id":"NIFi2strictv1_nohack_iv_000123_495_spo2_96_98_a21.95_h10","question":"At ICU hour 21.95, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 10 hours?\n\nOptions:\nA. 98-100 %\nB. 96-98 %\nC. 92-94 %\nD. 94-96 %","answer":"B","answer_text":"96-98 %","episode_id":"iv_000123","anchor_time":21.95}
{"id":"NIFi2strictv1_nohack_iv_000125_503_resp_rate_10_12_breaths_min_a26.61_h10","question":"Based on the time series up to ICU hour 26.61, predict the range for the next respiratory rate measurement during the next 10 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 12-14 breaths/min\nC. 24-26 breaths/min\nD. 10-12 breaths/min","answer":"D","answer_text":"10-12 breaths/min","episode_id":"iv_000125","anchor_time":26.61}
{"id":"NIFi2strictv1_nohack_iv_000126_504_spo2_98_100_a36.17_h2","question":"Based on the time series up to ICU hour 36.17, predict the range for the next oxygen saturation (SpO2) measurement during the next 2 hours.\n\nOptions:\nA. 98-100 %\nB. 80-82 %\nC. 88-90 %\nD. 90-92 %","answer":"A","answer_text":"98-100 %","episode_id":"iv_000126","anchor_time":36.17}
{"id":"NIFi2strictv1_nohack_iv_000126_505_spo2_94_96_a29.13_h10","question":"At ICU hour 29.13, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 10 hours?\n\nOptions:\nA. 92-94 %\nB. 80-82 %\nC. 94-96 %\nD. 96-98 %","answer":"C","answer_text":"94-96 %","episode_id":"iv_000126","anchor_time":29.13}
{"id":"NIFi2strictv1_nohack_iv_000126_506_spo2_84_86_a44.97_h8","question":"At ICU hour 44.97, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 8 hours?\n\nOptions:\nA. 96-98 %\nB. 92-94 %\nC. 84-86 %\nD. 90-92 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000126","anchor_time":44.97}
{"id":"NIFi2strictv1_nohack_iv_000126_507_spo2_84_86_a44.97_h2","question":"Using only data available through ICU hour 44.97, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 86-88 %\nB. 92-94 %\nC. 84-86 %\nD. 80-82 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000126","anchor_time":44.97}
{"id":"NIFi2strictv1_nohack_iv_000127_508_heart_rate_48_50_bpm_a27.12_h6","question":"Given the measurements through ICU hour 27.12, where will the next heart rate reading fall in the next 6 hours?\n\nOptions:\nA. 72-74 bpm\nB. 56-58 bpm\nC. 48-50 bpm\nD. 66-68 bpm","answer":"C","answer_text":"48-50 bpm","episode_id":"iv_000127","anchor_time":27.12}
{"id":"NIFi2strictv1_nohack_iv_000127_509_map_62_64_mmhg_a22.16_h4","question":"Using only data available through ICU hour 22.16, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 60-62 mmHg\nB. 62-64 mmHg\nC. 52-54 mmHg\nD. 56-58 mmHg","answer":"B","answer_text":"62-64 mmHg","episode_id":"iv_000127","anchor_time":22.16}
{"id":"NIFi2strictv1_nohack_iv_000127_510_heart_rate_50_52_bpm_a11.83_h6","question":"Based on the time series up to ICU hour 11.83, predict the range for the next heart rate measurement during the next 6 hours.\n\nOptions:\nA. 54-56 bpm\nB. 66-68 bpm\nC. 50-52 bpm\nD. 46-48 bpm","answer":"C","answer_text":"50-52 bpm","episode_id":"iv_000127","anchor_time":11.83}
{"id":"NIFi2strictv1_nohack_iv_000128_512_wbc_14_16_10_9_l_a34.74_h10","question":"Based on the time series up to ICU hour 34.74, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 0-2 10^9/L\nB. 8-10 10^9/L\nC. 14-16 10^9/L\nD. 10-12 10^9/L","answer":"C","answer_text":"14-16 10^9/L","episode_id":"iv_000128","anchor_time":34.74}
{"id":"NIFi2strictv1_nohack_iv_000128_513_temperature_34_36_c_a4.84_h8","question":"Given the measurements through ICU hour 4.84, where will the next body temperature reading fall in the next 8 hours?\n\nOptions:\nA. 34-36 C\nB. 40-42 C\nC. 32-34 C\nD. 36-38 C","answer":"A","answer_text":"34-36 C","episode_id":"iv_000128","anchor_time":4.84}
{"id":"NIFi2strictv1_nohack_iv_000128_515_wbc_14_16_10_9_l_a38.27_h10","question":"Using only data available through ICU hour 38.27, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 14-16 10^9/L\nB. 0-2 10^9/L\nC. 22-24 10^9/L\nD. 4-6 10^9/L","answer":"A","answer_text":"14-16 10^9/L","episode_id":"iv_000128","anchor_time":38.27}
{"id":"NIFi2strictv1_nohack_iv_000129_516_heart_rate_48_50_bpm_a43.37_h2","question":"At ICU hour 43.37, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 58-60 bpm\nB. 54-56 bpm\nC. 48-50 bpm\nD. 98-100 bpm","answer":"C","answer_text":"48-50 bpm","episode_id":"iv_000129","anchor_time":43.37}
{"id":"NIFi2strictv1_nohack_iv_000129_517_resp_rate_28_30_breaths_min_a9.55_h8","question":"At ICU hour 9.55, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 14-16 breaths/min\nB. 24-26 breaths/min\nC. 34-36 breaths/min\nD. 28-30 breaths/min","answer":"D","answer_text":"28-30 breaths/min","episode_id":"iv_000129","anchor_time":9.55}
{"id":"NIFi2strictv1_nohack_iv_000129_518_map_98_100_mmhg_a135.42_h4","question":"Given the measurements through ICU hour 135.42, where will the next mean arterial pressure reading fall in the next 4 hours?\n\nOptions:\nA. 94-96 mmHg\nB. 92-94 mmHg\nC. 88-90 mmHg\nD. 98-100 mmHg","answer":"D","answer_text":"98-100 mmHg","episode_id":"iv_000129","anchor_time":135.42}
{"id":"NIFi2strictv1_nohack_iv_000129_519_heart_rate_84_86_bpm_a69.50_h6","question":"At ICU hour 69.50, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 92-94 bpm\nB. 80-82 bpm\nC. 84-86 bpm\nD. 100-102 bpm","answer":"C","answer_text":"84-86 bpm","episode_id":"iv_000129","anchor_time":69.5}
{"id":"NIFi2strictv1_nohack_iv_000130_520_spo2_92_94_a7.47_h8","question":"At ICU hour 7.47, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 8 hours?\n\nOptions:\nA. 80-82 %\nB. 94-96 %\nC. 92-94 %\nD. 90-92 %","answer":"C","answer_text":"92-94 %","episode_id":"iv_000130","anchor_time":7.47}
{"id":"NIFi2strictv1_nohack_iv_000131_524_creatinine_0_2_mg_dl_a21.07_h10","question":"Using only data available through ICU hour 21.07, which range will the next observed serum creatinine value fall into within the next 10 hours?\n\nOptions:\nA. 6-8 mg/dL\nB. 2-4 mg/dL\nC. 0-2 mg/dL\nD. 12-14 mg/dL","answer":"C","answer_text":"0-2 mg/dL","episode_id":"iv_000131","anchor_time":21.07}
{"id":"NIFi2strictv1_nohack_iv_000131_525_wbc_4_6_10_9_l_a21.07_h10","question":"Given the measurements through ICU hour 21.07, where will the next white blood cell count reading fall in the next 10 hours?\n\nOptions:\nA. 0-2 10^9/L\nB. 4-6 10^9/L\nC. 14-16 10^9/L\nD. 6-8 10^9/L","answer":"B","answer_text":"4-6 10^9/L","episode_id":"iv_000131","anchor_time":21.07}
{"id":"NIFi2strictv1_nohack_iv_000131_526_map_108_110_mmhg_a22.90_h2","question":"Using only data available through ICU hour 22.90, which range will the next observed mean arterial pressure value fall into within the next 2 hours?\n\nOptions:\nA. 64-66 mmHg\nB. 102-104 mmHg\nC. 108-110 mmHg\nD. 116-118 mmHg","answer":"C","answer_text":"108-110 mmHg","episode_id":"iv_000131","anchor_time":22.9}
{"id":"NIFi2strictv1_nohack_iv_000131_527_map_108_110_mmhg_a22.90_h6","question":"At ICU hour 22.90, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 6 hours?\n\nOptions:\nA. 64-66 mmHg\nB. 108-110 mmHg\nC. 102-104 mmHg\nD. 106-108 mmHg","answer":"B","answer_text":"108-110 mmHg","episode_id":"iv_000131","anchor_time":22.9}
{"id":"NIFi2strictv1_nohack_iv_000132_529_wbc_12_14_10_9_l_a20.95_h4","question":"At ICU hour 20.95, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 4 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 6-8 10^9/L\nC. 2-4 10^9/L\nD. 8-10 10^9/L","answer":"A","answer_text":"12-14 10^9/L","episode_id":"iv_000132","anchor_time":20.95}
{"id":"NIFi2strictv1_nohack_iv_000133_535_spo2_92_94_a68.87_h4","question":"At ICU hour 68.87, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 4 hours?\n\nOptions:\nA. 86-88 %\nB. 82-84 %\nC. 94-96 %\nD. 92-94 %","answer":"D","answer_text":"92-94 %","episode_id":"iv_000133","anchor_time":68.87}
{"id":"NIFi2strictv1_nohack_iv_000134_536_heart_rate_152_154_bpm_a11.19_h8","question":"Based on the time series up to ICU hour 11.19, predict the range for the next heart rate measurement during the next 8 hours.\n\nOptions:\nA. 150-152 bpm\nB. 58-60 bpm\nC. 146-148 bpm\nD. 152-154 bpm","answer":"D","answer_text":"152-154 bpm","episode_id":"iv_000134","anchor_time":11.19}
{"id":"NIFi2strictv1_nohack_iv_000134_539_heart_rate_90_92_bpm_a41.38_h6","question":"Based on the time series up to ICU hour 41.38, predict the range for the next heart rate measurement during the next 6 hours.\n\nOptions:\nA. 90-92 bpm\nB. 86-88 bpm\nC. 100-102 bpm\nD. 82-84 bpm","answer":"A","answer_text":"90-92 bpm","episode_id":"iv_000134","anchor_time":41.38}
{"id":"NIFi2strictv1_nohack_iv_000135_540_resp_rate_28_30_breaths_min_a37.01_h2","question":"Based on the time series up to ICU hour 37.01, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 28-30 breaths/min\nB. 6-8 breaths/min\nC. 16-18 breaths/min\nD. 22-24 breaths/min","answer":"A","answer_text":"28-30 breaths/min","episode_id":"iv_000135","anchor_time":37.01}
{"id":"NIFi2strictv1_nohack_iv_000135_541_wbc_2_4_10_9_l_a33.42_h10","question":"Using only data available through ICU hour 33.42, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 4-6 10^9/L\nB. 2-4 10^9/L\nC. 6-8 10^9/L\nD. 12-14 10^9/L","answer":"B","answer_text":"2-4 10^9/L","episode_id":"iv_000135","anchor_time":33.42}
{"id":"NIFi2strictv1_nohack_iv_000135_543_resp_rate_20_22_breaths_min_a27.49_h4","question":"Given the measurements through ICU hour 27.49, where will the next respiratory rate reading fall in the next 4 hours?\n\nOptions:\nA. 16-18 breaths/min\nB. 28-30 breaths/min\nC. 20-22 breaths/min\nD. 24-26 breaths/min","answer":"C","answer_text":"20-22 breaths/min","episode_id":"iv_000135","anchor_time":27.49}
{"id":"NIFi2strictv1_nohack_iv_000136_545_spo2_84_86_a67.22_h2","question":"Based on the time series up to ICU hour 67.22, predict the range for the next oxygen saturation (SpO2) measurement during the next 2 hours.\n\nOptions:\nA. 98-100 %\nB. 92-94 %\nC. 84-86 %\nD. 94-96 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000136","anchor_time":67.22}
{"id":"NIFi2strictv1_nohack_iv_000136_546_creatinine_4_6_mg_dl_a105.67_h4","question":"Using only data available through ICU hour 105.67, which range will the next observed serum creatinine value fall into within the next 4 hours?\n\nOptions:\nA. 2-4 mg/dL\nB. 10-12 mg/dL\nC. 4-6 mg/dL\nD. 0-2 mg/dL","answer":"C","answer_text":"4-6 mg/dL","episode_id":"iv_000136","anchor_time":105.67}
{"id":"NIFi2strictv1_nohack_iv_000137_550_heart_rate_78_80_bpm_a35.93_h4","question":"Based on the time series up to ICU hour 35.93, predict the range for the next heart rate measurement during the next 4 hours.\n\nOptions:\nA. 78-80 bpm\nB. 82-84 bpm\nC. 84-86 bpm\nD. 74-76 bpm","answer":"A","answer_text":"78-80 bpm","episode_id":"iv_000137","anchor_time":35.93}
{"id":"NIFi2strictv1_nohack_iv_000138_553_wbc_12_14_10_9_l_a34.14_h8","question":"Using only data available through ICU hour 34.14, which range will the next observed white blood cell count value fall into within the next 8 hours?\n\nOptions:\nA. 14-16 10^9/L\nB. 18-20 10^9/L\nC. 16-18 10^9/L\nD. 12-14 10^9/L","answer":"D","answer_text":"12-14 10^9/L","episode_id":"iv_000138","anchor_time":34.14}
{"id":"NIFi2strictv1_nohack_iv_000138_554_map_90_92_mmhg_a66.97_h2","question":"Based on the time series up to ICU hour 66.97, predict the range for the next mean arterial pressure measurement during the next 2 hours.\n\nOptions:\nA. 90-92 mmHg\nB. 72-74 mmHg\nC. 84-86 mmHg\nD. 64-66 mmHg","answer":"A","answer_text":"90-92 mmHg","episode_id":"iv_000138","anchor_time":66.97}
{"id":"NIFi2strictv1_nohack_iv_000139_556_spo2_84_86_a23.22_h6","question":"Given the measurements through ICU hour 23.22, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 98-100 %\nB. 96-98 %\nC. 74-76 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000139","anchor_time":23.22}
{"id":"NIFi2strictv1_nohack_iv_000139_558_spo2_82_84_a14.02_h4","question":"At ICU hour 14.02, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 4 hours?\n\nOptions:\nA. 82-84 %\nB. 80-82 %\nC. 68-70 %\nD. 96-98 %","answer":"A","answer_text":"82-84 %","episode_id":"iv_000139","anchor_time":14.02}
{"id":"NIFi2strictv1_nohack_iv_000141_564_wbc_18_20_10_9_l_a48.26_h10","question":"Given the measurements through ICU hour 48.26, where will the next white blood cell count reading fall in the next 10 hours?\n\nOptions:\nA. 18-20 10^9/L\nB. 10-12 10^9/L\nC. 30-32 10^9/L\nD. 22-24 10^9/L","answer":"A","answer_text":"18-20 10^9/L","episode_id":"iv_000141","anchor_time":48.26}
{"id":"NIFi2strictv1_nohack_iv_000141_566_resp_rate_26_28_breaths_min_a142.98_h4","question":"Based on the time series up to ICU hour 142.98, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 20-22 breaths/min\nB. 16-18 breaths/min\nC. 26-28 breaths/min\nD. 10-12 breaths/min","answer":"C","answer_text":"26-28 breaths/min","episode_id":"iv_000141","anchor_time":142.98}
{"id":"NIFi2strictv1_nohack_iv_000142_568_heart_rate_58_60_bpm_a9.65_h2","question":"Based on the time series up to ICU hour 9.65, predict the range for the next heart rate measurement during the next 2 hours.\n\nOptions:\nA. 58-60 bpm\nB. 62-64 bpm\nC. 66-68 bpm\nD. 74-76 bpm","answer":"A","answer_text":"58-60 bpm","episode_id":"iv_000142","anchor_time":9.65}
{"id":"NIFi2strictv1_nohack_iv_000142_570_spo2_96_98_a46.55_h4","question":"Given the measurements through ICU hour 46.55, where will the next oxygen saturation (SpO2) reading fall in the next 4 hours?\n\nOptions:\nA. 82-84 %\nB. 98-100 %\nC. 96-98 %\nD. 94-96 %","answer":"C","answer_text":"96-98 %","episode_id":"iv_000142","anchor_time":46.55}
{"id":"NIFi2strictv1_nohack_iv_000142_571_heart_rate_58_60_bpm_a10.48_h6","question":"Given the measurements through ICU hour 10.48, where will the next heart rate reading fall in the next 6 hours?\n\nOptions:\nA. 52-54 bpm\nB. 66-68 bpm\nC. 58-60 bpm\nD. 62-64 bpm","answer":"C","answer_text":"58-60 bpm","episode_id":"iv_000142","anchor_time":10.48}
{"id":"NIFi2strictv1_nohack_iv_000143_572_map_86_88_mmhg_a29.51_h2","question":"At ICU hour 29.51, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 86-88 mmHg\nB. 76-78 mmHg\nC. 78-80 mmHg\nD. 80-82 mmHg","answer":"A","answer_text":"86-88 mmHg","episode_id":"iv_000143","anchor_time":29.51}
{"id":"NIFi2strictv1_nohack_iv_000143_573_spo2_92_94_a14.97_h10","question":"Given the measurements through ICU hour 14.97, where will the next oxygen saturation (SpO2) reading fall in the next 10 hours?\n\nOptions:\nA. 80-82 %\nB. 90-92 %\nC. 94-96 %\nD. 92-94 %","answer":"D","answer_text":"92-94 %","episode_id":"iv_000143","anchor_time":14.97}
{"id":"NIFi2strictv1_nohack_iv_000143_574_resp_rate_14_16_breaths_min_a17.73_h8","question":"Given the measurements through ICU hour 17.73, where will the next respiratory rate reading fall in the next 8 hours?\n\nOptions:\nA. 26-28 breaths/min\nB. 28-30 breaths/min\nC. 22-24 breaths/min\nD. 14-16 breaths/min","answer":"D","answer_text":"14-16 breaths/min","episode_id":"iv_000143","anchor_time":17.73}
{"id":"NIFi2strictv1_nohack_iv_000144_579_map_82_84_mmhg_a42.89_h2","question":"Given the measurements through ICU hour 42.89, where will the next mean arterial pressure reading fall in the next 2 hours?\n\nOptions:\nA. 90-92 mmHg\nB. 74-76 mmHg\nC. 82-84 mmHg\nD. 78-80 mmHg","answer":"C","answer_text":"82-84 mmHg","episode_id":"iv_000144","anchor_time":42.89}
{"id":"NIFi2strictv1_nohack_iv_000145_580_temperature_34_36_c_a34.40_h8","question":"At ICU hour 34.40, using observations up to that point, which range best matches the next recorded body temperature value within the following 8 hours?\n\nOptions:\nA. 36-38 C\nB. 32-34 C\nC. 34-36 C\nD. 38-40 C","answer":"C","answer_text":"34-36 C","episode_id":"iv_000145","anchor_time":34.4}
{"id":"NIFi2strictv1_nohack_iv_000145_581_spo2_84_86_a63.48_h4","question":"Given the measurements through ICU hour 63.48, where will the next oxygen saturation (SpO2) reading fall in the next 4 hours?\n\nOptions:\nA. 96-98 %\nB. 98-100 %\nC. 90-92 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000145","anchor_time":63.48}
{"id":"NIFi2strictv1_nohack_iv_000145_583_heart_rate_88_90_bpm_a126.36_h10","question":"Based on the time series up to ICU hour 126.36, predict the range for the next heart rate measurement during the next 10 hours.\n\nOptions:\nA. 76-78 bpm\nB. 90-92 bpm\nC. 88-90 bpm\nD. 78-80 bpm","answer":"C","answer_text":"88-90 bpm","episode_id":"iv_000145","anchor_time":126.36}
{"id":"NIFi2strictv1_nohack_iv_000146_586_resp_rate_20_22_breaths_min_a16.31_h6","question":"Based on the time series up to ICU hour 16.31, predict the range for the next respiratory rate measurement during the next 6 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 20-22 breaths/min\nC. 34-36 breaths/min\nD. 24-26 breaths/min","answer":"B","answer_text":"20-22 breaths/min","episode_id":"iv_000146","anchor_time":16.31}
{"id":"NIFi2strictv1_nohack_iv_000147_588_heart_rate_102_104_bpm_a18.52_h4","question":"Using only data available through ICU hour 18.52, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 124-126 bpm\nB. 140-142 bpm\nC. 142-144 bpm\nD. 102-104 bpm","answer":"D","answer_text":"102-104 bpm","episode_id":"iv_000147","anchor_time":18.52}
{"id":"NIFi2strictv1_nohack_iv_000147_589_spo2_84_86_a15.00_h10","question":"Given the measurements through ICU hour 15.00, where will the next oxygen saturation (SpO2) reading fall in the next 10 hours?\n\nOptions:\nA. 72-74 %\nB. 84-86 %\nC. 96-98 %\nD. 88-90 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000147","anchor_time":15}
{"id":"NIFi2strictv1_nohack_iv_000148_592_map_76_78_mmhg_a3.94_h2","question":"At ICU hour 3.94, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 70-72 mmHg\nB. 48-50 mmHg\nC. 60-62 mmHg\nD. 76-78 mmHg","answer":"D","answer_text":"76-78 mmHg","episode_id":"iv_000148","anchor_time":3.94}
{"id":"NIFi2strictv1_nohack_iv_000148_593_spo2_84_86_a18.68_h8","question":"Using only data available through ICU hour 18.68, which range will the next observed oxygen saturation (SpO2) value fall into within the next 8 hours?\n\nOptions:\nA. 76-78 %\nB. 90-92 %\nC. 98-100 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000148","anchor_time":18.68}
{"id":"NIFi2strictv1_nohack_iv_000148_594_spo2_84_86_a6.06_h4","question":"Given the measurements through ICU hour 6.06, where will the next oxygen saturation (SpO2) reading fall in the next 4 hours?\n\nOptions:\nA. 98-100 %\nB. 84-86 %\nC. 70-72 %\nD. 76-78 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000148","anchor_time":6.06}
{"id":"NIFi2strictv1_nohack_iv_000148_595_map_60_62_mmhg_a3.03_h4","question":"Using only data available through ICU hour 3.03, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 70-72 mmHg\nB. 66-68 mmHg\nC. 84-86 mmHg\nD. 60-62 mmHg","answer":"D","answer_text":"60-62 mmHg","episode_id":"iv_000148","anchor_time":3.03}
{"id":"NIFi2strictv1_nohack_iv_000149_597_wbc_16_18_10_9_l_a11.84_h2","question":"Based on the time series up to ICU hour 11.84, predict the range for the next white blood cell count measurement during the next 2 hours.\n\nOptions:\nA. 20-22 10^9/L\nB. 12-14 10^9/L\nC. 14-16 10^9/L\nD. 16-18 10^9/L","answer":"D","answer_text":"16-18 10^9/L","episode_id":"iv_000149","anchor_time":11.84}
{"id":"NIFi2strictv1_nohack_iv_000149_599_heart_rate_90_92_bpm_a11.84_h8","question":"Based on the time series up to ICU hour 11.84, predict the range for the next heart rate measurement during the next 8 hours.\n\nOptions:\nA. 102-104 bpm\nB. 96-98 bpm\nC. 90-92 bpm\nD. 110-112 bpm","answer":"C","answer_text":"90-92 bpm","episode_id":"iv_000149","anchor_time":11.84}
{"id":"NIFi2strictv1_nohack_iv_000150_602_resp_rate_6_8_breaths_min_a9.09_h8","question":"At ICU hour 9.09, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 6-8 breaths/min\nB. 24-26 breaths/min\nC. 14-16 breaths/min\nD. 20-22 breaths/min","answer":"A","answer_text":"6-8 breaths/min","episode_id":"iv_000150","anchor_time":9.09}
{"id":"NIFi2strictv1_nohack_iv_000151_604_wbc_8_10_10_9_l_a36.70_h6","question":"Given the measurements through ICU hour 36.70, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 14-16 10^9/L\nC. 10-12 10^9/L\nD. 8-10 10^9/L","answer":"D","answer_text":"8-10 10^9/L","episode_id":"iv_000151","anchor_time":36.7}
{"id":"NIFi2strictv1_nohack_iv_000151_605_wbc_14_16_10_9_l_a26.10_h6","question":"Given the measurements through ICU hour 26.10, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 16-18 10^9/L\nC. 2-4 10^9/L\nD. 14-16 10^9/L","answer":"D","answer_text":"14-16 10^9/L","episode_id":"iv_000151","anchor_time":26.1}
{"id":"NIFi2strictv1_nohack_iv_000152_609_heart_rate_48_50_bpm_a136.49_h4","question":"Using only data available through ICU hour 136.49, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 42-44 bpm\nB. 40-42 bpm\nC. 66-68 bpm\nD. 48-50 bpm","answer":"D","answer_text":"48-50 bpm","episode_id":"iv_000152","anchor_time":136.49}
{"id":"NIFi2strictv1_nohack_iv_000152_611_resp_rate_10_12_breaths_min_a172.42_h2","question":"Based on the time series up to ICU hour 172.42, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 6-8 breaths/min\nB. 18-20 breaths/min\nC. 12-14 breaths/min\nD. 10-12 breaths/min","answer":"D","answer_text":"10-12 breaths/min","episode_id":"iv_000152","anchor_time":172.42}
{"id":"NIFi2strictv1_nohack_iv_000153_612_map_90_92_mmhg_a44.08_h6","question":"Based on the time series up to ICU hour 44.08, predict the range for the next mean arterial pressure measurement during the next 6 hours.\n\nOptions:\nA. 100-102 mmHg\nB. 110-112 mmHg\nC. 96-98 mmHg\nD. 90-92 mmHg","answer":"D","answer_text":"90-92 mmHg","episode_id":"iv_000153","anchor_time":44.08}
{"id":"NIFi2strictv1_nohack_iv_000153_613_heart_rate_102_104_bpm_a8.08_h8","question":"Given the measurements through ICU hour 8.08, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 96-98 bpm\nB. 100-102 bpm\nC. 102-104 bpm\nD. 86-88 bpm","answer":"C","answer_text":"102-104 bpm","episode_id":"iv_000153","anchor_time":8.08}
{"id":"NIFi2strictv1_nohack_iv_000153_614_resp_rate_16_18_breaths_min_a51.81_h4","question":"Based on the time series up to ICU hour 51.81, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 16-18 breaths/min\nB. 18-20 breaths/min\nC. 10-12 breaths/min\nD. 28-30 breaths/min","answer":"A","answer_text":"16-18 breaths/min","episode_id":"iv_000153","anchor_time":51.81}
{"id":"NIFi2strictv1_nohack_iv_000153_615_heart_rate_92_94_bpm_a29.91_h6","question":"Given the measurements through ICU hour 29.91, where will the next heart rate reading fall in the next 6 hours?\n\nOptions:\nA. 100-102 bpm\nB. 86-88 bpm\nC. 90-92 bpm\nD. 92-94 bpm","answer":"D","answer_text":"92-94 bpm","episode_id":"iv_000153","anchor_time":29.91}
{"id":"NIFi2strictv1_nohack_iv_000154_617_resp_rate_16_18_breaths_min_a262.87_h8","question":"Using only data available through ICU hour 262.87, which range will the next observed respiratory rate value fall into within the next 8 hours?\n\nOptions:\nA. 4-6 breaths/min\nB. 14-16 breaths/min\nC. 8-10 breaths/min\nD. 16-18 breaths/min","answer":"D","answer_text":"16-18 breaths/min","episode_id":"iv_000154","anchor_time":262.87}
{"id":"NIFi2strictv1_nohack_iv_000155_621_map_118_120_mmhg_a2.52_h2","question":"At ICU hour 2.52, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 76-78 mmHg\nB. 118-120 mmHg\nC. 94-96 mmHg\nD. 116-118 mmHg","answer":"B","answer_text":"118-120 mmHg","episode_id":"iv_000155","anchor_time":2.52}
{"id":"NIFi2strictv1_nohack_iv_000155_622_map_92_94_mmhg_a11.29_h6","question":"Using only data available through ICU hour 11.29, which range will the next observed mean arterial pressure value fall into within the next 6 hours?\n\nOptions:\nA. 100-102 mmHg\nB. 98-100 mmHg\nC. 92-94 mmHg\nD. 90-92 mmHg","answer":"C","answer_text":"92-94 mmHg","episode_id":"iv_000155","anchor_time":11.29}
{"id":"NIFi2strictv1_nohack_iv_000156_625_resp_rate_20_22_breaths_min_a15.62_h10","question":"Given the measurements through ICU hour 15.62, where will the next respiratory rate reading fall in the next 10 hours?\n\nOptions:\nA. 10-12 breaths/min\nB. 16-18 breaths/min\nC. 20-22 breaths/min\nD. 6-8 breaths/min","answer":"C","answer_text":"20-22 breaths/min","episode_id":"iv_000156","anchor_time":15.62}
{"id":"NIFi2strictv1_nohack_iv_000157_628_wbc_10_12_10_9_l_a29.72_h8","question":"Based on the time series up to ICU hour 29.72, predict the range for the next white blood cell count measurement during the next 8 hours.\n\nOptions:\nA. 10-12 10^9/L\nB. 14-16 10^9/L\nC. 12-14 10^9/L\nD. 6-8 10^9/L","answer":"A","answer_text":"10-12 10^9/L","episode_id":"iv_000157","anchor_time":29.72}
{"id":"NIFi2strictv1_nohack_iv_000157_629_spo2_84_86_a27.90_h2","question":"At ICU hour 27.90, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 2 hours?\n\nOptions:\nA. 84-86 %\nB. 92-94 %\nC. 88-90 %\nD. 86-88 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000157","anchor_time":27.9}
{"id":"NIFi2strictv1_nohack_iv_000158_634_heart_rate_48_50_bpm_a10.36_h2","question":"At ICU hour 10.36, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 52-54 bpm\nB. 66-68 bpm\nC. 58-60 bpm\nD. 48-50 bpm","answer":"D","answer_text":"48-50 bpm","episode_id":"iv_000158","anchor_time":10.36}
{"id":"NIFi2strictv1_nohack_iv_000158_635_heart_rate_68_70_bpm_a15.85_h10","question":"Using only data available through ICU hour 15.85, which range will the next observed heart rate value fall into within the next 10 hours?\n\nOptions:\nA. 68-70 bpm\nB. 92-94 bpm\nC. 74-76 bpm\nD. 66-68 bpm","answer":"A","answer_text":"68-70 bpm","episode_id":"iv_000158","anchor_time":15.85}
{"id":"NIFi2strictv1_nohack_iv_000160_641_resp_rate_12_14_breaths_min_a76.23_h2","question":"Using only data available through ICU hour 76.23, which range will the next observed respiratory rate value fall into within the next 2 hours?\n\nOptions:\nA. 16-18 breaths/min\nB. 14-16 breaths/min\nC. 18-20 breaths/min\nD. 12-14 breaths/min","answer":"D","answer_text":"12-14 breaths/min","episode_id":"iv_000160","anchor_time":76.23}
{"id":"NIFi2strictv1_nohack_iv_000161_645_spo2_94_96_a15.78_h10","question":"Given the measurements through ICU hour 15.78, where will the next oxygen saturation (SpO2) reading fall in the next 10 hours?\n\nOptions:\nA. 94-96 %\nB. 92-94 %\nC. 96-98 %\nD. 88-90 %","answer":"A","answer_text":"94-96 %","episode_id":"iv_000161","anchor_time":15.78}
{"id":"NIFi2strictv1_nohack_iv_000162_650_map_94_96_mmhg_a28.34_h4","question":"Using only data available through ICU hour 28.34, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 50-52 mmHg\nB. 94-96 mmHg\nC. 68-70 mmHg\nD. 92-94 mmHg","answer":"B","answer_text":"94-96 mmHg","episode_id":"iv_000162","anchor_time":28.34}
{"id":"NIFi2strictv1_nohack_iv_000163_654_wbc_10_12_10_9_l_a46.70_h2","question":"Using only data available through ICU hour 46.70, which range will the next observed white blood cell count value fall into within the next 2 hours?\n\nOptions:\nA. 10-12 10^9/L\nB. 20-22 10^9/L\nC. 12-14 10^9/L\nD. 8-10 10^9/L","answer":"A","answer_text":"10-12 10^9/L","episode_id":"iv_000163","anchor_time":46.7}
{"id":"NIFi2strictv1_nohack_iv_000163_655_spo2_84_86_a49.05_h8","question":"Based on the time series up to ICU hour 49.05, predict the range for the next oxygen saturation (SpO2) measurement during the next 8 hours.\n\nOptions:\nA. 90-92 %\nB. 84-86 %\nC. 98-100 %\nD. 94-96 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000163","anchor_time":49.05}
{"id":"NIFi2strictv1_nohack_iv_000164_657_temperature_38_40_c_a18.45_h2","question":"Given the measurements through ICU hour 18.45, where will the next body temperature reading fall in the next 2 hours?\n\nOptions:\nA. 38-40 C\nB. 36-38 C\nC. 32-34 C\nD. 30-32 C","answer":"A","answer_text":"38-40 C","episode_id":"iv_000164","anchor_time":18.45}
{"id":"NIFi2strictv1_nohack_iv_000164_658_resp_rate_14_16_breaths_min_a144.88_h4","question":"Based on the time series up to ICU hour 144.88, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 10-12 breaths/min\nB. 16-18 breaths/min\nC. 14-16 breaths/min\nD. 20-22 breaths/min","answer":"C","answer_text":"14-16 breaths/min","episode_id":"iv_000164","anchor_time":144.88}
{"id":"NIFi2strictv1_nohack_iv_000165_660_heart_rate_92_94_bpm_a12.81_h4","question":"Based on the time series up to ICU hour 12.81, predict the range for the next heart rate measurement during the next 4 hours.\n\nOptions:\nA. 86-88 bpm\nB. 48-50 bpm\nC. 92-94 bpm\nD. 106-108 bpm","answer":"C","answer_text":"92-94 bpm","episode_id":"iv_000165","anchor_time":12.81}
{"id":"NIFi2strictv1_nohack_iv_000165_661_map_76_78_mmhg_a17.93_h2","question":"At ICU hour 17.93, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 74-76 mmHg\nB. 68-70 mmHg\nC. 64-66 mmHg\nD. 76-78 mmHg","answer":"D","answer_text":"76-78 mmHg","episode_id":"iv_000165","anchor_time":17.93}
{"id":"NIFi2strictv1_nohack_iv_000165_663_map_70_72_mmhg_a8.28_h10","question":"Based on the time series up to ICU hour 8.28, predict the range for the next mean arterial pressure measurement during the next 10 hours.\n\nOptions:\nA. 74-76 mmHg\nB. 70-72 mmHg\nC. 64-66 mmHg\nD. 76-78 mmHg","answer":"B","answer_text":"70-72 mmHg","episode_id":"iv_000165","anchor_time":8.28}
{"id":"NIFi2strictv1_nohack_iv_000166_664_spo2_84_86_a21.15_h8","question":"At ICU hour 21.15, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 8 hours?\n\nOptions:\nA. 86-88 %\nB. 84-86 %\nC. 92-94 %\nD. 88-90 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000166","anchor_time":21.15}
{"id":"NIFi2strictv1_nohack_iv_000166_667_heart_rate_88_90_bpm_a19.05_h8","question":"At ICU hour 19.05, using observations up to that point, which range best matches the next recorded heart rate value within the following 8 hours?\n\nOptions:\nA. 78-80 bpm\nB. 88-90 bpm\nC. 86-88 bpm\nD. 84-86 bpm","answer":"B","answer_text":"88-90 bpm","episode_id":"iv_000166","anchor_time":19.05}
{"id":"NIFi2strictv1_nohack_iv_000167_668_wbc_8_10_10_9_l_a55.04_h10","question":"Given the measurements through ICU hour 55.04, where will the next white blood cell count reading fall in the next 10 hours?\n\nOptions:\nA. 50-52 10^9/L\nB. 8-10 10^9/L\nC. 10-12 10^9/L\nD. 30-32 10^9/L","answer":"B","answer_text":"8-10 10^9/L","episode_id":"iv_000167","anchor_time":55.04}
{"id":"NIFi2strictv1_nohack_iv_000167_670_wbc_30_32_10_9_l_a47.24_h8","question":"Based on the time series up to ICU hour 47.24, predict the range for the next white blood cell count measurement during the next 8 hours.\n\nOptions:\nA. 22-24 10^9/L\nB. 14-16 10^9/L\nC. 30-32 10^9/L\nD. 2-4 10^9/L","answer":"C","answer_text":"30-32 10^9/L","episode_id":"iv_000167","anchor_time":47.24}
{"id":"NIFi2strictv1_nohack_iv_000167_671_wbc_30_32_10_9_l_a47.24_h6","question":"Given the measurements through ICU hour 47.24, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 28-30 10^9/L\nB. 14-16 10^9/L\nC. 40-42 10^9/L\nD. 30-32 10^9/L","answer":"D","answer_text":"30-32 10^9/L","episode_id":"iv_000167","anchor_time":47.24}
{"id":"NIFi2strictv1_nohack_iv_000168_674_resp_rate_22_24_breaths_min_a64.28_h10","question":"At ICU hour 64.28, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 10 hours?\n\nOptions:\nA. 22-24 breaths/min\nB. 16-18 breaths/min\nC. 14-16 breaths/min\nD. 12-14 breaths/min","answer":"A","answer_text":"22-24 breaths/min","episode_id":"iv_000168","anchor_time":64.28}
{"id":"NIFi2strictv1_nohack_iv_000168_675_temperature_34_36_c_a24.35_h8","question":"Given the measurements through ICU hour 24.35, where will the next body temperature reading fall in the next 8 hours?\n\nOptions:\nA. 36-38 C\nB. 40-42 C\nC. 34-36 C\nD. 30-32 C","answer":"C","answer_text":"34-36 C","episode_id":"iv_000168","anchor_time":24.35}
{"id":"NIFi2strictv1_nohack_iv_000169_676_spo2_90_92_a38.54_h2","question":"Given the measurements through ICU hour 38.54, where will the next oxygen saturation (SpO2) reading fall in the next 2 hours?\n\nOptions:\nA. 98-100 %\nB. 90-92 %\nC. 96-98 %\nD. 94-96 %","answer":"B","answer_text":"90-92 %","episode_id":"iv_000169","anchor_time":38.54}
{"id":"NIFi2strictv1_nohack_iv_000170_681_wbc_18_20_10_9_l_a14.08_h2","question":"Given the measurements through ICU hour 14.08, where will the next white blood cell count reading fall in the next 2 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 22-24 10^9/L\nC. 20-22 10^9/L\nD. 18-20 10^9/L","answer":"D","answer_text":"18-20 10^9/L","episode_id":"iv_000170","anchor_time":14.08}
{"id":"NIFi2strictv1_nohack_iv_000170_682_map_80_82_mmhg_a9.18_h4","question":"Given the measurements through ICU hour 9.18, where will the next mean arterial pressure reading fall in the next 4 hours?\n\nOptions:\nA. 88-90 mmHg\nB. 80-82 mmHg\nC. 74-76 mmHg\nD. 76-78 mmHg","answer":"B","answer_text":"80-82 mmHg","episode_id":"iv_000170","anchor_time":9.18}
{"id":"NIFi2strictv1_nohack_iv_000170_683_map_66_68_mmhg_a2.41_h6","question":"Given the measurements through ICU hour 2.41, where will the next mean arterial pressure reading fall in the next 6 hours?\n\nOptions:\nA. 80-82 mmHg\nB. 66-68 mmHg\nC. 76-78 mmHg\nD. 72-74 mmHg","answer":"B","answer_text":"66-68 mmHg","episode_id":"iv_000170","anchor_time":2.41}
{"id":"NIFi2strictv1_nohack_iv_000171_685_resp_rate_20_22_breaths_min_a160.57_h2","question":"Based on the time series up to ICU hour 160.57, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 24-26 breaths/min\nB. 36-38 breaths/min\nC. 20-22 breaths/min\nD. 28-30 breaths/min","answer":"C","answer_text":"20-22 breaths/min","episode_id":"iv_000171","anchor_time":160.57}
{"id":"NIFi2strictv1_nohack_iv_000171_687_wbc_10_12_10_9_l_a150.39_h4","question":"At ICU hour 150.39, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 4 hours?\n\nOptions:\nA. 18-20 10^9/L\nB. 2-4 10^9/L\nC. 10-12 10^9/L\nD. 8-10 10^9/L","answer":"C","answer_text":"10-12 10^9/L","episode_id":"iv_000171","anchor_time":150.39}
{"id":"NIFi2strictv1_nohack_iv_000172_691_map_86_88_mmhg_a27.25_h10","question":"At ICU hour 27.25, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 10 hours?\n\nOptions:\nA. 76-78 mmHg\nB. 88-90 mmHg\nC. 86-88 mmHg\nD. 80-82 mmHg","answer":"C","answer_text":"86-88 mmHg","episode_id":"iv_000172","anchor_time":27.25}
{"id":"NIFi2strictv1_nohack_iv_000173_692_wbc_2_4_10_9_l_a79.13_h6","question":"At ICU hour 79.13, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 6 hours?\n\nOptions:\nA. 10-12 10^9/L\nB. 8-10 10^9/L\nC. 2-4 10^9/L\nD. 16-18 10^9/L","answer":"C","answer_text":"2-4 10^9/L","episode_id":"iv_000173","anchor_time":79.13}
{"id":"NIFi2strictv1_nohack_iv_000173_695_wbc_54_56_10_9_l_a104.32_h8","question":"Given the measurements through ICU hour 104.32, where will the next white blood cell count reading fall in the next 8 hours?\n\nOptions:\nA. 62-64 10^9/L\nB. 54-56 10^9/L\nC. 68-70 10^9/L\nD. 12-14 10^9/L","answer":"B","answer_text":"54-56 10^9/L","episode_id":"iv_000173","anchor_time":104.32}
{"id":"NIFi2strictv1_nohack_iv_000174_697_creatinine_4_6_mg_dl_a141.47_h6","question":"At ICU hour 141.47, using observations up to that point, which range best matches the next recorded serum creatinine value within the following 6 hours?\n\nOptions:\nA. 2-4 mg/dL\nB. 0-2 mg/dL\nC. 12-14 mg/dL\nD. 4-6 mg/dL","answer":"D","answer_text":"4-6 mg/dL","episode_id":"iv_000174","anchor_time":141.47}
{"id":"NIFi2strictv1_nohack_iv_000176_705_heart_rate_70_72_bpm_a27.38_h6","question":"Using only data available through ICU hour 27.38, which range will the next observed heart rate value fall into within the next 6 hours?\n\nOptions:\nA. 62-64 bpm\nB. 70-72 bpm\nC. 68-70 bpm\nD. 64-66 bpm","answer":"B","answer_text":"70-72 bpm","episode_id":"iv_000176","anchor_time":27.38}
{"id":"NIFi2strictv1_nohack_iv_000176_706_heart_rate_66_68_bpm_a33.58_h4","question":"Using only data available through ICU hour 33.58, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 66-68 bpm\nB. 70-72 bpm\nC. 84-86 bpm\nD. 72-74 bpm","answer":"A","answer_text":"66-68 bpm","episode_id":"iv_000176","anchor_time":33.58}
{"id":"NIFi2strictv1_nohack_iv_000177_709_spo2_90_92_a15.62_h2","question":"Based on the time series up to ICU hour 15.62, predict the range for the next oxygen saturation (SpO2) measurement during the next 2 hours.\n\nOptions:\nA. 96-98 %\nB. 90-92 %\nC. 78-80 %\nD. 94-96 %","answer":"B","answer_text":"90-92 %","episode_id":"iv_000177","anchor_time":15.62}
{"id":"NIFi2strictv1_nohack_iv_000178_712_resp_rate_10_12_breaths_min_a91.12_h2","question":"Based on the time series up to ICU hour 91.12, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 14-16 breaths/min\nB. 10-12 breaths/min\nC. 22-24 breaths/min\nD. 18-20 breaths/min","answer":"B","answer_text":"10-12 breaths/min","episode_id":"iv_000178","anchor_time":91.12}
{"id":"NIFi2strictv1_nohack_iv_000178_714_spo2_86_88_a49.10_h8","question":"Using only data available through ICU hour 49.10, which range will the next observed oxygen saturation (SpO2) value fall into within the next 8 hours?\n\nOptions:\nA. 80-82 %\nB. 98-100 %\nC. 92-94 %\nD. 86-88 %","answer":"D","answer_text":"86-88 %","episode_id":"iv_000178","anchor_time":49.1}
{"id":"NIFi2strictv1_nohack_iv_000179_717_resp_rate_12_14_breaths_min_a14.48_h4","question":"Using only data available through ICU hour 14.48, which range will the next observed respiratory rate value fall into within the next 4 hours?\n\nOptions:\nA. 14-16 breaths/min\nB. 22-24 breaths/min\nC. 12-14 breaths/min\nD. 8-10 breaths/min","answer":"C","answer_text":"12-14 breaths/min","episode_id":"iv_000179","anchor_time":14.48}
{"id":"NIFi2strictv1_nohack_iv_000179_718_resp_rate_12_14_breaths_min_a20.13_h2","question":"Based on the time series up to ICU hour 20.13, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 24-26 breaths/min\nB. 16-18 breaths/min\nC. 12-14 breaths/min\nD. 20-22 breaths/min","answer":"C","answer_text":"12-14 breaths/min","episode_id":"iv_000179","anchor_time":20.13}
{"id":"NIFi2strictv1_nohack_iv_000180_722_map_84_86_mmhg_a3.86_h4","question":"Using only data available through ICU hour 3.86, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 80-82 mmHg\nB. 74-76 mmHg\nC. 84-86 mmHg\nD. 72-74 mmHg","answer":"C","answer_text":"84-86 mmHg","episode_id":"iv_000180","anchor_time":3.86}
{"id":"NIFi2strictv1_nohack_iv_000180_723_wbc_16_18_10_9_l_a10.85_h8","question":"At ICU hour 10.85, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 8 hours?\n\nOptions:\nA. 24-26 10^9/L\nB. 8-10 10^9/L\nC. 16-18 10^9/L\nD. 12-14 10^9/L","answer":"C","answer_text":"16-18 10^9/L","episode_id":"iv_000180","anchor_time":10.85}
{"id":"NIFi2strictv1_nohack_iv_000181_724_spo2_92_94_a28.51_h2","question":"Using only data available through ICU hour 28.51, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 94-96 %\nB. 92-94 %\nC. 88-90 %\nD. 96-98 %","answer":"B","answer_text":"92-94 %","episode_id":"iv_000181","anchor_time":28.51}
{"id":"NIFi2strictv1_nohack_iv_000181_725_spo2_92_94_a36.65_h8","question":"Using only data available through ICU hour 36.65, which range will the next observed oxygen saturation (SpO2) value fall into within the next 8 hours?\n\nOptions:\nA. 98-100 %\nB. 96-98 %\nC. 92-94 %\nD. 94-96 %","answer":"C","answer_text":"92-94 %","episode_id":"iv_000181","anchor_time":36.65}
{"id":"NIFi2strictv1_nohack_iv_000182_729_heart_rate_78_80_bpm_a26.34_h6","question":"At ICU hour 26.34, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 82-84 bpm\nB. 78-80 bpm\nC. 68-70 bpm\nD. 74-76 bpm","answer":"B","answer_text":"78-80 bpm","episode_id":"iv_000182","anchor_time":26.34}
{"id":"NIFi2strictv1_nohack_iv_000182_730_heart_rate_108_110_bpm_a8.29_h2","question":"Using only data available through ICU hour 8.29, which range will the next observed heart rate value fall into within the next 2 hours?\n\nOptions:\nA. 106-108 bpm\nB. 90-92 bpm\nC. 100-102 bpm\nD. 108-110 bpm","answer":"D","answer_text":"108-110 bpm","episode_id":"iv_000182","anchor_time":8.29}
{"id":"NIFi2strictv1_nohack_iv_000182_731_heart_rate_90_92_bpm_a32.99_h6","question":"Using only data available through ICU hour 32.99, which range will the next observed heart rate value fall into within the next 6 hours?\n\nOptions:\nA. 108-110 bpm\nB. 94-96 bpm\nC. 96-98 bpm\nD. 90-92 bpm","answer":"D","answer_text":"90-92 bpm","episode_id":"iv_000182","anchor_time":32.99}
{"id":"NIFi2strictv1_nohack_iv_000183_733_map_66_68_mmhg_a27.99_h10","question":"Using only data available through ICU hour 27.99, which range will the next observed mean arterial pressure value fall into within the next 10 hours?\n\nOptions:\nA. 72-74 mmHg\nB. 80-82 mmHg\nC. 68-70 mmHg\nD. 66-68 mmHg","answer":"D","answer_text":"66-68 mmHg","episode_id":"iv_000183","anchor_time":27.99}
{"id":"NIFi2strictv1_nohack_iv_000184_736_wbc_12_14_10_9_l_a143.17_h10","question":"Using only data available through ICU hour 143.17, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 2-4 10^9/L\nB. 10-12 10^9/L\nC. 8-10 10^9/L\nD. 12-14 10^9/L","answer":"D","answer_text":"12-14 10^9/L","episode_id":"iv_000184","anchor_time":143.17}
{"id":"NIFi2strictv1_nohack_iv_000184_738_temperature_34_36_c_a27.00_h8","question":"Based on the time series up to ICU hour 27.00, predict the range for the next body temperature measurement during the next 8 hours.\n\nOptions:\nA. 36-38 C\nB. 32-34 C\nC. 34-36 C\nD. 30-32 C","answer":"C","answer_text":"34-36 C","episode_id":"iv_000184","anchor_time":27}
{"id":"NIFi2strictv1_nohack_iv_000185_742_heart_rate_68_70_bpm_a3.03_h8","question":"At ICU hour 3.03, using observations up to that point, which range best matches the next recorded heart rate value within the following 8 hours?\n\nOptions:\nA. 74-76 bpm\nB. 68-70 bpm\nC. 70-72 bpm\nD. 72-74 bpm","answer":"B","answer_text":"68-70 bpm","episode_id":"iv_000185","anchor_time":3.03}
{"id":"NIFi2strictv1_nohack_iv_000186_744_wbc_10_12_10_9_l_a7.40_h2","question":"Using only data available through ICU hour 7.40, which range will the next observed white blood cell count value fall into within the next 2 hours?\n\nOptions:\nA. 10-12 10^9/L\nB. 8-10 10^9/L\nC. 16-18 10^9/L\nD. 4-6 10^9/L","answer":"A","answer_text":"10-12 10^9/L","episode_id":"iv_000186","anchor_time":7.4}
{"id":"NIFi2strictv1_nohack_iv_000186_747_resp_rate_8_10_breaths_min_a26.62_h8","question":"Based on the time series up to ICU hour 26.62, predict the range for the next respiratory rate measurement during the next 8 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 14-16 breaths/min\nC. 8-10 breaths/min\nD. 12-14 breaths/min","answer":"C","answer_text":"8-10 breaths/min","episode_id":"iv_000186","anchor_time":26.62}
{"id":"NIFi2strictv1_nohack_iv_000187_749_spo2_98_100_a10.52_h6","question":"Based on the time series up to ICU hour 10.52, predict the range for the next oxygen saturation (SpO2) measurement during the next 6 hours.\n\nOptions:\nA. 86-88 %\nB. 94-96 %\nC. 76-78 %\nD. 98-100 %","answer":"D","answer_text":"98-100 %","episode_id":"iv_000187","anchor_time":10.52}
{"id":"NIFi2strictv1_nohack_iv_000187_751_heart_rate_48_50_bpm_a7.14_h2","question":"Given the measurements through ICU hour 7.14, where will the next heart rate reading fall in the next 2 hours?\n\nOptions:\nA. 84-86 bpm\nB. 114-116 bpm\nC. 48-50 bpm\nD. 58-60 bpm","answer":"C","answer_text":"48-50 bpm","episode_id":"iv_000187","anchor_time":7.14}
{"id":"NIFi2strictv1_nohack_iv_000188_752_spo2_98_100_a40.15_h10","question":"Based on the time series up to ICU hour 40.15, predict the range for the next oxygen saturation (SpO2) measurement during the next 10 hours.\n\nOptions:\nA. 84-86 %\nB. 74-76 %\nC. 94-96 %\nD. 98-100 %","answer":"D","answer_text":"98-100 %","episode_id":"iv_000188","anchor_time":40.15}
{"id":"NIFi2strictv1_nohack_iv_000188_754_resp_rate_8_10_breaths_min_a8.76_h4","question":"Using only data available through ICU hour 8.76, which range will the next observed respiratory rate value fall into within the next 4 hours?\n\nOptions:\nA. 22-24 breaths/min\nB. 28-30 breaths/min\nC. 8-10 breaths/min\nD. 18-20 breaths/min","answer":"C","answer_text":"8-10 breaths/min","episode_id":"iv_000188","anchor_time":8.76}
{"id":"NIFi2strictv1_nohack_iv_000189_758_resp_rate_16_18_breaths_min_a30.53_h4","question":"Using only data available through ICU hour 30.53, which range will the next observed respiratory rate value fall into within the next 4 hours?\n\nOptions:\nA. 14-16 breaths/min\nB. 22-24 breaths/min\nC. 16-18 breaths/min\nD. 24-26 breaths/min","answer":"C","answer_text":"16-18 breaths/min","episode_id":"iv_000189","anchor_time":30.53}
{"id":"NIFi2strictv1_nohack_iv_000190_760_heart_rate_98_100_bpm_a2.83_h6","question":"At ICU hour 2.83, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 86-88 bpm\nB. 98-100 bpm\nC. 96-98 bpm\nD. 88-90 bpm","answer":"B","answer_text":"98-100 bpm","episode_id":"iv_000190","anchor_time":2.83}
{"id":"NIFi2strictv1_nohack_iv_000190_762_spo2_84_86_a21.36_h2","question":"Using only data available through ICU hour 21.36, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 94-96 %\nB. 68-70 %\nC. 76-78 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000190","anchor_time":21.36}
{"id":"NIFi2strictv1_nohack_iv_000191_765_wbc_16_18_10_9_l_a82.46_h10","question":"Based on the time series up to ICU hour 82.46, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 16-18 10^9/L\nB. 14-16 10^9/L\nC. 18-20 10^9/L\nD. 12-14 10^9/L","answer":"A","answer_text":"16-18 10^9/L","episode_id":"iv_000191","anchor_time":82.46}
{"id":"NIFi2strictv1_nohack_iv_000191_766_wbc_16_18_10_9_l_a82.46_h4","question":"Based on the time series up to ICU hour 82.46, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 14-16 10^9/L\nB. 8-10 10^9/L\nC. 16-18 10^9/L\nD. 10-12 10^9/L","answer":"C","answer_text":"16-18 10^9/L","episode_id":"iv_000191","anchor_time":82.46}
{"id":"NIFi2strictv1_nohack_iv_000191_767_wbc_10_12_10_9_l_a34.06_h8","question":"Based on the time series up to ICU hour 34.06, predict the range for the next white blood cell count measurement during the next 8 hours.\n\nOptions:\nA. 14-16 10^9/L\nB. 8-10 10^9/L\nC. 12-14 10^9/L\nD. 10-12 10^9/L","answer":"D","answer_text":"10-12 10^9/L","episode_id":"iv_000191","anchor_time":34.06}
{"id":"NIFi2strictv1_nohack_iv_000193_772_temperature_32_34_c_a18.70_h2","question":"Using only data available through ICU hour 18.70, which range will the next observed body temperature value fall into within the next 2 hours?\n\nOptions:\nA. 34-36 C\nB. 36-38 C\nC. 38-40 C\nD. 32-34 C","answer":"D","answer_text":"32-34 C","episode_id":"iv_000193","anchor_time":18.7}
{"id":"NIFi2strictv1_nohack_iv_000194_779_heart_rate_78_80_bpm_a34.57_h10","question":"At ICU hour 34.57, using observations up to that point, which range best matches the next recorded heart rate value within the following 10 hours?\n\nOptions:\nA. 80-82 bpm\nB. 76-78 bpm\nC. 78-80 bpm\nD. 70-72 bpm","answer":"C","answer_text":"78-80 bpm","episode_id":"iv_000194","anchor_time":34.57}
{"id":"NIFi2strictv1_nohack_iv_000195_780_creatinine_2_4_mg_dl_a22.33_h2","question":"Based on the time series up to ICU hour 22.33, predict the range for the next serum creatinine measurement during the next 2 hours.\n\nOptions:\nA. 2-4 mg/dL\nB. 10-12 mg/dL\nC. 0-2 mg/dL\nD. 6-8 mg/dL","answer":"A","answer_text":"2-4 mg/dL","episode_id":"iv_000195","anchor_time":22.33}
{"id":"NIFi2strictv1_nohack_iv_000195_781_resp_rate_26_28_breaths_min_a44.63_h8","question":"At ICU hour 44.63, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 24-26 breaths/min\nB. 32-34 breaths/min\nC. 20-22 breaths/min\nD. 26-28 breaths/min","answer":"D","answer_text":"26-28 breaths/min","episode_id":"iv_000195","anchor_time":44.63}
{"id":"NIFi2strictv1_nohack_iv_000195_782_map_72_74_mmhg_a67.67_h6","question":"Using only data available through ICU hour 67.67, which range will the next observed mean arterial pressure value fall into within the next 6 hours?\n\nOptions:\nA. 66-68 mmHg\nB. 54-56 mmHg\nC. 72-74 mmHg\nD. 60-62 mmHg","answer":"C","answer_text":"72-74 mmHg","episode_id":"iv_000195","anchor_time":67.67}
{"id":"NIFi2strictv1_nohack_iv_000195_783_map_54_56_mmhg_a26.78_h4","question":"Using only data available through ICU hour 26.78, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 62-64 mmHg\nB. 54-56 mmHg\nC. 66-68 mmHg\nD. 68-70 mmHg","answer":"B","answer_text":"54-56 mmHg","episode_id":"iv_000195","anchor_time":26.78}
{"id":"NIFi2strictv1_nohack_iv_000196_785_spo2_84_86_a12.74_h4","question":"Using only data available through ICU hour 12.74, which range will the next observed oxygen saturation (SpO2) value fall into within the next 4 hours?\n\nOptions:\nA. 74-76 %\nB. 90-92 %\nC. 84-86 %\nD. 96-98 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000196","anchor_time":12.74}
{"id":"NIFi2strictv1_nohack_iv_000196_786_spo2_84_86_a20.95_h8","question":"Using only data available through ICU hour 20.95, which range will the next observed oxygen saturation (SpO2) value fall into within the next 8 hours?\n\nOptions:\nA. 92-94 %\nB. 96-98 %\nC. 94-96 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000196","anchor_time":20.95}
{"id":"NIFi2strictv1_nohack_iv_000197_788_heart_rate_100_102_bpm_a14.16_h6","question":"Given the measurements through ICU hour 14.16, where will the next heart rate reading fall in the next 6 hours?\n\nOptions:\nA. 102-104 bpm\nB. 110-112 bpm\nC. 104-106 bpm\nD. 100-102 bpm","answer":"D","answer_text":"100-102 bpm","episode_id":"iv_000197","anchor_time":14.16}
{"id":"NIFi2strictv1_nohack_iv_000197_789_resp_rate_22_24_breaths_min_a5.10_h10","question":"Given the measurements through ICU hour 5.10, where will the next respiratory rate reading fall in the next 10 hours?\n\nOptions:\nA. 14-16 breaths/min\nB. 6-8 breaths/min\nC. 16-18 breaths/min\nD. 22-24 breaths/min","answer":"D","answer_text":"22-24 breaths/min","episode_id":"iv_000197","anchor_time":5.1}
{"id":"NIFi2strictv1_nohack_iv_000197_791_resp_rate_24_26_breaths_min_a24.31_h4","question":"Using only data available through ICU hour 24.31, which range will the next observed respiratory rate value fall into within the next 4 hours?\n\nOptions:\nA. 16-18 breaths/min\nB. 22-24 breaths/min\nC. 30-32 breaths/min\nD. 24-26 breaths/min","answer":"D","answer_text":"24-26 breaths/min","episode_id":"iv_000197","anchor_time":24.31}
{"id":"NIFi2strictv1_nohack_iv_000198_792_map_64_66_mmhg_a165.26_h2","question":"Given the measurements through ICU hour 165.26, where will the next mean arterial pressure reading fall in the next 2 hours?\n\nOptions:\nA. 68-70 mmHg\nB. 82-84 mmHg\nC. 76-78 mmHg\nD. 64-66 mmHg","answer":"D","answer_text":"64-66 mmHg","episode_id":"iv_000198","anchor_time":165.26}
{"id":"NIFi2strictv1_nohack_iv_000198_793_creatinine_4_6_mg_dl_a67.76_h6","question":"Using only data available through ICU hour 67.76, which range will the next observed serum creatinine value fall into within the next 6 hours?\n\nOptions:\nA. 4-6 mg/dL\nB. 6-8 mg/dL\nC. 2-4 mg/dL\nD. 8-10 mg/dL","answer":"A","answer_text":"4-6 mg/dL","episode_id":"iv_000198","anchor_time":67.76}
{"id":"NIFi2strictv1_nohack_iv_000198_795_temperature_34_36_c_a83.32_h8","question":"At ICU hour 83.32, using observations up to that point, which range best matches the next recorded body temperature value within the following 8 hours?\n\nOptions:\nA. 30-32 C\nB. 34-36 C\nC. 32-34 C\nD. 36-38 C","answer":"B","answer_text":"34-36 C","episode_id":"iv_000198","anchor_time":83.32}
{"id":"NIFi2strictv1_nohack_iv_000199_798_wbc_18_20_10_9_l_a12.61_h10","question":"Using only data available through ICU hour 12.61, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 18-20 10^9/L\nC. 20-22 10^9/L\nD. 10-12 10^9/L","answer":"B","answer_text":"18-20 10^9/L","episode_id":"iv_000199","anchor_time":12.61}
{"id":"NIFi2strictv1_nohack_iv_000199_799_map_88_90_mmhg_a36.01_h2","question":"Based on the time series up to ICU hour 36.01, predict the range for the next mean arterial pressure measurement during the next 2 hours.\n\nOptions:\nA. 92-94 mmHg\nB. 88-90 mmHg\nC. 82-84 mmHg\nD. 90-92 mmHg","answer":"B","answer_text":"88-90 mmHg","episode_id":"iv_000199","anchor_time":36.01}
{"id":"NIFi2strictv1_nohack_iv_000200_801_creatinine_0_2_mg_dl_a57.89_h8","question":"Using only data available through ICU hour 57.89, which range will the next observed serum creatinine value fall into within the next 8 hours?\n\nOptions:\nA. 0-2 mg/dL\nB. 10-12 mg/dL\nC. 16-18 mg/dL\nD. 2-4 mg/dL","answer":"A","answer_text":"0-2 mg/dL","episode_id":"iv_000200","anchor_time":57.89}
{"id":"NIFi2strictv1_nohack_iv_000200_802_wbc_32_34_10_9_l_a10.55_h6","question":"At ICU hour 10.55, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 6 hours?\n\nOptions:\nA. 0-2 10^9/L\nB. 32-34 10^9/L\nC. 20-22 10^9/L\nD. 36-38 10^9/L","answer":"B","answer_text":"32-34 10^9/L","episode_id":"iv_000200","anchor_time":10.55}
{"id":"NIFi2strictv1_nohack_iv_000202_808_spo2_88_90_a3.94_h10","question":"Using only data available through ICU hour 3.94, which range will the next observed oxygen saturation (SpO2) value fall into within the next 10 hours?\n\nOptions:\nA. 88-90 %\nB. 94-96 %\nC. 98-100 %\nD. 92-94 %","answer":"A","answer_text":"88-90 %","episode_id":"iv_000202","anchor_time":3.94}
{"id":"NIFi2strictv1_nohack_iv_000202_809_spo2_86_88_a16.27_h6","question":"Given the measurements through ICU hour 16.27, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 90-92 %\nB. 92-94 %\nC. 80-82 %\nD. 86-88 %","answer":"D","answer_text":"86-88 %","episode_id":"iv_000202","anchor_time":16.27}
{"id":"NIFi2strictv1_nohack_iv_000202_810_spo2_90_92_a7.41_h4","question":"Based on the time series up to ICU hour 7.41, predict the range for the next oxygen saturation (SpO2) measurement during the next 4 hours.\n\nOptions:\nA. 94-96 %\nB. 90-92 %\nC. 84-86 %\nD. 78-80 %","answer":"B","answer_text":"90-92 %","episode_id":"iv_000202","anchor_time":7.41}
{"id":"NIFi2strictv1_nohack_iv_000202_811_resp_rate_36_38_breaths_min_a16.27_h2","question":"Based on the time series up to ICU hour 16.27, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 10-12 breaths/min\nB. 36-38 breaths/min\nC. 20-22 breaths/min\nD. 32-34 breaths/min","answer":"B","answer_text":"36-38 breaths/min","episode_id":"iv_000202","anchor_time":16.27}
{"id":"NIFi2strictv1_nohack_iv_000203_813_heart_rate_62_64_bpm_a15.90_h10","question":"Based on the time series up to ICU hour 15.90, predict the range for the next heart rate measurement during the next 10 hours.\n\nOptions:\nA. 56-58 bpm\nB. 62-64 bpm\nC. 52-54 bpm\nD. 54-56 bpm","answer":"B","answer_text":"62-64 bpm","episode_id":"iv_000203","anchor_time":15.9}
{"id":"NIFi2strictv1_nohack_iv_000204_817_map_108_110_mmhg_a31.72_h6","question":"Based on the time series up to ICU hour 31.72, predict the range for the next mean arterial pressure measurement during the next 6 hours.\n\nOptions:\nA. 96-98 mmHg\nB. 106-108 mmHg\nC. 108-110 mmHg\nD. 100-102 mmHg","answer":"C","answer_text":"108-110 mmHg","episode_id":"iv_000204","anchor_time":31.72}
{"id":"NIFi2strictv1_nohack_iv_000204_819_resp_rate_18_20_breaths_min_a18.90_h2","question":"Using only data available through ICU hour 18.90, which range will the next observed respiratory rate value fall into within the next 2 hours?\n\nOptions:\nA. 20-22 breaths/min\nB. 16-18 breaths/min\nC. 28-30 breaths/min\nD. 18-20 breaths/min","answer":"D","answer_text":"18-20 breaths/min","episode_id":"iv_000204","anchor_time":18.9}
{"id":"NIFi2strictv1_nohack_iv_000206_824_spo2_92_94_a20.24_h4","question":"Based on the time series up to ICU hour 20.24, predict the range for the next oxygen saturation (SpO2) measurement during the next 4 hours.\n\nOptions:\nA. 96-98 %\nB. 98-100 %\nC. 92-94 %\nD. 80-82 %","answer":"C","answer_text":"92-94 %","episode_id":"iv_000206","anchor_time":20.24}
{"id":"NIFi2strictv1_nohack_iv_000206_826_spo2_90_92_a73.18_h4","question":"At ICU hour 73.18, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 4 hours?\n\nOptions:\nA. 86-88 %\nB. 90-92 %\nC. 78-80 %\nD. 98-100 %","answer":"B","answer_text":"90-92 %","episode_id":"iv_000206","anchor_time":73.18}
{"id":"NIFi2strictv1_nohack_iv_000207_829_map_92_94_mmhg_a51.07_h10","question":"At ICU hour 51.07, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 10 hours?\n\nOptions:\nA. 84-86 mmHg\nB. 86-88 mmHg\nC. 92-94 mmHg\nD. 70-72 mmHg","answer":"C","answer_text":"92-94 mmHg","episode_id":"iv_000207","anchor_time":51.07}
{"id":"NIFi2strictv1_nohack_iv_000207_831_map_84_86_mmhg_a39.27_h4","question":"Given the measurements through ICU hour 39.27, where will the next mean arterial pressure reading fall in the next 4 hours?\n\nOptions:\nA. 80-82 mmHg\nB. 72-74 mmHg\nC. 84-86 mmHg\nD. 90-92 mmHg","answer":"C","answer_text":"84-86 mmHg","episode_id":"iv_000207","anchor_time":39.27}
{"id":"NIFi2strictv1_nohack_iv_000208_832_heart_rate_44_46_bpm_a46.12_h2","question":"At ICU hour 46.12, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 82-84 bpm\nB. 44-46 bpm\nC. 74-76 bpm\nD. 60-62 bpm","answer":"B","answer_text":"44-46 bpm","episode_id":"iv_000208","anchor_time":46.12}
{"id":"NIFi2strictv1_nohack_iv_000208_833_resp_rate_28_30_breaths_min_a36.79_h8","question":"Using only data available through ICU hour 36.79, which range will the next observed respiratory rate value fall into within the next 8 hours?\n\nOptions:\nA. 16-18 breaths/min\nB. 28-30 breaths/min\nC. 8-10 breaths/min\nD. 22-24 breaths/min","answer":"B","answer_text":"28-30 breaths/min","episode_id":"iv_000208","anchor_time":36.79}
{"id":"NIFi2strictv1_nohack_iv_000208_834_wbc_14_16_10_9_l_a15.23_h6","question":"Using only data available through ICU hour 15.23, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 20-22 10^9/L\nB. 14-16 10^9/L\nC. 16-18 10^9/L\nD. 6-8 10^9/L","answer":"B","answer_text":"14-16 10^9/L","episode_id":"iv_000208","anchor_time":15.23}
{"id":"NIFi2strictv1_nohack_iv_000209_836_spo2_84_86_a17.95_h2","question":"Using only data available through ICU hour 17.95, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 90-92 %\nB. 94-96 %\nC. 92-94 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000209","anchor_time":17.95}
{"id":"NIFi2strictv1_nohack_iv_000209_838_heart_rate_86_88_bpm_a24.66_h8","question":"Given the measurements through ICU hour 24.66, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 88-90 bpm\nB. 80-82 bpm\nC. 78-80 bpm\nD. 86-88 bpm","answer":"D","answer_text":"86-88 bpm","episode_id":"iv_000209","anchor_time":24.66}
{"id":"NIFi2strictv1_nohack_iv_000209_839_heart_rate_74_76_bpm_a6.45_h6","question":"Given the measurements through ICU hour 6.45, where will the next heart rate reading fall in the next 6 hours?\n\nOptions:\nA. 78-80 bpm\nB. 72-74 bpm\nC. 74-76 bpm\nD. 82-84 bpm","answer":"C","answer_text":"74-76 bpm","episode_id":"iv_000209","anchor_time":6.45}
{"id":"NIFi2strictv1_nohack_iv_000210_840_temperature_34_36_c_a213.75_h8","question":"Given the measurements through ICU hour 213.75, where will the next body temperature reading fall in the next 8 hours?\n\nOptions:\nA. 34-36 C\nB. 40-42 C\nC. 32-34 C\nD. 36-38 C","answer":"A","answer_text":"34-36 C","episode_id":"iv_000210","anchor_time":213.75}
{"id":"NIFi2strictv1_nohack_iv_000210_841_wbc_8_10_10_9_l_a27.54_h4","question":"Based on the time series up to ICU hour 27.54, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 12-14 10^9/L\nB. 14-16 10^9/L\nC. 16-18 10^9/L\nD. 8-10 10^9/L","answer":"D","answer_text":"8-10 10^9/L","episode_id":"iv_000210","anchor_time":27.54}
{"id":"NIFi2strictv1_nohack_iv_000210_843_resp_rate_26_28_breaths_min_a53.22_h2","question":"At ICU hour 53.22, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 2 hours?\n\nOptions:\nA. 26-28 breaths/min\nB. 30-32 breaths/min\nC. 18-20 breaths/min\nD. 20-22 breaths/min","answer":"A","answer_text":"26-28 breaths/min","episode_id":"iv_000210","anchor_time":53.22}
{"id":"NIFi2strictv1_nohack_iv_000211_844_temperature_34_36_c_a140.77_h10","question":"Using only data available through ICU hour 140.77, which range will the next observed body temperature value fall into within the next 10 hours?\n\nOptions:\nA. 30-32 C\nB. 36-38 C\nC. 32-34 C\nD. 34-36 C","answer":"D","answer_text":"34-36 C","episode_id":"iv_000211","anchor_time":140.77}
{"id":"NIFi2strictv1_nohack_iv_000212_848_map_60_62_mmhg_a11.13_h2","question":"Using only data available through ICU hour 11.13, which range will the next observed mean arterial pressure value fall into within the next 2 hours?\n\nOptions:\nA. 92-94 mmHg\nB. 90-92 mmHg\nC. 60-62 mmHg\nD. 78-80 mmHg","answer":"C","answer_text":"60-62 mmHg","episode_id":"iv_000212","anchor_time":11.13}
{"id":"NIFi2strictv1_nohack_iv_000213_855_heart_rate_102_104_bpm_a26.99_h6","question":"Using only data available through ICU hour 26.99, which range will the next observed heart rate value fall into within the next 6 hours?\n\nOptions:\nA. 62-64 bpm\nB. 102-104 bpm\nC. 82-84 bpm\nD. 96-98 bpm","answer":"B","answer_text":"102-104 bpm","episode_id":"iv_000213","anchor_time":26.99}
{"id":"NIFi2strictv1_nohack_iv_000214_856_temperature_38_40_c_a23.01_h4","question":"Using only data available through ICU hour 23.01, which range will the next observed body temperature value fall into within the next 4 hours?\n\nOptions:\nA. 38-40 C\nB. 36-38 C\nC. 34-36 C\nD. 30-32 C","answer":"A","answer_text":"38-40 C","episode_id":"iv_000214","anchor_time":23.01}
{"id":"NIFi2strictv1_nohack_iv_000214_857_resp_rate_12_14_breaths_min_a61.83_h8","question":"At ICU hour 61.83, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 12-14 breaths/min\nB. 24-26 breaths/min\nC. 18-20 breaths/min\nD. 16-18 breaths/min","answer":"A","answer_text":"12-14 breaths/min","episode_id":"iv_000214","anchor_time":61.83}
{"id":"NIFi2strictv1_nohack_iv_000215_860_spo2_84_86_a159.25_h8","question":"Given the measurements through ICU hour 159.25, where will the next oxygen saturation (SpO2) reading fall in the next 8 hours?\n\nOptions:\nA. 84-86 %\nB. 90-92 %\nC. 92-94 %\nD. 98-100 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000215","anchor_time":159.25}
{"id":"NIFi2strictv1_nohack_iv_000215_862_wbc_10_12_10_9_l_a124.08_h4","question":"Based on the time series up to ICU hour 124.08, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 6-8 10^9/L\nB. 2-4 10^9/L\nC. 0-2 10^9/L\nD. 10-12 10^9/L","answer":"D","answer_text":"10-12 10^9/L","episode_id":"iv_000215","anchor_time":124.08}
{"id":"NIFi2strictv1_nohack_iv_000216_867_map_78_80_mmhg_a16.82_h10","question":"At ICU hour 16.82, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 10 hours?\n\nOptions:\nA. 60-62 mmHg\nB. 80-82 mmHg\nC. 78-80 mmHg\nD. 68-70 mmHg","answer":"C","answer_text":"78-80 mmHg","episode_id":"iv_000216","anchor_time":16.82}
{"id":"NIFi2strictv1_nohack_iv_000217_868_wbc_20_22_10_9_l_a102.59_h4","question":"Given the measurements through ICU hour 102.59, where will the next white blood cell count reading fall in the next 4 hours?\n\nOptions:\nA. 20-22 10^9/L\nB. 18-20 10^9/L\nC. 10-12 10^9/L\nD. 12-14 10^9/L","answer":"A","answer_text":"20-22 10^9/L","episode_id":"iv_000217","anchor_time":102.59}
{"id":"NIFi2strictv1_nohack_iv_000217_869_spo2_92_94_a121.66_h8","question":"At ICU hour 121.66, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 8 hours?\n\nOptions:\nA. 96-98 %\nB. 94-96 %\nC. 98-100 %\nD. 92-94 %","answer":"D","answer_text":"92-94 %","episode_id":"iv_000217","anchor_time":121.66}
{"id":"NIFi2strictv1_nohack_iv_000217_870_creatinine_4_6_mg_dl_a90.20_h6","question":"At ICU hour 90.20, using observations up to that point, which range best matches the next recorded serum creatinine value within the following 6 hours?\n\nOptions:\nA. 4-6 mg/dL\nB. 2-4 mg/dL\nC. 8-10 mg/dL\nD. 16-18 mg/dL","answer":"A","answer_text":"4-6 mg/dL","episode_id":"iv_000217","anchor_time":90.2}
{"id":"NIFi2strictv1_nohack_iv_000217_871_heart_rate_94_96_bpm_a102.59_h8","question":"Based on the time series up to ICU hour 102.59, predict the range for the next heart rate measurement during the next 8 hours.\n\nOptions:\nA. 98-100 bpm\nB. 94-96 bpm\nC. 90-92 bpm\nD. 88-90 bpm","answer":"B","answer_text":"94-96 bpm","episode_id":"iv_000217","anchor_time":102.59}
{"id":"NIFi2strictv1_nohack_iv_000218_872_resp_rate_20_22_breaths_min_a29.62_h4","question":"Using only data available through ICU hour 29.62, which range will the next observed respiratory rate value fall into within the next 4 hours?\n\nOptions:\nA. 10-12 breaths/min\nB. 16-18 breaths/min\nC. 14-16 breaths/min\nD. 20-22 breaths/min","answer":"D","answer_text":"20-22 breaths/min","episode_id":"iv_000218","anchor_time":29.62}
{"id":"NIFi2strictv1_nohack_iv_000218_874_resp_rate_20_22_breaths_min_a29.62_h2","question":"At ICU hour 29.62, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 2 hours?\n\nOptions:\nA. 26-28 breaths/min\nB. 6-8 breaths/min\nC. 20-22 breaths/min\nD. 14-16 breaths/min","answer":"C","answer_text":"20-22 breaths/min","episode_id":"iv_000218","anchor_time":29.62}
{"id":"NIFi2strictv1_nohack_iv_000219_876_heart_rate_98_100_bpm_a17.29_h8","question":"Based on the time series up to ICU hour 17.29, predict the range for the next heart rate measurement during the next 8 hours.\n\nOptions:\nA. 84-86 bpm\nB. 98-100 bpm\nC. 92-94 bpm\nD. 96-98 bpm","answer":"B","answer_text":"98-100 bpm","episode_id":"iv_000219","anchor_time":17.29}
{"id":"NIFi2strictv1_nohack_iv_000219_877_map_86_88_mmhg_a21.78_h4","question":"Based on the time series up to ICU hour 21.78, predict the range for the next mean arterial pressure measurement during the next 4 hours.\n\nOptions:\nA. 86-88 mmHg\nB. 94-96 mmHg\nC. 100-102 mmHg\nD. 98-100 mmHg","answer":"A","answer_text":"86-88 mmHg","episode_id":"iv_000219","anchor_time":21.78}
{"id":"NIFi2strictv1_nohack_iv_000219_878_spo2_84_86_a23.47_h10","question":"Based on the time series up to ICU hour 23.47, predict the range for the next oxygen saturation (SpO2) measurement during the next 10 hours.\n\nOptions:\nA. 84-86 %\nB. 82-84 %\nC. 80-82 %\nD. 94-96 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000219","anchor_time":23.47}
{"id":"NIFi2strictv1_nohack_iv_000219_879_spo2_84_86_a23.47_h2","question":"Using only data available through ICU hour 23.47, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 86-88 %\nB. 80-82 %\nC. 84-86 %\nD. 94-96 %","answer":"C","answer_text":"84-86 %","episode_id":"iv_000219","anchor_time":23.47}
{"id":"NIFi2strictv1_nohack_iv_000220_880_heart_rate_54_56_bpm_a3.67_h4","question":"At ICU hour 3.67, using observations up to that point, which range best matches the next recorded heart rate value within the following 4 hours?\n\nOptions:\nA. 62-64 bpm\nB. 64-66 bpm\nC. 60-62 bpm\nD. 54-56 bpm","answer":"D","answer_text":"54-56 bpm","episode_id":"iv_000220","anchor_time":3.67}
{"id":"NIFi2strictv1_nohack_iv_000220_881_map_84_86_mmhg_a9.50_h10","question":"Based on the time series up to ICU hour 9.50, predict the range for the next mean arterial pressure measurement during the next 10 hours.\n\nOptions:\nA. 98-100 mmHg\nB. 116-118 mmHg\nC. 84-86 mmHg\nD. 80-82 mmHg","answer":"C","answer_text":"84-86 mmHg","episode_id":"iv_000220","anchor_time":9.5}
{"id":"NIFi2strictv1_nohack_iv_000221_884_wbc_18_20_10_9_l_a74.51_h6","question":"Using only data available through ICU hour 74.51, which range will the next observed white blood cell count value fall into within the next 6 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 14-16 10^9/L\nC. 16-18 10^9/L\nD. 18-20 10^9/L","answer":"D","answer_text":"18-20 10^9/L","episode_id":"iv_000221","anchor_time":74.51}
{"id":"NIFi2strictv1_nohack_iv_000222_889_temperature_34_36_c_a72.12_h2","question":"Given the measurements through ICU hour 72.12, where will the next body temperature reading fall in the next 2 hours?\n\nOptions:\nA. 34-36 C\nB. 30-32 C\nC. 40-42 C\nD. 32-34 C","answer":"A","answer_text":"34-36 C","episode_id":"iv_000222","anchor_time":72.12}
{"id":"NIFi2strictv1_nohack_iv_000223_892_heart_rate_108_110_bpm_a57.66_h10","question":"Based on the time series up to ICU hour 57.66, predict the range for the next heart rate measurement during the next 10 hours.\n\nOptions:\nA. 82-84 bpm\nB. 84-86 bpm\nC. 98-100 bpm\nD. 108-110 bpm","answer":"D","answer_text":"108-110 bpm","episode_id":"iv_000223","anchor_time":57.66}
{"id":"NIFi2strictv1_nohack_iv_000224_896_heart_rate_84_86_bpm_a2.53_h8","question":"Based on the time series up to ICU hour 2.53, predict the range for the next heart rate measurement during the next 8 hours.\n\nOptions:\nA. 76-78 bpm\nB. 70-72 bpm\nC. 84-86 bpm\nD. 78-80 bpm","answer":"C","answer_text":"84-86 bpm","episode_id":"iv_000224","anchor_time":2.53}
{"id":"NIFi2strictv1_nohack_iv_000224_898_spo2_90_92_a12.82_h2","question":"At ICU hour 12.82, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 2 hours?\n\nOptions:\nA. 82-84 %\nB. 90-92 %\nC. 98-100 %\nD. 94-96 %","answer":"B","answer_text":"90-92 %","episode_id":"iv_000224","anchor_time":12.82}
{"id":"NIFi2strictv1_nohack_iv_000224_899_map_58_60_mmhg_a16.15_h4","question":"At ICU hour 16.15, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 4 hours?\n\nOptions:\nA. 58-60 mmHg\nB. 74-76 mmHg\nC. 60-62 mmHg\nD. 68-70 mmHg","answer":"A","answer_text":"58-60 mmHg","episode_id":"iv_000224","anchor_time":16.15}
{"id":"NIFi2strictv1_nohack_iv_000225_900_resp_rate_26_28_breaths_min_a6.11_h4","question":"Given the measurements through ICU hour 6.11, where will the next respiratory rate reading fall in the next 4 hours?\n\nOptions:\nA. 18-20 breaths/min\nB. 6-8 breaths/min\nC. 26-28 breaths/min\nD. 36-38 breaths/min","answer":"C","answer_text":"26-28 breaths/min","episode_id":"iv_000225","anchor_time":6.11}
{"id":"NIFi2strictv1_nohack_iv_000225_901_resp_rate_22_24_breaths_min_a15.72_h6","question":"Based on the time series up to ICU hour 15.72, predict the range for the next respiratory rate measurement during the next 6 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 22-24 breaths/min\nC. 8-10 breaths/min\nD. 20-22 breaths/min","answer":"B","answer_text":"22-24 breaths/min","episode_id":"iv_000225","anchor_time":15.72}
{"id":"NIFi2strictv1_nohack_iv_000225_902_resp_rate_20_22_breaths_min_a6.37_h2","question":"Given the measurements through ICU hour 6.37, where will the next respiratory rate reading fall in the next 2 hours?\n\nOptions:\nA. 30-32 breaths/min\nB. 26-28 breaths/min\nC. 22-24 breaths/min\nD. 20-22 breaths/min","answer":"D","answer_text":"20-22 breaths/min","episode_id":"iv_000225","anchor_time":6.37}
{"id":"NIFi2strictv1_nohack_iv_000226_905_heart_rate_62_64_bpm_a18.49_h8","question":"Given the measurements through ICU hour 18.49, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 76-78 bpm\nB. 84-86 bpm\nC. 62-64 bpm\nD. 68-70 bpm","answer":"C","answer_text":"62-64 bpm","episode_id":"iv_000226","anchor_time":18.49}
{"id":"NIFi2strictv1_nohack_iv_000226_906_spo2_92_94_a34.75_h10","question":"Based on the time series up to ICU hour 34.75, predict the range for the next oxygen saturation (SpO2) measurement during the next 10 hours.\n\nOptions:\nA. 92-94 %\nB. 94-96 %\nC. 84-86 %\nD. 80-82 %","answer":"A","answer_text":"92-94 %","episode_id":"iv_000226","anchor_time":34.75}
{"id":"NIFi2strictv1_nohack_iv_000226_907_heart_rate_54_56_bpm_a29.58_h4","question":"Given the measurements through ICU hour 29.58, where will the next heart rate reading fall in the next 4 hours?\n\nOptions:\nA. 52-54 bpm\nB. 54-56 bpm\nC. 60-62 bpm\nD. 64-66 bpm","answer":"B","answer_text":"54-56 bpm","episode_id":"iv_000226","anchor_time":29.58}
{"id":"NIFi2strictv1_nohack_iv_000227_909_wbc_10_12_10_9_l_a22.79_h2","question":"Based on the time series up to ICU hour 22.79, predict the range for the next white blood cell count measurement during the next 2 hours.\n\nOptions:\nA. 2-4 10^9/L\nB. 14-16 10^9/L\nC. 6-8 10^9/L\nD. 10-12 10^9/L","answer":"D","answer_text":"10-12 10^9/L","episode_id":"iv_000227","anchor_time":22.79}
{"id":"NIFi2strictv1_nohack_iv_000228_912_map_100_102_mmhg_a172.40_h8","question":"Using only data available through ICU hour 172.40, which range will the next observed mean arterial pressure value fall into within the next 8 hours?\n\nOptions:\nA. 100-102 mmHg\nB. 80-82 mmHg\nC. 84-86 mmHg\nD. 88-90 mmHg","answer":"A","answer_text":"100-102 mmHg","episode_id":"iv_000228","anchor_time":172.4}
{"id":"NIFi2strictv1_nohack_iv_000228_914_map_82_84_mmhg_a208.49_h2","question":"At ICU hour 208.49, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 86-88 mmHg\nB. 74-76 mmHg\nC. 80-82 mmHg\nD. 82-84 mmHg","answer":"D","answer_text":"82-84 mmHg","episode_id":"iv_000228","anchor_time":208.49}
{"id":"NIFi2strictv1_nohack_iv_000229_916_heart_rate_94_96_bpm_a7.11_h6","question":"At ICU hour 7.11, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 74-76 bpm\nB. 102-104 bpm\nC. 94-96 bpm\nD. 86-88 bpm","answer":"C","answer_text":"94-96 bpm","episode_id":"iv_000229","anchor_time":7.11}
{"id":"NIFi2strictv1_nohack_iv_000230_920_spo2_86_88_a18.73_h6","question":"Given the measurements through ICU hour 18.73, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 92-94 %\nB. 86-88 %\nC. 90-92 %\nD. 96-98 %","answer":"B","answer_text":"86-88 %","episode_id":"iv_000230","anchor_time":18.73}
{"id":"NIFi2strictv1_nohack_iv_000230_921_resp_rate_12_14_breaths_min_a33.08_h4","question":"At ICU hour 33.08, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 4 hours?\n\nOptions:\nA. 20-22 breaths/min\nB. 10-12 breaths/min\nC. 12-14 breaths/min\nD. 16-18 breaths/min","answer":"C","answer_text":"12-14 breaths/min","episode_id":"iv_000230","anchor_time":33.08}
{"id":"NIFi2strictv1_nohack_iv_000230_923_map_94_96_mmhg_a20.43_h10","question":"At ICU hour 20.43, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 10 hours?\n\nOptions:\nA. 76-78 mmHg\nB. 94-96 mmHg\nC. 80-82 mmHg\nD. 88-90 mmHg","answer":"B","answer_text":"94-96 mmHg","episode_id":"iv_000230","anchor_time":20.43}
{"id":"NIFi2strictv1_nohack_iv_000231_925_resp_rate_12_14_breaths_min_a24.74_h8","question":"Given the measurements through ICU hour 24.74, where will the next respiratory rate reading fall in the next 8 hours?\n\nOptions:\nA. 20-22 breaths/min\nB. 26-28 breaths/min\nC. 16-18 breaths/min\nD. 12-14 breaths/min","answer":"D","answer_text":"12-14 breaths/min","episode_id":"iv_000231","anchor_time":24.74}
{"id":"NIFi2strictv1_nohack_iv_000231_926_resp_rate_24_26_breaths_min_a24.98_h2","question":"Given the measurements through ICU hour 24.98, where will the next respiratory rate reading fall in the next 2 hours?\n\nOptions:\nA. 12-14 breaths/min\nB. 16-18 breaths/min\nC. 22-24 breaths/min\nD. 24-26 breaths/min","answer":"D","answer_text":"24-26 breaths/min","episode_id":"iv_000231","anchor_time":24.98}
{"id":"NIFi2strictv1_nohack_iv_000232_928_wbc_12_14_10_9_l_a96.65_h6","question":"Given the measurements through ICU hour 96.65, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 14-16 10^9/L\nB. 8-10 10^9/L\nC. 6-8 10^9/L\nD. 12-14 10^9/L","answer":"D","answer_text":"12-14 10^9/L","episode_id":"iv_000232","anchor_time":96.65}
{"id":"NIFi2strictv1_nohack_iv_000232_929_wbc_6_8_10_9_l_a36.14_h10","question":"Based on the time series up to ICU hour 36.14, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 30-32 10^9/L\nB. 28-30 10^9/L\nC. 20-22 10^9/L\nD. 6-8 10^9/L","answer":"D","answer_text":"6-8 10^9/L","episode_id":"iv_000232","anchor_time":36.14}
{"id":"NIFi2strictv1_nohack_iv_000232_930_wbc_14_16_10_9_l_a84.31_h10","question":"Based on the time series up to ICU hour 84.31, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 16-18 10^9/L\nB. 20-22 10^9/L\nC. 14-16 10^9/L\nD. 8-10 10^9/L","answer":"C","answer_text":"14-16 10^9/L","episode_id":"iv_000232","anchor_time":84.31}
{"id":"NIFi2strictv1_nohack_iv_000232_931_wbc_20_22_10_9_l_a25.32_h8","question":"Given the measurements through ICU hour 25.32, where will the next white blood cell count reading fall in the next 8 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 20-22 10^9/L\nC. 6-8 10^9/L\nD. 14-16 10^9/L","answer":"B","answer_text":"20-22 10^9/L","episode_id":"iv_000232","anchor_time":25.32}
{"id":"NIFi2strictv1_nohack_iv_000233_934_heart_rate_58_60_bpm_a3.38_h2","question":"At ICU hour 3.38, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 68-70 bpm\nB. 58-60 bpm\nC. 62-64 bpm\nD. 76-78 bpm","answer":"B","answer_text":"58-60 bpm","episode_id":"iv_000233","anchor_time":3.38}
{"id":"NIFi2strictv1_nohack_iv_000234_936_heart_rate_48_50_bpm_a11.13_h8","question":"Given the measurements through ICU hour 11.13, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 92-94 bpm\nB. 54-56 bpm\nC. 48-50 bpm\nD. 40-42 bpm","answer":"C","answer_text":"48-50 bpm","episode_id":"iv_000234","anchor_time":11.13}
{"id":"NIFi2strictv1_nohack_iv_000234_938_spo2_96_98_a7.35_h4","question":"Based on the time series up to ICU hour 7.35, predict the range for the next oxygen saturation (SpO2) measurement during the next 4 hours.\n\nOptions:\nA. 86-88 %\nB. 98-100 %\nC. 96-98 %\nD. 94-96 %","answer":"C","answer_text":"96-98 %","episode_id":"iv_000234","anchor_time":7.35}
{"id":"NIFi2strictv1_nohack_iv_000234_939_spo2_84_86_a11.13_h2","question":"Given the measurements through ICU hour 11.13, where will the next oxygen saturation (SpO2) reading fall in the next 2 hours?\n\nOptions:\nA. 84-86 %\nB. 98-100 %\nC. 92-94 %\nD. 96-98 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000234","anchor_time":11.13}
{"id":"NIFi2strictv1_nohack_iv_000235_941_map_132_134_mmhg_a6.99_h10","question":"Based on the time series up to ICU hour 6.99, predict the range for the next mean arterial pressure measurement during the next 10 hours.\n\nOptions:\nA. 106-108 mmHg\nB. 88-90 mmHg\nC. 132-134 mmHg\nD. 78-80 mmHg","answer":"C","answer_text":"132-134 mmHg","episode_id":"iv_000235","anchor_time":6.99}
{"id":"NIFi2strictv1_nohack_iv_000235_942_heart_rate_80_82_bpm_a10.66_h2","question":"Given the measurements through ICU hour 10.66, where will the next heart rate reading fall in the next 2 hours?\n\nOptions:\nA. 86-88 bpm\nB. 84-86 bpm\nC. 88-90 bpm\nD. 80-82 bpm","answer":"D","answer_text":"80-82 bpm","episode_id":"iv_000235","anchor_time":10.66}
{"id":"NIFi2strictv1_nohack_iv_000236_947_heart_rate_58_60_bpm_a9.03_h8","question":"Given the measurements through ICU hour 9.03, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 70-72 bpm\nB. 112-114 bpm\nC. 62-64 bpm\nD. 58-60 bpm","answer":"D","answer_text":"58-60 bpm","episode_id":"iv_000236","anchor_time":9.03}
{"id":"NIFi2strictv1_nohack_iv_000237_949_map_106_108_mmhg_a22.20_h2","question":"Based on the time series up to ICU hour 22.20, predict the range for the next mean arterial pressure measurement during the next 2 hours.\n\nOptions:\nA. 104-106 mmHg\nB. 110-112 mmHg\nC. 112-114 mmHg\nD. 106-108 mmHg","answer":"D","answer_text":"106-108 mmHg","episode_id":"iv_000237","anchor_time":22.2}
{"id":"NIFi2strictv1_nohack_iv_000237_951_resp_rate_28_30_breaths_min_a39.30_h8","question":"Given the measurements through ICU hour 39.30, where will the next respiratory rate reading fall in the next 8 hours?\n\nOptions:\nA. 18-20 breaths/min\nB. 28-30 breaths/min\nC. 32-34 breaths/min\nD. 26-28 breaths/min","answer":"B","answer_text":"28-30 breaths/min","episode_id":"iv_000237","anchor_time":39.3}
{"id":"NIFi2strictv1_nohack_iv_000238_952_creatinine_0_2_mg_dl_a46.35_h10","question":"Given the measurements through ICU hour 46.35, where will the next serum creatinine reading fall in the next 10 hours?\n\nOptions:\nA. 12-14 mg/dL\nB. 2-4 mg/dL\nC. 14-16 mg/dL\nD. 0-2 mg/dL","answer":"D","answer_text":"0-2 mg/dL","episode_id":"iv_000238","anchor_time":46.35}
{"id":"NIFi2strictv1_nohack_iv_000238_953_wbc_34_36_10_9_l_a128.29_h4","question":"At ICU hour 128.29, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 4 hours?\n\nOptions:\nA. 22-24 10^9/L\nB. 26-28 10^9/L\nC. 34-36 10^9/L\nD. 20-22 10^9/L","answer":"C","answer_text":"34-36 10^9/L","episode_id":"iv_000238","anchor_time":128.29}
{"id":"NIFi2strictv1_nohack_iv_000238_955_wbc_34_36_10_9_l_a128.29_h8","question":"Based on the time series up to ICU hour 128.29, predict the range for the next white blood cell count measurement during the next 8 hours.\n\nOptions:\nA. 38-40 10^9/L\nB. 34-36 10^9/L\nC. 22-24 10^9/L\nD. 26-28 10^9/L","answer":"B","answer_text":"34-36 10^9/L","episode_id":"iv_000238","anchor_time":128.29}
{"id":"NIFi2strictv1_nohack_iv_000239_957_map_68_70_mmhg_a48.03_h2","question":"At ICU hour 48.03, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 72-74 mmHg\nB. 62-64 mmHg\nC. 68-70 mmHg\nD. 76-78 mmHg","answer":"C","answer_text":"68-70 mmHg","episode_id":"iv_000239","anchor_time":48.03}
{"id":"NIFi2strictv1_nohack_iv_000239_959_resp_rate_32_34_breaths_min_a8.42_h4","question":"Given the measurements through ICU hour 8.42, where will the next respiratory rate reading fall in the next 4 hours?\n\nOptions:\nA. 28-30 breaths/min\nB. 32-34 breaths/min\nC. 24-26 breaths/min\nD. 18-20 breaths/min","answer":"B","answer_text":"32-34 breaths/min","episode_id":"iv_000239","anchor_time":8.42}
{"id":"NIFi2strictv1_nohack_iv_000240_961_spo2_94_96_a14.01_h10","question":"Based on the time series up to ICU hour 14.01, predict the range for the next oxygen saturation (SpO2) measurement during the next 10 hours.\n\nOptions:\nA. 86-88 %\nB. 98-100 %\nC. 94-96 %\nD. 82-84 %","answer":"C","answer_text":"94-96 %","episode_id":"iv_000240","anchor_time":14.01}
{"id":"NIFi2strictv1_nohack_iv_000240_962_heart_rate_92_94_bpm_a18.65_h8","question":"Based on the time series up to ICU hour 18.65, predict the range for the next heart rate measurement during the next 8 hours.\n\nOptions:\nA. 84-86 bpm\nB. 88-90 bpm\nC. 92-94 bpm\nD. 90-92 bpm","answer":"C","answer_text":"92-94 bpm","episode_id":"iv_000240","anchor_time":18.65}
{"id":"NIFi2strictv1_nohack_iv_000241_964_spo2_90_92_a24.96_h6","question":"Using only data available through ICU hour 24.96, which range will the next observed oxygen saturation (SpO2) value fall into within the next 6 hours?\n\nOptions:\nA. 96-98 %\nB. 90-92 %\nC. 94-96 %\nD. 82-84 %","answer":"B","answer_text":"90-92 %","episode_id":"iv_000241","anchor_time":24.96}
{"id":"NIFi2strictv1_nohack_iv_000241_965_map_90_92_mmhg_a23.33_h10","question":"Using only data available through ICU hour 23.33, which range will the next observed mean arterial pressure value fall into within the next 10 hours?\n\nOptions:\nA. 64-66 mmHg\nB. 90-92 mmHg\nC. 86-88 mmHg\nD. 74-76 mmHg","answer":"B","answer_text":"90-92 mmHg","episode_id":"iv_000241","anchor_time":23.33}
{"id":"NIFi2strictv1_nohack_iv_000241_967_spo2_86_88_a8.68_h4","question":"At ICU hour 8.68, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 4 hours?\n\nOptions:\nA. 86-88 %\nB. 82-84 %\nC. 76-78 %\nD. 96-98 %","answer":"A","answer_text":"86-88 %","episode_id":"iv_000241","anchor_time":8.68}
{"id":"NIFi2strictv1_nohack_iv_000242_968_heart_rate_84_86_bpm_a6.13_h2","question":"Given the measurements through ICU hour 6.13, where will the next heart rate reading fall in the next 2 hours?\n\nOptions:\nA. 74-76 bpm\nB. 48-50 bpm\nC. 80-82 bpm\nD. 84-86 bpm","answer":"D","answer_text":"84-86 bpm","episode_id":"iv_000242","anchor_time":6.13}
{"id":"NIFi2strictv1_nohack_iv_000242_970_resp_rate_10_12_breaths_min_a45.14_h8","question":"Using only data available through ICU hour 45.14, which range will the next observed respiratory rate value fall into within the next 8 hours?\n\nOptions:\nA. 24-26 breaths/min\nB. 18-20 breaths/min\nC. 10-12 breaths/min\nD. 22-24 breaths/min","answer":"C","answer_text":"10-12 breaths/min","episode_id":"iv_000242","anchor_time":45.14}
{"id":"NIFi2strictv1_nohack_iv_000243_973_wbc_34_36_10_9_l_a75.71_h4","question":"Based on the time series up to ICU hour 75.71, predict the range for the next white blood cell count measurement during the next 4 hours.\n\nOptions:\nA. 38-40 10^9/L\nB. 26-28 10^9/L\nC. 34-36 10^9/L\nD. 30-32 10^9/L","answer":"C","answer_text":"34-36 10^9/L","episode_id":"iv_000243","anchor_time":75.71}
{"id":"NIFi2strictv1_nohack_iv_000243_974_wbc_28_30_10_9_l_a22.26_h10","question":"Using only data available through ICU hour 22.26, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 28-30 10^9/L\nB. 18-20 10^9/L\nC. 22-24 10^9/L\nD. 12-14 10^9/L","answer":"A","answer_text":"28-30 10^9/L","episode_id":"iv_000243","anchor_time":22.26}
{"id":"NIFi2strictv1_nohack_iv_000243_975_creatinine_4_6_mg_dl_a50.11_h10","question":"Given the measurements through ICU hour 50.11, where will the next serum creatinine reading fall in the next 10 hours?\n\nOptions:\nA. 4-6 mg/dL\nB. 10-12 mg/dL\nC. 6-8 mg/dL\nD. 0-2 mg/dL","answer":"A","answer_text":"4-6 mg/dL","episode_id":"iv_000243","anchor_time":50.11}
{"id":"NIFi2strictv1_nohack_iv_000244_977_spo2_92_94_a6.90_h4","question":"Given the measurements through ICU hour 6.90, where will the next oxygen saturation (SpO2) reading fall in the next 4 hours?\n\nOptions:\nA. 94-96 %\nB. 96-98 %\nC. 82-84 %\nD. 92-94 %","answer":"D","answer_text":"92-94 %","episode_id":"iv_000244","anchor_time":6.9}
{"id":"NIFi2strictv1_nohack_iv_000245_982_resp_rate_24_26_breaths_min_a7.64_h10","question":"At ICU hour 7.64, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 10 hours?\n\nOptions:\nA. 24-26 breaths/min\nB. 16-18 breaths/min\nC. 22-24 breaths/min\nD. 6-8 breaths/min","answer":"A","answer_text":"24-26 breaths/min","episode_id":"iv_000245","anchor_time":7.64}
{"id":"NIFi2strictv1_nohack_iv_000246_984_heart_rate_48_50_bpm_a15.06_h6","question":"Using only data available through ICU hour 15.06, which range will the next observed heart rate value fall into within the next 6 hours?\n\nOptions:\nA. 48-50 bpm\nB. 84-86 bpm\nC. 70-72 bpm\nD. 90-92 bpm","answer":"A","answer_text":"48-50 bpm","episode_id":"iv_000246","anchor_time":15.06}
{"id":"NIFi2strictv1_nohack_iv_000246_985_map_74_76_mmhg_a86.53_h2","question":"Given the measurements through ICU hour 86.53, where will the next mean arterial pressure reading fall in the next 2 hours?\n\nOptions:\nA. 72-74 mmHg\nB. 68-70 mmHg\nC. 74-76 mmHg\nD. 58-60 mmHg","answer":"C","answer_text":"74-76 mmHg","episode_id":"iv_000246","anchor_time":86.53}
{"id":"NIFi2strictv1_nohack_iv_000246_986_spo2_84_86_a15.06_h10","question":"Given the measurements through ICU hour 15.06, where will the next oxygen saturation (SpO2) reading fall in the next 10 hours?\n\nOptions:\nA. 72-74 %\nB. 86-88 %\nC. 98-100 %\nD. 84-86 %","answer":"D","answer_text":"84-86 %","episode_id":"iv_000246","anchor_time":15.06}
{"id":"NIFi2strictv1_nohack_iv_000246_987_wbc_6_8_10_9_l_a58.96_h6","question":"Given the measurements through ICU hour 58.96, where will the next white blood cell count reading fall in the next 6 hours?\n\nOptions:\nA. 6-8 10^9/L\nB. 8-10 10^9/L\nC. 4-6 10^9/L\nD. 0-2 10^9/L","answer":"A","answer_text":"6-8 10^9/L","episode_id":"iv_000246","anchor_time":58.96}
{"id":"NIFi2strictv1_nohack_iv_000247_988_resp_rate_12_14_breaths_min_a10.56_h8","question":"At ICU hour 10.56, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 12-14 breaths/min\nB. 18-20 breaths/min\nC. 16-18 breaths/min\nD. 20-22 breaths/min","answer":"A","answer_text":"12-14 breaths/min","episode_id":"iv_000247","anchor_time":10.56}
{"id":"NIFi2strictv1_nohack_iv_000247_989_resp_rate_18_20_breaths_min_a32.78_h4","question":"Based on the time series up to ICU hour 32.78, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 14-16 breaths/min\nC. 10-12 breaths/min\nD. 16-18 breaths/min","answer":"A","answer_text":"18-20 breaths/min","episode_id":"iv_000247","anchor_time":32.78}
{"id":"NIFi2strictv1_nohack_iv_000248_992_heart_rate_68_70_bpm_a17.77_h10","question":"Using only data available through ICU hour 17.77, which range will the next observed heart rate value fall into within the next 10 hours?\n\nOptions:\nA. 78-80 bpm\nB. 80-82 bpm\nC. 68-70 bpm\nD. 88-90 bpm","answer":"C","answer_text":"68-70 bpm","episode_id":"iv_000248","anchor_time":17.77}
{"id":"NIFi2strictv1_nohack_iv_000248_993_map_72_74_mmhg_a21.30_h6","question":"Given the measurements through ICU hour 21.30, where will the next mean arterial pressure reading fall in the next 6 hours?\n\nOptions:\nA. 82-84 mmHg\nB. 74-76 mmHg\nC. 72-74 mmHg\nD. 66-68 mmHg","answer":"C","answer_text":"72-74 mmHg","episode_id":"iv_000248","anchor_time":21.3}
{"id":"NIFi2strictv1_nohack_iv_000248_994_map_96_98_mmhg_a8.23_h2","question":"Using only data available through ICU hour 8.23, which range will the next observed mean arterial pressure value fall into within the next 2 hours?\n\nOptions:\nA. 74-76 mmHg\nB. 82-84 mmHg\nC. 70-72 mmHg\nD. 96-98 mmHg","answer":"D","answer_text":"96-98 mmHg","episode_id":"iv_000248","anchor_time":8.23}
{"id":"NIFi2strictv1_nohack_iv_000248_995_map_96_98_mmhg_a8.23_h4","question":"Using only data available through ICU hour 8.23, which range will the next observed mean arterial pressure value fall into within the next 4 hours?\n\nOptions:\nA. 62-64 mmHg\nB. 106-108 mmHg\nC. 96-98 mmHg\nD. 82-84 mmHg","answer":"C","answer_text":"96-98 mmHg","episode_id":"iv_000248","anchor_time":8.23}
{"id":"NIFi2strictv1_nohack_iv_000249_996_wbc_8_10_10_9_l_a42.85_h8","question":"Given the measurements through ICU hour 42.85, where will the next white blood cell count reading fall in the next 8 hours?\n\nOptions:\nA. 8-10 10^9/L\nB. 10-12 10^9/L\nC. 6-8 10^9/L\nD. 4-6 10^9/L","answer":"A","answer_text":"8-10 10^9/L","episode_id":"iv_000249","anchor_time":42.85}
{"id":"NIFi2strictv1_nohack_iv_000249_997_wbc_12_14_10_9_l_a65.28_h6","question":"Based on the time series up to ICU hour 65.28, predict the range for the next white blood cell count measurement during the next 6 hours.\n\nOptions:\nA. 8-10 10^9/L\nB. 0-2 10^9/L\nC. 10-12 10^9/L\nD. 12-14 10^9/L","answer":"D","answer_text":"12-14 10^9/L","episode_id":"iv_000249","anchor_time":65.28}
{"id":"NIFi2strictv1_nohack_iv_000249_998_spo2_84_86_a51.29_h2","question":"Using only data available through ICU hour 51.29, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 84-86 %\nB. 96-98 %\nC. 94-96 %\nD. 90-92 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000249","anchor_time":51.29}
{"id":"NIFi2strictv1_nohack_iv_000250_1001_spo2_84_86_a8.10_h10","question":"At ICU hour 8.10, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 10 hours?\n\nOptions:\nA. 98-100 %\nB. 84-86 %\nC. 80-82 %\nD. 92-94 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000250","anchor_time":8.1}
{"id":"NIFi2strictv1_nohack_iv_000250_1003_heart_rate_86_88_bpm_a8.90_h4","question":"Given the measurements through ICU hour 8.90, where will the next heart rate reading fall in the next 4 hours?\n\nOptions:\nA. 86-88 bpm\nB. 52-54 bpm\nC. 72-74 bpm\nD. 92-94 bpm","answer":"A","answer_text":"86-88 bpm","episode_id":"iv_000250","anchor_time":8.9}
{"id":"NIFi2strictv1_nohack_iv_000251_1006_map_62_64_mmhg_a20.68_h8","question":"At ICU hour 20.68, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 8 hours?\n\nOptions:\nA. 68-70 mmHg\nB. 62-64 mmHg\nC. 78-80 mmHg\nD. 94-96 mmHg","answer":"B","answer_text":"62-64 mmHg","episode_id":"iv_000251","anchor_time":20.68}
{"id":"NIFi2strictv1_nohack_iv_000253_1015_spo2_86_88_a33.32_h4","question":"Given the measurements through ICU hour 33.32, where will the next oxygen saturation (SpO2) reading fall in the next 4 hours?\n\nOptions:\nA. 86-88 %\nB. 92-94 %\nC. 96-98 %\nD. 94-96 %","answer":"A","answer_text":"86-88 %","episode_id":"iv_000253","anchor_time":33.32}
{"id":"NIFi2strictv1_nohack_iv_000254_1019_heart_rate_98_100_bpm_a3.41_h2","question":"Using only data available through ICU hour 3.41, which range will the next observed heart rate value fall into within the next 2 hours?\n\nOptions:\nA. 98-100 bpm\nB. 104-106 bpm\nC. 102-104 bpm\nD. 106-108 bpm","answer":"A","answer_text":"98-100 bpm","episode_id":"iv_000254","anchor_time":3.41}
{"id":"NIFi2strictv1_nohack_iv_000256_1024_resp_rate_22_24_breaths_min_a6.91_h4","question":"Given the measurements through ICU hour 6.91, where will the next respiratory rate reading fall in the next 4 hours?\n\nOptions:\nA. 32-34 breaths/min\nB. 22-24 breaths/min\nC. 16-18 breaths/min\nD. 10-12 breaths/min","answer":"B","answer_text":"22-24 breaths/min","episode_id":"iv_000256","anchor_time":6.91}
{"id":"NIFi2strictv1_nohack_iv_000258_1034_heart_rate_158_160_bpm_a50.96_h4","question":"Using only data available through ICU hour 50.96, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 158-160 bpm\nB. 166-168 bpm\nC. 150-152 bpm\nD. 88-90 bpm","answer":"A","answer_text":"158-160 bpm","episode_id":"iv_000258","anchor_time":50.96}
{"id":"NIFi2strictv1_nohack_iv_000258_1035_heart_rate_158_160_bpm_a50.96_h8","question":"Given the measurements through ICU hour 50.96, where will the next heart rate reading fall in the next 8 hours?\n\nOptions:\nA. 158-160 bpm\nB. 154-156 bpm\nC. 156-158 bpm\nD. 88-90 bpm","answer":"A","answer_text":"158-160 bpm","episode_id":"iv_000258","anchor_time":50.96}
{"id":"NIFi2strictv1_nohack_iv_000259_1036_spo2_86_88_a93.87_h6","question":"Given the measurements through ICU hour 93.87, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 94-96 %\nB. 86-88 %\nC. 74-76 %\nD. 96-98 %","answer":"B","answer_text":"86-88 %","episode_id":"iv_000259","anchor_time":93.87}
{"id":"NIFi2strictv1_nohack_iv_000259_1037_wbc_10_12_10_9_l_a70.75_h10","question":"Based on the time series up to ICU hour 70.75, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 10-12 10^9/L\nB. 32-34 10^9/L\nC. 18-20 10^9/L\nD. 28-30 10^9/L","answer":"A","answer_text":"10-12 10^9/L","episode_id":"iv_000259","anchor_time":70.75}
{"id":"NIFi2strictv1_nohack_iv_000259_1038_spo2_92_94_a46.41_h2","question":"At ICU hour 46.41, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 2 hours?\n\nOptions:\nA. 90-92 %\nB. 92-94 %\nC. 98-100 %\nD. 86-88 %","answer":"B","answer_text":"92-94 %","episode_id":"iv_000259","anchor_time":46.41}
{"id":"NIFi2strictv1_nohack_iv_000263_1052_map_70_72_mmhg_a23.82_h2","question":"Given the measurements through ICU hour 23.82, where will the next mean arterial pressure reading fall in the next 2 hours?\n\nOptions:\nA. 70-72 mmHg\nB. 66-68 mmHg\nC. 86-88 mmHg\nD. 76-78 mmHg","answer":"A","answer_text":"70-72 mmHg","episode_id":"iv_000263","anchor_time":23.82}
{"id":"NIFi2strictv1_nohack_iv_000265_1060_resp_rate_12_14_breaths_min_a7.83_h4","question":"Using only data available through ICU hour 7.83, which range will the next observed respiratory rate value fall into within the next 4 hours?\n\nOptions:\nA. 10-12 breaths/min\nB. 12-14 breaths/min\nC. 20-22 breaths/min\nD. 14-16 breaths/min","answer":"B","answer_text":"12-14 breaths/min","episode_id":"iv_000265","anchor_time":7.83}
{"id":"NIFi2strictv1_nohack_iv_000265_1063_map_68_70_mmhg_a18.50_h8","question":"At ICU hour 18.50, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 8 hours?\n\nOptions:\nA. 68-70 mmHg\nB. 84-86 mmHg\nC. 94-96 mmHg\nD. 78-80 mmHg","answer":"A","answer_text":"68-70 mmHg","episode_id":"iv_000265","anchor_time":18.5}
{"id":"NIFi2strictv1_nohack_iv_000266_1064_spo2_84_86_a112.41_h6","question":"Based on the time series up to ICU hour 112.41, predict the range for the next oxygen saturation (SpO2) measurement during the next 6 hours.\n\nOptions:\nA. 84-86 %\nB. 98-100 %\nC. 86-88 %\nD. 92-94 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000266","anchor_time":112.41}
{"id":"NIFi2strictv1_nohack_iv_000266_1067_creatinine_4_6_mg_dl_a49.92_h4","question":"Using only data available through ICU hour 49.92, which range will the next observed serum creatinine value fall into within the next 4 hours?\n\nOptions:\nA. 4-6 mg/dL\nB. 10-12 mg/dL\nC. 2-4 mg/dL\nD. 0-2 mg/dL","answer":"A","answer_text":"4-6 mg/dL","episode_id":"iv_000266","anchor_time":49.92}
{"id":"NIFi2strictv1_nohack_iv_000268_1075_heart_rate_116_118_bpm_a33.91_h6","question":"At ICU hour 33.91, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 116-118 bpm\nB. 88-90 bpm\nC. 120-122 bpm\nD. 114-116 bpm","answer":"A","answer_text":"116-118 bpm","episode_id":"iv_000268","anchor_time":33.91}
{"id":"NIFi2strictv1_nohack_iv_000269_1076_map_54_56_mmhg_a3.65_h2","question":"At ICU hour 3.65, using observations up to that point, which range best matches the next recorded mean arterial pressure value within the following 2 hours?\n\nOptions:\nA. 64-66 mmHg\nB. 54-56 mmHg\nC. 66-68 mmHg\nD. 56-58 mmHg","answer":"B","answer_text":"54-56 mmHg","episode_id":"iv_000269","anchor_time":3.65}
{"id":"NIFi2strictv1_nohack_iv_000272_1090_resp_rate_18_20_breaths_min_a7.16_h10","question":"Based on the time series up to ICU hour 7.16, predict the range for the next respiratory rate measurement during the next 10 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 38-40 breaths/min\nC. 28-30 breaths/min\nD. 24-26 breaths/min","answer":"A","answer_text":"18-20 breaths/min","episode_id":"iv_000272","anchor_time":7.16}
{"id":"NIFi2strictv1_nohack_iv_000276_1106_wbc_6_8_10_9_l_a59.75_h2","question":"At ICU hour 59.75, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 2 hours?\n\nOptions:\nA. 6-8 10^9/L\nB. 8-10 10^9/L\nC. 2-4 10^9/L\nD. 0-2 10^9/L","answer":"A","answer_text":"6-8 10^9/L","episode_id":"iv_000276","anchor_time":59.75}
{"id":"NIFi2strictv1_nohack_iv_000277_1111_resp_rate_30_32_breaths_min_a15.68_h10","question":"Based on the time series up to ICU hour 15.68, predict the range for the next respiratory rate measurement during the next 10 hours.\n\nOptions:\nA. 18-20 breaths/min\nB. 30-32 breaths/min\nC. 24-26 breaths/min\nD. 16-18 breaths/min","answer":"B","answer_text":"30-32 breaths/min","episode_id":"iv_000277","anchor_time":15.68}
{"id":"NIFi2strictv1_nohack_iv_000278_1114_spo2_84_86_a5.68_h4","question":"Based on the time series up to ICU hour 5.68, predict the range for the next oxygen saturation (SpO2) measurement during the next 4 hours.\n\nOptions:\nA. 92-94 %\nB. 84-86 %\nC. 90-92 %\nD. 98-100 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000278","anchor_time":5.68}
{"id":"NIFi2strictv1_nohack_iv_000278_1115_spo2_84_86_a5.68_h8","question":"Given the measurements through ICU hour 5.68, where will the next oxygen saturation (SpO2) reading fall in the next 8 hours?\n\nOptions:\nA. 98-100 %\nB. 84-86 %\nC. 76-78 %\nD. 90-92 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000278","anchor_time":5.68}
{"id":"NIFi2strictv1_nohack_iv_000283_1132_map_66_68_mmhg_a18.86_h8","question":"Given the measurements through ICU hour 18.86, where will the next mean arterial pressure reading fall in the next 8 hours?\n\nOptions:\nA. 66-68 mmHg\nB. 124-126 mmHg\nC. 72-74 mmHg\nD. 96-98 mmHg","answer":"A","answer_text":"66-68 mmHg","episode_id":"iv_000283","anchor_time":18.86}
{"id":"NIFi2strictv1_nohack_iv_000283_1135_map_94_96_mmhg_a20.88_h8","question":"Given the measurements through ICU hour 20.88, where will the next mean arterial pressure reading fall in the next 8 hours?\n\nOptions:\nA. 94-96 mmHg\nB. 86-88 mmHg\nC. 90-92 mmHg\nD. 80-82 mmHg","answer":"A","answer_text":"94-96 mmHg","episode_id":"iv_000283","anchor_time":20.88}
{"id":"NIFi2strictv1_nohack_iv_000284_1136_heart_rate_48_50_bpm_a43.93_h6","question":"At ICU hour 43.93, using observations up to that point, which range best matches the next recorded heart rate value within the following 6 hours?\n\nOptions:\nA. 48-50 bpm\nB. 78-80 bpm\nC. 42-44 bpm\nD. 44-46 bpm","answer":"A","answer_text":"48-50 bpm","episode_id":"iv_000284","anchor_time":43.93}
{"id":"NIFi2strictv1_nohack_iv_000284_1138_heart_rate_78_80_bpm_a32.62_h4","question":"At ICU hour 32.62, using observations up to that point, which range best matches the next recorded heart rate value within the following 4 hours?\n\nOptions:\nA. 80-82 bpm\nB. 78-80 bpm\nC. 82-84 bpm\nD. 92-94 bpm","answer":"B","answer_text":"78-80 bpm","episode_id":"iv_000284","anchor_time":32.62}
{"id":"NIFi2strictv1_nohack_iv_000285_1141_wbc_0_2_10_9_l_a258.76_h10","question":"Using only data available through ICU hour 258.76, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 0-2 10^9/L\nB. 44-46 10^9/L\nC. 2-4 10^9/L\nD. 24-26 10^9/L","answer":"A","answer_text":"0-2 10^9/L","episode_id":"iv_000285","anchor_time":258.76}
{"id":"NIFi2strictv1_nohack_iv_000285_1142_wbc_24_26_10_9_l_a110.32_h2","question":"Using only data available through ICU hour 110.32, which range will the next observed white blood cell count value fall into within the next 2 hours?\n\nOptions:\nA. 24-26 10^9/L\nB. 26-28 10^9/L\nC. 16-18 10^9/L\nD. 18-20 10^9/L","answer":"A","answer_text":"24-26 10^9/L","episode_id":"iv_000285","anchor_time":110.32}
{"id":"NIFi2strictv1_nohack_iv_000285_1143_map_78_80_mmhg_a258.76_h4","question":"Given the measurements through ICU hour 258.76, where will the next mean arterial pressure reading fall in the next 4 hours?\n\nOptions:\nA. 72-74 mmHg\nB. 78-80 mmHg\nC. 84-86 mmHg\nD. 86-88 mmHg","answer":"B","answer_text":"78-80 mmHg","episode_id":"iv_000285","anchor_time":258.76}
{"id":"NIFi2strictv1_nohack_iv_000286_1146_resp_rate_12_14_breaths_min_a121.45_h2","question":"Using only data available through ICU hour 121.45, which range will the next observed respiratory rate value fall into within the next 2 hours?\n\nOptions:\nA. 8-10 breaths/min\nB. 12-14 breaths/min\nC. 16-18 breaths/min\nD. 14-16 breaths/min","answer":"B","answer_text":"12-14 breaths/min","episode_id":"iv_000286","anchor_time":121.45}
{"id":"NIFi2strictv1_nohack_iv_000287_1150_map_60_62_mmhg_a91.34_h6","question":"Based on the time series up to ICU hour 91.34, predict the range for the next mean arterial pressure measurement during the next 6 hours.\n\nOptions:\nA. 60-62 mmHg\nB. 72-74 mmHg\nC. 82-84 mmHg\nD. 68-70 mmHg","answer":"A","answer_text":"60-62 mmHg","episode_id":"iv_000287","anchor_time":91.34}
{"id":"NIFi2strictv1_nohack_iv_000288_1155_resp_rate_28_30_breaths_min_a29.24_h4","question":"Given the measurements through ICU hour 29.24, where will the next respiratory rate reading fall in the next 4 hours?\n\nOptions:\nA. 28-30 breaths/min\nB. 30-32 breaths/min\nC. 24-26 breaths/min\nD. 26-28 breaths/min","answer":"A","answer_text":"28-30 breaths/min","episode_id":"iv_000288","anchor_time":29.24}
{"id":"NIFi2strictv1_nohack_iv_000290_1161_heart_rate_94_96_bpm_a24.87_h10","question":"At ICU hour 24.87, using observations up to that point, which range best matches the next recorded heart rate value within the following 10 hours?\n\nOptions:\nA. 94-96 bpm\nB. 48-50 bpm\nC. 86-88 bpm\nD. 100-102 bpm","answer":"A","answer_text":"94-96 bpm","episode_id":"iv_000290","anchor_time":24.87}
{"id":"NIFi2strictv1_nohack_iv_000291_1166_heart_rate_84_86_bpm_a71.43_h4","question":"Given the measurements through ICU hour 71.43, where will the next heart rate reading fall in the next 4 hours?\n\nOptions:\nA. 84-86 bpm\nB. 58-60 bpm\nC. 38-40 bpm\nD. 82-84 bpm","answer":"A","answer_text":"84-86 bpm","episode_id":"iv_000291","anchor_time":71.43}
{"id":"NIFi2strictv1_nohack_iv_000292_1168_resp_rate_8_10_breaths_min_a7.81_h2","question":"Based on the time series up to ICU hour 7.81, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 14-16 breaths/min\nB. 8-10 breaths/min\nC. 10-12 breaths/min\nD. 22-24 breaths/min","answer":"B","answer_text":"8-10 breaths/min","episode_id":"iv_000292","anchor_time":7.81}
{"id":"NIFi2strictv1_nohack_iv_000293_1174_spo2_90_92_a26.65_h4","question":"Based on the time series up to ICU hour 26.65, predict the range for the next oxygen saturation (SpO2) measurement during the next 4 hours.\n\nOptions:\nA. 90-92 %\nB. 98-100 %\nC. 92-94 %\nD. 94-96 %","answer":"A","answer_text":"90-92 %","episode_id":"iv_000293","anchor_time":26.65}
{"id":"NIFi2strictv1_nohack_iv_000294_1176_temperature_36_38_c_a7.64_h6","question":"Given the measurements through ICU hour 7.64, where will the next body temperature reading fall in the next 6 hours?\n\nOptions:\nA. 34-36 C\nB. 36-38 C\nC. 40-42 C\nD. 38-40 C","answer":"B","answer_text":"36-38 C","episode_id":"iv_000294","anchor_time":7.64}
{"id":"NIFi2strictv1_nohack_iv_000294_1178_wbc_12_14_10_9_l_a5.65_h10","question":"Given the measurements through ICU hour 5.65, where will the next white blood cell count reading fall in the next 10 hours?\n\nOptions:\nA. 12-14 10^9/L\nB. 16-18 10^9/L\nC. 4-6 10^9/L\nD. 8-10 10^9/L","answer":"A","answer_text":"12-14 10^9/L","episode_id":"iv_000294","anchor_time":5.65}
{"id":"NIFi2strictv1_nohack_iv_000297_1190_wbc_16_18_10_9_l_a10.53_h10","question":"Using only data available through ICU hour 10.53, which range will the next observed white blood cell count value fall into within the next 10 hours?\n\nOptions:\nA. 14-16 10^9/L\nB. 16-18 10^9/L\nC. 6-8 10^9/L\nD. 12-14 10^9/L","answer":"B","answer_text":"16-18 10^9/L","episode_id":"iv_000297","anchor_time":10.53}
{"id":"NIFi2strictv1_nohack_iv_000297_1191_map_84_86_mmhg_a25.00_h6","question":"Using only data available through ICU hour 25.00, which range will the next observed mean arterial pressure value fall into within the next 6 hours?\n\nOptions:\nA. 84-86 mmHg\nB. 88-90 mmHg\nC. 92-94 mmHg\nD. 100-102 mmHg","answer":"A","answer_text":"84-86 mmHg","episode_id":"iv_000297","anchor_time":25}
{"id":"NIFi2strictv1_nohack_iv_000298_1193_heart_rate_102_104_bpm_a157.24_h4","question":"Given the measurements through ICU hour 157.24, where will the next heart rate reading fall in the next 4 hours?\n\nOptions:\nA. 102-104 bpm\nB. 98-100 bpm\nC. 48-50 bpm\nD. 92-94 bpm","answer":"A","answer_text":"102-104 bpm","episode_id":"iv_000298","anchor_time":157.24}
{"id":"NIFi2strictv1_nohack_iv_000299_1198_spo2_86_88_a6.54_h2","question":"Using only data available through ICU hour 6.54, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 96-98 %\nB. 86-88 %\nC. 90-92 %\nD. 82-84 %","answer":"B","answer_text":"86-88 %","episode_id":"iv_000299","anchor_time":6.54}
{"id":"NIFi2strictv1_nohack_iv_000300_1202_wbc_16_18_10_9_l_a29.20_h8","question":"Based on the time series up to ICU hour 29.20, predict the range for the next white blood cell count measurement during the next 8 hours.\n\nOptions:\nA. 16-18 10^9/L\nB. 10-12 10^9/L\nC. 8-10 10^9/L\nD. 2-4 10^9/L","answer":"A","answer_text":"16-18 10^9/L","episode_id":"iv_000300","anchor_time":29.2}
{"id":"NIFi2strictv1_nohack_iv_000302_1209_spo2_92_94_a4.99_h8","question":"At ICU hour 4.99, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 8 hours?\n\nOptions:\nA. 96-98 %\nB. 92-94 %\nC. 90-92 %\nD. 80-82 %","answer":"B","answer_text":"92-94 %","episode_id":"iv_000302","anchor_time":4.99}
{"id":"NIFi2strictv1_nohack_iv_000305_1223_resp_rate_10_12_breaths_min_a9.03_h6","question":"Given the measurements through ICU hour 9.03, where will the next respiratory rate reading fall in the next 6 hours?\n\nOptions:\nA. 10-12 breaths/min\nB. 18-20 breaths/min\nC. 14-16 breaths/min\nD. 6-8 breaths/min","answer":"A","answer_text":"10-12 breaths/min","episode_id":"iv_000305","anchor_time":9.03}
{"id":"NIFi2strictv1_nohack_iv_000307_1228_temperature_30_32_c_a37.62_h2","question":"Using only data available through ICU hour 37.62, which range will the next observed body temperature value fall into within the next 2 hours?\n\nOptions:\nA. 30-32 C\nB. 36-38 C\nC. 34-36 C\nD. 38-40 C","answer":"A","answer_text":"30-32 C","episode_id":"iv_000307","anchor_time":37.62}
{"id":"NIFi2strictv1_nohack_iv_000307_1231_heart_rate_38_40_bpm_a145.06_h2","question":"At ICU hour 145.06, using observations up to that point, which range best matches the next recorded heart rate value within the following 2 hours?\n\nOptions:\nA. 30-32 bpm\nB. 38-40 bpm\nC. 136-138 bpm\nD. 52-54 bpm","answer":"B","answer_text":"38-40 bpm","episode_id":"iv_000307","anchor_time":145.06}
{"id":"NIFi2strictv1_nohack_iv_000308_1232_temperature_34_36_c_a3.67_h10","question":"Based on the time series up to ICU hour 3.67, predict the range for the next body temperature measurement during the next 10 hours.\n\nOptions:\nA. 38-40 C\nB. 34-36 C\nC. 36-38 C\nD. 30-32 C","answer":"B","answer_text":"34-36 C","episode_id":"iv_000308","anchor_time":3.67}
{"id":"NIFi2strictv1_nohack_iv_000310_1243_heart_rate_72_74_bpm_a12.63_h10","question":"Given the measurements through ICU hour 12.63, where will the next heart rate reading fall in the next 10 hours?\n\nOptions:\nA. 72-74 bpm\nB. 66-68 bpm\nC. 80-82 bpm\nD. 70-72 bpm","answer":"A","answer_text":"72-74 bpm","episode_id":"iv_000310","anchor_time":12.63}
{"id":"NIFi2strictv1_nohack_iv_000313_1254_wbc_10_12_10_9_l_a33.42_h8","question":"Based on the time series up to ICU hour 33.42, predict the range for the next white blood cell count measurement during the next 8 hours.\n\nOptions:\nA. 14-16 10^9/L\nB. 10-12 10^9/L\nC. 6-8 10^9/L\nD. 20-22 10^9/L","answer":"B","answer_text":"10-12 10^9/L","episode_id":"iv_000313","anchor_time":33.42}
{"id":"NIFi2strictv1_nohack_iv_000314_1259_map_98_100_mmhg_a78.30_h4","question":"Based on the time series up to ICU hour 78.30, predict the range for the next mean arterial pressure measurement during the next 4 hours.\n\nOptions:\nA. 96-98 mmHg\nB. 98-100 mmHg\nC. 74-76 mmHg\nD. 106-108 mmHg","answer":"B","answer_text":"98-100 mmHg","episode_id":"iv_000314","anchor_time":78.3}
{"id":"NIFi2strictv1_nohack_iv_000316_1265_wbc_6_8_10_9_l_a56.47_h8","question":"Using only data available through ICU hour 56.47, which range will the next observed white blood cell count value fall into within the next 8 hours?\n\nOptions:\nA. 6-8 10^9/L\nB. 8-10 10^9/L\nC. 0-2 10^9/L\nD. 10-12 10^9/L","answer":"A","answer_text":"6-8 10^9/L","episode_id":"iv_000316","anchor_time":56.47}
{"id":"NIFi2strictv1_nohack_iv_000318_1274_spo2_84_86_a34.72_h6","question":"Given the measurements through ICU hour 34.72, where will the next oxygen saturation (SpO2) reading fall in the next 6 hours?\n\nOptions:\nA. 84-86 %\nB. 94-96 %\nC. 82-84 %\nD. 70-72 %","answer":"A","answer_text":"84-86 %","episode_id":"iv_000318","anchor_time":34.72}
{"id":"NIFi2strictv1_nohack_iv_000321_1285_resp_rate_14_16_breaths_min_a11.90_h8","question":"At ICU hour 11.90, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 8 hours?\n\nOptions:\nA. 14-16 breaths/min\nB. 36-38 breaths/min\nC. 22-24 breaths/min\nD. 12-14 breaths/min","answer":"A","answer_text":"14-16 breaths/min","episode_id":"iv_000321","anchor_time":11.9}
{"id":"NIFi2strictv1_nohack_iv_000321_1287_resp_rate_24_26_breaths_min_a17.70_h4","question":"Based on the time series up to ICU hour 17.70, predict the range for the next respiratory rate measurement during the next 4 hours.\n\nOptions:\nA. 16-18 breaths/min\nB. 24-26 breaths/min\nC. 20-22 breaths/min\nD. 12-14 breaths/min","answer":"B","answer_text":"24-26 breaths/min","episode_id":"iv_000321","anchor_time":17.7}
{"id":"NIFi2strictv1_nohack_iv_000323_1295_resp_rate_22_24_breaths_min_a48.23_h2","question":"At ICU hour 48.23, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 2 hours?\n\nOptions:\nA. 22-24 breaths/min\nB. 32-34 breaths/min\nC. 38-40 breaths/min\nD. 16-18 breaths/min","answer":"A","answer_text":"22-24 breaths/min","episode_id":"iv_000323","anchor_time":48.23}
{"id":"NIFi2strictv1_nohack_iv_000326_1304_map_86_88_mmhg_a3.09_h2","question":"Based on the time series up to ICU hour 3.09, predict the range for the next mean arterial pressure measurement during the next 2 hours.\n\nOptions:\nA. 84-86 mmHg\nB. 86-88 mmHg\nC. 80-82 mmHg\nD. 78-80 mmHg","answer":"B","answer_text":"86-88 mmHg","episode_id":"iv_000326","anchor_time":3.09}
{"id":"NIFi2strictv1_nohack_iv_000326_1305_spo2_84_86_a12.52_h10","question":"At ICU hour 12.52, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 10 hours?\n\nOptions:\nA. 74-76 %\nB. 84-86 %\nC. 98-100 %\nD. 96-98 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000326","anchor_time":12.52}
{"id":"NIFi2strictv1_nohack_iv_000326_1307_spo2_84_86_a12.52_h2","question":"Based on the time series up to ICU hour 12.52, predict the range for the next oxygen saturation (SpO2) measurement during the next 2 hours.\n\nOptions:\nA. 86-88 %\nB. 84-86 %\nC. 98-100 %\nD. 88-90 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000326","anchor_time":12.52}
{"id":"NIFi2strictv1_nohack_iv_000327_1309_creatinine_2_4_mg_dl_a63.46_h4","question":"At ICU hour 63.46, using observations up to that point, which range best matches the next recorded serum creatinine value within the following 4 hours?\n\nOptions:\nA. 2-4 mg/dL\nB. 4-6 mg/dL\nC. 6-8 mg/dL\nD. 10-12 mg/dL","answer":"A","answer_text":"2-4 mg/dL","episode_id":"iv_000327","anchor_time":63.46}
{"id":"NIFi2strictv1_nohack_iv_000328_1312_resp_rate_10_12_breaths_min_a10.09_h8","question":"Using only data available through ICU hour 10.09, which range will the next observed respiratory rate value fall into within the next 8 hours?\n\nOptions:\nA. 10-12 breaths/min\nB. 24-26 breaths/min\nC. 20-22 breaths/min\nD. 16-18 breaths/min","answer":"A","answer_text":"10-12 breaths/min","episode_id":"iv_000328","anchor_time":10.09}
{"id":"NIFi2strictv1_nohack_iv_000328_1313_resp_rate_20_22_breaths_min_a10.99_h2","question":"At ICU hour 10.99, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 2 hours?\n\nOptions:\nA. 20-22 breaths/min\nB. 10-12 breaths/min\nC. 4-6 breaths/min\nD. 6-8 breaths/min","answer":"A","answer_text":"20-22 breaths/min","episode_id":"iv_000328","anchor_time":10.99}
{"id":"NIFi2strictv1_nohack_iv_000329_1319_heart_rate_98_100_bpm_a38.47_h4","question":"Using only data available through ICU hour 38.47, which range will the next observed heart rate value fall into within the next 4 hours?\n\nOptions:\nA. 98-100 bpm\nB. 86-88 bpm\nC. 88-90 bpm\nD. 84-86 bpm","answer":"A","answer_text":"98-100 bpm","episode_id":"iv_000329","anchor_time":38.47}
{"id":"NIFi2strictv1_nohack_iv_000331_1327_heart_rate_86_88_bpm_a4.66_h6","question":"Based on the time series up to ICU hour 4.66, predict the range for the next heart rate measurement during the next 6 hours.\n\nOptions:\nA. 84-86 bpm\nB. 86-88 bpm\nC. 78-80 bpm\nD. 72-74 bpm","answer":"B","answer_text":"86-88 bpm","episode_id":"iv_000331","anchor_time":4.66}
{"id":"NIFi2strictv1_nohack_iv_000333_1332_spo2_86_88_a13.57_h2","question":"Using only data available through ICU hour 13.57, which range will the next observed oxygen saturation (SpO2) value fall into within the next 2 hours?\n\nOptions:\nA. 86-88 %\nB. 96-98 %\nC. 76-78 %\nD. 94-96 %","answer":"A","answer_text":"86-88 %","episode_id":"iv_000333","anchor_time":13.57}
{"id":"NIFi2strictv1_nohack_iv_000334_1336_heart_rate_48_50_bpm_a16.11_h8","question":"Using only data available through ICU hour 16.11, which range will the next observed heart rate value fall into within the next 8 hours?\n\nOptions:\nA. 48-50 bpm\nB. 96-98 bpm\nC. 38-40 bpm\nD. 54-56 bpm","answer":"A","answer_text":"48-50 bpm","episode_id":"iv_000334","anchor_time":16.11}
{"id":"NIFi2strictv1_nohack_iv_000338_1352_creatinine_2_4_mg_dl_a75.73_h8","question":"At ICU hour 75.73, using observations up to that point, which range best matches the next recorded serum creatinine value within the following 8 hours?\n\nOptions:\nA. 2-4 mg/dL\nB. 6-8 mg/dL\nC. 16-18 mg/dL\nD. 4-6 mg/dL","answer":"A","answer_text":"2-4 mg/dL","episode_id":"iv_000338","anchor_time":75.73}
{"id":"NIFi2strictv1_nohack_iv_000338_1355_resp_rate_24_26_breaths_min_a93.73_h10","question":"At ICU hour 93.73, using observations up to that point, which range best matches the next recorded respiratory rate value within the following 10 hours?\n\nOptions:\nA. 24-26 breaths/min\nB. 16-18 breaths/min\nC. 18-20 breaths/min\nD. 20-22 breaths/min","answer":"A","answer_text":"24-26 breaths/min","episode_id":"iv_000338","anchor_time":93.73}
{"id":"NIFi2strictv1_nohack_iv_000340_1360_wbc_14_16_10_9_l_a31.38_h8","question":"Given the measurements through ICU hour 31.38, where will the next white blood cell count reading fall in the next 8 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 14-16 10^9/L\nC. 10-12 10^9/L\nD. 18-20 10^9/L","answer":"B","answer_text":"14-16 10^9/L","episode_id":"iv_000340","anchor_time":31.38}
{"id":"NIFi2strictv1_nohack_iv_000340_1362_wbc_14_16_10_9_l_a25.43_h10","question":"Based on the time series up to ICU hour 25.43, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 14-16 10^9/L\nB. 8-10 10^9/L\nC. 12-14 10^9/L\nD. 18-20 10^9/L","answer":"A","answer_text":"14-16 10^9/L","episode_id":"iv_000340","anchor_time":25.43}
{"id":"NIFi2strictv1_nohack_iv_000343_1373_heart_rate_112_114_bpm_a12.86_h8","question":"Using only data available through ICU hour 12.86, which range will the next observed heart rate value fall into within the next 8 hours?\n\nOptions:\nA. 112-114 bpm\nB. 98-100 bpm\nC. 92-94 bpm\nD. 108-110 bpm","answer":"A","answer_text":"112-114 bpm","episode_id":"iv_000343","anchor_time":12.86}
{"id":"NIFi2strictv1_nohack_iv_000344_1376_resp_rate_10_12_breaths_min_a28.39_h10","question":"Using only data available through ICU hour 28.39, which range will the next observed respiratory rate value fall into within the next 10 hours?\n\nOptions:\nA. 10-12 breaths/min\nB. 24-26 breaths/min\nC. 18-20 breaths/min\nD. 26-28 breaths/min","answer":"A","answer_text":"10-12 breaths/min","episode_id":"iv_000344","anchor_time":28.39}
{"id":"NIFi2strictv1_nohack_iv_000346_1384_map_106_108_mmhg_a81.95_h8","question":"Using only data available through ICU hour 81.95, which range will the next observed mean arterial pressure value fall into within the next 8 hours?\n\nOptions:\nA. 94-96 mmHg\nB. 106-108 mmHg\nC. 78-80 mmHg\nD. 100-102 mmHg","answer":"B","answer_text":"106-108 mmHg","episode_id":"iv_000346","anchor_time":81.95}
{"id":"NIFi2strictv1_nohack_iv_000346_1386_wbc_16_18_10_9_l_a166.98_h10","question":"At ICU hour 166.98, using observations up to that point, which range best matches the next recorded white blood cell count value within the following 10 hours?\n\nOptions:\nA. 16-18 10^9/L\nB. 8-10 10^9/L\nC. 14-16 10^9/L\nD. 18-20 10^9/L","answer":"A","answer_text":"16-18 10^9/L","episode_id":"iv_000346","anchor_time":166.98}
{"id":"NIFi2strictv1_nohack_iv_000347_1391_heart_rate_92_94_bpm_a32.39_h2","question":"Based on the time series up to ICU hour 32.39, predict the range for the next heart rate measurement during the next 2 hours.\n\nOptions:\nA. 92-94 bpm\nB. 100-102 bpm\nC. 84-86 bpm\nD. 86-88 bpm","answer":"A","answer_text":"92-94 bpm","episode_id":"iv_000347","anchor_time":32.39}
{"id":"NIFi2strictv1_nohack_iv_000348_1392_wbc_6_8_10_9_l_a40.69_h6","question":"Based on the time series up to ICU hour 40.69, predict the range for the next white blood cell count measurement during the next 6 hours.\n\nOptions:\nA. 6-8 10^9/L\nB. 8-10 10^9/L\nC. 10-12 10^9/L\nD. 12-14 10^9/L","answer":"A","answer_text":"6-8 10^9/L","episode_id":"iv_000348","anchor_time":40.69}
{"id":"NIFi2strictv1_nohack_iv_000350_1401_wbc_10_12_10_9_l_a15.34_h10","question":"Based on the time series up to ICU hour 15.34, predict the range for the next white blood cell count measurement during the next 10 hours.\n\nOptions:\nA. 14-16 10^9/L\nB. 10-12 10^9/L\nC. 6-8 10^9/L\nD. 4-6 10^9/L","answer":"B","answer_text":"10-12 10^9/L","episode_id":"iv_000350","anchor_time":15.34}
{"id":"NIFi2strictv1_nohack_iv_000352_1409_spo2_84_86_a9.79_h2","question":"At ICU hour 9.79, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 2 hours?\n\nOptions:\nA. 94-96 %\nB. 84-86 %\nC. 86-88 %\nD. 88-90 %","answer":"B","answer_text":"84-86 %","episode_id":"iv_000352","anchor_time":9.79}
{"id":"NIFi2strictv1_nohack_iv_000353_1413_heart_rate_64_66_bpm_a12.11_h4","question":"Based on the time series up to ICU hour 12.11, predict the range for the next heart rate measurement during the next 4 hours.\n\nOptions:\nA. 70-72 bpm\nB. 64-66 bpm\nC. 58-60 bpm\nD. 46-48 bpm","answer":"B","answer_text":"64-66 bpm","episode_id":"iv_000353","anchor_time":12.11}
{"id":"NIFi2strictv1_nohack_iv_000354_1417_spo2_96_98_a42.43_h2","question":"Given the measurements through ICU hour 42.43, where will the next oxygen saturation (SpO2) reading fall in the next 2 hours?\n\nOptions:\nA. 98-100 %\nB. 96-98 %\nC. 82-84 %\nD. 88-90 %","answer":"B","answer_text":"96-98 %","episode_id":"iv_000354","anchor_time":42.43}
{"id":"NIFi2strictv1_nohack_iv_000356_1426_spo2_86_88_a8.07_h10","question":"At ICU hour 8.07, using observations up to that point, which range best matches the next recorded oxygen saturation (SpO2) value within the following 10 hours?\n\nOptions:\nA. 94-96 %\nB. 86-88 %\nC. 92-94 %\nD. 98-100 %","answer":"B","answer_text":"86-88 %","episode_id":"iv_000356","anchor_time":8.07}
{"id":"NIFi2strictv1_nohack_iv_000356_1427_spo2_86_88_a20.95_h4","question":"Using only data available through ICU hour 20.95, which range will the next observed oxygen saturation (SpO2) value fall into within the next 4 hours?\n\nOptions:\nA. 98-100 %\nB. 86-88 %\nC. 92-94 %\nD. 74-76 %","answer":"B","answer_text":"86-88 %","episode_id":"iv_000356","anchor_time":20.95}
{"id":"NIFi2strictv1_nohack_iv_000361_1447_resp_rate_16_18_breaths_min_a214.96_h8","question":"Given the measurements through ICU hour 214.96, where will the next respiratory rate reading fall in the next 8 hours?\n\nOptions:\nA. 24-26 breaths/min\nB. 16-18 breaths/min\nC. 18-20 breaths/min\nD. 22-24 breaths/min","answer":"B","answer_text":"16-18 breaths/min","episode_id":"iv_000361","anchor_time":214.96}
{"id":"NIFi2strictv1_nohack_iv_000363_1453_spo2_86_88_a13.11_h4","question":"Based on the time series up to ICU hour 13.11, predict the range for the next oxygen saturation (SpO2) measurement during the next 4 hours.\n\nOptions:\nA. 96-98 %\nB. 86-88 %\nC. 82-84 %\nD. 84-86 %","answer":"B","answer_text":"86-88 %","episode_id":"iv_000363","anchor_time":13.11}
{"id":"NIFi2strictv1_nohack_iv_000365_1460_resp_rate_10_12_breaths_min_a2.52_h2","question":"Based on the time series up to ICU hour 2.52, predict the range for the next respiratory rate measurement during the next 2 hours.\n\nOptions:\nA. 22-24 breaths/min\nB. 10-12 breaths/min\nC. 16-18 breaths/min\nD. 20-22 breaths/min","answer":"B","answer_text":"10-12 breaths/min","episode_id":"iv_000365","anchor_time":2.52}