File size: 179,125 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":"TG_first_interval_iv_000383_map_low_70.00_w37_0","question":"In the first 37 ICU hours, when is the earliest stretch of consecutive observations where mean arterial pressure stays not above 70.00?\nOptions: A. 9-10h B. 7-8h C. 10-11h D. 8-9h","answer":"A","answer_text":"9-10h","episode_id":"iv_000383","anchor_time":37}
{"id":"TG_first_interval_iv_000383_map_low_101.61_w50_1","question":"Over the first 50 hours after ICU admission, which continuous observed interval first has mean arterial pressure at most 101.61?\nOptions: A. 6-7h B. 5-6h C. 4-5h D. 8-9h","answer":"A","answer_text":"6-7h","episode_id":"iv_000383","anchor_time":50}
{"id":"TG_interval_count_iv_000045_wbc_high_57.77_w276_1","question":"For this case, how many hourly bins up to hour 276 contain white blood cell count measurements at or above 57.77?\nOptions: A. 4 B. 0 C. 1 D. 2","answer":"C","answer_text":"1","episode_id":"iv_000045","anchor_time":276}
{"id":"TG_interval_count_iv_000156_urine_output_low_133.43_w24_0","question":"For the 0-24h window after ICU admission, count each hour-bin where urine output is not above 133.43.\nOptions: A. 17 B. 19 C. 20 D. 23","answer":"C","answer_text":"20","episode_id":"iv_000156","anchor_time":24}
{"id":"TG_interval_count_iv_000156_diastolic_bp_low_68.39_w24_1","question":"Checking the first 24 hours only, how many one-hour bins include diastolic blood pressure readings at most 68.39?\nOptions: A. 21 B. 22 C. 19 D. 20","answer":"C","answer_text":"19","episode_id":"iv_000156","anchor_time":24}
{"id":"TG_interval_count_iv_000072_temperature_low_99.38_w105_0","question":"Between ICU admission and hour 105, how many one-hour intervals include a temperature value at or below 99.38?\nOptions: A. 26 B. 25 C. 28 D. 24","answer":"A","answer_text":"26","episode_id":"iv_000072","anchor_time":105}
{"id":"TG_interval_count_iv_000072_urine_output_high_147.26_w141_1","question":"From ICU hour 0 to hour 141, how many one-hour windows contain a measured urine output value not below 147.26?\nOptions: A. 45 B. 43 C. 41 D. 46","answer":"B","answer_text":"43","episode_id":"iv_000072","anchor_time":141}
{"id":"TG_interval_count_iv_000315_temperature_low_76.02_w6_0","question":"Please tally the one-hour intervals before hour 6 that include an observed temperature value at or below 76.02.\nOptions: A. 3 B. 0 C. 5 D. 1","answer":"A","answer_text":"3","episode_id":"iv_000315","anchor_time":6}
{"id":"TG_interval_count_iv_000315_diastolic_bp_low_15.53_w12_1","question":"How many of the hourly intervals from admission to hour 12 have a recorded diastolic blood pressure value at most 15.53?\nOptions: A. 6 B. 12 C. 9 D. 10","answer":"C","answer_text":"9","episode_id":"iv_000315","anchor_time":12}
{"id":"TG_first_interval_iv_000209_temperature_high_97.45_w14_0","question":"Looking only through hour 14 after ICU admission, what is the first continuous observed interval with temperature at least 97.45?\nOptions: A. 1-2h B. 2-3h C. 5-6h D. 3-4h","answer":"D","answer_text":"3-4h","episode_id":"iv_000209","anchor_time":14}
{"id":"TG_interval_count_iv_000209_systolic_bp_high_119.24_w14_1","question":"Over the first 14 hours after ICU admission, count the hourly intervals with at least one observed systolic blood pressure reading greater than or equal to 119.24.\nOptions: A. 9 B. 12 C. 11 D. 6","answer":"A","answer_text":"9","episode_id":"iv_000209","anchor_time":14}
{"id":"TG_interval_count_iv_000074_temperature_high_97.74_w35_0","question":"Checking the first 35 hours only, how many one-hour bins include temperature readings >= 97.74?\nOptions: A. 11 B. 10 C. 7 D. 9","answer":"D","answer_text":"9","episode_id":"iv_000074","anchor_time":35}
{"id":"TG_interval_count_iv_000074_urine_output_high_499.25_w53_1","question":"Looking from ICU admission through hour 53, in how many hourly bins was urine output no lower than 499.25?\nOptions: A. 0 B. 4 C. 1 D. 2","answer":"C","answer_text":"1","episode_id":"iv_000074","anchor_time":53}
{"id":"TG_interval_count_iv_000333_map_high_81.65_w33_0","question":"For the first 33 hours of this ICU stay, how many 1-hour time bins include a recorded mean arterial pressure value at or above 81.65?\nOptions: A. 4 B. 1 C. 0 D. 2","answer":"B","answer_text":"1","episode_id":"iv_000333","anchor_time":33}
{"id":"TG_interval_count_iv_000333_temperature_low_98.75_w24_1","question":"For the 0-24h window after ICU admission, count each hour-bin where temperature is not above 98.75.\nOptions: A. 3 B. 4 C. 6 D. 5","answer":"D","answer_text":"5","episode_id":"iv_000333","anchor_time":24}
{"id":"TG_interval_count_iv_000403_urine_output_high_414.11_w21_0","question":"For the first 21 hours of this ICU stay, how many 1-hour time bins include a recorded urine output value greater than or equal to 414.11?\nOptions: A. 4 B. 0 C. 2 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000403","anchor_time":21}
{"id":"TG_interval_count_iv_000403_urine_output_low_414.11_w14_1","question":"Within 0-14h of ICU admission, how many separate one-hour bins show urine output <= 414.11?\nOptions: A. 13 B. 10 C. 9 D. 11","answer":"D","answer_text":"11","episode_id":"iv_000403","anchor_time":14}
{"id":"TG_interval_count_iv_000415_resp_rate_high_14.31_w25_0","question":"Can you count the one-hour bins in the first 25 hours where the charted respiratory rate is greater than or equal to 14.31?\nOptions: A. 24 B. 23 C. 21 D. 22","answer":"B","answer_text":"23","episode_id":"iv_000415","anchor_time":25}
{"id":"TG_interval_count_iv_000415_wbc_high_11.38_w50_1","question":"How many of the hourly intervals from admission to hour 50 have a recorded white blood cell count value >= 11.38?\nOptions: A. 1 B. 2 C. 0 D. 3","answer":"A","answer_text":"1","episode_id":"iv_000415","anchor_time":50}
{"id":"TG_interval_count_iv_000092_urine_output_high_117.69_w22_0","question":"How many hourly slots in the first 22 ICU hours have a documented urine output measurement not below 117.69?\nOptions: A. 3 B. 8 C. 7 D. 5","answer":"D","answer_text":"5","episode_id":"iv_000092","anchor_time":22}
{"id":"TG_interval_count_iv_000092_heart_rate_low_70.53_w7_1","question":"Please tally the one-hour intervals before hour 7 that include an observed heart rate value at or below 70.53.\nOptions: A. 2 B. 3 C. 1 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000092","anchor_time":7}
{"id":"TG_interval_count_iv_000215_systolic_bp_high_147.33_w96_1","question":"Can you count the one-hour bins in the first 96 hours where the charted systolic blood pressure is greater than or equal to 147.33?\nOptions: A. 53 B. 52 C. 55 D. 50","answer":"A","answer_text":"53","episode_id":"iv_000215","anchor_time":96}
{"id":"TG_interval_count_iv_000479_urine_output_high_406.88_w50_0","question":"Across the first 50 hours, how many one-hour observation bins have urine output at or above 406.88?\nOptions: A. 10 B. 7 C. 5 D. 9","answer":"B","answer_text":"7","episode_id":"iv_000479","anchor_time":50}
{"id":"TG_interval_count_iv_000479_resp_rate_high_18.45_w152_1","question":"Looking from ICU admission through hour 152, in how many hourly bins was respiratory rate at or above 18.45?\nOptions: A. 7 B. 6 C. 1 D. 4","answer":"D","answer_text":"4","episode_id":"iv_000479","anchor_time":152}
{"id":"TG_interval_count_iv_000059_creatinine_high_29.52_w212_1","question":"Within 0-212h of ICU admission, how many separate one-hour bins show creatinine not below 29.52?\nOptions: A. 1 B. 3 C. 0 D. 4","answer":"A","answer_text":"1","episode_id":"iv_000059","anchor_time":212}
{"id":"TG_interval_count_iv_000368_heart_rate_low_74.87_w7_0","question":"For the 0-7h window after ICU admission, count each hour-bin where heart rate is no higher than 74.87.\nOptions: A. 0 B. 2 C. 4 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000368","anchor_time":7}
{"id":"TG_interval_count_iv_000368_map_low_99.89_w21_1","question":"Checking the first 21 hours only, how many one-hour bins include mean arterial pressure readings at most 99.89?\nOptions: A. 18 B. 22 C. 19 D. 17","answer":"C","answer_text":"19","episode_id":"iv_000368","anchor_time":21}
{"id":"TG_first_interval_iv_000163_resp_rate_high_22.67_w69_0","question":"From ICU hour 0 to 69, identify the earliest sustained interval during which respiratory rate remains greater than or equal to 22.67.\nOptions: A. 24-25h B. 23-24h C. 22-23h D. 25-26h","answer":"A","answer_text":"24-25h","episode_id":"iv_000163","anchor_time":69}
{"id":"TG_interval_count_iv_000251_map_high_93_w24_0","question":"How many hourly slots in the first 24 ICU hours have a documented mean arterial pressure measurement not below 93?\nOptions: A. 1 B. 6 C. 3 D. 4","answer":"C","answer_text":"3","episode_id":"iv_000251","anchor_time":24}
{"id":"TG_interval_count_iv_000251_heart_rate_high_58.86_w16_1","question":"Between ICU admission and hour 16, how many one-hour intervals include a heart rate value at least 58.86?\nOptions: A. 16 B. 13 C. 19 D. 15","answer":"A","answer_text":"16","episode_id":"iv_000251","anchor_time":16}
{"id":"TG_interval_count_iv_000443_wbc_low_24.72_w26_0","question":"Can you count the one-hour bins in the first 26 hours where the charted white blood cell count is less than or equal to 24.72?\nOptions: A. 2 B. 5 C. 0 D. 4","answer":"A","answer_text":"2","episode_id":"iv_000443","anchor_time":26}
{"id":"TG_first_interval_iv_000443_urine_output_high_22.05_w26_1","question":"Up to ICU hour 26, what is the first sustained observed interval where urine output is no lower than 22.05?\nOptions: A. 5-6h B. 6-7h C. 4-5h D. 2-3h","answer":"C","answer_text":"4-5h","episode_id":"iv_000443","anchor_time":26}
{"id":"TG_interval_count_iv_000320_temperature_high_98.99_w16_0","question":"Between ICU admission and hour 16, how many one-hour intervals include a temperature value no lower than 98.99?\nOptions: A. 0 B. 2 C. 1 D. 3","answer":"C","answer_text":"1","episode_id":"iv_000320","anchor_time":16}
{"id":"TG_interval_count_iv_000320_heart_rate_low_81.7_w24_1","question":"Looking from ICU admission through hour 24, in how many hourly bins was heart rate no higher than 81.7?\nOptions: A. 23 B. 24 C. 21 D. 25","answer":"A","answer_text":"23","episode_id":"iv_000320","anchor_time":24}
{"id":"TG_interval_count_iv_000289_systolic_bp_low_106.7_w39_0","question":"From ICU hour 0 to hour 39, how many one-hour windows contain a measured systolic blood pressure value at most 106.7?\nOptions: A. 6 B. 5 C. 7 D. 9","answer":"A","answer_text":"6","episode_id":"iv_000289","anchor_time":39}
{"id":"TG_first_interval_iv_000289_creatinine_high_0.64_w58_1","question":"Looking only through hour 58 after ICU admission, what is the first continuous observed interval with creatinine at least 0.64?\nOptions: A. 17-18h B. 18-19h C. 15-16h D. 19-20h","answer":"A","answer_text":"17-18h","episode_id":"iv_000289","anchor_time":58}
{"id":"TG_interval_count_iv_000007_systolic_bp_low_133.3_w6_0","question":"Please tally the one-hour intervals before hour 6 that include an observed systolic blood pressure value at or below 133.3.\nOptions: A. 5 B. 4 C. 7 D. 3","answer":"B","answer_text":"4","episode_id":"iv_000007","anchor_time":6}
{"id":"TG_interval_count_iv_000462_lactate_low_181.26_w70_0","question":"Looking from ICU admission through hour 70, in how many hourly bins was lactate <= 181.26?\nOptions: A. 7 B. 5 C. 2 D. 6","answer":"B","answer_text":"5","episode_id":"iv_000462","anchor_time":70}
{"id":"TG_interval_count_iv_000462_heart_rate_low_70.91_w70_1","question":"How many of the hourly intervals from admission to hour 70 have a recorded heart rate value at most 70.91?\nOptions: A. 18 B. 15 C. 17 D. 16","answer":"D","answer_text":"16","episode_id":"iv_000462","anchor_time":70}
{"id":"TG_interval_count_iv_000249_spo2_high_97.23_w108_0","question":"Across the first 108 hours, how many one-hour observation bins have SpO2 >= 97.23?\nOptions: A. 42 B. 46 C. 41 D. 44","answer":"D","answer_text":"44","episode_id":"iv_000249","anchor_time":108}
{"id":"TG_interval_count_iv_000249_diastolic_bp_high_59.86_w27_1","question":"Looking from ICU admission through hour 27, in how many hourly bins was diastolic blood pressure no lower than 59.86?\nOptions: A. 13 B. 19 C. 16 D. 17","answer":"C","answer_text":"16","episode_id":"iv_000249","anchor_time":27}
{"id":"TG_interval_count_iv_000228_diastolic_bp_low_95.61_w255_0","question":"In the patient's first 255 ICU hours, how many hourly bins contain any observed diastolic blood pressure reading at most 95.61?\nOptions: A. 100 B. 98 C. 96 D. 95","answer":"B","answer_text":"98","episode_id":"iv_000228","anchor_time":255}
{"id":"TG_interval_count_iv_000228_creatinine_low_86.52_w255_1","question":"Between ICU admission and hour 255, how many one-hour intervals include a creatinine value not above 86.52?\nOptions: A. 16 B. 13 C. 19 D. 17","answer":"A","answer_text":"16","episode_id":"iv_000228","anchor_time":255}
{"id":"TG_interval_count_iv_000245_systolic_bp_high_114.02_w15_1","question":"How many hourly slots in the first 15 ICU hours have a documented systolic blood pressure measurement greater than or equal to 114.02?\nOptions: A. 6 B. 4 C. 5 D. 7","answer":"D","answer_text":"7","episode_id":"iv_000245","anchor_time":15}
{"id":"TG_interval_count_iv_000211_heart_rate_high_93.3_w107_0","question":"What count of one-hour bins in the first 107 hours has observed heart rate values >= 93.3?\nOptions: A. 59 B. 60 C. 56 D. 62","answer":"A","answer_text":"59","episode_id":"iv_000211","anchor_time":107}
{"id":"TG_interval_count_iv_000211_systolic_bp_high_92.72_w53_1","question":"Can you count the one-hour bins in the first 53 hours where the charted systolic blood pressure is at or above 92.72?\nOptions: A. 35 B. 38 C. 36 D. 37","answer":"D","answer_text":"37","episode_id":"iv_000211","anchor_time":53}
{"id":"TG_interval_count_iv_000129_systolic_bp_high_219.56_w235_1","question":"Across the first 235 hours, how many one-hour observation bins have systolic blood pressure at least 219.56?\nOptions: A. 0 B. 1 C. 3 D. 2","answer":"B","answer_text":"1","episode_id":"iv_000129","anchor_time":235}
{"id":"TG_interval_count_iv_000162_lactate_high_61.41_w19_0","question":"Between ICU admission and hour 19, how many one-hour intervals include a lactate value >= 61.41?\nOptions: A. 0 B. 3 C. 1 D. 2","answer":"C","answer_text":"1","episode_id":"iv_000162","anchor_time":19}
{"id":"TG_interval_count_iv_000162_heart_rate_low_58.71_w19_1","question":"Within 0-19h of ICU admission, how many separate one-hour bins show heart rate at most 58.71?\nOptions: A. 3 B. 0 C. 2 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000162","anchor_time":19}
{"id":"TG_first_interval_iv_000223_creatinine_high_0.86_w95_0","question":"From ICU hour 0 to 95, identify the earliest sustained interval during which creatinine remains greater than or equal to 0.86.\nOptions: A. 34-35h B. 36-37h C. 33-34h D. 35-36h","answer":"D","answer_text":"35-36h","episode_id":"iv_000223","anchor_time":95}
{"id":"TG_interval_count_iv_000223_spo2_high_85.63_w71_1","question":"How many of the hourly intervals from admission to hour 71 have a recorded SpO2 value >= 85.63?\nOptions: A. 60 B. 66 C. 63 D. 62","answer":"C","answer_text":"63","episode_id":"iv_000223","anchor_time":71}
{"id":"TG_interval_count_iv_000041_heart_rate_low_71.24_w46_0","question":"How many hourly slots in the first 46 ICU hours have a documented heart rate measurement at or below 71.24?\nOptions: A. 41 B. 40 C. 42 D. 43","answer":"A","answer_text":"41","episode_id":"iv_000041","anchor_time":46}
{"id":"TG_first_interval_iv_000041_spo2_high_97.46_w23_1","question":"When, during the first 23 ICU hours, does SpO2 first stay no lower than 97.46 over consecutive measurements?\nOptions: A. 2-3h B. 5-6h C. 3-4h D. 4-5h","answer":"C","answer_text":"3-4h","episode_id":"iv_000041","anchor_time":23}
{"id":"TG_interval_count_iv_000278_creatinine_low_0.72_w21_0","question":"Can you count the one-hour bins in the first 21 hours where the charted creatinine is not above 0.72?\nOptions: A. 1 B. 4 C. 3 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000278","anchor_time":21}
{"id":"TG_first_interval_iv_000278_map_high_69.68_w21_1","question":"Looking only through hour 21 after ICU admission, what is the first continuous observed interval with mean arterial pressure at least 69.68?\nOptions: A. 3-4h B. 2-3h C. 1-2h D. 5-6h","answer":"A","answer_text":"3-4h","episode_id":"iv_000278","anchor_time":21}
{"id":"TG_first_interval_iv_000021_resp_rate_low_17.79_w57_0","question":"From ICU hour 0 to 57, identify the earliest sustained interval during which respiratory rate remains less than or equal to 17.79.\nOptions: A. 49-50h B. 45-46h C. 48-49h D. 47-48h","answer":"D","answer_text":"47-48h","episode_id":"iv_000021","anchor_time":57}
{"id":"TG_interval_count_iv_000021_diastolic_bp_high_46.92_w19_1","question":"Checking the first 19 hours only, how many one-hour bins include diastolic blood pressure readings no lower than 46.92?\nOptions: A. 17 B. 14 C. 15 D. 20","answer":"A","answer_text":"17","episode_id":"iv_000021","anchor_time":19}
{"id":"TG_interval_count_iv_000434_spo2_high_93.59_w35_0","question":"What count of one-hour bins in the first 35 hours has observed SpO2 values at or above 93.59?\nOptions: A. 29 B. 34 C. 32 D. 30","answer":"C","answer_text":"32","episode_id":"iv_000434","anchor_time":35}
{"id":"TG_interval_count_iv_000434_temperature_low_98.04_w17_1","question":"Across the first 17 hours, how many one-hour observation bins have temperature not above 98.04?\nOptions: A. 4 B. 3 C. 1 D. 7","answer":"A","answer_text":"4","episode_id":"iv_000434","anchor_time":17}
{"id":"TG_interval_count_iv_000068_urine_output_low_354.36_w33_0","question":"Can you count the one-hour bins in the first 33 hours where the charted urine output is less than or equal to 354.36?\nOptions: A. 2 B. 5 C. 3 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000068","anchor_time":33}
{"id":"TG_first_interval_iv_000068_temperature_high_98.28_w16_1","question":"For this ICU stay, what is the earliest interval in the first 16 hours where consecutive temperature readings are greater than or equal to 98.28?\nOptions: A. 3-4h B. 5-6h C. 1-2h D. 4-5h","answer":"A","answer_text":"3-4h","episode_id":"iv_000068","anchor_time":16}
{"id":"TG_interval_count_iv_000227_temperature_high_98.15_w20_0","question":"Please tally the one-hour intervals before hour 20 that include an observed temperature value >= 98.15.\nOptions: A. 14 B. 11 C. 8 D. 13","answer":"B","answer_text":"11","episode_id":"iv_000227","anchor_time":20}
{"id":"TG_interval_count_iv_000227_resp_rate_low_15.75_w13_1","question":"Looking from ICU admission through hour 13, in how many hourly bins was respiratory rate <= 15.75?\nOptions: A. 6 B. 5 C. 7 D. 4","answer":"C","answer_text":"7","episode_id":"iv_000227","anchor_time":13}
{"id":"TG_interval_count_iv_000151_temperature_low_98.08_w21_0","question":"Looking from ICU admission through hour 21, in how many hourly bins was temperature no higher than 98.08?\nOptions: A. 1 B. 3 C. 4 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000151","anchor_time":21}
{"id":"TG_first_interval_iv_000151_urine_output_low_243.36_w42_1","question":"Looking only through hour 42 after ICU admission, what is the first continuous observed interval with urine output at most 243.36?\nOptions: A. 5-6h B. 9-10h C. 7-8h D. 8-9h","answer":"C","answer_text":"7-8h","episode_id":"iv_000151","anchor_time":42}
{"id":"TG_interval_count_iv_000369_systolic_bp_low_98.32_w27_0","question":"Please tally the one-hour intervals before hour 27 that include an observed systolic blood pressure value at most 98.32.\nOptions: A. 19 B. 18 C. 21 D. 16","answer":"A","answer_text":"19","episode_id":"iv_000369","anchor_time":27}
{"id":"TG_interval_count_iv_000369_diastolic_bp_low_57.13_w13_1","question":"Between ICU admission and hour 13, how many one-hour intervals include a diastolic blood pressure value <= 57.13?\nOptions: A. 7 B. 4 C. 1 D. 6","answer":"B","answer_text":"4","episode_id":"iv_000369","anchor_time":13}
{"id":"TG_interval_count_iv_000217_systolic_bp_high_91.82_w111_0","question":"Looking from ICU admission through hour 111, in how many hourly bins was systolic blood pressure at or above 91.82?\nOptions: A. 85 B. 87 C. 89 D. 86","answer":"D","answer_text":"86","episode_id":"iv_000217","anchor_time":111}
{"id":"TG_interval_count_iv_000217_resp_rate_low_14.56_w74_1","question":"For this case, how many hourly bins up to hour 74 contain respiratory rate measurements <= 14.56?\nOptions: A. 4 B. 5 C. 6 D. 7","answer":"B","answer_text":"5","episode_id":"iv_000217","anchor_time":74}
{"id":"TG_interval_count_iv_000177_systolic_bp_high_144.01_w54_1","question":"For the 0-54h window after ICU admission, count each hour-bin where systolic blood pressure is greater than or equal to 144.01.\nOptions: A. 7 B. 3 C. 6 D. 9","answer":"C","answer_text":"6","episode_id":"iv_000177","anchor_time":54}
{"id":"TG_interval_count_iv_000397_creatinine_low_125.3_w24_0","question":"Over the first 24 hours after ICU admission, count the hourly intervals with at least one observed creatinine reading less than or equal to 125.3.\nOptions: A. 4 B. 2 C. 7 D. 5","answer":"A","answer_text":"4","episode_id":"iv_000397","anchor_time":24}
{"id":"TG_interval_count_iv_000139_diastolic_bp_high_97.98_w26_1","question":"For this case, how many hourly bins up to hour 26 contain diastolic blood pressure measurements at least 97.98?\nOptions: A. 1 B. 3 C. 4 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000139","anchor_time":26}
{"id":"TG_interval_count_iv_000326_temperature_high_56.44_w49_0","question":"Looking from ICU admission through hour 49, in how many hourly bins was temperature >= 56.44?\nOptions: A. 10 B. 12 C. 13 D. 9","answer":"A","answer_text":"10","episode_id":"iv_000326","anchor_time":49}
{"id":"TG_interval_count_iv_000326_systolic_bp_low_152.1_w36_1","question":"Over the first 36 hours after ICU admission, count the hourly intervals with at least one observed systolic blood pressure reading at or below 152.1.\nOptions: A. 26 B. 23 C. 22 D. 24","answer":"D","answer_text":"24","episode_id":"iv_000326","anchor_time":36}
{"id":"TG_interval_count_iv_000175_wbc_low_9.34_w15_1","question":"Checking the first 15 hours only, how many one-hour bins include white blood cell count readings no higher than 9.34?\nOptions: A. 1 B. 4 C. 0 D. 2","answer":"A","answer_text":"1","episode_id":"iv_000175","anchor_time":15}
{"id":"TG_interval_count_iv_000170_urine_output_low_259.39_w21_0","question":"In the patient's first 21 ICU hours, how many hourly bins contain any observed urine output reading less than or equal to 259.39?\nOptions: A. 16 B. 19 C. 18 D. 17","answer":"A","answer_text":"16","episode_id":"iv_000170","anchor_time":21}
{"id":"TG_interval_count_iv_000170_temperature_high_60.61_w14_1","question":"For the 0-14h window after ICU admission, count each hour-bin where temperature is greater than or equal to 60.61.\nOptions: A. 4 B. 2 C. 0 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000170","anchor_time":14}
{"id":"TG_interval_count_iv_000088_temperature_high_98.47_w13_0","question":"For this case, how many hourly bins up to hour 13 contain temperature measurements >= 98.47?\nOptions: A. 5 B. 0 C. 3 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000088","anchor_time":13}
{"id":"TG_interval_count_iv_000088_heart_rate_low_64.49_w13_1","question":"From ICU hour 0 to hour 13, how many one-hour windows contain a measured heart rate value <= 64.49?\nOptions: A. 0 B. 1 C. 2 D. 3","answer":"A","answer_text":"0","episode_id":"iv_000088","anchor_time":13}
{"id":"TG_interval_count_iv_000096_resp_rate_low_15.27_w23_0","question":"Can you count the one-hour bins in the first 23 hours where the charted respiratory rate is at or below 15.27?\nOptions: A. 5 B. 7 C. 6 D. 8","answer":"C","answer_text":"6","episode_id":"iv_000096","anchor_time":23}
{"id":"TG_interval_count_iv_000439_urine_output_high_377.56_w21_0","question":"How many hourly slots in the first 21 ICU hours have a documented urine output measurement greater than or equal to 377.56?\nOptions: A. 0 B. 3 C. 1 D. 4","answer":"C","answer_text":"1","episode_id":"iv_000439","anchor_time":21}
{"id":"TG_first_interval_iv_000439_systolic_bp_low_94.19_w42_1","question":"From ICU hour 0 to 42, identify the earliest sustained interval during which systolic blood pressure remains less than or equal to 94.19.\nOptions: A. 6-7h B. 9-10h C. 7-8h D. 8-9h","answer":"D","answer_text":"8-9h","episode_id":"iv_000439","anchor_time":42}
{"id":"TG_interval_count_iv_000050_resp_rate_low_35.92_w7_1","question":"Looking from ICU admission through hour 7, in how many hourly bins was respiratory rate at or below 35.92?\nOptions: A. 4 B. 1 C. 5 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000050","anchor_time":7}
{"id":"TG_interval_count_iv_000199_wbc_low_11.47_w57_0","question":"What count of one-hour bins in the first 57 hours has observed white blood cell count values not above 11.47?\nOptions: A. 4 B. 2 C. 3 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000199","anchor_time":57}
{"id":"TG_interval_count_iv_000297_systolic_bp_low_99.42_w18_1","question":"What count of one-hour bins in the first 18 hours has observed systolic blood pressure values at or below 99.42?\nOptions: A. 18 B. 16 C. 17 D. 15","answer":"C","answer_text":"17","episode_id":"iv_000297","anchor_time":18}
{"id":"TG_interval_count_iv_000131_spo2_high_93.25_w45_1","question":"From ICU hour 0 to hour 45, how many one-hour windows contain a measured SpO2 value no lower than 93.25?\nOptions: A. 41 B. 40 C. 43 D. 42","answer":"D","answer_text":"42","episode_id":"iv_000131","anchor_time":45}
{"id":"TG_interval_count_iv_000120_wbc_low_8.6_w94_1","question":"For this case, how many hourly bins up to hour 94 contain white blood cell count measurements at most 8.6?\nOptions: A. 0 B. 4 C. 2 D. 5","answer":"C","answer_text":"2","episode_id":"iv_000120","anchor_time":94}
{"id":"TG_interval_count_iv_000358_map_high_85.22_w57_0","question":"How many hourly slots in the first 57 ICU hours have a documented mean arterial pressure measurement greater than or equal to 85.22?\nOptions: A. 29 B. 32 C. 27 D. 30","answer":"D","answer_text":"30","episode_id":"iv_000358","anchor_time":57}
{"id":"TG_first_interval_iv_000180_heart_rate_high_81.09_w7_0","question":"Can you identify when heart rate first remains >= 81.09 in consecutive observations within the first 7 hours?\nOptions: A. 1-2h B. 4-5h C. 5-6h D. 3-4h","answer":"D","answer_text":"3-4h","episode_id":"iv_000180","anchor_time":7}
{"id":"TG_interval_count_iv_000370_heart_rate_high_74.48_w34_0","question":"What count of one-hour bins in the first 34 hours has observed heart rate values not below 74.48?\nOptions: A. 26 B. 25 C. 28 D. 30","answer":"C","answer_text":"28","episode_id":"iv_000370","anchor_time":34}
{"id":"TG_interval_count_iv_000370_heart_rate_low_74.48_w69_1","question":"Looking from ICU admission through hour 69, in how many hourly bins was heart rate at most 74.48?\nOptions: A. 9 B. 12 C. 8 D. 10","answer":"A","answer_text":"9","episode_id":"iv_000370","anchor_time":69}
{"id":"TG_interval_count_iv_000037_heart_rate_low_61.44_w29_0","question":"In the patient's first 29 ICU hours, how many hourly bins contain any observed heart rate reading less than or equal to 61.44?\nOptions: A. 1 B. 2 C. 4 D. 0","answer":"B","answer_text":"2","episode_id":"iv_000037","anchor_time":29}
{"id":"TG_interval_count_iv_000037_heart_rate_low_61.44_w14_1","question":"Checking the first 14 hours only, how many one-hour bins include heart rate readings <= 61.44?\nOptions: A. 3 B. 0 C. 1 D. 2","answer":"C","answer_text":"1","episode_id":"iv_000037","anchor_time":14}
{"id":"TG_interval_count_iv_000160_wbc_high_27.08_w66_0","question":"What count of one-hour bins in the first 66 hours has observed white blood cell count values at or above 27.08?\nOptions: A. 4 B. 1 C. 2 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000160","anchor_time":66}
{"id":"TG_interval_count_iv_000004_map_low_80.79_w11_0","question":"Looking from ICU admission through hour 11, in how many hourly bins was mean arterial pressure no higher than 80.79?\nOptions: A. 2 B. 3 C. 5 D. 0","answer":"B","answer_text":"3","episode_id":"iv_000004","anchor_time":11}
{"id":"TG_first_interval_iv_000093_resp_rate_high_27.38_w40_0","question":"Over the first 40 hours after ICU admission, which continuous observed interval first has respiratory rate at least 27.38?\nOptions: A. 8-9h B. 6-7h C. 9-10h D. 10-11h","answer":"A","answer_text":"8-9h","episode_id":"iv_000093","anchor_time":40}
{"id":"TG_interval_count_iv_000093_map_low_60.98_w60_1","question":"For the first 60 hours of this ICU stay, how many 1-hour time bins include a recorded mean arterial pressure value less than or equal to 60.98?\nOptions: A. 7 B. 8 C. 6 D. 9","answer":"D","answer_text":"9","episode_id":"iv_000093","anchor_time":60}
{"id":"TG_interval_count_iv_000188_creatinine_low_11.82_w18_1","question":"Across the first 18 hours, how many one-hour observation bins have creatinine not above 11.82?\nOptions: A. 0 B. 1 C. 2 D. 3","answer":"C","answer_text":"2","episode_id":"iv_000188","anchor_time":18}
{"id":"TG_interval_count_iv_000374_lactate_high_129.68_w38_0","question":"For the 0-38h window after ICU admission, count each hour-bin where lactate is at or above 129.68.\nOptions: A. 0 B. 2 C. 1 D. 4","answer":"C","answer_text":"1","episode_id":"iv_000374","anchor_time":38}
{"id":"TG_interval_count_iv_000374_temperature_high_94.69_w19_1","question":"From ICU hour 0 to hour 19, how many one-hour windows contain a measured temperature value >= 94.69?\nOptions: A. 2 B. 6 C. 4 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000374","anchor_time":19}
{"id":"TG_first_interval_iv_000453_systolic_bp_low_123.71_w24_0","question":"Can you identify when systolic blood pressure first remains at or below 123.71 in consecutive observations within the first 24 hours?\nOptions: A. 8-9h B. 9-10h C. 6-7h D. 10-11h","answer":"A","answer_text":"8-9h","episode_id":"iv_000453","anchor_time":24}
{"id":"TG_first_interval_iv_000453_resp_rate_high_20.88_w12_1","question":"Can you identify when respiratory rate first remains at or above 20.88 in consecutive observations within the first 12 hours?\nOptions: A. 1-2h B. 4-5h C. 0-1h D. 2-3h","answer":"D","answer_text":"2-3h","episode_id":"iv_000453","anchor_time":12}
{"id":"TG_interval_count_iv_000468_systolic_bp_low_85.46_w10_0","question":"Across the first 10 hours, how many one-hour observation bins have systolic blood pressure less than or equal to 85.46?\nOptions: A. 0 B. 1 C. 2 D. 3","answer":"A","answer_text":"0","episode_id":"iv_000468","anchor_time":10}
{"id":"TG_interval_count_iv_000292_resp_rate_high_10.2_w25_0","question":"Checking the first 25 hours only, how many one-hour bins include respiratory rate readings >= 10.2?\nOptions: A. 11 B. 14 C. 10 D. 13","answer":"A","answer_text":"11","episode_id":"iv_000292","anchor_time":25}
{"id":"TG_interval_count_iv_000292_temperature_low_98.23_w34_1","question":"Checking the first 34 hours only, how many one-hour bins include temperature readings no higher than 98.23?\nOptions: A. 6 B. 3 C. 9 D. 5","answer":"A","answer_text":"6","episode_id":"iv_000292","anchor_time":34}
{"id":"TG_interval_count_iv_000340_systolic_bp_low_122.5_w35_0","question":"What count of one-hour bins in the first 35 hours has observed systolic blood pressure values not above 122.5?\nOptions: A. 31 B. 36 C. 33 D. 35","answer":"C","answer_text":"33","episode_id":"iv_000340","anchor_time":35}
{"id":"TG_interval_count_iv_000340_creatinine_high_0.83_w23_1","question":"How many hourly slots in the first 23 ICU hours have a documented creatinine measurement not below 0.83?\nOptions: A. 0 B. 2 C. 3 D. 1","answer":"A","answer_text":"0","episode_id":"iv_000340","anchor_time":23}
{"id":"TG_interval_count_iv_000407_map_high_101.48_w16_0","question":"Within 0-16h of ICU admission, how many separate one-hour bins show mean arterial pressure at least 101.48?\nOptions: A. 5 B. 2 C. 4 D. 0","answer":"B","answer_text":"2","episode_id":"iv_000407","anchor_time":16}
{"id":"TG_interval_count_iv_000408_spo2_high_98.45_w33_0","question":"Across the first 33 hours, how many one-hour observation bins have SpO2 greater than or equal to 98.45?\nOptions: A. 7 B. 6 C. 9 D. 11","answer":"C","answer_text":"9","episode_id":"iv_000408","anchor_time":33}
{"id":"TG_interval_count_iv_000408_resp_rate_high_11.98_w16_1","question":"How many of the hourly intervals from admission to hour 16 have a recorded respiratory rate value >= 11.98?\nOptions: A. 16 B. 17 C. 15 D. 13","answer":"C","answer_text":"15","episode_id":"iv_000408","anchor_time":16}
{"id":"TG_interval_count_iv_000187_diastolic_bp_high_70.24_w19_0","question":"In the patient's first 19 ICU hours, how many hourly bins contain any observed diastolic blood pressure reading not below 70.24?\nOptions: A. 3 B. 5 C. 4 D. 6","answer":"C","answer_text":"4","episode_id":"iv_000187","anchor_time":19}
{"id":"TG_interval_count_iv_000187_diastolic_bp_low_70.24_w13_1","question":"Checking the first 13 hours only, how many one-hour bins include diastolic blood pressure readings at most 70.24?\nOptions: A. 10 B. 8 C. 12 D. 9","answer":"A","answer_text":"10","episode_id":"iv_000187","anchor_time":13}
{"id":"TG_first_interval_iv_000334_urine_output_high_23.33_w21_0","question":"For this ICU stay, what is the earliest interval in the first 21 hours where consecutive urine output readings are greater than or equal to 23.33?\nOptions: A. 4-5h B. 3-4h C. 2-3h D. 0-1h","answer":"C","answer_text":"2-3h","episode_id":"iv_000334","anchor_time":21}
{"id":"TG_interval_count_iv_000334_systolic_bp_low_93.39_w43_1","question":"How many hourly slots in the first 43 ICU hours have a documented systolic blood pressure measurement less than or equal to 93.39?\nOptions: A. 12 B. 9 C. 13 D. 11","answer":"D","answer_text":"11","episode_id":"iv_000334","anchor_time":43}
{"id":"TG_interval_count_iv_000213_spo2_low_97.41_w19_0","question":"In the patient's first 19 ICU hours, how many hourly bins contain any observed SpO2 reading less than or equal to 97.41?\nOptions: A. 19 B. 21 C. 20 D. 18","answer":"D","answer_text":"18","episode_id":"iv_000213","anchor_time":19}
{"id":"TG_interval_count_iv_000213_spo2_high_97.41_w9_1","question":"Checking the first 9 hours only, how many one-hour bins include SpO2 readings greater than or equal to 97.41?\nOptions: A. 1 B. 2 C. 3 D. 0","answer":"D","answer_text":"0","episode_id":"iv_000213","anchor_time":9}
{"id":"TG_interval_count_iv_000127_spo2_low_88.46_w12_0","question":"For the first 12 hours of this ICU stay, how many 1-hour time bins include a recorded SpO2 value at or below 88.46?\nOptions: A. 4 B. 0 C. 5 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000127","anchor_time":12}
{"id":"TG_interval_count_iv_000127_wbc_high_7.45_w36_1","question":"Please tally the one-hour intervals before hour 36 that include an observed white blood cell count value no lower than 7.45.\nOptions: A. 2 B. 5 C. 3 D. 4","answer":"A","answer_text":"2","episode_id":"iv_000127","anchor_time":36}
{"id":"TG_interval_count_iv_000011_map_low_77.21_w30_0","question":"What count of one-hour bins in the first 30 hours has observed mean arterial pressure values not above 77.21?\nOptions: A. 19 B. 21 C. 24 D. 20","answer":"B","answer_text":"21","episode_id":"iv_000011","anchor_time":30}
{"id":"TG_interval_count_iv_000011_diastolic_bp_high_56.52_w20_1","question":"From ICU hour 0 to hour 20, how many one-hour windows contain a measured diastolic blood pressure value >= 56.52?\nOptions: A. 15 B. 12 C. 10 D. 13","answer":"B","answer_text":"12","episode_id":"iv_000011","anchor_time":20}
{"id":"TG_interval_count_iv_000006_temperature_high_37.13_w25_0","question":"Checking the first 25 hours only, how many one-hour bins include temperature readings >= 37.13?\nOptions: A. 5 B. 8 C. 6 D. 9","answer":"C","answer_text":"6","episode_id":"iv_000006","anchor_time":25}
{"id":"TG_first_interval_iv_000006_urine_output_low_114.41_w51_1","question":"Up to ICU hour 51, what is the first sustained observed interval where urine output is no higher than 114.41?\nOptions: A. 18-19h B. 15-16h C. 14-15h D. 16-17h","answer":"D","answer_text":"16-17h","episode_id":"iv_000006","anchor_time":51}
{"id":"TG_interval_count_iv_000246_wbc_high_9.54_w73_0","question":"Within 0-73h of ICU admission, how many separate one-hour bins show white blood cell count no lower than 9.54?\nOptions: A. 0 B. 2 C. 1 D. 4","answer":"C","answer_text":"1","episode_id":"iv_000246","anchor_time":73}
{"id":"TG_interval_count_iv_000246_urine_output_low_194_w24_1","question":"For the first 24 hours of this ICU stay, how many 1-hour time bins include a recorded urine output value less than or equal to 194?\nOptions: A. 25 B. 22 C. 20 D. 24","answer":"B","answer_text":"22","episode_id":"iv_000246","anchor_time":24}
{"id":"TG_first_interval_iv_000396_diastolic_bp_low_77.89_w19_0","question":"Within the first 19 hours, when does diastolic blood pressure first hold <= 77.89 across back-to-back observations?\nOptions: A. 3-4h B. 2-3h C. 5-6h D. 4-5h","answer":"D","answer_text":"4-5h","episode_id":"iv_000396","anchor_time":19}
{"id":"TG_interval_count_iv_000396_diastolic_bp_high_77.89_w26_1","question":"In the patient's first 26 ICU hours, how many hourly bins contain any observed diastolic blood pressure reading at or above 77.89?\nOptions: A. 5 B. 4 C. 6 D. 2","answer":"B","answer_text":"4","episode_id":"iv_000396","anchor_time":26}
{"id":"TG_interval_count_iv_000425_heart_rate_low_77.42_w12_0","question":"Between ICU admission and hour 12, how many one-hour intervals include a heart rate value <= 77.42?\nOptions: A. 7 B. 6 C. 4 D. 8","answer":"A","answer_text":"7","episode_id":"iv_000425","anchor_time":12}
{"id":"TG_interval_count_iv_000425_temperature_high_100.01_w6_1","question":"From ICU hour 0 to hour 6, how many one-hour windows contain a measured temperature value at or above 100.01?\nOptions: A. 6 B. 5 C. 0 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000425","anchor_time":6}
{"id":"TG_interval_count_iv_000345_map_low_106.83_w77_0","question":"From ICU hour 0 to hour 77, how many one-hour windows contain a measured mean arterial pressure value no higher than 106.83?\nOptions: A. 74 B. 76 C. 77 D. 78","answer":"C","answer_text":"77","episode_id":"iv_000345","anchor_time":77}
{"id":"TG_interval_count_iv_000345_resp_rate_low_19.75_w19_1","question":"Over the first 19 hours after ICU admission, count the hourly intervals with at least one observed respiratory rate reading not above 19.75.\nOptions: A. 14 B. 17 C. 19 D. 20","answer":"B","answer_text":"17","episode_id":"iv_000345","anchor_time":19}
{"id":"TG_interval_count_iv_000089_systolic_bp_high_117.75_w19_0","question":"Can you count the one-hour bins in the first 19 hours where the charted systolic blood pressure is greater than or equal to 117.75?\nOptions: A. 15 B. 19 C. 18 D. 16","answer":"D","answer_text":"16","episode_id":"iv_000089","anchor_time":19}
{"id":"TG_first_interval_iv_000089_urine_output_low_161.43_w19_1","question":"For the 0-19h window after ICU admission, what is the earliest continuous run of observed urine output values at or below 161.43?\nOptions: A. 14-15h B. 15-16h C. 11-12h D. 13-14h","answer":"D","answer_text":"13-14h","episode_id":"iv_000089","anchor_time":19}
{"id":"TG_interval_count_iv_000426_temperature_low_97.81_w72_0","question":"What count of one-hour bins in the first 72 hours has observed temperature values at or below 97.81?\nOptions: A. 7 B. 9 C. 11 D. 6","answer":"B","answer_text":"9","episode_id":"iv_000426","anchor_time":72}
{"id":"TG_interval_count_iv_000426_map_low_56.93_w36_1","question":"What count of one-hour bins in the first 36 hours has observed mean arterial pressure values at or below 56.93?\nOptions: A. 10 B. 11 C. 8 D. 13","answer":"A","answer_text":"10","episode_id":"iv_000426","anchor_time":36}
{"id":"TG_interval_count_iv_000026_map_high_60.88_w125_0","question":"Looking from ICU admission through hour 125, in how many hourly bins was mean arterial pressure not below 60.88?\nOptions: A. 111 B. 109 C. 107 D. 108","answer":"B","answer_text":"109","episode_id":"iv_000026","anchor_time":125}
{"id":"TG_interval_count_iv_000026_wbc_high_15.1_w83_1","question":"In the patient's first 83 ICU hours, how many hourly bins contain any observed white blood cell count reading not below 15.1?\nOptions: A. 6 B. 2 C. 5 D. 4","answer":"C","answer_text":"5","episode_id":"iv_000026","anchor_time":83}
{"id":"TG_interval_count_iv_000077_heart_rate_high_73.9_w32_1","question":"How many hourly slots in the first 32 ICU hours have a documented heart rate measurement greater than or equal to 73.9?\nOptions: A. 24 B. 27 C. 29 D. 26","answer":"D","answer_text":"26","episode_id":"iv_000077","anchor_time":32}
{"id":"TG_interval_count_iv_000184_diastolic_bp_high_134.98_w40_1","question":"What count of one-hour bins in the first 40 hours has observed diastolic blood pressure values not below 134.98?\nOptions: A. 2 B. 0 C. 1 D. 3","answer":"C","answer_text":"1","episode_id":"iv_000184","anchor_time":40}
{"id":"TG_interval_count_iv_000262_heart_rate_high_65.52_w106_0","question":"From ICU hour 0 to hour 106, how many one-hour windows contain a measured heart rate value not below 65.52?\nOptions: A. 87 B. 88 C. 85 D. 86","answer":"D","answer_text":"86","episode_id":"iv_000262","anchor_time":106}
{"id":"TG_interval_count_iv_000262_diastolic_bp_low_71.92_w71_1","question":"In the patient's first 71 ICU hours, how many hourly bins contain any observed diastolic blood pressure reading less than or equal to 71.92?\nOptions: A. 53 B. 58 C. 55 D. 52","answer":"C","answer_text":"55","episode_id":"iv_000262","anchor_time":71}
{"id":"TG_interval_count_iv_000207_wbc_low_16.71_w28_1","question":"Can you count the one-hour bins in the first 28 hours where the charted white blood cell count is less than or equal to 16.71?\nOptions: A. 1 B. 0 C. 3 D. 2","answer":"A","answer_text":"1","episode_id":"iv_000207","anchor_time":28}
{"id":"TG_interval_count_iv_000182_resp_rate_low_12.17_w33_0","question":"Between ICU admission and hour 33, how many one-hour intervals include a respiratory rate value <= 12.17?\nOptions: A. 10 B. 12 C. 15 D. 13","answer":"D","answer_text":"13","episode_id":"iv_000182","anchor_time":33}
{"id":"TG_interval_count_iv_000095_heart_rate_high_82.44_w6_0","question":"Looking from ICU admission through hour 6, in how many hourly bins was heart rate at or above 82.44?\nOptions: A. 1 B. 4 C. 3 D. 2","answer":"A","answer_text":"1","episode_id":"iv_000095","anchor_time":6}
{"id":"TG_interval_count_iv_000095_spo2_low_98.99_w6_1","question":"For the first 6 hours of this ICU stay, how many 1-hour time bins include a recorded SpO2 value no higher than 98.99?\nOptions: A. 4 B. 1 C. 2 D. 0","answer":"B","answer_text":"1","episode_id":"iv_000095","anchor_time":6}
{"id":"TG_interval_count_iv_000100_urine_output_high_130.34_w69_1","question":"Over the first 69 hours after ICU admission, count the hourly intervals with at least one observed urine output reading at or above 130.34.\nOptions: A. 14 B. 17 C. 16 D. 13","answer":"A","answer_text":"14","episode_id":"iv_000100","anchor_time":69}
{"id":"TG_first_interval_iv_000419_temperature_high_98.6_w68_1","question":"Up to ICU hour 68, what is the first sustained observed interval where temperature is no lower than 98.6?\nOptions: A. 23-24h B. 24-25h C. 25-26h D. 26-27h","answer":"B","answer_text":"24-25h","episode_id":"iv_000419","anchor_time":68}
{"id":"TG_interval_count_iv_000394_urine_output_low_64.33_w10_0","question":"Looking from ICU admission through hour 10, in how many hourly bins was urine output at most 64.33?\nOptions: A. 1 B. 4 C. 0 D. 2","answer":"A","answer_text":"1","episode_id":"iv_000394","anchor_time":10}
{"id":"TG_first_interval_iv_000394_resp_rate_low_21.03_w42_1","question":"Find the first sustained time interval before hour 42 where the observed respiratory rate is not above 21.03.\nOptions: A. 1-2h B. 3-4h C. 2-3h D. 4-5h","answer":"C","answer_text":"2-3h","episode_id":"iv_000394","anchor_time":42}
{"id":"TG_interval_count_iv_000155_resp_rate_high_16.58_w15_0","question":"For this case, how many hourly bins up to hour 15 contain respiratory rate measurements at least 16.58?\nOptions: A. 0 B. 3 C. 2 D. 5","answer":"C","answer_text":"2","episode_id":"iv_000155","anchor_time":15}
{"id":"TG_interval_count_iv_000230_systolic_bp_high_127.28_w9_0","question":"For the first 9 hours of this ICU stay, how many 1-hour time bins include a recorded systolic blood pressure value >= 127.28?\nOptions: A. 0 B. 2 C. 4 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000230","anchor_time":9}
{"id":"TG_interval_count_iv_000230_diastolic_bp_low_68.09_w19_1","question":"In the patient's first 19 ICU hours, how many hourly bins contain any observed diastolic blood pressure reading not above 68.09?\nOptions: A. 3 B. 6 C. 4 D. 2","answer":"A","answer_text":"3","episode_id":"iv_000230","anchor_time":19}
{"id":"TG_interval_count_iv_000362_resp_rate_high_13.55_w25_0","question":"From ICU hour 0 to hour 25, how many one-hour windows contain a measured respiratory rate value no lower than 13.55?\nOptions: A. 22 B. 21 C. 23 D. 20","answer":"C","answer_text":"23","episode_id":"iv_000362","anchor_time":25}
{"id":"TG_interval_count_iv_000362_heart_rate_low_63.78_w12_1","question":"Over the first 12 hours after ICU admission, count the hourly intervals with at least one observed heart rate reading not above 63.78.\nOptions: A. 0 B. 3 C. 2 D. 4","answer":"B","answer_text":"3","episode_id":"iv_000362","anchor_time":12}
{"id":"TG_interval_count_iv_000237_heart_rate_low_97.31_w50_1","question":"What count of one-hour bins in the first 50 hours has observed heart rate values less than or equal to 97.31?\nOptions: A. 47 B. 45 C. 42 D. 46","answer":"B","answer_text":"45","episode_id":"iv_000237","anchor_time":50}
{"id":"TG_first_interval_iv_000353_temperature_high_37.49_w83_0","question":"For the 0-83h window after ICU admission, what is the earliest continuous run of observed temperature values at or above 37.49?\nOptions: A. 52-53h B. 50-51h C. 48-49h D. 51-52h","answer":"B","answer_text":"50-51h","episode_id":"iv_000353","anchor_time":83}
{"id":"TG_interval_count_iv_000353_map_high_83.72_w62_1","question":"Over the first 62 hours after ICU admission, count the hourly intervals with at least one observed mean arterial pressure reading at or above 83.72.\nOptions: A. 4 B. 2 C. 5 D. 7","answer":"C","answer_text":"5","episode_id":"iv_000353","anchor_time":62}
{"id":"TG_interval_count_iv_000085_heart_rate_high_104.07_w40_0","question":"Checking the first 40 hours only, how many one-hour bins include heart rate readings no lower than 104.07?\nOptions: A. 24 B. 21 C. 23 D. 26","answer":"A","answer_text":"24","episode_id":"iv_000085","anchor_time":40}
{"id":"TG_first_interval_iv_000323_temperature_low_98.18_w40_0","question":"For this ICU stay, what is the earliest interval in the first 40 hours where consecutive temperature readings are less than or equal to 98.18?\nOptions: A. 3-4h B. 1-2h C. 2-3h D. 4-5h","answer":"A","answer_text":"3-4h","episode_id":"iv_000323","anchor_time":40}
{"id":"TG_interval_count_iv_000323_heart_rate_low_55.85_w27_1","question":"For the 0-27h window after ICU admission, count each hour-bin where heart rate is less than or equal to 55.85.\nOptions: A. 1 B. 3 C. 4 D. 2","answer":"A","answer_text":"1","episode_id":"iv_000323","anchor_time":27}
{"id":"TG_interval_count_iv_000171_lactate_low_1.04_w107_0","question":"What count of one-hour bins in the first 107 hours has observed lactate values at most 1.04?\nOptions: A. 2 B. 5 C. 1 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000171","anchor_time":107}
{"id":"TG_interval_count_iv_000171_diastolic_bp_low_51.41_w215_1","question":"Over the first 215 hours after ICU admission, count the hourly intervals with at least one observed diastolic blood pressure reading at most 51.41.\nOptions: A. 128 B. 132 C. 127 D. 129","answer":"D","answer_text":"129","episode_id":"iv_000171","anchor_time":215}
{"id":"TG_interval_count_iv_000153_map_high_93.11_w48_0","question":"For this case, how many hourly bins up to hour 48 contain mean arterial pressure measurements at least 93.11?\nOptions: A. 24 B. 27 C. 28 D. 25","answer":"D","answer_text":"25","episode_id":"iv_000153","anchor_time":48}
{"id":"TG_first_interval_iv_000153_temperature_high_98.91_w48_1","question":"Within 0-48h of ICU admission, report the first continuous interval where temperature stays >= 98.91.\nOptions: A. 37-38h B. 36-37h C. 38-39h D. 35-36h","answer":"A","answer_text":"37-38h","episode_id":"iv_000153","anchor_time":48}
{"id":"TG_first_interval_iv_000313_urine_output_low_592.12_w23_0","question":"When, during the first 23 ICU hours, does urine output first stay no higher than 592.12 over consecutive measurements?\nOptions: A. 5-6h B. 3-4h C. 4-5h D. 2-3h","answer":"C","answer_text":"4-5h","episode_id":"iv_000313","anchor_time":23}
{"id":"TG_interval_count_iv_000313_temperature_high_95.9_w35_1","question":"From ICU hour 0 to hour 35, how many one-hour windows contain a measured temperature value no lower than 95.9?\nOptions: A. 10 B. 12 C. 15 D. 11","answer":"B","answer_text":"12","episode_id":"iv_000313","anchor_time":35}
{"id":"TG_first_interval_iv_000038_diastolic_bp_low_71.36_w6_0","question":"Over the first 6 hours after ICU admission, which continuous observed interval first has diastolic blood pressure not above 71.36?\nOptions: A. 4-5h B. 3-4h C. 2-3h D. 1-2h","answer":"B","answer_text":"3-4h","episode_id":"iv_000038","anchor_time":6}
{"id":"TG_interval_count_iv_000038_diastolic_bp_low_71.36_w20_1","question":"For the 0-20h window after ICU admission, count each hour-bin where diastolic blood pressure is less than or equal to 71.36.\nOptions: A. 20 B. 15 C. 18 D. 17","answer":"D","answer_text":"17","episode_id":"iv_000038","anchor_time":20}
{"id":"TG_interval_count_iv_000392_resp_rate_high_23.86_w21_0","question":"Please tally the one-hour intervals before hour 21 that include an observed respiratory rate value at least 23.86.\nOptions: A. 1 B. 4 C. 3 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000392","anchor_time":21}
{"id":"TG_interval_count_iv_000392_map_high_49.52_w32_1","question":"Over the first 32 hours after ICU admission, count the hourly intervals with at least one observed mean arterial pressure reading greater than or equal to 49.52.\nOptions: A. 32 B. 29 C. 31 D. 27","answer":"B","answer_text":"29","episode_id":"iv_000392","anchor_time":32}
{"id":"TG_interval_count_iv_000069_diastolic_bp_low_31.7_w80_1","question":"Can you count the one-hour bins in the first 80 hours where the charted diastolic blood pressure is not above 31.7?\nOptions: A. 23 B. 26 C. 21 D. 20","answer":"A","answer_text":"23","episode_id":"iv_000069","anchor_time":80}
{"id":"TG_interval_count_iv_000106_systolic_bp_high_130.06_w16_0","question":"Over the first 16 hours after ICU admission, count the hourly intervals with at least one observed systolic blood pressure reading not below 130.06.\nOptions: A. 4 B. 2 C. 0 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000106","anchor_time":16}
{"id":"TG_interval_count_iv_000106_urine_output_high_291.28_w16_1","question":"What count of one-hour bins in the first 16 hours has observed urine output values greater than or equal to 291.28?\nOptions: A. 1 B. 2 C. 0 D. 3","answer":"C","answer_text":"0","episode_id":"iv_000106","anchor_time":16}
{"id":"TG_interval_count_iv_000348_diastolic_bp_low_72.36_w24_0","question":"Between ICU admission and hour 24, how many one-hour intervals include a diastolic blood pressure value <= 72.36?\nOptions: A. 19 B. 14 C. 16 D. 13","answer":"C","answer_text":"16","episode_id":"iv_000348","anchor_time":24}
{"id":"TG_interval_count_iv_000348_urine_output_high_180.23_w48_1","question":"In the patient's first 48 ICU hours, how many hourly bins contain any observed urine output reading at or above 180.23?\nOptions: A. 3 B. 2 C. 0 D. 4","answer":"B","answer_text":"2","episode_id":"iv_000348","anchor_time":48}
{"id":"TG_first_interval_iv_000158_systolic_bp_low_125.89_w32_1","question":"For this ICU stay, what is the earliest interval in the first 32 hours where consecutive systolic blood pressure readings are less than or equal to 125.89?\nOptions: A. 2-3h B. 4-5h C. 6-7h D. 5-6h","answer":"B","answer_text":"4-5h","episode_id":"iv_000158","anchor_time":32}
{"id":"TG_interval_count_iv_000031_spo2_low_99.85_w51_1","question":"Looking from ICU admission through hour 51, in how many hourly bins was SpO2 <= 99.85?\nOptions: A. 47 B. 44 C. 49 D. 48","answer":"A","answer_text":"47","episode_id":"iv_000031","anchor_time":51}
{"id":"TG_first_interval_iv_000244_spo2_high_88.62_w13_0","question":"Can you identify when SpO2 first remains at or above 88.62 in consecutive observations within the first 13 hours?\nOptions: A. 2-3h B. 5-6h C. 4-5h D. 3-4h","answer":"D","answer_text":"3-4h","episode_id":"iv_000244","anchor_time":13}
{"id":"TG_interval_count_iv_000244_wbc_low_10.37_w20_1","question":"Between ICU admission and hour 20, how many one-hour intervals include a white blood cell count value no higher than 10.37?\nOptions: A. 1 B. 3 C. 2 D. 5","answer":"C","answer_text":"2","episode_id":"iv_000244","anchor_time":20}
{"id":"TG_interval_count_iv_000008_urine_output_low_416.64_w10_0","question":"Across the first 10 hours, how many one-hour observation bins have urine output less than or equal to 416.64?\nOptions: A. 7 B. 11 C. 8 D. 6","answer":"C","answer_text":"8","episode_id":"iv_000008","anchor_time":10}
{"id":"TG_interval_count_iv_000008_lactate_high_292.63_w30_1","question":"Across the first 30 hours, how many one-hour observation bins have lactate at or above 292.63?\nOptions: A. 2 B. 3 C. 0 D. 5","answer":"A","answer_text":"2","episode_id":"iv_000008","anchor_time":30}
{"id":"TG_interval_count_iv_000267_diastolic_bp_low_112.37_w30_1","question":"From ICU hour 0 to hour 30, how many one-hour windows contain a measured diastolic blood pressure value no higher than 112.37?\nOptions: A. 32 B. 33 C. 30 D. 28","answer":"C","answer_text":"30","episode_id":"iv_000267","anchor_time":30}
{"id":"TG_interval_count_iv_000485_temperature_low_98.18_w27_0","question":"Checking the first 27 hours only, how many one-hour bins include temperature readings no higher than 98.18?\nOptions: A. 0 B. 3 C. 2 D. 1","answer":"A","answer_text":"0","episode_id":"iv_000485","anchor_time":27}
{"id":"TG_interval_count_iv_000485_systolic_bp_low_125.52_w27_1","question":"What count of one-hour bins in the first 27 hours has observed systolic blood pressure values not above 125.52?\nOptions: A. 25 B. 23 C. 20 D. 21","answer":"B","answer_text":"23","episode_id":"iv_000485","anchor_time":27}
{"id":"TG_first_interval_iv_000233_urine_output_high_178.12_w22_0","question":"From ICU hour 0 to 22, identify the earliest sustained interval during which urine output remains greater than or equal to 178.12.\nOptions: A. 8-9h B. 11-12h C. 12-13h D. 10-11h","answer":"D","answer_text":"10-11h","episode_id":"iv_000233","anchor_time":22}
{"id":"TG_interval_count_iv_000233_heart_rate_high_66.46_w11_1","question":"How many of the hourly intervals from admission to hour 11 have a recorded heart rate value at least 66.46?\nOptions: A. 9 B. 11 C. 6 D. 8","answer":"A","answer_text":"9","episode_id":"iv_000233","anchor_time":11}
{"id":"TG_first_interval_iv_000261_urine_output_low_582.33_w30_0","question":"For the 0-30h window after ICU admission, what is the earliest continuous run of observed urine output values at or below 582.33?\nOptions: A. 4-5h B. 5-6h C. 2-3h D. 3-4h","answer":"D","answer_text":"3-4h","episode_id":"iv_000261","anchor_time":30}
{"id":"TG_interval_count_iv_000261_urine_output_high_582.33_w22_1","question":"Within 0-22h of ICU admission, how many separate one-hour bins show urine output no lower than 582.33?\nOptions: A. 2 B. 5 C. 3 D. 4","answer":"A","answer_text":"2","episode_id":"iv_000261","anchor_time":22}
{"id":"TG_first_interval_iv_000401_resp_rate_low_18.62_w8_0","question":"Can you identify when respiratory rate first remains <= 18.62 in consecutive observations within the first 8 hours?\nOptions: A. 4-5h B. 6-7h C. 2-3h D. 5-6h","answer":"A","answer_text":"4-5h","episode_id":"iv_000401","anchor_time":8}
{"id":"TG_interval_count_iv_000401_heart_rate_low_52.98_w8_1","question":"Between ICU admission and hour 8, how many one-hour intervals include a heart rate value at or below 52.98?\nOptions: A. 4 B. 1 C. 3 D. 0","answer":"B","answer_text":"1","episode_id":"iv_000401","anchor_time":8}
{"id":"TG_interval_count_iv_000291_spo2_low_97.34_w20_0","question":"What count of one-hour bins in the first 20 hours has observed SpO2 values not above 97.34?\nOptions: A. 7 B. 8 C. 5 D. 6","answer":"A","answer_text":"7","episode_id":"iv_000291","anchor_time":20}
{"id":"TG_interval_count_iv_000291_spo2_low_97.34_w80_1","question":"Looking from ICU admission through hour 80, in how many hourly bins was SpO2 at most 97.34?\nOptions: A. 34 B. 32 C. 37 D. 35","answer":"D","answer_text":"35","episode_id":"iv_000291","anchor_time":80}
{"id":"TG_interval_count_iv_000198_spo2_low_88.25_w51_0","question":"In the patient's first 51 ICU hours, how many hourly bins contain any observed SpO2 reading less than or equal to 88.25?\nOptions: A. 7 B. 5 C. 6 D. 4","answer":"B","answer_text":"5","episode_id":"iv_000198","anchor_time":51}
{"id":"TG_interval_count_iv_000198_urine_output_low_257.79_w103_1","question":"From ICU hour 0 to hour 103, how many one-hour windows contain a measured urine output value not above 257.79?\nOptions: A. 47 B. 52 C. 49 D. 50","answer":"C","answer_text":"49","episode_id":"iv_000198","anchor_time":103}
{"id":"TG_interval_count_iv_000132_resp_rate_high_11.7_w17_1","question":"Looking from ICU admission through hour 17, in how many hourly bins was respiratory rate no lower than 11.7?\nOptions: A. 14 B. 16 C. 17 D. 18","answer":"C","answer_text":"17","episode_id":"iv_000132","anchor_time":17}
{"id":"TG_interval_count_iv_000324_resp_rate_low_24.23_w26_0","question":"In the patient's first 26 ICU hours, how many hourly bins contain any observed respiratory rate reading not above 24.23?\nOptions: A. 23 B. 24 C. 21 D. 22","answer":"A","answer_text":"23","episode_id":"iv_000324","anchor_time":26}
{"id":"TG_interval_count_iv_000324_temperature_low_97.17_w26_1","question":"In the patient's first 26 ICU hours, how many hourly bins contain any observed temperature reading less than or equal to 97.17?\nOptions: A. 1 B. 4 C. 3 D. 5","answer":"B","answer_text":"4","episode_id":"iv_000324","anchor_time":26}
{"id":"TG_interval_count_iv_000322_resp_rate_high_20.34_w37_0","question":"For the first 37 hours of this ICU stay, how many 1-hour time bins include a recorded respiratory rate value greater than or equal to 20.34?\nOptions: A. 21 B. 24 C. 18 D. 19","answer":"A","answer_text":"21","episode_id":"iv_000322","anchor_time":37}
{"id":"TG_interval_count_iv_000322_heart_rate_high_69.75_w75_1","question":"For this case, how many hourly bins up to hour 75 contain heart rate measurements >= 69.75?\nOptions: A. 37 B. 35 C. 31 D. 34","answer":"D","answer_text":"34","episode_id":"iv_000322","anchor_time":75}
{"id":"TG_interval_count_iv_000002_diastolic_bp_high_47.56_w14_0","question":"Over the first 14 hours after ICU admission, count the hourly intervals with at least one observed diastolic blood pressure reading not below 47.56.\nOptions: A. 13 B. 11 C. 12 D. 10","answer":"D","answer_text":"10","episode_id":"iv_000002","anchor_time":14}
{"id":"TG_first_interval_iv_000002_creatinine_high_0.48_w59_1","question":"Up to ICU hour 59, what is the first sustained observed interval where creatinine is no lower than 0.48?\nOptions: A. 31-32h B. 29-30h C. 30-31h D. 32-33h","answer":"A","answer_text":"31-32h","episode_id":"iv_000002","anchor_time":59}
{"id":"TG_interval_count_iv_000018_wbc_high_14.47_w65_0","question":"For the 0-65h window after ICU admission, count each hour-bin where white blood cell count is not below 14.47.\nOptions: A. 4 B. 2 C. 5 D. 0","answer":"B","answer_text":"2","episode_id":"iv_000018","anchor_time":65}
{"id":"TG_interval_count_iv_000018_heart_rate_high_78.8_w32_1","question":"From ICU hour 0 to hour 32, how many one-hour windows contain a measured heart rate value at least 78.8?\nOptions: A. 5 B. 4 C. 7 D. 8","answer":"A","answer_text":"5","episode_id":"iv_000018","anchor_time":32}
{"id":"TG_first_interval_iv_000488_map_low_111.18_w117_0","question":"For this ICU stay, what is the earliest interval in the first 117 hours where consecutive mean arterial pressure readings are <= 111.18?\nOptions: A. 11-12h B. 8-9h C. 7-8h D. 9-10h","answer":"D","answer_text":"9-10h","episode_id":"iv_000488","anchor_time":117}
{"id":"TG_first_interval_iv_000263_spo2_low_93.56_w49_0","question":"For the 0-49h window after ICU admission, what is the earliest continuous run of observed SpO2 values at or below 93.56?\nOptions: A. 46-47h B. 49-50h C. 47-48h D. 45-46h","answer":"C","answer_text":"47-48h","episode_id":"iv_000263","anchor_time":49}
{"id":"TG_interval_count_iv_000263_creatinine_high_0.92_w49_1","question":"Please tally the one-hour intervals before hour 49 that include an observed creatinine value no lower than 0.92.\nOptions: A. 2 B. 4 C. 5 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000263","anchor_time":49}
{"id":"TG_interval_count_iv_000076_spo2_low_88.79_w93_0","question":"In the patient's first 93 ICU hours, how many hourly bins contain any observed SpO2 reading not above 88.79?\nOptions: A. 5 B. 7 C. 6 D. 8","answer":"B","answer_text":"7","episode_id":"iv_000076","anchor_time":93}
{"id":"TG_interval_count_iv_000253_systolic_bp_low_118.41_w30_0","question":"From ICU hour 0 to hour 30, how many one-hour windows contain a measured systolic blood pressure value <= 118.41?\nOptions: A. 4 B. 2 C. 7 D. 3","answer":"A","answer_text":"4","episode_id":"iv_000253","anchor_time":30}
{"id":"TG_interval_count_iv_000253_heart_rate_low_85.96_w10_1","question":"Checking the first 10 hours only, how many one-hour bins include heart rate readings <= 85.96?\nOptions: A. 5 B. 3 C. 8 D. 6","answer":"A","answer_text":"5","episode_id":"iv_000253","anchor_time":10}
{"id":"TG_interval_count_iv_000314_spo2_high_90.51_w22_0","question":"For the 0-22h window after ICU admission, count each hour-bin where SpO2 is at or above 90.51.\nOptions: A. 22 B. 20 C. 21 D. 18","answer":"C","answer_text":"21","episode_id":"iv_000314","anchor_time":22}
{"id":"TG_interval_count_iv_000314_systolic_bp_low_142.7_w66_1","question":"Over the first 66 hours after ICU admission, count the hourly intervals with at least one observed systolic blood pressure reading not above 142.7.\nOptions: A. 44 B. 40 C. 43 D. 42","answer":"C","answer_text":"43","episode_id":"iv_000314","anchor_time":66}
{"id":"TG_interval_count_iv_000471_temperature_high_98.51_w15_0","question":"Within 0-15h of ICU admission, how many separate one-hour bins show temperature >= 98.51?\nOptions: A. 1 B. 5 C. 0 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000471","anchor_time":15}
{"id":"TG_interval_count_iv_000471_lactate_low_41.86_w30_1","question":"In the patient's first 30 ICU hours, how many hourly bins contain any observed lactate reading not above 41.86?\nOptions: A. 1 B. 4 C. 0 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000471","anchor_time":30}
{"id":"TG_first_interval_iv_000143_creatinine_low_23.09_w63_0","question":"Can you identify when creatinine first remains at or below 23.09 in consecutive observations within the first 63 hours?\nOptions: A. 5-6h B. 8-9h C. 4-5h D. 6-7h","answer":"D","answer_text":"6-7h","episode_id":"iv_000143","anchor_time":63}
{"id":"TG_first_interval_iv_000143_resp_rate_low_20.71_w31_1","question":"Up to ICU hour 31, what is the first sustained observed interval where respiratory rate is no higher than 20.71?\nOptions: A. 10-11h B. 14-15h C. 11-12h D. 12-13h","answer":"D","answer_text":"12-13h","episode_id":"iv_000143","anchor_time":31}
{"id":"TG_interval_count_iv_000449_spo2_low_97.71_w35_0","question":"Over the first 35 hours after ICU admission, count the hourly intervals with at least one observed SpO2 reading not above 97.71.\nOptions: A. 10 B. 6 C. 7 D. 4","answer":"C","answer_text":"7","episode_id":"iv_000449","anchor_time":35}
{"id":"TG_interval_count_iv_000449_systolic_bp_low_114.76_w23_1","question":"For the 0-23h window after ICU admission, count each hour-bin where systolic blood pressure is less than or equal to 114.76.\nOptions: A. 8 B. 3 C. 4 D. 6","answer":"D","answer_text":"6","episode_id":"iv_000449","anchor_time":23}
{"id":"TG_interval_count_iv_000066_temperature_low_97.33_w32_1","question":"Across the first 32 hours, how many one-hour observation bins have temperature at or below 97.33?\nOptions: A. 1 B. 2 C. 3 D. 4","answer":"A","answer_text":"1","episode_id":"iv_000066","anchor_time":32}
{"id":"TG_interval_count_iv_000179_heart_rate_low_83.76_w25_0","question":"What count of one-hour bins in the first 25 hours has observed heart rate values at or below 83.76?\nOptions: A. 7 B. 2 C. 5 D. 8","answer":"C","answer_text":"5","episode_id":"iv_000179","anchor_time":25}
{"id":"TG_interval_count_iv_000179_heart_rate_high_83.76_w18_1","question":"Looking from ICU admission through hour 18, in how many hourly bins was heart rate no lower than 83.76?\nOptions: A. 13 B. 16 C. 14 D. 15","answer":"C","answer_text":"14","episode_id":"iv_000179","anchor_time":18}
{"id":"TG_first_interval_iv_000133_lactate_low_190.45_w42_0","question":"Within the first 42 hours, when does lactate first hold <= 190.45 across back-to-back observations?\nOptions: A. 4-5h B. 2-3h C. 6-7h D. 5-6h","answer":"A","answer_text":"4-5h","episode_id":"iv_000133","anchor_time":42}
{"id":"TG_interval_count_iv_000133_lactate_low_190.45_w171_1","question":"Across the first 171 hours, how many one-hour observation bins have lactate no higher than 190.45?\nOptions: A. 3 B. 5 C. 4 D. 7","answer":"B","answer_text":"5","episode_id":"iv_000133","anchor_time":171}
{"id":"TG_interval_count_iv_000406_urine_output_high_527.36_w44_0","question":"What count of one-hour bins in the first 44 hours has observed urine output values not below 527.36?\nOptions: A. 1 B. 3 C. 4 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000406","anchor_time":44}
{"id":"TG_interval_count_iv_000280_spo2_high_47.38_w27_0","question":"Can you count the one-hour bins in the first 27 hours where the charted SpO2 is not below 47.38?\nOptions: A. 18 B. 22 C. 21 D. 24","answer":"C","answer_text":"21","episode_id":"iv_000280","anchor_time":27}
{"id":"TG_interval_count_iv_000280_temperature_high_98.68_w6_1","question":"For the 0-6h window after ICU admission, count each hour-bin where temperature is at least 98.68.\nOptions: A. 5 B. 0 C. 1 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000280","anchor_time":6}
{"id":"TG_interval_count_iv_000269_wbc_high_10.09_w35_0","question":"For the 0-35h window after ICU admission, count each hour-bin where white blood cell count is greater than or equal to 10.09.\nOptions: A. 4 B. 3 C. 1 D. 6","answer":"B","answer_text":"3","episode_id":"iv_000269","anchor_time":35}
{"id":"TG_interval_count_iv_000269_lactate_high_136.33_w52_1","question":"For the first 52 hours of this ICU stay, how many 1-hour time bins include a recorded lactate value not below 136.33?\nOptions: A. 1 B. 0 C. 3 D. 4","answer":"A","answer_text":"1","episode_id":"iv_000269","anchor_time":52}
{"id":"TG_interval_count_iv_000466_heart_rate_low_120.99_w92_0","question":"Across the first 92 hours, how many one-hour observation bins have heart rate at or below 120.99?\nOptions: A. 90 B. 89 C. 92 D. 91","answer":"A","answer_text":"90","episode_id":"iv_000466","anchor_time":92}
{"id":"TG_interval_count_iv_000466_resp_rate_low_3.89_w23_1","question":"From ICU hour 0 to hour 23, how many one-hour windows contain a measured respiratory rate value no higher than 3.89?\nOptions: A. 1 B. 5 C. 2 D. 4","answer":"C","answer_text":"2","episode_id":"iv_000466","anchor_time":23}
{"id":"TG_interval_count_iv_000208_urine_output_low_569.78_w70_0","question":"How many hourly slots in the first 70 ICU hours have a documented urine output measurement less than or equal to 569.78?\nOptions: A. 13 B. 10 C. 11 D. 12","answer":"C","answer_text":"11","episode_id":"iv_000208","anchor_time":70}
{"id":"TG_first_interval_iv_000432_urine_output_high_102.18_w33_0","question":"In the first 33 ICU hours, when is the earliest stretch of consecutive observations where urine output stays not below 102.18?\nOptions: A. 22-23h B. 23-24h C. 20-21h D. 21-22h","answer":"D","answer_text":"21-22h","episode_id":"iv_000432","anchor_time":33}
{"id":"TG_interval_count_iv_000432_spo2_high_31_w11_1","question":"Within 0-11h of ICU admission, how many separate one-hour bins show SpO2 no lower than 31?\nOptions: A. 13 B. 9 C. 10 D. 12","answer":"C","answer_text":"10","episode_id":"iv_000432","anchor_time":11}
{"id":"TG_interval_count_iv_000277_urine_output_high_399.99_w39_1","question":"Please tally the one-hour intervals before hour 39 that include an observed urine output value >= 399.99.\nOptions: A. 0 B. 3 C. 1 D. 4","answer":"C","answer_text":"1","episode_id":"iv_000277","anchor_time":39}
{"id":"TG_interval_count_iv_000341_creatinine_high_0.7_w88_0","question":"For the 0-88h window after ICU admission, count each hour-bin where creatinine is greater than or equal to 0.7.\nOptions: A. 0 B. 3 C. 4 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000341","anchor_time":88}
{"id":"TG_interval_count_iv_000341_urine_output_low_582.9_w88_1","question":"Looking from ICU admission through hour 88, in how many hourly bins was urine output no higher than 582.9?\nOptions: A. 68 B. 70 C. 66 D. 71","answer":"A","answer_text":"68","episode_id":"iv_000341","anchor_time":88}
{"id":"TG_interval_count_iv_000465_heart_rate_low_61.5_w8_0","question":"How many hourly slots in the first 8 ICU hours have a documented heart rate measurement <= 61.5?\nOptions: A. 6 B. 5 C. 4 D. 7","answer":"B","answer_text":"5","episode_id":"iv_000465","anchor_time":8}
{"id":"TG_interval_count_iv_000465_temperature_low_98.28_w16_1","question":"For the 0-16h window after ICU admission, count each hour-bin where temperature is not above 98.28.\nOptions: A. 5 B. 4 C. 6 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000465","anchor_time":16}
{"id":"TG_interval_count_iv_000317_temperature_high_99.62_w18_0","question":"For this case, how many hourly bins up to hour 18 contain temperature measurements at least 99.62?\nOptions: A. 4 B. 2 C. 3 D. 0","answer":"C","answer_text":"3","episode_id":"iv_000317","anchor_time":18}
{"id":"TG_interval_count_iv_000317_systolic_bp_low_108.23_w9_1","question":"For the first 9 hours of this ICU stay, how many 1-hour time bins include a recorded systolic blood pressure value at most 108.23?\nOptions: A. 1 B. 2 C. 3 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000317","anchor_time":9}
{"id":"TG_interval_count_iv_000017_resp_rate_high_11.13_w28_0","question":"Can you count the one-hour bins in the first 28 hours where the charted respiratory rate is greater than or equal to 11.13?\nOptions: A. 24 B. 22 C. 20 D. 21","answer":"B","answer_text":"22","episode_id":"iv_000017","anchor_time":28}
{"id":"TG_first_interval_iv_000448_urine_output_low_643.27_w31_0","question":"In the first 31 ICU hours, when is the earliest stretch of consecutive observations where urine output stays not above 643.27?\nOptions: A. 8-9h B. 7-8h C. 6-7h D. 4-5h","answer":"C","answer_text":"6-7h","episode_id":"iv_000448","anchor_time":31}
{"id":"TG_first_interval_iv_000448_systolic_bp_low_89.82_w31_1","question":"Find the first sustained time interval before hour 31 where the observed systolic blood pressure is not above 89.82.\nOptions: A. 7-8h B. 6-7h C. 5-6h D. 8-9h","answer":"A","answer_text":"7-8h","episode_id":"iv_000448","anchor_time":31}
{"id":"TG_interval_count_iv_000020_temperature_low_97.72_w23_0","question":"Between ICU admission and hour 23, how many one-hour intervals include a temperature value at most 97.72?\nOptions: A. 0 B. 3 C. 1 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000020","anchor_time":23}
{"id":"TG_interval_count_iv_000020_map_low_63.04_w31_1","question":"Between ICU admission and hour 31, how many one-hour intervals include a mean arterial pressure value at most 63.04?\nOptions: A. 6 B. 3 C. 7 D. 5","answer":"D","answer_text":"5","episode_id":"iv_000020","anchor_time":31}
{"id":"TG_interval_count_iv_000238_heart_rate_low_49.16_w88_0","question":"For the first 88 hours of this ICU stay, how many 1-hour time bins include a recorded heart rate value at or below 49.16?\nOptions: A. 1 B. 3 C. 2 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000238","anchor_time":88}
{"id":"TG_interval_count_iv_000238_spo2_high_92.16_w177_1","question":"For this case, how many hourly bins up to hour 177 contain SpO2 measurements not below 92.16?\nOptions: A. 149 B. 153 C. 154 D. 151","answer":"D","answer_text":"151","episode_id":"iv_000238","anchor_time":177}
{"id":"TG_interval_count_iv_000296_diastolic_bp_high_53.67_w45_0","question":"Across the first 45 hours, how many one-hour observation bins have diastolic blood pressure greater than or equal to 53.67?\nOptions: A. 15 B. 18 C. 14 D. 16","answer":"D","answer_text":"16","episode_id":"iv_000296","anchor_time":45}
{"id":"TG_interval_count_iv_000286_heart_rate_low_59.87_w36_0","question":"How many hourly slots in the first 36 ICU hours have a documented heart rate measurement less than or equal to 59.87?\nOptions: A. 3 B. 7 C. 1 D. 4","answer":"D","answer_text":"4","episode_id":"iv_000286","anchor_time":36}
{"id":"TG_interval_count_iv_000286_diastolic_bp_low_67.6_w36_1","question":"Please tally the one-hour intervals before hour 36 that include an observed diastolic blood pressure value no higher than 67.6.\nOptions: A. 33 B. 36 C. 35 D. 31","answer":"A","answer_text":"33","episode_id":"iv_000286","anchor_time":36}
{"id":"TG_interval_count_iv_000336_map_low_113.07_w25_0","question":"For the 0-25h window after ICU admission, count each hour-bin where mean arterial pressure is at or below 113.07.\nOptions: A. 24 B. 21 C. 26 D. 23","answer":"D","answer_text":"23","episode_id":"iv_000336","anchor_time":25}
{"id":"TG_interval_count_iv_000336_resp_rate_low_1.83_w34_1","question":"How many of the hourly intervals from admission to hour 34 have a recorded respiratory rate value no higher than 1.83?\nOptions: A. 0 B. 1 C. 4 D. 2","answer":"B","answer_text":"1","episode_id":"iv_000336","anchor_time":34}
{"id":"TG_interval_count_iv_000300_wbc_high_5_w50_0","question":"How many hourly slots in the first 50 ICU hours have a documented white blood cell count measurement not below 5?\nOptions: A. 1 B. 5 C. 3 D. 4","answer":"C","answer_text":"3","episode_id":"iv_000300","anchor_time":50}
{"id":"TG_interval_count_iv_000149_heart_rate_low_94.59_w7_0","question":"Over the first 7 hours after ICU admission, count the hourly intervals with at least one observed heart rate reading at most 94.59.\nOptions: A. 6 B. 3 C. 4 D. 5","answer":"D","answer_text":"5","episode_id":"iv_000149","anchor_time":7}
{"id":"TG_interval_count_iv_000149_spo2_high_91.69_w22_1","question":"Looking from ICU admission through hour 22, in how many hourly bins was SpO2 >= 91.69?\nOptions: A. 15 B. 20 C. 21 D. 18","answer":"D","answer_text":"18","episode_id":"iv_000149","anchor_time":22}
{"id":"TG_interval_count_iv_000203_diastolic_bp_high_101.94_w23_0","question":"For the 0-23h window after ICU admission, count each hour-bin where diastolic blood pressure is not below 101.94.\nOptions: A. 1 B. 0 C. 2 D. 3","answer":"A","answer_text":"1","episode_id":"iv_000203","anchor_time":23}
{"id":"TG_interval_count_iv_000203_heart_rate_high_77.75_w34_1","question":"Looking from ICU admission through hour 34, in how many hourly bins was heart rate no lower than 77.75?\nOptions: A. 3 B. 2 C. 1 D. 5","answer":"A","answer_text":"3","episode_id":"iv_000203","anchor_time":34}
{"id":"TG_interval_count_iv_000387_resp_rate_high_30.26_w5_0","question":"What count of one-hour bins in the first 5 hours has observed respiratory rate values no lower than 30.26?\nOptions: A. 0 B. 1 C. 2 D. 3","answer":"A","answer_text":"0","episode_id":"iv_000387","anchor_time":5}
{"id":"TG_interval_count_iv_000387_spo2_high_99.38_w11_1","question":"Within 0-11h of ICU admission, how many separate one-hour bins show SpO2 at least 99.38?\nOptions: A. 2 B. 4 C. 3 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000387","anchor_time":11}
{"id":"TG_interval_count_iv_000398_spo2_high_89.09_w29_0","question":"For the 0-29h window after ICU admission, count each hour-bin where SpO2 is greater than or equal to 89.09.\nOptions: A. 30 B. 25 C. 29 D. 28","answer":"D","answer_text":"28","episode_id":"iv_000398","anchor_time":29}
{"id":"TG_first_interval_iv_000398_systolic_bp_low_183.27_w39_1","question":"For the 0-39h window after ICU admission, what is the earliest continuous run of observed systolic blood pressure values at or below 183.27?\nOptions: A. 6-7h B. 4-5h C. 3-4h D. 5-6h","answer":"B","answer_text":"4-5h","episode_id":"iv_000398","anchor_time":39}
{"id":"TG_interval_count_iv_000190_urine_output_low_1069.99_w7_0","question":"What count of one-hour bins in the first 7 hours has observed urine output values no higher than 1069.99?\nOptions: A. 5 B. 3 C. 4 D. 7","answer":"A","answer_text":"5","episode_id":"iv_000190","anchor_time":7}
{"id":"TG_first_interval_iv_000190_systolic_bp_high_104.85_w31_1","question":"Find the first sustained time interval before hour 31 where the observed systolic blood pressure is not below 104.85.\nOptions: A. 4-5h B. 2-3h C. 0-1h D. 3-4h","answer":"B","answer_text":"2-3h","episode_id":"iv_000190","anchor_time":31}
{"id":"TG_interval_count_iv_000418_creatinine_low_0.63_w16_0","question":"Can you count the one-hour bins in the first 16 hours where the charted creatinine is less than or equal to 0.63?\nOptions: A. 1 B. 4 C. 2 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000418","anchor_time":16}
{"id":"TG_interval_count_iv_000418_heart_rate_high_82.97_w65_1","question":"From ICU hour 0 to hour 65, how many one-hour windows contain a measured heart rate value >= 82.97?\nOptions: A. 48 B. 46 C. 45 D. 42","answer":"C","answer_text":"45","episode_id":"iv_000418","anchor_time":65}
{"id":"TG_interval_count_iv_000014_spo2_low_97.07_w32_0","question":"Over the first 32 hours after ICU admission, count the hourly intervals with at least one observed SpO2 reading at or below 97.07.\nOptions: A. 5 B. 3 C. 7 D. 4","answer":"D","answer_text":"4","episode_id":"iv_000014","anchor_time":32}
{"id":"TG_first_interval_iv_000014_heart_rate_low_89.78_w32_1","question":"Up to ICU hour 32, what is the first sustained observed interval where heart rate is no higher than 89.78?\nOptions: A. 6-7h B. 5-6h C. 4-5h D. 3-4h","answer":"C","answer_text":"4-5h","episode_id":"iv_000014","anchor_time":32}
{"id":"TG_interval_count_iv_000055_wbc_low_9.77_w66_0","question":"Can you count the one-hour bins in the first 66 hours where the charted white blood cell count is not above 9.77?\nOptions: A. 3 B. 0 C. 2 D. 4","answer":"A","answer_text":"3","episode_id":"iv_000055","anchor_time":66}
{"id":"TG_interval_count_iv_000075_urine_output_high_116.83_w30_0","question":"How many of the hourly intervals from admission to hour 30 have a recorded urine output value >= 116.83?\nOptions: A. 0 B. 5 C. 2 D. 4","answer":"C","answer_text":"2","episode_id":"iv_000075","anchor_time":30}
{"id":"TG_interval_count_iv_000075_systolic_bp_high_103.45_w30_1","question":"How many of the hourly intervals from admission to hour 30 have a recorded systolic blood pressure value >= 103.45?\nOptions: A. 16 B. 19 C. 13 D. 17","answer":"A","answer_text":"16","episode_id":"iv_000075","anchor_time":30}
{"id":"TG_interval_count_iv_000284_temperature_low_100.4_w34_0","question":"Over the first 34 hours after ICU admission, count the hourly intervals with at least one observed temperature reading at or below 100.4.\nOptions: A. 10 B. 7 C. 6 D. 9","answer":"B","answer_text":"7","episode_id":"iv_000284","anchor_time":34}
{"id":"TG_interval_count_iv_000039_creatinine_high_2.67_w13_0","question":"Checking the first 13 hours only, how many one-hour bins include creatinine readings no lower than 2.67?\nOptions: A. 2 B. 0 C. 5 D. 4","answer":"A","answer_text":"2","episode_id":"iv_000039","anchor_time":13}
{"id":"TG_interval_count_iv_000039_resp_rate_low_25.73_w26_1","question":"In the patient's first 26 ICU hours, how many hourly bins contain any observed respiratory rate reading not above 25.73?\nOptions: A. 25 B. 23 C. 27 D. 24","answer":"D","answer_text":"24","episode_id":"iv_000039","anchor_time":26}
{"id":"TG_interval_count_iv_000391_spo2_high_91.16_w38_0","question":"For this case, how many hourly bins up to hour 38 contain SpO2 measurements at least 91.16?\nOptions: A. 34 B. 35 C. 33 D. 36","answer":"A","answer_text":"34","episode_id":"iv_000391","anchor_time":38}
{"id":"TG_interval_count_iv_000391_diastolic_bp_high_85.1_w38_1","question":"Across the first 38 hours, how many one-hour observation bins have diastolic blood pressure at or above 85.1?\nOptions: A. 5 B. 0 C. 2 D. 3","answer":"C","answer_text":"2","episode_id":"iv_000391","anchor_time":38}
{"id":"TG_interval_count_iv_000460_systolic_bp_low_103.65_w68_0","question":"What count of one-hour bins in the first 68 hours has observed systolic blood pressure values at or below 103.65?\nOptions: A. 51 B. 54 C. 49 D. 52","answer":"A","answer_text":"51","episode_id":"iv_000460","anchor_time":68}
{"id":"TG_interval_count_iv_000460_lactate_high_159.15_w17_1","question":"Looking from ICU admission through hour 17, in how many hourly bins was lactate at least 159.15?\nOptions: A. 1 B. 4 C. 2 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000460","anchor_time":17}
{"id":"TG_first_interval_iv_000257_systolic_bp_low_127.99_w30_1","question":"Over the first 30 hours after ICU admission, which continuous observed interval first has systolic blood pressure at most 127.99?\nOptions: A. 15-16h B. 14-15h C. 16-17h D. 18-19h","answer":"C","answer_text":"16-17h","episode_id":"iv_000257","anchor_time":30}
{"id":"TG_first_interval_iv_000178_lactate_low_150.48_w93_0","question":"Can you identify when lactate first remains at or below 150.48 in consecutive observations within the first 93 hours?\nOptions: A. 20-21h B. 18-19h C. 19-20h D. 22-23h","answer":"A","answer_text":"20-21h","episode_id":"iv_000178","anchor_time":93}
{"id":"TG_interval_count_iv_000178_urine_output_low_697.38_w62_1","question":"For the 0-62h window after ICU admission, count each hour-bin where urine output is at or below 697.38.\nOptions: A. 6 B. 4 C. 5 D. 1","answer":"B","answer_text":"4","episode_id":"iv_000178","anchor_time":62}
{"id":"TG_first_interval_iv_000212_map_low_68.43_w13_1","question":"Can you identify when mean arterial pressure first remains at or below 68.43 in consecutive observations within the first 13 hours?\nOptions: A. 7-8h B. 8-9h C. 6-7h D. 10-11h","answer":"B","answer_text":"8-9h","episode_id":"iv_000212","anchor_time":13}
{"id":"TG_interval_count_iv_000472_map_high_57.94_w58_0","question":"From ICU hour 0 to hour 58, how many one-hour windows contain a measured mean arterial pressure value no lower than 57.94?\nOptions: A. 25 B. 24 C. 27 D. 29","answer":"C","answer_text":"27","episode_id":"iv_000472","anchor_time":58}
{"id":"TG_interval_count_iv_000472_temperature_high_95.1_w58_1","question":"Between ICU admission and hour 58, how many one-hour intervals include a temperature value at least 95.1?\nOptions: A. 10 B. 8 C. 9 D. 6","answer":"C","answer_text":"9","episode_id":"iv_000472","anchor_time":58}
{"id":"TG_interval_count_iv_000420_urine_output_low_157.1_w13_0","question":"From ICU hour 0 to hour 13, how many one-hour windows contain a measured urine output value <= 157.1?\nOptions: A. 6 B. 7 C. 5 D. 8","answer":"B","answer_text":"7","episode_id":"iv_000420","anchor_time":13}
{"id":"TG_interval_count_iv_000420_heart_rate_low_60.98_w6_1","question":"In the patient's first 6 ICU hours, how many hourly bins contain any observed heart rate reading at most 60.98?\nOptions: A. 4 B. 0 C. 5 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000420","anchor_time":6}
{"id":"TG_interval_count_iv_000067_systolic_bp_high_71.78_w11_0","question":"Across the first 11 hours, how many one-hour observation bins have systolic blood pressure at or above 71.78?\nOptions: A. 12 B. 8 C. 9 D. 7","answer":"C","answer_text":"9","episode_id":"iv_000067","anchor_time":11}
{"id":"TG_first_interval_iv_000067_urine_output_high_131.85_w47_1","question":"Find the first sustained time interval before hour 47 where the observed urine output is not below 131.85.\nOptions: A. 38-39h B. 39-40h C. 37-38h D. 36-37h","answer":"C","answer_text":"37-38h","episode_id":"iv_000067","anchor_time":47}
{"id":"TG_interval_count_iv_000099_wbc_low_10.24_w167_0","question":"Looking from ICU admission through hour 167, in how many hourly bins was white blood cell count not above 10.24?\nOptions: A. 7 B. 5 C. 9 D. 8","answer":"A","answer_text":"7","episode_id":"iv_000099","anchor_time":167}
{"id":"TG_interval_count_iv_000476_resp_rate_high_19.13_w87_0","question":"Within 0-87h of ICU admission, how many separate one-hour bins show respiratory rate at least 19.13?\nOptions: A. 29 B. 32 C. 27 D. 31","answer":"A","answer_text":"29","episode_id":"iv_000476","anchor_time":87}
{"id":"TG_interval_count_iv_000476_creatinine_high_1.41_w116_1","question":"How many hourly slots in the first 116 ICU hours have a documented creatinine measurement >= 1.41?\nOptions: A. 7 B. 6 C. 5 D. 3","answer":"B","answer_text":"6","episode_id":"iv_000476","anchor_time":116}
{"id":"TG_interval_count_iv_000097_urine_output_high_98.3_w8_0","question":"Checking the first 8 hours only, how many one-hour bins include urine output readings at or above 98.3?\nOptions: A. 3 B. 8 C. 5 D. 2","answer":"C","answer_text":"5","episode_id":"iv_000097","anchor_time":8}
{"id":"TG_interval_count_iv_000097_temperature_high_97.82_w24_1","question":"For this case, how many hourly bins up to hour 24 contain temperature measurements no lower than 97.82?\nOptions: A. 6 B. 5 C. 3 D. 1","answer":"C","answer_text":"3","episode_id":"iv_000097","anchor_time":24}
{"id":"TG_interval_count_iv_000196_diastolic_bp_low_87.18_w33_0","question":"Looking from ICU admission through hour 33, in how many hourly bins was diastolic blood pressure at most 87.18?\nOptions: A. 31 B. 32 C. 33 D. 34","answer":"B","answer_text":"32","episode_id":"iv_000196","anchor_time":33}
{"id":"TG_interval_count_iv_000339_creatinine_low_0.59_w72_0","question":"Between ICU admission and hour 72, how many one-hour intervals include a creatinine value at most 0.59?\nOptions: A. 0 B. 1 C. 3 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000339","anchor_time":72}
{"id":"TG_interval_count_iv_000339_temperature_high_99.02_w48_1","question":"From ICU hour 0 to hour 48, how many one-hour windows contain a measured temperature value >= 99.02?\nOptions: A. 4 B. 2 C. 1 D. 0","answer":"C","answer_text":"1","episode_id":"iv_000339","anchor_time":48}
{"id":"TG_first_interval_iv_000288_urine_output_low_199.19_w65_0","question":"Up to ICU hour 65, what is the first sustained observed interval where urine output is no higher than 199.19?\nOptions: A. 4-5h B. 1-2h C. 3-4h D. 5-6h","answer":"C","answer_text":"3-4h","episode_id":"iv_000288","anchor_time":65}
{"id":"TG_interval_count_iv_000318_spo2_high_89.76_w11_0","question":"In the patient's first 11 ICU hours, how many hourly bins contain any observed SpO2 reading at or above 89.76?\nOptions: A. 7 B. 8 C. 9 D. 10","answer":"D","answer_text":"10","episode_id":"iv_000318","anchor_time":11}
{"id":"TG_interval_count_iv_000318_map_high_102.71_w46_1","question":"Between ICU admission and hour 46, how many one-hour intervals include a mean arterial pressure value no lower than 102.71?\nOptions: A. 2 B. 3 C. 5 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000318","anchor_time":46}
{"id":"TG_interval_count_iv_000457_temperature_low_100.04_w33_0","question":"Please tally the one-hour intervals before hour 33 that include an observed temperature value at most 100.04.\nOptions: A. 7 B. 9 C. 5 D. 6","answer":"A","answer_text":"7","episode_id":"iv_000457","anchor_time":33}
{"id":"TG_interval_count_iv_000457_systolic_bp_high_103.09_w33_1","question":"Across the first 33 hours, how many one-hour observation bins have systolic blood pressure greater than or equal to 103.09?\nOptions: A. 9 B. 5 C. 6 D. 7","answer":"D","answer_text":"7","episode_id":"iv_000457","anchor_time":33}
{"id":"TG_interval_count_iv_000124_spo2_high_87.51_w22_0","question":"For the 0-22h window after ICU admission, count each hour-bin where SpO2 is greater than or equal to 87.51.\nOptions: A. 22 B. 20 C. 24 D. 25","answer":"A","answer_text":"22","episode_id":"iv_000124","anchor_time":22}
{"id":"TG_interval_count_iv_000124_map_high_87.29_w7_1","question":"Looking from ICU admission through hour 7, in how many hourly bins was mean arterial pressure greater than or equal to 87.29?\nOptions: A. 3 B. 2 C. 5 D. 0","answer":"B","answer_text":"2","episode_id":"iv_000124","anchor_time":7}
{"id":"TG_interval_count_iv_000242_spo2_high_90.4_w51_0","question":"How many hourly slots in the first 51 ICU hours have a documented SpO2 measurement at or above 90.4?\nOptions: A. 29 B. 27 C. 28 D. 25","answer":"B","answer_text":"27","episode_id":"iv_000242","anchor_time":51}
{"id":"TG_first_interval_iv_000242_urine_output_low_206.98_w38_1","question":"Over the first 38 hours after ICU admission, which continuous observed interval first has urine output at most 206.98?\nOptions: A. 17-18h B. 14-15h C. 15-16h D. 13-14h","answer":"C","answer_text":"15-16h","episode_id":"iv_000242","anchor_time":38}
{"id":"TG_interval_count_iv_000042_systolic_bp_high_116.98_w30_0","question":"Looking from ICU admission through hour 30, in how many hourly bins was systolic blood pressure at least 116.98?\nOptions: A. 24 B. 27 C. 28 D. 25","answer":"D","answer_text":"25","episode_id":"iv_000042","anchor_time":30}
{"id":"TG_interval_count_iv_000060_diastolic_bp_high_77.28_w18_0","question":"What count of one-hour bins in the first 18 hours has observed diastolic blood pressure values at or above 77.28?\nOptions: A. 12 B. 10 C. 11 D. 9","answer":"D","answer_text":"9","episode_id":"iv_000060","anchor_time":18}
{"id":"TG_interval_count_iv_000060_spo2_high_91.15_w9_1","question":"Between ICU admission and hour 9, how many one-hour intervals include a SpO2 value greater than or equal to 91.15?\nOptions: A. 7 B. 9 C. 12 D. 11","answer":"B","answer_text":"9","episode_id":"iv_000060","anchor_time":9}
{"id":"TG_first_interval_iv_000422_resp_rate_low_10.03_w14_0","question":"In the first 14 ICU hours, when is the earliest stretch of consecutive observations where respiratory rate stays not above 10.03?\nOptions: A. 9-10h B. 10-11h C. 8-9h D. 6-7h","answer":"C","answer_text":"8-9h","episode_id":"iv_000422","anchor_time":14}
{"id":"TG_interval_count_iv_000384_systolic_bp_high_79.91_w32_0","question":"Between ICU admission and hour 32, how many one-hour intervals include a systolic blood pressure value at least 79.91?\nOptions: A. 24 B. 28 C. 25 D. 23","answer":"C","answer_text":"25","episode_id":"iv_000384","anchor_time":32}
{"id":"TG_interval_count_iv_000384_systolic_bp_low_79.91_w16_1","question":"Over the first 16 hours after ICU admission, count the hourly intervals with at least one observed systolic blood pressure reading less than or equal to 79.91.\nOptions: A. 5 B. 2 C. 1 D. 0","answer":"B","answer_text":"2","episode_id":"iv_000384","anchor_time":16}
{"id":"TG_interval_count_iv_000497_temperature_high_97.79_w27_0","question":"Checking the first 27 hours only, how many one-hour bins include temperature readings >= 97.79?\nOptions: A. 11 B. 5 C. 10 D. 8","answer":"D","answer_text":"8","episode_id":"iv_000497","anchor_time":27}
{"id":"TG_interval_count_iv_000497_diastolic_bp_high_61.06_w6_1","question":"Between ICU admission and hour 6, how many one-hour intervals include a diastolic blood pressure value at or above 61.06?\nOptions: A. 6 B. 5 C. 4 D. 8","answer":"B","answer_text":"5","episode_id":"iv_000497","anchor_time":6}
{"id":"TG_interval_count_iv_000226_heart_rate_high_57.73_w46_1","question":"How many of the hourly intervals from admission to hour 46 have a recorded heart rate value no lower than 57.73?\nOptions: A. 40 B. 41 C. 39 D. 36","answer":"C","answer_text":"39","episode_id":"iv_000226","anchor_time":46}
{"id":"TG_first_interval_iv_000113_temperature_high_98.65_w85_1","question":"For the 0-85h window after ICU admission, what is the earliest continuous run of observed temperature values at or above 98.65?\nOptions: A. 7-8h B. 8-9h C. 10-11h D. 9-10h","answer":"D","answer_text":"9-10h","episode_id":"iv_000113","anchor_time":85}
{"id":"TG_interval_count_iv_000019_resp_rate_high_23.48_w43_1","question":"Between ICU admission and hour 43, how many one-hour intervals include a respiratory rate value no lower than 23.48?\nOptions: A. 1 B. 2 C. 4 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000019","anchor_time":43}
{"id":"TG_interval_count_iv_000218_spo2_low_95.89_w17_0","question":"In the patient's first 17 ICU hours, how many hourly bins contain any observed SpO2 reading not above 95.89?\nOptions: A. 3 B. 2 C. 5 D. 0","answer":"B","answer_text":"2","episode_id":"iv_000218","anchor_time":17}
{"id":"TG_first_interval_iv_000218_heart_rate_low_75.28_w17_1","question":"Over the first 17 hours after ICU admission, which continuous observed interval first has heart rate at most 75.28?\nOptions: A. 3-4h B. 6-7h C. 5-6h D. 4-5h","answer":"C","answer_text":"5-6h","episode_id":"iv_000218","anchor_time":17}
{"id":"TG_interval_count_iv_000118_wbc_low_9.36_w69_0","question":"Over the first 69 hours after ICU admission, count the hourly intervals with at least one observed white blood cell count reading less than or equal to 9.36.\nOptions: A. 2 B. 3 C. 0 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000118","anchor_time":69}
{"id":"TG_interval_count_iv_000118_temperature_high_97.31_w34_1","question":"What count of one-hour bins in the first 34 hours has observed temperature values at or above 97.31?\nOptions: A. 9 B. 12 C. 15 D. 13","answer":"B","answer_text":"12","episode_id":"iv_000118","anchor_time":34}
{"id":"TG_first_interval_iv_000364_resp_rate_low_20.87_w17_1","question":"When, during the first 17 ICU hours, does respiratory rate first stay no higher than 20.87 over consecutive measurements?\nOptions: A. 0-1h B. 2-3h C. 3-4h D. 4-5h","answer":"B","answer_text":"2-3h","episode_id":"iv_000364","anchor_time":17}
{"id":"TG_interval_count_iv_000385_systolic_bp_high_121.02_w20_0","question":"Please tally the one-hour intervals before hour 20 that include an observed systolic blood pressure value at least 121.02.\nOptions: A. 3 B. 6 C. 9 D. 5","answer":"B","answer_text":"6","episode_id":"iv_000385","anchor_time":20}
{"id":"TG_first_interval_iv_000437_urine_output_low_165.9_w20_1","question":"When, during the first 20 ICU hours, does urine output first stay no higher than 165.9 over consecutive measurements?\nOptions: A. 5-6h B. 1-2h C. 3-4h D. 4-5h","answer":"C","answer_text":"3-4h","episode_id":"iv_000437","anchor_time":20}
{"id":"TG_interval_count_iv_000293_temperature_low_97.54_w14_1","question":"How many hourly slots in the first 14 ICU hours have a documented temperature measurement not above 97.54?\nOptions: A. 0 B. 3 C. 1 D. 2","answer":"A","answer_text":"0","episode_id":"iv_000293","anchor_time":14}
{"id":"TG_interval_count_iv_000493_map_high_119.94_w10_0","question":"How many hourly slots in the first 10 ICU hours have a documented mean arterial pressure measurement not below 119.94?\nOptions: A. 8 B. 5 C. 7 D. 9","answer":"A","answer_text":"8","episode_id":"iv_000493","anchor_time":10}
{"id":"TG_interval_count_iv_000493_resp_rate_low_21.95_w30_1","question":"From ICU hour 0 to hour 30, how many one-hour windows contain a measured respiratory rate value at most 21.95?\nOptions: A. 29 B. 26 C. 28 D. 27","answer":"D","answer_text":"27","episode_id":"iv_000493","anchor_time":30}
{"id":"TG_interval_count_iv_000378_resp_rate_low_21.74_w30_0","question":"Across the first 30 hours, how many one-hour observation bins have respiratory rate less than or equal to 21.74?\nOptions: A. 24 B. 21 C. 27 D. 25","answer":"A","answer_text":"24","episode_id":"iv_000378","anchor_time":30}
{"id":"TG_first_interval_iv_000378_urine_output_low_68.18_w20_1","question":"Up to ICU hour 20, what is the first sustained observed interval where urine output is no higher than 68.18?\nOptions: A. 11-12h B. 10-11h C. 13-14h D. 9-10h","answer":"A","answer_text":"11-12h","episode_id":"iv_000378","anchor_time":20}
{"id":"TG_first_interval_iv_000027_systolic_bp_low_120.85_w45_0","question":"For the 0-45h window after ICU admission, what is the earliest continuous run of observed systolic blood pressure values at or below 120.85?\nOptions: A. 9-10h B. 11-12h C. 8-9h D. 7-8h","answer":"A","answer_text":"9-10h","episode_id":"iv_000027","anchor_time":45}
{"id":"TG_interval_count_iv_000027_temperature_low_96.59_w90_1","question":"Checking the first 90 hours only, how many one-hour bins include temperature readings no higher than 96.59?\nOptions: A. 1 B. 2 C. 5 D. 0","answer":"B","answer_text":"2","episode_id":"iv_000027","anchor_time":90}
{"id":"TG_interval_count_iv_000220_urine_output_high_187.72_w27_0","question":"Looking from ICU admission through hour 27, in how many hourly bins was urine output at least 187.72?\nOptions: A. 4 B. 10 C. 9 D. 7","answer":"D","answer_text":"7","episode_id":"iv_000220","anchor_time":27}
{"id":"TG_interval_count_iv_000220_map_high_109.77_w13_1","question":"For the first 13 hours of this ICU stay, how many 1-hour time bins include a recorded mean arterial pressure value not below 109.77?\nOptions: A. 0 B. 5 C. 2 D. 1","answer":"C","answer_text":"2","episode_id":"iv_000220","anchor_time":13}
{"id":"TG_interval_count_iv_000086_map_high_129.34_w12_0","question":"For this case, how many hourly bins up to hour 12 contain mean arterial pressure measurements >= 129.34?\nOptions: A. 0 B. 1 C. 3 D. 2","answer":"A","answer_text":"0","episode_id":"iv_000086","anchor_time":12}
{"id":"TG_first_interval_iv_000086_systolic_bp_high_99.37_w36_1","question":"When, during the first 36 ICU hours, does systolic blood pressure first stay no lower than 99.37 over consecutive measurements?\nOptions: A. 26-27h B. 23-24h C. 25-26h D. 24-25h","answer":"C","answer_text":"25-26h","episode_id":"iv_000086","anchor_time":36}
{"id":"TG_first_interval_iv_000103_temperature_high_97.52_w60_1","question":"Within 0-60h of ICU admission, report the first continuous interval where temperature stays >= 97.52.\nOptions: A. 2-3h B. 3-4h C. 4-5h D. 0-1h","answer":"A","answer_text":"2-3h","episode_id":"iv_000103","anchor_time":60}
{"id":"TG_first_interval_iv_000481_urine_output_low_254.44_w23_0","question":"When, during the first 23 ICU hours, does urine output first stay no higher than 254.44 over consecutive measurements?\nOptions: A. 4-5h B. 3-4h C. 2-3h D. 5-6h","answer":"A","answer_text":"4-5h","episode_id":"iv_000481","anchor_time":23}
{"id":"TG_interval_count_iv_000481_resp_rate_low_26.3_w47_1","question":"What count of one-hour bins in the first 47 hours has observed respiratory rate values at or below 26.3?\nOptions: A. 43 B. 44 C. 41 D. 42","answer":"D","answer_text":"42","episode_id":"iv_000481","anchor_time":47}
{"id":"TG_interval_count_iv_000025_urine_output_high_26.62_w13_0","question":"Between ICU admission and hour 13, how many one-hour intervals include a urine output value at least 26.62?\nOptions: A. 2 B. 3 C. 0 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000025","anchor_time":13}
{"id":"TG_interval_count_iv_000025_lactate_low_935.95_w53_1","question":"Between ICU admission and hour 53, how many one-hour intervals include a lactate value <= 935.95?\nOptions: A. 5 B. 6 C. 8 D. 11","answer":"C","answer_text":"8","episode_id":"iv_000025","anchor_time":53}
{"id":"TG_first_interval_iv_000307_urine_output_low_576.13_w70_0","question":"Within 0-70h of ICU admission, report the first continuous interval where urine output stays <= 576.13.\nOptions: A. 2-3h B. 6-7h C. 5-6h D. 4-5h","answer":"D","answer_text":"4-5h","episode_id":"iv_000307","anchor_time":70}
{"id":"TG_interval_count_iv_000167_map_high_68.09_w79_0","question":"In the patient's first 79 ICU hours, how many hourly bins contain any observed mean arterial pressure reading greater than or equal to 68.09?\nOptions: A. 34 B. 36 C. 38 D. 35","answer":"B","answer_text":"36","episode_id":"iv_000167","anchor_time":79}
{"id":"TG_interval_count_iv_000167_systolic_bp_high_148.16_w159_1","question":"What count of one-hour bins in the first 159 hours has observed systolic blood pressure values no lower than 148.16?\nOptions: A. 0 B. 4 C. 1 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000167","anchor_time":159}
{"id":"TG_first_interval_iv_000450_resp_rate_high_22.73_w89_0","question":"Can you identify when respiratory rate first remains at or above 22.73 in consecutive observations within the first 89 hours?\nOptions: A. 23-24h B. 24-25h C. 22-23h D. 21-22h","answer":"C","answer_text":"22-23h","episode_id":"iv_000450","anchor_time":89}
{"id":"TG_interval_count_iv_000450_urine_output_low_414.94_w89_1","question":"Checking the first 89 hours only, how many one-hour bins include urine output readings at most 414.94?\nOptions: A. 66 B. 67 C. 65 D. 63","answer":"A","answer_text":"66","episode_id":"iv_000450","anchor_time":89}
{"id":"TG_interval_count_iv_000475_spo2_high_88.51_w6_0","question":"Across the first 6 hours, how many one-hour observation bins have SpO2 no lower than 88.51?\nOptions: A. 3 B. 2 C. 5 D. 4","answer":"A","answer_text":"3","episode_id":"iv_000475","anchor_time":6}
{"id":"TG_first_interval_iv_000475_diastolic_bp_low_72.15_w6_1","question":"Within the first 6 hours, when does diastolic blood pressure first hold less than or equal to 72.15 across back-to-back observations?\nOptions: A. 4-5h B. 2-3h C. 6-7h D. 5-6h","answer":"A","answer_text":"4-5h","episode_id":"iv_000475","anchor_time":6}
{"id":"TG_interval_count_iv_000410_resp_rate_low_20.81_w47_0","question":"Can you count the one-hour bins in the first 47 hours where the charted respiratory rate is less than or equal to 20.81?\nOptions: A. 47 B. 50 C. 49 D. 45","answer":"A","answer_text":"47","episode_id":"iv_000410","anchor_time":47}
{"id":"TG_interval_count_iv_000221_map_low_73.92_w71_0","question":"Can you count the one-hour bins in the first 71 hours where the charted mean arterial pressure is at or below 73.92?\nOptions: A. 38 B. 40 C. 37 D. 42","answer":"B","answer_text":"40","episode_id":"iv_000221","anchor_time":71}
{"id":"TG_first_interval_iv_000221_creatinine_high_3.39_w47_1","question":"When, during the first 47 ICU hours, does creatinine first stay no lower than 3.39 over consecutive measurements?\nOptions: A. 40-41h B. 44-45h C. 42-43h D. 43-44h","answer":"C","answer_text":"42-43h","episode_id":"iv_000221","anchor_time":47}
{"id":"TG_interval_count_iv_000105_wbc_high_1.45_w45_0","question":"Over the first 45 hours after ICU admission, count the hourly intervals with at least one observed white blood cell count reading greater than or equal to 1.45.\nOptions: A. 4 B. 7 C. 8 D. 6","answer":"B","answer_text":"7","episode_id":"iv_000105","anchor_time":45}
{"id":"TG_interval_count_iv_000105_urine_output_high_76.98_w22_1","question":"Between ICU admission and hour 22, how many one-hour intervals include a urine output value no lower than 76.98?\nOptions: A. 13 B. 9 C. 10 D. 7","answer":"C","answer_text":"10","episode_id":"iv_000105","anchor_time":22}
{"id":"TG_interval_count_iv_000371_spo2_low_99.98_w170_0","question":"For the 0-170h window after ICU admission, count each hour-bin where SpO2 is no higher than 99.98.\nOptions: A. 128 B. 129 C. 126 D. 125","answer":"C","answer_text":"126","episode_id":"iv_000371","anchor_time":170}
{"id":"TG_interval_count_iv_000371_urine_output_low_142.11_w85_1","question":"Please tally the one-hour intervals before hour 85 that include an observed urine output value at most 142.11.\nOptions: A. 58 B. 63 C. 61 D. 60","answer":"D","answer_text":"60","episode_id":"iv_000371","anchor_time":85}
{"id":"TG_interval_count_iv_000090_map_low_64.6_w53_0","question":"In the patient's first 53 ICU hours, how many hourly bins contain any observed mean arterial pressure reading not above 64.6?\nOptions: A. 40 B. 38 C. 41 D. 37","answer":"B","answer_text":"38","episode_id":"iv_000090","anchor_time":53}
{"id":"TG_interval_count_iv_000090_creatinine_high_1.1_w71_1","question":"For this case, how many hourly bins up to hour 71 contain creatinine measurements at least 1.1?\nOptions: A. 0 B. 3 C. 1 D. 5","answer":"B","answer_text":"3","episode_id":"iv_000090","anchor_time":71}
{"id":"TG_first_interval_iv_000168_temperature_low_49.72_w36_1","question":"Find the first sustained time interval before hour 36 where the observed temperature is not above 49.72.\nOptions: A. 21-22h B. 22-23h C. 23-24h D. 20-21h","answer":"A","answer_text":"21-22h","episode_id":"iv_000168","anchor_time":36}
{"id":"TG_interval_count_iv_000240_map_low_91_w6_0","question":"How many hourly slots in the first 6 ICU hours have a documented mean arterial pressure measurement no higher than 91?\nOptions: A. 6 B. 4 C. 9 D. 3","answer":"A","answer_text":"6","episode_id":"iv_000240","anchor_time":6}
{"id":"TG_interval_count_iv_000240_systolic_bp_high_107.65_w6_1","question":"For the 0-6h window after ICU admission, count each hour-bin where systolic blood pressure is at least 107.65.\nOptions: A. 1 B. 0 C. 3 D. 2","answer":"B","answer_text":"0","episode_id":"iv_000240","anchor_time":6}
{"id":"TG_interval_count_iv_000402_map_low_64.68_w55_1","question":"From ICU hour 0 to hour 55, how many one-hour windows contain a measured mean arterial pressure value <= 64.68?\nOptions: A. 1 B. 3 C. 2 D. 4","answer":"C","answer_text":"2","episode_id":"iv_000402","anchor_time":55}
{"id":"TG_interval_count_iv_000104_systolic_bp_low_93.32_w12_0","question":"From ICU hour 0 to hour 12, how many one-hour windows contain a measured systolic blood pressure value at most 93.32?\nOptions: A. 0 B. 2 C. 3 D. 1","answer":"A","answer_text":"0","episode_id":"iv_000104","anchor_time":12}
{"id":"TG_first_interval_iv_000104_spo2_low_96.75_w24_1","question":"Over the first 24 hours after ICU admission, which continuous observed interval first has SpO2 at most 96.75?\nOptions: A. 3-4h B. 4-5h C. 2-3h D. 6-7h","answer":"B","answer_text":"4-5h","episode_id":"iv_000104","anchor_time":24}
{"id":"TG_interval_count_iv_000206_urine_output_high_690.59_w91_0","question":"Over the first 91 hours after ICU admission, count the hourly intervals with at least one observed urine output reading at or above 690.59.\nOptions: A. 5 B. 8 C. 7 D. 6","answer":"A","answer_text":"5","episode_id":"iv_000206","anchor_time":91}
{"id":"TG_interval_count_iv_000247_resp_rate_low_14.5_w70_0","question":"For the first 70 hours of this ICU stay, how many 1-hour time bins include a recorded respiratory rate value at or below 14.5?\nOptions: A. 8 B. 5 C. 7 D. 2","answer":"B","answer_text":"5","episode_id":"iv_000247","anchor_time":70}
{"id":"TG_interval_count_iv_000200_heart_rate_low_42.65_w17_0","question":"How many hourly slots in the first 17 ICU hours have a documented heart rate measurement not above 42.65?\nOptions: A. 3 B. 0 C. 1 D. 2","answer":"C","answer_text":"1","episode_id":"iv_000200","anchor_time":17}
{"id":"TG_interval_count_iv_000200_urine_output_high_218.37_w51_1","question":"Checking the first 51 hours only, how many one-hour bins include urine output readings >= 218.37?\nOptions: A. 1 B. 0 C. 3 D. 2","answer":"A","answer_text":"1","episode_id":"iv_000200","anchor_time":51}
{"id":"TG_interval_count_iv_000062_spo2_high_2.34_w5_0","question":"Across the first 5 hours, how many one-hour observation bins have SpO2 at least 2.34?\nOptions: A. 6 B. 7 C. 4 D. 1","answer":"C","answer_text":"4","episode_id":"iv_000062","anchor_time":5}
{"id":"TG_interval_count_iv_000062_systolic_bp_high_160.59_w10_1","question":"For the first 10 hours of this ICU stay, how many 1-hour time bins include a recorded systolic blood pressure value at or above 160.59?\nOptions: A. 3 B. 2 C. 1 D. 0","answer":"D","answer_text":"0","episode_id":"iv_000062","anchor_time":10}
{"id":"TG_interval_count_iv_000477_urine_output_low_543.61_w82_0","question":"For the 0-82h window after ICU admission, count each hour-bin where urine output is not above 543.61.\nOptions: A. 62 B. 68 C. 63 D. 65","answer":"D","answer_text":"65","episode_id":"iv_000477","anchor_time":82}
{"id":"TG_interval_count_iv_000477_temperature_high_98.2_w61_1","question":"Can you count the one-hour bins in the first 61 hours where the charted temperature is not below 98.2?\nOptions: A. 8 B. 7 C. 9 D. 6","answer":"D","answer_text":"6","episode_id":"iv_000477","anchor_time":61}
{"id":"TG_first_interval_iv_000147_systolic_bp_low_125.89_w12_0","question":"Over the first 12 hours after ICU admission, which continuous observed interval first has systolic blood pressure at most 125.89?\nOptions: A. 1-2h B. 2-3h C. 5-6h D. 3-4h","answer":"D","answer_text":"3-4h","episode_id":"iv_000147","anchor_time":12}
{"id":"TG_interval_count_iv_000147_creatinine_low_1.64_w48_1","question":"Please tally the one-hour intervals before hour 48 that include an observed creatinine value at most 1.64.\nOptions: A. 10 B. 5 C. 7 D. 8","answer":"D","answer_text":"8","episode_id":"iv_000147","anchor_time":48}
{"id":"TG_interval_count_iv_000146_systolic_bp_high_145.45_w34_0","question":"How many of the hourly intervals from admission to hour 34 have a recorded systolic blood pressure value >= 145.45?\nOptions: A. 12 B. 15 C. 9 D. 14","answer":"A","answer_text":"12","episode_id":"iv_000146","anchor_time":34}
{"id":"TG_first_interval_iv_000146_systolic_bp_high_145.45_w34_1","question":"For the 0-34h window after ICU admission, what is the earliest continuous run of observed systolic blood pressure values at or above 145.45?\nOptions: A. 15-16h B. 17-18h C. 18-19h D. 16-17h","answer":"D","answer_text":"16-17h","episode_id":"iv_000146","anchor_time":34}
{"id":"TG_interval_count_iv_000225_diastolic_bp_high_70.8_w6_0","question":"How many hourly slots in the first 6 ICU hours have a documented diastolic blood pressure measurement no lower than 70.8?\nOptions: A. 2 B. 4 C. 3 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000225","anchor_time":6}
{"id":"TG_interval_count_iv_000225_map_high_81.59_w6_1","question":"Please tally the one-hour intervals before hour 6 that include an observed mean arterial pressure value at or above 81.59.\nOptions: A. 2 B. 3 C. 1 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000225","anchor_time":6}
{"id":"TG_interval_count_iv_000484_spo2_low_90.08_w10_1","question":"How many hourly slots in the first 10 ICU hours have a documented SpO2 measurement less than or equal to 90.08?\nOptions: A. 3 B. 0 C. 4 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000484","anchor_time":10}
{"id":"TG_first_interval_iv_000491_map_high_56.36_w55_0","question":"Within 0-55h of ICU admission, report the first continuous interval where mean arterial pressure stays >= 56.36.\nOptions: A. 3-4h B. 0-1h C. 1-2h D. 2-3h","answer":"D","answer_text":"2-3h","episode_id":"iv_000491","anchor_time":55}
{"id":"TG_first_interval_iv_000491_heart_rate_low_72.61_w74_1","question":"For the 0-74h window after ICU admission, what is the earliest continuous run of observed heart rate values at or below 72.61?\nOptions: A. 21-22h B. 20-21h C. 19-20h D. 23-24h","answer":"A","answer_text":"21-22h","episode_id":"iv_000491","anchor_time":74}
{"id":"TG_interval_count_iv_000451_spo2_low_97.28_w31_1","question":"Across the first 31 hours, how many one-hour observation bins have SpO2 not above 97.28?\nOptions: A. 21 B. 23 C. 22 D. 20","answer":"D","answer_text":"20","episode_id":"iv_000451","anchor_time":31}
{"id":"TG_interval_count_iv_000109_systolic_bp_low_80.5_w17_1","question":"Within 0-17h of ICU admission, how many separate one-hour bins show systolic blood pressure <= 80.5?\nOptions: A. 14 B. 11 C. 13 D. 12","answer":"B","answer_text":"11","episode_id":"iv_000109","anchor_time":17}
{"id":"TG_interval_count_iv_000294_urine_output_low_235.87_w28_0","question":"For this case, how many hourly bins up to hour 28 contain urine output measurements no higher than 235.87?\nOptions: A. 26 B. 25 C. 20 D. 23","answer":"D","answer_text":"23","episode_id":"iv_000294","anchor_time":28}
{"id":"TG_interval_count_iv_000294_systolic_bp_high_23.28_w57_1","question":"For this case, how many hourly bins up to hour 57 contain systolic blood pressure measurements no lower than 23.28?\nOptions: A. 42 B. 45 C. 43 D. 47","answer":"B","answer_text":"45","episode_id":"iv_000294","anchor_time":57}
{"id":"TG_interval_count_iv_000440_temperature_high_97.81_w12_0","question":"Across the first 12 hours, how many one-hour observation bins have temperature not below 97.81?\nOptions: A. 8 B. 2 C. 7 D. 5","answer":"D","answer_text":"5","episode_id":"iv_000440","anchor_time":12}
{"id":"TG_interval_count_iv_000440_spo2_low_92.51_w24_1","question":"In the patient's first 24 ICU hours, how many hourly bins contain any observed SpO2 reading not above 92.51?\nOptions: A. 0 B. 3 C. 1 D. 4","answer":"B","answer_text":"3","episode_id":"iv_000440","anchor_time":24}
{"id":"TG_interval_count_iv_000169_urine_output_high_664.57_w86_0","question":"Please tally the one-hour intervals before hour 86 that include an observed urine output value at least 664.57.\nOptions: A. 11 B. 8 C. 12 D. 9","answer":"A","answer_text":"11","episode_id":"iv_000169","anchor_time":86}
{"id":"TG_interval_count_iv_000169_spo2_high_54.18_w57_1","question":"How many hourly slots in the first 57 ICU hours have a documented SpO2 measurement not below 54.18?\nOptions: A. 58 B. 55 C. 57 D. 53","answer":"B","answer_text":"55","episode_id":"iv_000169","anchor_time":57}
{"id":"TG_interval_count_iv_000381_temperature_low_97.37_w26_1","question":"Within 0-26h of ICU admission, how many separate one-hour bins show temperature <= 97.37?\nOptions: A. 15 B. 16 C. 17 D. 14","answer":"C","answer_text":"17","episode_id":"iv_000381","anchor_time":26}
{"id":"TG_first_interval_iv_000034_wbc_low_21.14_w159_0","question":"Within the first 159 hours, when does white blood cell count first hold at or below 21.14 across back-to-back observations?\nOptions: A. 9-10h B. 7-8h C. 10-11h D. 8-9h","answer":"D","answer_text":"8-9h","episode_id":"iv_000034","anchor_time":159}
{"id":"TG_interval_count_iv_000034_heart_rate_high_108.63_w106_1","question":"Can you count the one-hour bins in the first 106 hours where the charted heart rate is no lower than 108.63?\nOptions: A. 2 B. 1 C. 3 D. 0","answer":"B","answer_text":"1","episode_id":"iv_000034","anchor_time":106}
{"id":"TG_interval_count_iv_000268_map_high_56.52_w25_0","question":"For this case, how many hourly bins up to hour 25 contain mean arterial pressure measurements no lower than 56.52?\nOptions: A. 16 B. 21 C. 18 D. 19","answer":"D","answer_text":"19","episode_id":"iv_000268","anchor_time":25}
{"id":"TG_interval_count_iv_000268_spo2_high_99.7_w51_1","question":"Over the first 51 hours after ICU admission, count the hourly intervals with at least one observed SpO2 reading not below 99.7.\nOptions: A. 2 B. 4 C. 1 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000268","anchor_time":51}
{"id":"TG_interval_count_iv_000030_map_low_80.93_w65_0","question":"How many of the hourly intervals from admission to hour 65 have a recorded mean arterial pressure value at most 80.93?\nOptions: A. 6 B. 2 C. 3 D. 4","answer":"C","answer_text":"3","episode_id":"iv_000030","anchor_time":65}
{"id":"TG_interval_count_iv_000030_map_high_80.93_w65_1","question":"Can you count the one-hour bins in the first 65 hours where the charted mean arterial pressure is greater than or equal to 80.93?\nOptions: A. 47 B. 51 C. 50 D. 52","answer":"C","answer_text":"50","episode_id":"iv_000030","anchor_time":65}
{"id":"TG_interval_count_iv_000400_systolic_bp_low_142.2_w21_0","question":"How many hourly slots in the first 21 ICU hours have a documented systolic blood pressure measurement at or below 142.2?\nOptions: A. 20 B. 18 C. 19 D. 21","answer":"D","answer_text":"21","episode_id":"iv_000400","anchor_time":21}
{"id":"TG_interval_count_iv_000461_resp_rate_high_11.93_w83_0","question":"Please tally the one-hour intervals before hour 83 that include an observed respiratory rate value no lower than 11.93.\nOptions: A. 80 B. 81 C. 75 D. 78","answer":"D","answer_text":"78","episode_id":"iv_000461","anchor_time":83}
{"id":"TG_interval_count_iv_000461_lactate_high_217.85_w55_1","question":"From ICU hour 0 to hour 55, how many one-hour windows contain a measured lactate value >= 217.85?\nOptions: A. 3 B. 1 C. 0 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000461","anchor_time":55}
{"id":"TG_first_interval_iv_000354_creatinine_low_5.34_w42_0","question":"Looking only through hour 42 after ICU admission, what is the first continuous observed interval with creatinine at most 5.34?\nOptions: A. 13-14h B. 12-13h C. 14-15h D. 15-16h","answer":"C","answer_text":"14-15h","episode_id":"iv_000354","anchor_time":42}
{"id":"TG_interval_count_iv_000382_temperature_low_39.28_w264_1","question":"In the patient's first 264 ICU hours, how many hourly bins contain any observed temperature reading no higher than 39.28?\nOptions: A. 4 B. 2 C. 3 D. 6","answer":"A","answer_text":"4","episode_id":"iv_000382","anchor_time":264}
{"id":"TG_interval_count_iv_000342_spo2_low_89.06_w148_0","question":"Across the first 148 hours, how many one-hour observation bins have SpO2 <= 89.06?\nOptions: A. 10 B. 11 C. 15 D. 12","answer":"D","answer_text":"12","episode_id":"iv_000342","anchor_time":148}
{"id":"TG_interval_count_iv_000342_wbc_high_3.14_w148_1","question":"For this case, how many hourly bins up to hour 148 contain white blood cell count measurements at or above 3.14?\nOptions: A. 4 B. 3 C. 5 D. 6","answer":"D","answer_text":"6","episode_id":"iv_000342","anchor_time":148}
{"id":"TG_first_interval_iv_000115_heart_rate_low_85.21_w81_0","question":"For the 0-81h window after ICU admission, what is the earliest continuous run of observed heart rate values at or below 85.21?\nOptions: A. 1-2h B. 2-3h C. 0-1h D. 4-5h","answer":"B","answer_text":"2-3h","episode_id":"iv_000115","anchor_time":81}
{"id":"TG_first_interval_iv_000231_map_high_95.07_w32_1","question":"Can you identify when mean arterial pressure first remains at or above 95.07 in consecutive observations within the first 32 hours?\nOptions: A. 23-24h B. 25-26h C. 24-25h D. 26-27h","answer":"B","answer_text":"25-26h","episode_id":"iv_000231","anchor_time":32}
{"id":"TG_interval_count_iv_000264_spo2_high_97.2_w25_0","question":"Within 0-25h of ICU admission, how many separate one-hour bins show SpO2 no lower than 97.2?\nOptions: A. 24 B. 26 C. 22 D. 21","answer":"A","answer_text":"24","episode_id":"iv_000264","anchor_time":25}
{"id":"TG_interval_count_iv_000264_diastolic_bp_low_60.59_w25_1","question":"Can you count the one-hour bins in the first 25 hours where the charted diastolic blood pressure is less than or equal to 60.59?\nOptions: A. 14 B. 17 C. 13 D. 15","answer":"A","answer_text":"14","episode_id":"iv_000264","anchor_time":25}
{"id":"TG_interval_count_iv_000224_systolic_bp_high_63.4_w30_0","question":"Over the first 30 hours after ICU admission, count the hourly intervals with at least one observed systolic blood pressure reading greater than or equal to 63.4.\nOptions: A. 13 B. 14 C. 11 D. 16","answer":"B","answer_text":"14","episode_id":"iv_000224","anchor_time":30}
{"id":"TG_interval_count_iv_000224_spo2_high_97.4_w22_1","question":"How many hourly slots in the first 22 ICU hours have a documented SpO2 measurement greater than or equal to 97.4?\nOptions: A. 3 B. 5 C. 6 D. 4","answer":"B","answer_text":"5","episode_id":"iv_000224","anchor_time":22}
{"id":"TG_interval_count_iv_000312_map_high_88.41_w57_1","question":"For the first 57 hours of this ICU stay, how many 1-hour time bins include a recorded mean arterial pressure value at or above 88.41?\nOptions: A. 7 B. 4 C. 6 D. 2","answer":"B","answer_text":"4","episode_id":"iv_000312","anchor_time":57}
{"id":"TG_first_interval_iv_000356_heart_rate_low_84.54_w18_0","question":"Up to ICU hour 18, what is the first sustained observed interval where heart rate is no higher than 84.54?\nOptions: A. 5-6h B. 6-7h C. 2-3h D. 4-5h","answer":"D","answer_text":"4-5h","episode_id":"iv_000356","anchor_time":18}
{"id":"TG_interval_count_iv_000159_lactate_high_2.46_w49_0","question":"For the first 49 hours of this ICU stay, how many 1-hour time bins include a recorded lactate value at or above 2.46?\nOptions: A. 3 B. 0 C. 5 D. 1","answer":"A","answer_text":"3","episode_id":"iv_000159","anchor_time":49}
{"id":"TG_first_interval_iv_000102_creatinine_low_1.49_w24_0","question":"Within the first 24 hours, when does creatinine first hold <= 1.49 across back-to-back observations?\nOptions: A. 2-3h B. 4-5h C. 5-6h D. 3-4h","answer":"D","answer_text":"3-4h","episode_id":"iv_000102","anchor_time":24}
{"id":"TG_interval_count_iv_000310_urine_output_high_159.52_w24_0","question":"How many of the hourly intervals from admission to hour 24 have a recorded urine output value at least 159.52?\nOptions: A. 0 B. 2 C. 1 D. 5","answer":"B","answer_text":"2","episode_id":"iv_000310","anchor_time":24}
{"id":"TG_interval_count_iv_000372_diastolic_bp_high_100.46_w37_0","question":"For this case, how many hourly bins up to hour 37 contain diastolic blood pressure measurements >= 100.46?\nOptions: A. 0 B. 1 C. 2 D. 4","answer":"B","answer_text":"1","episode_id":"iv_000372","anchor_time":37}
{"id":"TG_interval_count_iv_000372_heart_rate_high_59.84_w27_1","question":"In the patient's first 27 ICU hours, how many hourly bins contain any observed heart rate reading greater than or equal to 59.84?\nOptions: A. 27 B. 25 C. 28 D. 23","answer":"B","answer_text":"25","episode_id":"iv_000372","anchor_time":27}
{"id":"TG_interval_count_iv_000365_spo2_high_91.11_w16_0","question":"How many hourly slots in the first 16 ICU hours have a documented SpO2 measurement not below 91.11?\nOptions: A. 13 B. 18 C. 16 D. 15","answer":"D","answer_text":"15","episode_id":"iv_000365","anchor_time":16}
{"id":"TG_interval_count_iv_000365_map_low_124.33_w24_1","question":"Checking the first 24 hours only, how many one-hour bins include mean arterial pressure readings at most 124.33?\nOptions: A. 25 B. 22 C. 24 D. 26","answer":"C","answer_text":"24","episode_id":"iv_000365","anchor_time":24}
{"id":"TG_interval_count_iv_000084_wbc_high_14.29_w11_0","question":"For the first 11 hours of this ICU stay, how many 1-hour time bins include a recorded white blood cell count value greater than or equal to 14.29?\nOptions: A. 1 B. 4 C. 3 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000084","anchor_time":11}
{"id":"TG_interval_count_iv_000281_spo2_high_95.75_w34_0","question":"Across the first 34 hours, how many one-hour observation bins have SpO2 at or above 95.75?\nOptions: A. 19 B. 25 C. 22 D. 20","answer":"C","answer_text":"22","episode_id":"iv_000281","anchor_time":34}
{"id":"TG_interval_count_iv_000243_wbc_high_7.37_w195_1","question":"How many of the hourly intervals from admission to hour 195 have a recorded white blood cell count value greater than or equal to 7.37?\nOptions: A. 15 B. 12 C. 10 D. 9","answer":"B","answer_text":"12","episode_id":"iv_000243","anchor_time":195}
{"id":"TG_first_interval_iv_000065_urine_output_high_138.94_w23_0","question":"For the 0-23h window after ICU admission, what is the earliest continuous run of observed urine output values at or above 138.94?\nOptions: A. 13-14h B. 12-13h C. 14-15h D. 16-17h","answer":"C","answer_text":"14-15h","episode_id":"iv_000065","anchor_time":23}
{"id":"TG_first_interval_iv_000064_systolic_bp_low_92.27_w19_0","question":"When, during the first 19 ICU hours, does systolic blood pressure first stay no higher than 92.27 over consecutive measurements?\nOptions: A. 11-12h B. 10-11h C. 12-13h D. 14-15h","answer":"C","answer_text":"12-13h","episode_id":"iv_000064","anchor_time":19}
{"id":"TG_interval_count_iv_000064_systolic_bp_low_92.27_w39_1","question":"Can you count the one-hour bins in the first 39 hours where the charted systolic blood pressure is not above 92.27?\nOptions: A. 8 B. 5 C. 4 D. 2","answer":"B","answer_text":"5","episode_id":"iv_000064","anchor_time":39}
{"id":"TG_interval_count_iv_000272_urine_output_low_484.96_w13_0","question":"Across the first 13 hours, how many one-hour observation bins have urine output less than or equal to 484.96?\nOptions: A. 11 B. 8 C. 5 D. 7","answer":"B","answer_text":"8","episode_id":"iv_000272","anchor_time":13}
{"id":"TG_first_interval_iv_000417_diastolic_bp_low_73.53_w7_0","question":"For the 0-7h window after ICU admission, what is the earliest continuous run of observed diastolic blood pressure values <= 73.53?\nOptions: A. 5-6h B. 3-4h C. 2-3h D. 4-5h","answer":"D","answer_text":"4-5h","episode_id":"iv_000417","anchor_time":7}
{"id":"TG_interval_count_iv_000375_map_low_71.36_w32_1","question":"How many of the hourly intervals from admission to hour 32 have a recorded mean arterial pressure value no higher than 71.36?\nOptions: A. 17 B. 18 C. 19 D. 16","answer":"B","answer_text":"18","episode_id":"iv_000375","anchor_time":32}
{"id":"TG_interval_count_iv_000123_systolic_bp_high_124.78_w14_0","question":"For this case, how many hourly bins up to hour 14 contain systolic blood pressure measurements at least 124.78?\nOptions: A. 15 B. 12 C. 14 D. 16","answer":"C","answer_text":"14","episode_id":"iv_000123","anchor_time":14}
{"id":"TG_interval_count_iv_000123_diastolic_bp_high_62.66_w7_1","question":"Within 0-7h of ICU admission, how many separate one-hour bins show diastolic blood pressure greater than or equal to 62.66?\nOptions: A. 8 B. 7 C. 6 D. 9","answer":"B","answer_text":"7","episode_id":"iv_000123","anchor_time":7}
{"id":"TG_interval_count_iv_000157_wbc_low_17.01_w12_0","question":"What count of one-hour bins in the first 12 hours has observed white blood cell count values not above 17.01?\nOptions: A. 3 B. 0 C. 2 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000157","anchor_time":12}
{"id":"TG_interval_count_iv_000157_diastolic_bp_low_55.29_w12_1","question":"From ICU hour 0 to hour 12, how many one-hour windows contain a measured diastolic blood pressure value <= 55.29?\nOptions: A. 12 B. 9 C. 10 D. 7","answer":"B","answer_text":"9","episode_id":"iv_000157","anchor_time":12}
{"id":"TG_first_interval_iv_000355_diastolic_bp_high_45.45_w27_1","question":"Up to ICU hour 27, what is the first sustained observed interval where diastolic blood pressure is no lower than 45.45?\nOptions: A. 7-8h B. 10-11h C. 11-12h D. 9-10h","answer":"D","answer_text":"9-10h","episode_id":"iv_000355","anchor_time":27}
{"id":"TG_first_interval_iv_000009_urine_output_low_3309.62_w82_0","question":"For this ICU stay, what is the earliest interval in the first 82 hours where consecutive urine output readings are less than or equal to 3309.62?\nOptions: A. 14-15h B. 12-13h C. 11-12h D. 13-14h","answer":"D","answer_text":"13-14h","episode_id":"iv_000009","anchor_time":82}
{"id":"TG_interval_count_iv_000000_resp_rate_low_10.35_w15_0","question":"Please tally the one-hour intervals before hour 15 that include an observed respiratory rate value at most 10.35.\nOptions: A. 4 B. 0 C. 1 D. 3","answer":"C","answer_text":"1","episode_id":"iv_000000","anchor_time":15}
{"id":"TG_interval_count_iv_000000_urine_output_high_715.95_w22_1","question":"Across the first 22 hours, how many one-hour observation bins have urine output at or above 715.95?\nOptions: A. 1 B. 2 C. 0 D. 4","answer":"A","answer_text":"1","episode_id":"iv_000000","anchor_time":22}
{"id":"TG_interval_count_iv_000271_diastolic_bp_low_131.63_w30_1","question":"Can you count the one-hour bins in the first 30 hours where the charted diastolic blood pressure is not above 131.63?\nOptions: A. 26 B. 25 C. 29 D. 28","answer":"A","answer_text":"26","episode_id":"iv_000271","anchor_time":30}
{"id":"TG_first_interval_iv_000276_systolic_bp_low_128.37_w95_0","question":"In the first 95 ICU hours, when is the earliest stretch of consecutive observations where systolic blood pressure stays not above 128.37?\nOptions: A. 7-8h B. 5-6h C. 4-5h D. 3-4h","answer":"B","answer_text":"5-6h","episode_id":"iv_000276","anchor_time":95}
{"id":"TG_interval_count_iv_000191_temperature_low_97.75_w24_0","question":"Within 0-24h of ICU admission, how many separate one-hour bins show temperature <= 97.75?\nOptions: A. 0 B. 4 C. 3 D. 6","answer":"C","answer_text":"3","episode_id":"iv_000191","anchor_time":24}
{"id":"TG_interval_count_iv_000319_systolic_bp_high_162.67_w69_0","question":"How many of the hourly intervals from admission to hour 69 have a recorded systolic blood pressure value no lower than 162.67?\nOptions: A. 3 B. 2 C. 1 D. 4","answer":"A","answer_text":"3","episode_id":"iv_000319","anchor_time":69}
{"id":"TG_interval_count_iv_000054_systolic_bp_low_110.75_w23_1","question":"Over the first 23 hours after ICU admission, count the hourly intervals with at least one observed systolic blood pressure reading at or below 110.75.\nOptions: A. 21 B. 22 C. 20 D. 19","answer":"B","answer_text":"22","episode_id":"iv_000054","anchor_time":23}
{"id":"TG_interval_count_iv_000259_resp_rate_low_27.66_w105_1","question":"Within 0-105h of ICU admission, how many separate one-hour bins show respiratory rate not above 27.66?\nOptions: A. 92 B. 93 C. 94 D. 96","answer":"C","answer_text":"94","episode_id":"iv_000259","anchor_time":105}
{"id":"TG_first_interval_iv_000091_heart_rate_low_62.01_w78_0","question":"In the first 78 ICU hours, when is the earliest stretch of consecutive observations where heart rate stays not above 62.01?\nOptions: A. 18-19h B. 17-18h C. 14-15h D. 16-17h","answer":"D","answer_text":"16-17h","episode_id":"iv_000091","anchor_time":78}
{"id":"TG_first_interval_iv_000430_temperature_high_99.24_w72_0","question":"When, during the first 72 ICU hours, does temperature first stay no lower than 99.24 over consecutive measurements?\nOptions: A. 36-37h B. 38-39h C. 37-38h D. 35-36h","answer":"C","answer_text":"37-38h","episode_id":"iv_000430","anchor_time":72}
{"id":"TG_interval_count_iv_000430_urine_output_high_111.14_w72_1","question":"For this case, how many hourly bins up to hour 72 contain urine output measurements at least 111.14?\nOptions: A. 20 B. 17 C. 16 D. 18","answer":"D","answer_text":"18","episode_id":"iv_000430","anchor_time":72}
{"id":"TG_first_interval_iv_000001_creatinine_high_0.52_w51_0","question":"Find the first sustained time interval before hour 51 where the observed creatinine is not below 0.52.\nOptions: A. 1-2h B. 3-4h C. 2-3h D. 4-5h","answer":"C","answer_text":"2-3h","episode_id":"iv_000001","anchor_time":51}
{"id":"TG_interval_count_iv_000001_map_low_74.09_w34_1","question":"From ICU hour 0 to hour 34, how many one-hour windows contain a measured mean arterial pressure value at most 74.09?\nOptions: A. 14 B. 11 C. 12 D. 16","answer":"A","answer_text":"14","episode_id":"iv_000001","anchor_time":34}
{"id":"TG_interval_count_iv_000459_heart_rate_low_116.74_w75_0","question":"What count of one-hour bins in the first 75 hours has observed heart rate values less than or equal to 116.74?\nOptions: A. 68 B. 71 C. 66 D. 67","answer":"A","answer_text":"68","episode_id":"iv_000459","anchor_time":75}
{"id":"TG_interval_count_iv_000080_creatinine_high_6.64_w63_1","question":"Checking the first 63 hours only, how many one-hour bins include creatinine readings no lower than 6.64?\nOptions: A. 1 B. 0 C. 2 D. 5","answer":"C","answer_text":"2","episode_id":"iv_000080","anchor_time":63}
{"id":"TG_interval_count_iv_000431_spo2_low_90.56_w15_0","question":"How many hourly slots in the first 15 ICU hours have a documented SpO2 measurement less than or equal to 90.56?\nOptions: A. 4 B. 0 C. 2 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000431","anchor_time":15}
{"id":"TG_interval_count_iv_000431_spo2_low_90.56_w23_1","question":"How many of the hourly intervals from admission to hour 23 have a recorded SpO2 value <= 90.56?\nOptions: A. 0 B. 3 C. 1 D. 2","answer":"C","answer_text":"1","episode_id":"iv_000431","anchor_time":23}
{"id":"TG_interval_count_iv_000455_spo2_high_93.26_w46_0","question":"Across the first 46 hours, how many one-hour observation bins have SpO2 not below 93.26?\nOptions: A. 36 B. 38 C. 35 D. 37","answer":"B","answer_text":"38","episode_id":"iv_000455","anchor_time":46}
{"id":"TG_interval_count_iv_000455_spo2_high_93.26_w23_1","question":"Between ICU admission and hour 23, how many one-hour intervals include a SpO2 value at least 93.26?\nOptions: A. 22 B. 19 C. 21 D. 16","answer":"B","answer_text":"19","episode_id":"iv_000455","anchor_time":23}
{"id":"TG_interval_count_iv_000404_spo2_high_87.82_w60_1","question":"Looking from ICU admission through hour 60, in how many hourly bins was SpO2 no lower than 87.82?\nOptions: A. 60 B. 59 C. 56 D. 57","answer":"D","answer_text":"57","episode_id":"iv_000404","anchor_time":60}
{"id":"TG_interval_count_iv_000058_map_high_64.03_w6_0","question":"Over the first 6 hours after ICU admission, count the hourly intervals with at least one observed mean arterial pressure reading at least 64.03.\nOptions: A. 0 B. 3 C. 2 D. 4","answer":"C","answer_text":"2","episode_id":"iv_000058","anchor_time":6}
{"id":"TG_interval_count_iv_000005_diastolic_bp_low_158.54_w162_0","question":"Can you count the one-hour bins in the first 162 hours where the charted diastolic blood pressure is at most 158.54?\nOptions: A. 159 B. 157 C. 156 D. 160","answer":"B","answer_text":"157","episode_id":"iv_000005","anchor_time":162}
{"id":"TG_interval_count_iv_000005_spo2_high_85.76_w81_1","question":"For this case, how many hourly bins up to hour 81 contain SpO2 measurements no lower than 85.76?\nOptions: A. 71 B. 69 C. 70 D. 72","answer":"A","answer_text":"71","episode_id":"iv_000005","anchor_time":81}
{"id":"TG_interval_count_iv_000283_wbc_high_5.93_w19_1","question":"Checking the first 19 hours only, how many one-hour bins include white blood cell count readings at least 5.93?\nOptions: A. 1 B. 0 C. 3 D. 4","answer":"A","answer_text":"1","episode_id":"iv_000283","anchor_time":19}
{"id":"TG_interval_count_iv_000128_systolic_bp_low_32.48_w26_0","question":"Looking from ICU admission through hour 26, in how many hourly bins was systolic blood pressure <= 32.48?\nOptions: A. 0 B. 1 C. 3 D. 4","answer":"C","answer_text":"3","episode_id":"iv_000128","anchor_time":26}
{"id":"TG_interval_count_iv_000128_spo2_high_97.78_w13_1","question":"From ICU hour 0 to hour 13, how many one-hour windows contain a measured SpO2 value >= 97.78?\nOptions: A. 16 B. 13 C. 15 D. 14","answer":"B","answer_text":"13","episode_id":"iv_000128","anchor_time":13}
{"id":"TG_interval_count_iv_000270_heart_rate_low_65.84_w23_0","question":"Can you count the one-hour bins in the first 23 hours where the charted heart rate is at or below 65.84?\nOptions: A. 0 B. 2 C. 3 D. 5","answer":"B","answer_text":"2","episode_id":"iv_000270","anchor_time":23}
{"id":"TG_interval_count_iv_000239_resp_rate_low_19.14_w45_0","question":"Can you count the one-hour bins in the first 45 hours where the charted respiratory rate is not above 19.14?\nOptions: A. 5 B. 3 C. 2 D. 4","answer":"B","answer_text":"3","episode_id":"iv_000239","anchor_time":45}
{"id":"TG_interval_count_iv_000239_heart_rate_low_51.59_w30_1","question":"Between ICU admission and hour 30, how many one-hour intervals include a heart rate value at most 51.59?\nOptions: A. 2 B. 3 C. 1 D. 0","answer":"C","answer_text":"1","episode_id":"iv_000239","anchor_time":30}
{"id":"TG_interval_count_iv_000405_diastolic_bp_low_72.06_w12_0","question":"For the first 12 hours of this ICU stay, how many 1-hour time bins include a recorded diastolic blood pressure value at or below 72.06?\nOptions: A. 10 B. 11 C. 9 D. 12","answer":"C","answer_text":"9","episode_id":"iv_000405","anchor_time":12}
{"id":"TG_interval_count_iv_000405_spo2_low_94.05_w12_1","question":"Looking from ICU admission through hour 12, in how many hourly bins was SpO2 <= 94.05?\nOptions: A. 0 B. 2 C. 1 D. 5","answer":"B","answer_text":"2","episode_id":"iv_000405","anchor_time":12}
{"id":"TG_interval_count_iv_000195_heart_rate_low_68.59_w91_1","question":"Looking from ICU admission through hour 91, in how many hourly bins was heart rate no higher than 68.59?\nOptions: A. 9 B. 6 C. 7 D. 8","answer":"B","answer_text":"6","episode_id":"iv_000195","anchor_time":91}
{"id":"TG_interval_count_iv_000032_heart_rate_low_86.69_w28_1","question":"Within 0-28h of ICU admission, how many separate one-hour bins show heart rate <= 86.69?\nOptions: A. 22 B. 20 C. 23 D. 21","answer":"C","answer_text":"23","episode_id":"iv_000032","anchor_time":28}
{"id":"TG_interval_count_iv_000305_systolic_bp_high_146.17_w33_1","question":"What count of one-hour bins in the first 33 hours has observed systolic blood pressure values not below 146.17?\nOptions: A. 4 B. 1 C. 0 D. 2","answer":"B","answer_text":"1","episode_id":"iv_000305","anchor_time":33}
{"id":"TG_interval_count_iv_000487_systolic_bp_low_134.51_w7_0","question":"Looking from ICU admission through hour 7, in how many hourly bins was systolic blood pressure not above 134.51?\nOptions: A. 3 B. 1 C. 0 D. 2","answer":"C","answer_text":"0","episode_id":"iv_000487","anchor_time":7}
{"id":"TG_interval_count_iv_000078_map_low_74.86_w27_1","question":"From ICU hour 0 to hour 27, how many one-hour windows contain a measured mean arterial pressure value at most 74.86?\nOptions: A. 20 B. 19 C. 17 D. 18","answer":"C","answer_text":"17","episode_id":"iv_000078","anchor_time":27}
{"id":"TG_interval_count_iv_000056_creatinine_high_91.52_w42_0","question":"What count of one-hour bins in the first 42 hours has observed creatinine values greater than or equal to 91.52?\nOptions: A. 1 B. 2 C. 0 D. 3","answer":"A","answer_text":"1","episode_id":"iv_000056","anchor_time":42}
{"id":"TG_interval_count_iv_000056_wbc_high_36.85_w31_1","question":"Between ICU admission and hour 31, how many one-hour intervals include a white blood cell count value >= 36.85?\nOptions: A. 2 B. 1 C. 0 D. 3","answer":"B","answer_text":"1","episode_id":"iv_000056","anchor_time":31}
{"id":"TG_first_interval_iv_000024_temperature_high_51.33_w17_0","question":"Up to ICU hour 17, what is the first sustained observed interval where temperature is no lower than 51.33?\nOptions: A. 8-9h B. 12-13h C. 10-11h D. 9-10h","answer":"C","answer_text":"10-11h","episode_id":"iv_000024","anchor_time":17}
{"id":"TG_interval_count_iv_000046_spo2_low_88.57_w23_0","question":"For the 0-23h window after ICU admission, count each hour-bin where SpO2 is not above 88.57.\nOptions: A. 4 B. 2 C. 0 D. 3","answer":"B","answer_text":"2","episode_id":"iv_000046","anchor_time":23}
{"id":"TG_interval_count_iv_000252_map_high_68.4_w48_0","question":"In the patient's first 48 ICU hours, how many hourly bins contain any observed mean arterial pressure reading greater than or equal to 68.4?\nOptions: A. 7 B. 9 C. 10 D. 11","answer":"B","answer_text":"9","episode_id":"iv_000252","anchor_time":48}
{"id":"TG_interval_count_iv_000070_map_low_106.58_w53_0","question":"For the 0-53h window after ICU admission, count each hour-bin where mean arterial pressure is not above 106.58.\nOptions: A. 50 B. 54 C. 51 D. 53","answer":"C","answer_text":"51","episode_id":"iv_000070","anchor_time":53}
{"id":"TG_interval_count_iv_000070_map_high_106.58_w35_1","question":"For this case, how many hourly bins up to hour 35 contain mean arterial pressure measurements at least 106.58?\nOptions: A. 4 B. 1 C. 0 D. 3","answer":"B","answer_text":"1","episode_id":"iv_000070","anchor_time":35}
{"id":"TG_first_interval_iv_000386_map_low_62.13_w35_1","question":"Within the first 35 hours, when does mean arterial pressure first hold <= 62.13 across back-to-back observations?\nOptions: A. 6-7h B. 7-8h C. 5-6h D. 8-9h","answer":"A","answer_text":"6-7h","episode_id":"iv_000386","anchor_time":35}
{"id":"TG_interval_count_iv_000427_creatinine_high_7.99_w263_0","question":"Over the first 263 hours after ICU admission, count the hourly intervals with at least one observed creatinine reading no lower than 7.99.\nOptions: A. 0 B. 1 C. 4 D. 3","answer":"B","answer_text":"1","episode_id":"iv_000427","anchor_time":263}
{"id":"TG_interval_count_iv_000204_heart_rate_low_64.9_w13_0","question":"What count of one-hour bins in the first 13 hours has observed heart rate values not above 64.9?\nOptions: A. 6 B. 4 C. 3 D. 5","answer":"B","answer_text":"4","episode_id":"iv_000204","anchor_time":13}
{"id":"TG_first_interval_iv_000298_urine_output_high_199.58_w57_0","question":"For the 0-57h window after ICU admission, what is the earliest continuous run of observed urine output values at or above 199.58?\nOptions: A. 50-51h B. 49-50h C. 47-48h D. 48-49h","answer":"D","answer_text":"48-49h","episode_id":"iv_000298","anchor_time":57}
{"id":"TG_interval_count_iv_000134_resp_rate_low_8.16_w15_0","question":"For the 0-15h window after ICU admission, count each hour-bin where respiratory rate is less than or equal to 8.16.\nOptions: A. 0 B. 2 C. 4 D. 5","answer":"B","answer_text":"2","episode_id":"iv_000134","anchor_time":15}
{"id":"TG_interval_count_iv_000275_urine_output_high_31.75_w17_1","question":"Within 0-17h of ICU admission, how many separate one-hour bins show urine output at least 31.75?\nOptions: A. 14 B. 15 C. 19 D. 16","answer":"D","answer_text":"16","episode_id":"iv_000275","anchor_time":17}
{"id":"TG_interval_count_iv_000126_creatinine_high_1.13_w36_1","question":"Please tally the one-hour intervals before hour 36 that include an observed creatinine value >= 1.13.\nOptions: A. 2 B. 1 C. 0 D. 3","answer":"A","answer_text":"2","episode_id":"iv_000126","anchor_time":36}
{"id":"TG_interval_count_iv_000073_resp_rate_low_30.04_w30_1","question":"Checking the first 30 hours only, how many one-hour bins include respiratory rate readings <= 30.04?\nOptions: A. 8 B. 9 C. 12 D. 11","answer":"B","answer_text":"9","episode_id":"iv_000073","anchor_time":30}
{"id":"TG_interval_count_iv_000234_resp_rate_high_13.31_w11_1","question":"Within 0-11h of ICU admission, how many separate one-hour bins show respiratory rate no lower than 13.31?\nOptions: A. 9 B. 10 C. 13 D. 8","answer":"B","answer_text":"10","episode_id":"iv_000234","anchor_time":11}
{"id":"TG_interval_count_iv_000329_spo2_low_92.27_w36_0","question":"Can you count the one-hour bins in the first 36 hours where the charted SpO2 is not above 92.27?\nOptions: A. 3 B. 5 C. 8 D. 6","answer":"B","answer_text":"5","episode_id":"iv_000329","anchor_time":36}
{"id":"TG_interval_count_iv_000329_systolic_bp_high_94.13_w12_1","question":"In the patient's first 12 ICU hours, how many hourly bins contain any observed systolic blood pressure reading greater than or equal to 94.13?\nOptions: A. 6 B. 9 C. 11 D. 7","answer":"B","answer_text":"9","episode_id":"iv_000329","anchor_time":12}
{"id":"TG_interval_count_iv_000255_systolic_bp_high_85.5_w11_1","question":"For the 0-11h window after ICU admission, count each hour-bin where systolic blood pressure is not below 85.5.\nOptions: A. 1 B. 2 C. 3 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000255","anchor_time":11}
{"id":"TG_interval_count_iv_000335_wbc_high_10.55_w30_1","question":"From ICU hour 0 to hour 30, how many one-hour windows contain a measured white blood cell count value at least 10.55?\nOptions: A. 4 B. 2 C. 1 D. 0","answer":"C","answer_text":"1","episode_id":"iv_000335","anchor_time":30}
{"id":"TG_interval_count_iv_000376_heart_rate_low_96.38_w9_0","question":"What count of one-hour bins in the first 9 hours has observed heart rate values at most 96.38?\nOptions: A. 0 B. 1 C. 4 D. 3","answer":"D","answer_text":"3","episode_id":"iv_000376","anchor_time":9}
{"id":"TG_interval_count_iv_000367_diastolic_bp_low_73.92_w34_0","question":"Can you count the one-hour bins in the first 34 hours where the charted diastolic blood pressure is less than or equal to 73.92?\nOptions: A. 0 B. 1 C. 2 D. 4","answer":"B","answer_text":"1","episode_id":"iv_000367","anchor_time":34}
{"id":"TG_interval_count_iv_000367_resp_rate_low_16.2_w34_1","question":"Checking the first 34 hours only, how many one-hour bins include respiratory rate readings at most 16.2?\nOptions: A. 3 B. 2 C. 6 D. 4","answer":"A","answer_text":"3","episode_id":"iv_000367","anchor_time":34}
{"id":"TG_interval_count_iv_000290_heart_rate_low_89.91_w45_0","question":"For the 0-45h window after ICU admission, count each hour-bin where heart rate is less than or equal to 89.91.\nOptions: A. 10 B. 11 C. 8 D. 6","answer":"C","answer_text":"8","episode_id":"iv_000290","anchor_time":45}
{"id":"TG_interval_count_iv_000290_systolic_bp_low_109.93_w15_1","question":"What count of one-hour bins in the first 15 hours has observed systolic blood pressure values at or below 109.93?\nOptions: A. 10 B. 14 C. 9 D. 11","answer":"D","answer_text":"11","episode_id":"iv_000290","anchor_time":15}
{"id":"TG_interval_count_iv_000108_diastolic_bp_high_67.37_w59_0","question":"Over the first 59 hours after ICU admission, count the hourly intervals with at least one observed diastolic blood pressure reading not below 67.37.\nOptions: A. 7 B. 4 C. 6 D. 1","answer":"B","answer_text":"4","episode_id":"iv_000108","anchor_time":59}
{"id":"TG_interval_count_iv_000033_heart_rate_high_65.6_w43_1","question":"From ICU hour 0 to hour 43, how many one-hour windows contain a measured heart rate value at least 65.6?\nOptions: A. 43 B. 41 C. 39 D. 42","answer":"D","answer_text":"42","episode_id":"iv_000033","anchor_time":43}
{"id":"TG_interval_count_iv_000137_wbc_low_9.5_w49_0","question":"How many hourly slots in the first 49 ICU hours have a documented white blood cell count measurement less than or equal to 9.5?\nOptions: A. 3 B. 2 C. 4 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000137","anchor_time":49}
{"id":"TG_interval_count_iv_000482_spo2_low_16.3_w21_1","question":"Within 0-21h of ICU admission, how many separate one-hour bins show SpO2 <= 16.3?\nOptions: A. 1 B. 2 C. 0 D. 3","answer":"A","answer_text":"1","episode_id":"iv_000482","anchor_time":21}
{"id":"TG_interval_count_iv_000117_systolic_bp_high_125.9_w33_0","question":"Between ICU admission and hour 33, how many one-hour intervals include a systolic blood pressure value no lower than 125.9?\nOptions: A. 2 B. 3 C. 1 D. 0","answer":"B","answer_text":"3","episode_id":"iv_000117","anchor_time":33}
{"id":"TG_first_interval_iv_000117_spo2_low_96.01_w49_1","question":"When, during the first 49 ICU hours, does SpO2 first stay no higher than 96.01 over consecutive measurements?\nOptions: A. 12-13h B. 13-14h C. 11-12h D. 9-10h","answer":"C","answer_text":"11-12h","episode_id":"iv_000117","anchor_time":49}
{"id":"TG_interval_count_iv_000166_lactate_high_3.29_w6_0","question":"Looking from ICU admission through hour 6, in how many hourly bins was lactate at or above 3.29?\nOptions: A. 0 B. 1 C. 2 D. 3","answer":"B","answer_text":"1","episode_id":"iv_000166","anchor_time":6}
{"id":"TG_interval_count_iv_000166_heart_rate_high_69.75_w19_1","question":"How many of the hourly intervals from admission to hour 19 have a recorded heart rate value >= 69.75?\nOptions: A. 11 B. 14 C. 15 D. 12","answer":"B","answer_text":"14","episode_id":"iv_000166","anchor_time":19}
{"id":"TG_first_interval_iv_000350_urine_output_low_184.36_w27_1","question":"Over the first 27 hours after ICU admission, which continuous observed interval first has urine output at most 184.36?\nOptions: A. 10-11h B. 7-8h C. 6-7h D. 8-9h","answer":"D","answer_text":"8-9h","episode_id":"iv_000350","anchor_time":27}
{"id":"TG_interval_count_iv_000352_heart_rate_low_62.64_w25_1","question":"Looking from ICU admission through hour 25, in how many hourly bins was heart rate no higher than 62.64?\nOptions: A. 4 B. 2 C. 3 D. 1","answer":"C","answer_text":"3","episode_id":"iv_000352","anchor_time":25}
{"id":"TG_interval_count_iv_000499_spo2_high_81.38_w20_1","question":"Within 0-20h of ICU admission, how many separate one-hour bins show SpO2 at least 81.38?\nOptions: A. 22 B. 17 C. 19 D. 16","answer":"C","answer_text":"19","episode_id":"iv_000499","anchor_time":20}
{"id":"TG_interval_count_iv_000138_map_high_74.35_w19_0","question":"What count of one-hour bins in the first 19 hours has observed mean arterial pressure values greater than or equal to 74.35?\nOptions: A. 16 B. 12 C. 15 D. 18","answer":"C","answer_text":"15","episode_id":"iv_000138","anchor_time":19}
{"id":"TG_interval_count_iv_000463_spo2_high_92.53_w53_0","question":"How many hourly slots in the first 53 ICU hours have a documented SpO2 measurement at or above 92.53?\nOptions: A. 37 B. 43 C. 39 D. 40","answer":"D","answer_text":"40","episode_id":"iv_000463","anchor_time":53}
{"id":"TG_interval_count_iv_000236_temperature_low_98.25_w11_0","question":"Within 0-11h of ICU admission, how many separate one-hour bins show temperature at most 98.25?\nOptions: A. 3 B. 0 C. 2 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000236","anchor_time":11}
{"id":"TG_interval_count_iv_000236_urine_output_low_331.63_w11_1","question":"Checking the first 11 hours only, how many one-hour bins include urine output readings <= 331.63?\nOptions: A. 0 B. 1 C. 2 D. 3","answer":"B","answer_text":"1","episode_id":"iv_000236","anchor_time":11}
{"id":"TG_interval_count_iv_000409_map_low_69.94_w26_0","question":"For the 0-26h window after ICU admission, count each hour-bin where mean arterial pressure is less than or equal to 69.94.\nOptions: A. 24 B. 21 C. 18 D. 22","answer":"B","answer_text":"21","episode_id":"iv_000409","anchor_time":26}
{"id":"TG_interval_count_iv_000409_lactate_high_779.8_w26_1","question":"For the first 26 hours of this ICU stay, how many 1-hour time bins include a recorded lactate value not below 779.8?\nOptions: A. 5 B. 2 C. 1 D. 3","answer":"B","answer_text":"2","episode_id":"iv_000409","anchor_time":26}
{"id":"TG_interval_count_iv_000494_creatinine_low_29.45_w45_1","question":"Between ICU admission and hour 45, how many one-hour intervals include a creatinine value no higher than 29.45?\nOptions: A. 5 B. 0 C. 1 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000494","anchor_time":45}
{"id":"TG_interval_count_iv_000438_urine_output_low_130.65_w12_0","question":"How many hourly slots in the first 12 ICU hours have a documented urine output measurement less than or equal to 130.65?\nOptions: A. 11 B. 9 C. 10 D. 8","answer":"D","answer_text":"8","episode_id":"iv_000438","anchor_time":12}
{"id":"TG_interval_count_iv_000438_temperature_high_96.54_w12_1","question":"Across the first 12 hours, how many one-hour observation bins have temperature greater than or equal to 96.54?\nOptions: A. 3 B. 2 C. 4 D. 5","answer":"B","answer_text":"2","episode_id":"iv_000438","anchor_time":12}
{"id":"TG_interval_count_iv_000273_diastolic_bp_low_87.72_w105_0","question":"For the 0-105h window after ICU admission, count each hour-bin where diastolic blood pressure is no higher than 87.72.\nOptions: A. 97 B. 94 C. 100 D. 95","answer":"A","answer_text":"97","episode_id":"iv_000273","anchor_time":105}
{"id":"TG_interval_count_iv_000273_diastolic_bp_high_87.72_w140_1","question":"For this case, how many hourly bins up to hour 140 contain diastolic blood pressure measurements not below 87.72?\nOptions: A. 3 B. 1 C. 2 D. 5","answer":"C","answer_text":"2","episode_id":"iv_000273","anchor_time":140}
{"id":"TG_interval_count_iv_000087_systolic_bp_high_91.95_w6_0","question":"From ICU hour 0 to hour 6, how many one-hour windows contain a measured systolic blood pressure value at or above 91.95?\nOptions: A. 0 B. 2 C. 3 D. 5","answer":"B","answer_text":"2","episode_id":"iv_000087","anchor_time":6}
{"id":"TG_interval_count_iv_000087_resp_rate_high_15.74_w6_1","question":"Looking from ICU admission through hour 6, in how many hourly bins was respiratory rate at or above 15.74?\nOptions: A. 1 B. 2 C. 0 D. 4","answer":"B","answer_text":"2","episode_id":"iv_000087","anchor_time":6}
{"id":"TG_interval_count_iv_000311_heart_rate_low_63.99_w13_1","question":"For this case, how many hourly bins up to hour 13 contain heart rate measurements <= 63.99?\nOptions: A. 4 B. 1 C. 2 D. 0","answer":"B","answer_text":"1","episode_id":"iv_000311","anchor_time":13}
{"id":"TG_interval_count_iv_000349_resp_rate_low_20.67_w48_1","question":"From ICU hour 0 to hour 48, how many one-hour windows contain a measured respiratory rate value <= 20.67?\nOptions: A. 50 B. 49 C. 47 D. 46","answer":"C","answer_text":"47","episode_id":"iv_000349","anchor_time":48}
{"id":"TG_interval_count_iv_000470_diastolic_bp_high_76.82_w54_0","question":"For the first 54 hours of this ICU stay, how many 1-hour time bins include a recorded diastolic blood pressure value not below 76.82?\nOptions: A. 0 B. 3 C. 5 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000470","anchor_time":54}
{"id":"TG_interval_count_iv_000189_systolic_bp_low_106.89_w62_0","question":"Looking from ICU admission through hour 62, in how many hourly bins was systolic blood pressure <= 106.89?\nOptions: A. 32 B. 30 C. 36 D. 33","answer":"D","answer_text":"33","episode_id":"iv_000189","anchor_time":62}
{"id":"TG_interval_count_iv_000189_spo2_high_93.46_w31_1","question":"From ICU hour 0 to hour 31, how many one-hour windows contain a measured SpO2 value >= 93.46?\nOptions: A. 32 B. 27 C. 30 D. 31","answer":"C","answer_text":"30","episode_id":"iv_000189","anchor_time":31}
{"id":"TG_interval_count_iv_000186_diastolic_bp_high_95.33_w39_0","question":"Looking from ICU admission through hour 39, in how many hourly bins was diastolic blood pressure at least 95.33?\nOptions: A. 0 B. 1 C. 4 D. 2","answer":"B","answer_text":"1","episode_id":"iv_000186","anchor_time":39}
{"id":"TG_interval_count_iv_000447_spo2_low_91.9_w21_0","question":"Within 0-21h of ICU admission, how many separate one-hour bins show SpO2 at most 91.9?\nOptions: A. 0 B. 3 C. 2 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000447","anchor_time":21}
{"id":"TG_interval_count_iv_000447_temperature_low_98.89_w14_1","question":"Looking from ICU admission through hour 14, in how many hourly bins was temperature <= 98.89?\nOptions: A. 3 B. 4 C. 1 D. 7","answer":"B","answer_text":"4","episode_id":"iv_000447","anchor_time":14}
{"id":"TG_interval_count_iv_000478_wbc_high_7.99_w35_0","question":"Checking the first 35 hours only, how many one-hour bins include white blood cell count readings no lower than 7.99?\nOptions: A. 3 B. 1 C. 2 D. 0","answer":"B","answer_text":"1","episode_id":"iv_000478","anchor_time":35}
{"id":"TG_interval_count_iv_000478_systolic_bp_high_139.64_w17_1","question":"Looking from ICU admission through hour 17, in how many hourly bins was systolic blood pressure at least 139.64?\nOptions: A. 1 B. 3 C. 0 D. 2","answer":"C","answer_text":"0","episode_id":"iv_000478","anchor_time":17}
{"id":"TG_interval_count_iv_000444_creatinine_low_1.45_w28_1","question":"Can you count the one-hour bins in the first 28 hours where the charted creatinine is less than or equal to 1.45?\nOptions: A. 3 B. 6 C. 5 D. 2","answer":"A","answer_text":"3","episode_id":"iv_000444","anchor_time":28}
{"id":"TG_interval_count_iv_000148_urine_output_high_107.47_w29_0","question":"Within 0-29h of ICU admission, how many separate one-hour bins show urine output no lower than 107.47?\nOptions: A. 4 B. 1 C. 2 D. 0","answer":"B","answer_text":"1","episode_id":"iv_000148","anchor_time":29}
{"id":"TG_interval_count_iv_000395_map_low_63.99_w19_0","question":"How many of the hourly intervals from admission to hour 19 have a recorded mean arterial pressure value no higher than 63.99?\nOptions: A. 1 B. 2 C. 3 D. 0","answer":"D","answer_text":"0","episode_id":"iv_000395","anchor_time":19}
{"id":"TG_interval_count_iv_000338_spo2_high_88.9_w59_1","question":"For the first 59 hours of this ICU stay, how many 1-hour time bins include a recorded SpO2 value at or above 88.9?\nOptions: A. 56 B. 53 C. 55 D. 54","answer":"C","answer_text":"55","episode_id":"iv_000338","anchor_time":59}
{"id":"TG_interval_count_iv_000023_spo2_high_91.62_w55_0","question":"Within 0-55h of ICU admission, how many separate one-hour bins show SpO2 no lower than 91.62?\nOptions: A. 47 B. 48 C. 51 D. 50","answer":"D","answer_text":"50","episode_id":"iv_000023","anchor_time":55}
{"id":"TG_interval_count_iv_000035_lactate_high_1.3_w55_0","question":"Over the first 55 hours after ICU admission, count the hourly intervals with at least one observed lactate reading at or above 1.3.\nOptions: A. 3 B. 7 C. 4 D. 6","answer":"C","answer_text":"4","episode_id":"iv_000035","anchor_time":55}
{"id":"TG_interval_count_iv_000098_diastolic_bp_low_64.96_w21_0","question":"Please tally the one-hour intervals before hour 21 that include an observed diastolic blood pressure value at most 64.96.\nOptions: A. 12 B. 18 C. 14 D. 15","answer":"D","answer_text":"15","episode_id":"iv_000098","anchor_time":21}
{"id":"TG_first_interval_iv_000295_diastolic_bp_low_45.63_w66_0","question":"Within the first 66 hours, when does diastolic blood pressure first hold <= 45.63 across back-to-back observations?\nOptions: A. 1-2h B. 4-5h C. 3-4h D. 2-3h","answer":"C","answer_text":"3-4h","episode_id":"iv_000295","anchor_time":66}
{"id":"TG_interval_count_iv_000424_heart_rate_low_98.88_w129_0","question":"Checking the first 129 hours only, how many one-hour bins include heart rate readings at or below 98.88?\nOptions: A. 89 B. 88 C. 87 D. 86","answer":"A","answer_text":"89","episode_id":"iv_000424","anchor_time":129}
{"id":"TG_interval_count_iv_000150_spo2_low_94.57_w41_0","question":"For this case, how many hourly bins up to hour 41 contain SpO2 measurements no higher than 94.57?\nOptions: A. 12 B. 9 C. 10 D. 8","answer":"B","answer_text":"9","episode_id":"iv_000150","anchor_time":41}
{"id":"TG_interval_count_iv_000150_spo2_high_94.57_w13_1","question":"How many hourly slots in the first 13 ICU hours have a documented SpO2 measurement not below 94.57?\nOptions: A. 11 B. 10 C. 12 D. 13","answer":"C","answer_text":"12","episode_id":"iv_000150","anchor_time":13}
{"id":"TG_interval_count_iv_000282_heart_rate_low_53.63_w119_1","question":"How many hourly slots in the first 119 ICU hours have a documented heart rate measurement <= 53.63?\nOptions: A. 3 B. 7 C. 6 D. 4","answer":"C","answer_text":"6","episode_id":"iv_000282","anchor_time":119}
{"id":"TG_interval_count_iv_000040_heart_rate_low_70.73_w21_0","question":"How many of the hourly intervals from admission to hour 21 have a recorded heart rate value <= 70.73?\nOptions: A. 13 B. 9 C. 10 D. 8","answer":"C","answer_text":"10","episode_id":"iv_000040","anchor_time":21}
{"id":"TG_interval_count_iv_000040_urine_output_low_1130.27_w21_1","question":"For the first 21 hours of this ICU stay, how many 1-hour time bins include a recorded urine output value not above 1130.27?\nOptions: A. 5 B. 2 C. 4 D. 1","answer":"B","answer_text":"2","episode_id":"iv_000040","anchor_time":21}
{"id":"TG_interval_count_iv_000193_temperature_high_37.79_w102_0","question":"How many hourly slots in the first 102 ICU hours have a documented temperature measurement at least 37.79?\nOptions: A. 10 B. 8 C. 11 D. 12","answer":"C","answer_text":"11","episode_id":"iv_000193","anchor_time":102}
{"id":"TG_interval_count_iv_000063_spo2_high_95.46_w20_0","question":"Please tally the one-hour intervals before hour 20 that include an observed SpO2 value at least 95.46.\nOptions: A. 5 B. 3 C. 4 D. 6","answer":"C","answer_text":"4","episode_id":"iv_000063","anchor_time":20}
{"id":"TG_interval_count_iv_000063_map_high_75.3_w10_1","question":"Can you count the one-hour bins in the first 10 hours where the charted mean arterial pressure is greater than or equal to 75.3?\nOptions: A. 8 B. 12 C. 10 D. 7","answer":"C","answer_text":"10","episode_id":"iv_000063","anchor_time":10}
{"id":"TG_first_interval_iv_000274_systolic_bp_low_123.28_w19_0","question":"Can you identify when systolic blood pressure first remains at or below 123.28 in consecutive observations within the first 19 hours?\nOptions: A. 13-14h B. 15-16h C. 14-15h D. 17-18h","answer":"B","answer_text":"15-16h","episode_id":"iv_000274","anchor_time":19}
{"id":"TG_interval_count_iv_000274_spo2_low_88.48_w29_1","question":"In the patient's first 29 ICU hours, how many hourly bins contain any observed SpO2 reading at or below 88.48?\nOptions: A. 0 B. 1 C. 3 D. 6","answer":"C","answer_text":"3","episode_id":"iv_000274","anchor_time":29}
{"id":"TG_first_interval_iv_000235_resp_rate_low_20.97_w26_0","question":"When, during the first 26 ICU hours, does respiratory rate first stay no higher than 20.97 over consecutive measurements?\nOptions: A. 13-14h B. 12-13h C. 10-11h D. 11-12h","answer":"B","answer_text":"12-13h","episode_id":"iv_000235","anchor_time":26}
{"id":"TG_interval_count_iv_000235_urine_output_high_244.09_w26_1","question":"Across the first 26 hours, how many one-hour observation bins have urine output greater than or equal to 244.09?\nOptions: A. 9 B. 11 C. 12 D. 8","answer":"B","answer_text":"11","episode_id":"iv_000235","anchor_time":26}
{"id":"TG_first_interval_iv_000373_map_high_85.55_w33_1","question":"For this ICU stay, what is the earliest interval in the first 33 hours where consecutive mean arterial pressure readings are greater than or equal to 85.55?\nOptions: A. 32-33h B. 28-29h C. 30-31h D. 29-30h","answer":"C","answer_text":"30-31h","episode_id":"iv_000373","anchor_time":33}
{"id":"TG_interval_count_iv_000413_systolic_bp_high_146.45_w33_1","question":"Looking from ICU admission through hour 33, in how many hourly bins was systolic blood pressure at least 146.45?\nOptions: A. 23 B. 21 C. 20 D. 17","answer":"C","answer_text":"20","episode_id":"iv_000413","anchor_time":33}
{"id":"TG_interval_count_iv_000135_heart_rate_high_99.34_w59_0","question":"How many of the hourly intervals from admission to hour 59 have a recorded heart rate value at least 99.34?\nOptions: A. 26 B. 24 C. 20 D. 23","answer":"D","answer_text":"23","episode_id":"iv_000135","anchor_time":59}
{"id":"TG_interval_count_iv_000176_creatinine_high_1.27_w37_0","question":"Between ICU admission and hour 37, how many one-hour intervals include a creatinine value no lower than 1.27?\nOptions: A. 0 B. 3 C. 4 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000176","anchor_time":37}
{"id":"TG_interval_count_iv_000176_systolic_bp_high_136.43_w9_1","question":"For this case, how many hourly bins up to hour 9 contain systolic blood pressure measurements not below 136.43?\nOptions: A. 5 B. 0 C. 1 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000176","anchor_time":9}
{"id":"TG_interval_count_iv_000433_diastolic_bp_low_43.49_w10_1","question":"For the 0-10h window after ICU admission, count each hour-bin where diastolic blood pressure is at or below 43.49.\nOptions: A. 2 B. 1 C. 3 D. 0","answer":"B","answer_text":"1","episode_id":"iv_000433","anchor_time":10}
{"id":"TG_interval_count_iv_000183_spo2_low_87.37_w19_0","question":"Checking the first 19 hours only, how many one-hour bins include SpO2 readings <= 87.37?\nOptions: A. 1 B. 0 C. 4 D. 2","answer":"D","answer_text":"2","episode_id":"iv_000183","anchor_time":19}
{"id":"TG_interval_count_iv_000183_temperature_high_98.62_w9_1","question":"Please tally the one-hour intervals before hour 9 that include an observed temperature value at or above 98.62.\nOptions: A. 0 B. 2 C. 5 D. 1","answer":"B","answer_text":"2","episode_id":"iv_000183","anchor_time":9}
{"id":"TG_interval_count_iv_000049_systolic_bp_low_126.7_w58_0","question":"Across the first 58 hours, how many one-hour observation bins have systolic blood pressure not above 126.7?\nOptions: A. 38 B. 36 C. 35 D. 33","answer":"B","answer_text":"36","episode_id":"iv_000049","anchor_time":58}
{"id":"TG_interval_count_iv_000049_map_high_53.93_w29_1","question":"What count of one-hour bins in the first 29 hours has observed mean arterial pressure values not below 53.93?\nOptions: A. 27 B. 26 C. 29 D. 28","answer":"B","answer_text":"26","episode_id":"iv_000049","anchor_time":29}
{"id":"TG_interval_count_iv_000194_urine_output_low_823.67_w30_1","question":"What count of one-hour bins in the first 30 hours has observed urine output values at or below 823.67?\nOptions: A. 12 B. 6 C. 11 D. 9","answer":"D","answer_text":"9","episode_id":"iv_000194","anchor_time":30}
{"id":"TG_first_interval_iv_000172_urine_output_high_258.11_w36_1","question":"Can you identify when urine output first remains at or above 258.11 in consecutive observations within the first 36 hours?\nOptions: A. 15-16h B. 16-17h C. 18-19h D. 14-15h","answer":"B","answer_text":"16-17h","episode_id":"iv_000172","anchor_time":36}
{"id":"TG_interval_count_iv_000390_diastolic_bp_high_129.75_w57_1","question":"For the first 57 hours of this ICU stay, how many 1-hour time bins include a recorded diastolic blood pressure value not below 129.75?\nOptions: A. 3 B. 0 C. 1 D. 2","answer":"C","answer_text":"1","episode_id":"iv_000390","anchor_time":57}
{"id":"TG_interval_count_iv_000464_urine_output_high_363.05_w38_1","question":"Over the first 38 hours after ICU admission, count the hourly intervals with at least one observed urine output reading not below 363.05.\nOptions: A. 2 B. 1 C. 0 D. 3","answer":"A","answer_text":"2","episode_id":"iv_000464","anchor_time":38}
{"id":"TG_interval_count_iv_000357_lactate_low_38.84_w15_1","question":"Checking the first 15 hours only, how many one-hour bins include lactate readings at most 38.84?\nOptions: A. 5 B. 2 C. 3 D. 0","answer":"B","answer_text":"2","episode_id":"iv_000357","anchor_time":15}
{"id":"TG_interval_count_iv_000412_systolic_bp_high_95.21_w17_0","question":"For the 0-17h window after ICU admission, count each hour-bin where systolic blood pressure is greater than or equal to 95.21.\nOptions: A. 15 B. 12 C. 14 D. 17","answer":"C","answer_text":"14","episode_id":"iv_000412","anchor_time":17}
{"id":"TG_interval_count_iv_000412_spo2_low_94.57_w17_1","question":"What count of one-hour bins in the first 17 hours has observed SpO2 values less than or equal to 94.57?\nOptions: A. 2 B. 4 C. 5 D. 6","answer":"C","answer_text":"5","episode_id":"iv_000412","anchor_time":17}
{"id":"TG_first_interval_iv_000388_systolic_bp_low_112.17_w7_0","question":"Can you identify when systolic blood pressure first remains <= 112.17 in consecutive observations within the first 7 hours?\nOptions: A. 6-7h B. 4-5h C. 2-3h D. 3-4h","answer":"B","answer_text":"4-5h","episode_id":"iv_000388","anchor_time":7}
{"id":"TG_interval_count_iv_000003_creatinine_high_7.88_w29_0","question":"Looking from ICU admission through hour 29, in how many hourly bins was creatinine no lower than 7.88?\nOptions: A. 1 B. 0 C. 3 D. 2","answer":"A","answer_text":"1","episode_id":"iv_000003","anchor_time":29}
{"id":"TG_interval_count_iv_000003_urine_output_low_361.1_w7_1","question":"Across the first 7 hours, how many one-hour observation bins have urine output at most 361.1?\nOptions: A. 3 B. 1 C. 0 D. 2","answer":"C","answer_text":"0","episode_id":"iv_000003","anchor_time":7}
{"id":"TG_interval_count_iv_000445_resp_rate_high_9.09_w17_0","question":"Looking from ICU admission through hour 17, in how many hourly bins was respiratory rate at least 9.09?\nOptions: A. 19 B. 13 C. 16 D. 14","answer":"C","answer_text":"16","episode_id":"iv_000445","anchor_time":17}
{"id":"TG_interval_count_iv_000142_wbc_high_11.54_w424_1","question":"For the first 424 hours of this ICU stay, how many 1-hour time bins include a recorded white blood cell count value at least 11.54?\nOptions: A. 6 B. 10 C. 11 D. 9","answer":"D","answer_text":"9","episode_id":"iv_000142","anchor_time":424}
{"id":"TG_interval_count_iv_000229_urine_output_high_681.3_w62_0","question":"Within 0-62h of ICU admission, how many separate one-hour bins show urine output no lower than 681.3?\nOptions: A. 0 B. 4 C. 3 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000229","anchor_time":62}
{"id":"TG_interval_count_iv_000112_wbc_high_7.56_w119_1","question":"How many of the hourly intervals from admission to hour 119 have a recorded white blood cell count value not below 7.56?\nOptions: A. 4 B. 0 C. 2 D. 5","answer":"C","answer_text":"2","episode_id":"iv_000112","anchor_time":119}
{"id":"TG_interval_count_iv_000214_creatinine_low_0.91_w23_0","question":"Over the first 23 hours after ICU admission, count the hourly intervals with at least one observed creatinine reading not above 0.91.\nOptions: A. 1 B. 2 C. 3 D. 0","answer":"A","answer_text":"1","episode_id":"iv_000214","anchor_time":23}
{"id":"TG_first_interval_iv_000486_diastolic_bp_low_59.48_w29_0","question":"Can you identify when diastolic blood pressure first remains at or below 59.48 in consecutive observations within the first 29 hours?\nOptions: A. 0-1h B. 2-3h C. 4-5h D. 3-4h","answer":"B","answer_text":"2-3h","episode_id":"iv_000486","anchor_time":29}
{"id":"TG_interval_count_iv_000359_resp_rate_low_19.8_w70_0","question":"What count of one-hour bins in the first 70 hours has observed respiratory rate values at or below 19.8?\nOptions: A. 40 B. 39 C. 41 D. 38","answer":"D","answer_text":"38","episode_id":"iv_000359","anchor_time":70}
{"id":"TG_first_interval_iv_000359_heart_rate_low_54.87_w52_1","question":"When, during the first 52 ICU hours, does heart rate first stay no higher than 54.87 over consecutive measurements?\nOptions: A. 8-9h B. 5-6h C. 4-5h D. 6-7h","answer":"D","answer_text":"6-7h","episode_id":"iv_000359","anchor_time":52}
{"id":"TG_interval_count_iv_000332_spo2_high_88.71_w75_1","question":"For this case, how many hourly bins up to hour 75 contain SpO2 measurements at least 88.71?\nOptions: A. 66 B. 68 C. 67 D. 65","answer":"D","answer_text":"65","episode_id":"iv_000332","anchor_time":75}
{"id":"TG_interval_count_iv_000366_map_low_169.38_w33_1","question":"Checking the first 33 hours only, how many one-hour bins include mean arterial pressure readings <= 169.38?\nOptions: A. 28 B. 29 C. 26 D. 30","answer":"A","answer_text":"28","episode_id":"iv_000366","anchor_time":33}
{"id":"TG_first_interval_iv_000101_diastolic_bp_low_117.45_w54_0","question":"Find the first sustained time interval before hour 54 where the observed diastolic blood pressure is not above 117.45.\nOptions: A. 0-1h B. 1-2h C. 2-3h D. 4-5h","answer":"C","answer_text":"2-3h","episode_id":"iv_000101","anchor_time":54}
{"id":"TG_interval_count_iv_000101_wbc_low_8.87_w72_1","question":"Within 0-72h of ICU admission, how many separate one-hour bins show white blood cell count no higher than 8.87?\nOptions: A. 0 B. 1 C. 4 D. 3","answer":"B","answer_text":"1","episode_id":"iv_000101","anchor_time":72}
{"id":"TG_interval_count_iv_000287_lactate_high_277.55_w234_0","question":"Checking the first 234 hours only, how many one-hour bins include lactate readings at or above 277.55?\nOptions: A. 3 B. 4 C. 2 D. 0","answer":"A","answer_text":"3","episode_id":"iv_000287","anchor_time":234}
{"id":"TG_interval_count_iv_000287_resp_rate_high_15.26_w175_1","question":"How many of the hourly intervals from admission to hour 175 have a recorded respiratory rate value greater than or equal to 15.26?\nOptions: A. 159 B. 160 C. 158 D. 157","answer":"A","answer_text":"159","episode_id":"iv_000287","anchor_time":175}
{"id":"TG_interval_count_iv_000013_map_low_76.47_w75_0","question":"How many hourly slots in the first 75 ICU hours have a documented mean arterial pressure measurement less than or equal to 76.47?\nOptions: A. 13 B. 16 C. 11 D. 14","answer":"D","answer_text":"14","episode_id":"iv_000013","anchor_time":75}
{"id":"TG_interval_count_iv_000308_diastolic_bp_low_61.03_w12_1","question":"Within 0-12h of ICU admission, how many separate one-hour bins show diastolic blood pressure at most 61.03?\nOptions: A. 2 B. 0 C. 4 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000308","anchor_time":12}
{"id":"TG_interval_count_iv_000258_systolic_bp_high_92.8_w87_1","question":"Can you count the one-hour bins in the first 87 hours where the charted systolic blood pressure is greater than or equal to 92.8?\nOptions: A. 81 B. 84 C. 83 D. 85","answer":"B","answer_text":"84","episode_id":"iv_000258","anchor_time":87}
{"id":"TG_interval_count_iv_000119_diastolic_bp_low_33.84_w18_0","question":"How many hourly slots in the first 18 ICU hours have a documented diastolic blood pressure measurement at or below 33.84?\nOptions: A. 8 B. 6 C. 4 D. 5","answer":"B","answer_text":"6","episode_id":"iv_000119","anchor_time":18}
{"id":"TG_interval_count_iv_000119_resp_rate_low_20.08_w6_1","question":"Looking from ICU admission through hour 6, in how many hourly bins was respiratory rate less than or equal to 20.08?\nOptions: A. 6 B. 4 C. 1 D. 3","answer":"B","answer_text":"4","episode_id":"iv_000119","anchor_time":6}
{"id":"TG_interval_count_iv_000111_creatinine_high_0.74_w32_0","question":"For the first 32 hours of this ICU stay, how many 1-hour time bins include a recorded creatinine value at or above 0.74?\nOptions: A. 2 B. 1 C. 4 D. 0","answer":"B","answer_text":"1","episode_id":"iv_000111","anchor_time":32}
{"id":"TG_interval_count_iv_000047_diastolic_bp_high_89.16_w117_0","question":"Across the first 117 hours, how many one-hour observation bins have diastolic blood pressure >= 89.16?\nOptions: A. 27 B. 24 C. 26 D. 25","answer":"C","answer_text":"26","episode_id":"iv_000047","anchor_time":117}
{"id":"TG_interval_count_iv_000047_systolic_bp_high_74.09_w58_1","question":"What count of one-hour bins in the first 58 hours has observed systolic blood pressure values greater than or equal to 74.09?\nOptions: A. 52 B. 51 C. 53 D. 56","answer":"C","answer_text":"53","episode_id":"iv_000047","anchor_time":58}
{"id":"TG_interval_count_iv_000015_resp_rate_high_13.16_w31_0","question":"For the 0-31h window after ICU admission, count each hour-bin where respiratory rate is greater than or equal to 13.16.\nOptions: A. 27 B. 29 C. 28 D. 30","answer":"B","answer_text":"29","episode_id":"iv_000015","anchor_time":31}
{"id":"TG_interval_count_iv_000016_systolic_bp_low_122.14_w44_0","question":"Checking the first 44 hours only, how many one-hour bins include systolic blood pressure readings no higher than 122.14?\nOptions: A. 13 B. 16 C. 18 D. 15","answer":"B","answer_text":"16","episode_id":"iv_000016","anchor_time":44}
{"id":"TG_interval_count_iv_000016_spo2_low_96.86_w44_1","question":"Between ICU admission and hour 44, how many one-hour intervals include a SpO2 value no higher than 96.86?\nOptions: A. 19 B. 16 C. 17 D. 14","answer":"B","answer_text":"16","episode_id":"iv_000016","anchor_time":44}
{"id":"TG_interval_count_iv_000216_urine_output_low_432.05_w24_1","question":"For this case, how many hourly bins up to hour 24 contain urine output measurements <= 432.05?\nOptions: A. 1 B. 2 C. 4 D. 5","answer":"B","answer_text":"2","episode_id":"iv_000216","anchor_time":24}
{"id":"TG_interval_count_iv_000302_wbc_high_16.42_w24_0","question":"Can you count the one-hour bins in the first 24 hours where the charted white blood cell count is greater than or equal to 16.42?\nOptions: A. 1 B. 0 C. 4 D. 3","answer":"A","answer_text":"1","episode_id":"iv_000302","anchor_time":24}
{"id":"TG_interval_count_iv_000044_diastolic_bp_low_52.24_w17_0","question":"For the 0-17h window after ICU admission, count each hour-bin where diastolic blood pressure is not above 52.24.\nOptions: A. 9 B. 11 C. 12 D. 15","answer":"C","answer_text":"12","episode_id":"iv_000044","anchor_time":17}
{"id":"TG_interval_count_iv_000496_heart_rate_high_67.34_w41_1","question":"For this case, how many hourly bins up to hour 41 contain heart rate measurements no lower than 67.34?\nOptions: A. 18 B. 17 C. 14 D. 15","answer":"D","answer_text":"15","episode_id":"iv_000496","anchor_time":41}
{"id":"TG_first_interval_iv_000346_lactate_low_326.4_w52_1","question":"For the 0-52h window after ICU admission, what is the earliest continuous run of observed lactate values at or below 326.4?\nOptions: A. 38-39h B. 37-38h C. 39-40h D. 36-37h","answer":"B","answer_text":"37-38h","episode_id":"iv_000346","anchor_time":52}
{"id":"TG_interval_count_iv_000052_lactate_low_683.61_w20_0","question":"Checking the first 20 hours only, how many one-hour bins include lactate readings no higher than 683.61?\nOptions: A. 2 B. 1 C. 3 D. 0","answer":"A","answer_text":"2","episode_id":"iv_000052","anchor_time":20}
{"id":"TG_interval_count_iv_000071_heart_rate_high_84.82_w26_0","question":"Over the first 26 hours after ICU admission, count the hourly intervals with at least one observed heart rate reading not below 84.82.\nOptions: A. 9 B. 8 C. 10 D. 11","answer":"A","answer_text":"9","episode_id":"iv_000071","anchor_time":26}
{"id":"TG_interval_count_iv_000071_creatinine_high_29.96_w53_1","question":"Please tally the one-hour intervals before hour 53 that include an observed creatinine value at least 29.96.\nOptions: A. 4 B. 3 C. 1 D. 0","answer":"C","answer_text":"1","episode_id":"iv_000071","anchor_time":53}
{"id":"TG_interval_count_iv_000125_resp_rate_high_24.74_w54_1","question":"Looking from ICU admission through hour 54, in how many hourly bins was respiratory rate no lower than 24.74?\nOptions: A. 4 B. 0 C. 2 D. 1","answer":"D","answer_text":"1","episode_id":"iv_000125","anchor_time":54}
{"id":"TG_interval_count_iv_000057_resp_rate_high_16.16_w39_1","question":"How many of the hourly intervals from admission to hour 39 have a recorded respiratory rate value at least 16.16?\nOptions: A. 37 B. 36 C. 35 D. 34","answer":"C","answer_text":"35","episode_id":"iv_000057","anchor_time":39}
{"id":"TG_interval_count_iv_000327_diastolic_bp_high_91.02_w36_0","question":"In the patient's first 36 ICU hours, how many hourly bins contain any observed diastolic blood pressure reading at or above 91.02?\nOptions: A. 6 B. 4 C. 5 D. 3","answer":"B","answer_text":"4","episode_id":"iv_000327","anchor_time":36}
{"id":"TG_interval_count_iv_000327_creatinine_low_6.73_w54_1","question":"Between ICU admission and hour 54, how many one-hour intervals include a creatinine value <= 6.73?\nOptions: A. 4 B. 2 C. 3 D. 1","answer":"B","answer_text":"2","episode_id":"iv_000327","anchor_time":54}