File size: 219,050 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":"ASR_iv_000383_systolic_bp_trough_nearest_diastolic_bp_a29p71_n29p71_1","question":"When SBP is lowest in the episode, which option contains the nearest DBP reading?\nOptions: A. [11, 15.1) B. [27.2, 35.3) C. [83.9, 92] D. [59.6, 67.7)","answer":"A","answer_text":"[11, 15.1)","episode_id":"iv_000383","anchor_time":29.71}
{"id":"ASR_iv_000045_urine_output_trough_nearest_temperature_a85p37_n83p37_0","question":"For the closest body temperature observation to the urine output minimum, which interval should be selected? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [100.74, 101.1] B. [99.66, 100.02) C. [98.58, 98.94) D. [100.02, 100.38)","answer":"B","answer_text":"[99.66, 100.02)","episode_id":"iv_000045","anchor_time":85.366667}
{"id":"ASR_iv_000045_map_peak_nearest_systolic_bp_a29p37_n29p37_1","question":"When mean arterial pressure is at the episode high, which range includes the nearest SBP measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [106.8, 118.2) B. [95.4, 106.8) C. [186.6, 198] D. [129.6, 141)","answer":"C","answer_text":"[186.6, 198]","episode_id":"iv_000045","anchor_time":29.366667}
{"id":"ASR_iv_000156_diastolic_bp_peak_nearest_spo2_a18p91_n18p91_0","question":"For the closest measured pulse oximetry saturation around the highest diastolic BP, which interval applies?\nOptions: A. [89.5, 91) B. [88, 89.5) C. [97, 98.5) D. [98.5, 100]","answer":"D","answer_text":"[98.5, 100]","episode_id":"iv_000156","anchor_time":18.906111}
{"id":"ASR_iv_000156_temperature_peak_nearest_diastolic_bp_a11p91_n12p32_1","question":"At the temp peak, where does the nearest observed diastolic blood pressure land?\nOptions: A. [41, 46.8) B. [58.4, 64.2) C. [46.8, 52.6) D. [52.6, 58.4)","answer":"A","answer_text":"[41, 46.8)","episode_id":"iv_000156","anchor_time":11.906111}
{"id":"ASR_iv_000072_wbc_peak_nearest_heart_rate_a7p88_n8_1","question":"At the time closest to the white blood cell count maximum, which interval contains the closest pulse rate value?\nOptions: A. [82.5, 89) B. [50, 56.5) C. [69.5, 76) D. [63, 69.5)","answer":"C","answer_text":"[69.5, 76)","episode_id":"iv_000072","anchor_time":7.883333}
{"id":"ASR_iv_000315_map_trough_nearest_resp_rate_a23p7_n23p7_0","question":"At the point where MAP reaches its nadir, which interval contains the nearest breathing rate value?\nOptions: A. [15, 16) B. [21, 22] C. [14, 15) D. [12, 13)","answer":"B","answer_text":"[21, 22]","episode_id":"iv_000315","anchor_time":23.703333}
{"id":"ASR_iv_000315_spo2_trough_nearest_heart_rate_a20p7_n20p7_1","question":"At the nearest pulse rate measurement to the lowest point in SpO2, which value range is it in?\nOptions: A. [65.7, 71.4) B. [60, 65.7) C. [88.5, 94.2) D. [94.2, 99.9)","answer":"B","answer_text":"[60, 65.7)","episode_id":"iv_000315","anchor_time":20.703333}
{"id":"ASR_iv_000209_resp_rate_peak_nearest_temperature_a7p63_n7p63_1","question":"What interval contains the closest temperature measurement to the resp rate peak? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [96.76, 96.94) B. [97.84, 98.02) C. [98.02, 98.2] D. [97.12, 97.3)","answer":"C","answer_text":"[98.02, 98.2]","episode_id":"iv_000209","anchor_time":7.633333}
{"id":"ASR_iv_000074_diastolic_bp_trough_nearest_heart_rate_a32p02_n32p02_0","question":"For the time where DBP is lowest, which answer range contains the nearest pulse rate?\nOptions: A. [79.6, 86.2) B. [40, 46.6) C. [66.4, 73) D. [86.2, 92.8)","answer":"A","answer_text":"[79.6, 86.2)","episode_id":"iv_000074","anchor_time":32.025}
{"id":"ASR_iv_000074_urine_output_trough_nearest_heart_rate_a42p02_n42p02_1","question":"When UOP is at its episode low, select the range containing the nearest HR measurement.\nOptions: A. [86.2, 92.8) B. [99.4, 106] C. [66.4, 73) D. [79.6, 86.2)","answer":"D","answer_text":"[79.6, 86.2)","episode_id":"iv_000074","anchor_time":42.025}
{"id":"ASR_iv_000333_resp_rate_peak_nearest_spo2_a9p6_n9p6_0","question":"For the time where breathing rate is highest, which answer range contains the nearest oxygen saturation?\nOptions: A. [91, 92.5) B. [88, 89.5) C. [97, 98.5) D. [85, 86.5)","answer":"C","answer_text":"[97, 98.5)","episode_id":"iv_000333","anchor_time":9.6}
{"id":"ASR_iv_000333_spo2_peak_nearest_systolic_bp_a11p6_n11p85_1","question":"For the time where oxygen saturation is highest, which answer range contains the nearest systolic blood pressure?\nOptions: A. [129.6, 133) B. [146.6, 150] C. [143.2, 146.6) D. [119.4, 122.8)","answer":"A","answer_text":"[129.6, 133)","episode_id":"iv_000333","anchor_time":11.6}
{"id":"ASR_iv_000403_heart_rate_peak_nearest_diastolic_bp_a3p68_n3p66_0","question":"At the point where pulse rate reaches its maximum, which interval contains the nearest diastolic BP value?\nOptions: A. [47.6, 52.4) B. [28.4, 33.2) C. [23.6, 28.4) D. [18.8, 23.6)","answer":"D","answer_text":"[18.8, 23.6)","episode_id":"iv_000403","anchor_time":3.675833}
{"id":"ASR_iv_000403_systolic_bp_peak_nearest_temperature_a23p66_n22p66_1","question":"At the time when systolic blood pressure is highest, which range includes the nearest temperature value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [67, 73.26) B. [54.48, 60.74) C. [60.74, 67) D. [35.7, 41.96)","answer":"D","answer_text":"[35.7, 41.96)","episode_id":"iv_000403","anchor_time":23.659167}
{"id":"ASR_iv_000415_heart_rate_trough_nearest_temperature_a0p09_n0p17_1","question":"When heart rate is lowest in the episode, which option contains the nearest temperature reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.4, 97.49) B. [97.85, 97.94) C. [97.58, 97.67) D. [97.94, 98.03)","answer":"A","answer_text":"[97.4, 97.49)","episode_id":"iv_000415","anchor_time":0.088611}
{"id":"ASR_iv_000092_resp_rate_peak_nearest_urine_output_a30p13_n28p13_0","question":"At the time closest to the breathing rate maximum, which interval contains the closest UOP value?\nOptions: A. [231, 267) B. [159, 195) C. [339, 375] D. [15, 51)","answer":"C","answer_text":"[339, 375]","episode_id":"iv_000092","anchor_time":30.127222}
{"id":"ASR_iv_000092_spo2_trough_nearest_heart_rate_a4p64_n4p64_1","question":"At the time closest to the pulse oximetry saturation nadir, which interval contains the closest heart rate value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [50, 54.1) B. [70.5, 74.6) C. [58.2, 62.3) D. [62.3, 66.4)","answer":"A","answer_text":"[50, 54.1)","episode_id":"iv_000092","anchor_time":4.643889}
{"id":"ASR_iv_000215_urine_output_trough_nearest_temperature_a1p9_n0p4_0","question":"Near the lowest point of urinary output, what interval contains the closest charted body temperature?\nOptions: A. [96.22, 102.8] B. [69.9, 76.48) C. [63.32, 69.9) D. [76.48, 83.06)","answer":"A","answer_text":"[96.22, 102.8]","episode_id":"iv_000215","anchor_time":1.9}
{"id":"ASR_iv_000215_temperature_trough_nearest_lactate_a79p4_n33p55_1","question":"For the closest charted lactate level near the body temperature minimum, which range applies?\nOptions: A. [242.16, 269] B. [81.12, 107.96) C. [161.64, 188.48) D. [188.48, 215.32)","answer":"D","answer_text":"[188.48, 215.32)","episode_id":"iv_000215","anchor_time":79.4}
{"id":"ASR_iv_000479_urine_output_trough_nearest_creatinine_a186p28_n176p78_1","question":"For the time where urine output is lowest, which answer range contains the nearest creatinine level?\nOptions: A. [0.6, 0.62) B. [0.68, 0.7) C. [0.62, 0.64) D. [0.78, 0.8]","answer":"A","answer_text":"[0.6, 0.62)","episode_id":"iv_000479","anchor_time":186.283333}
{"id":"ASR_iv_000059_creatinine_peak_nearest_lactate_a58p18_n54p82_0","question":"For the lactate value nearest the time creatinine level peaks, which interval is correct?\nOptions: A. [675.08, 1348.96) B. [4718.36, 5392.24) C. [2022.84, 2696.72) D. [1.2, 675.08)","answer":"C","answer_text":"[2022.84, 2696.72)","episode_id":"iv_000059","anchor_time":58.182222}
{"id":"ASR_iv_000059_diastolic_bp_peak_nearest_resp_rate_a189p83_n189p82_1","question":"When the patient's diastolic blood pressure is highest, which interval has the nearest respiratory rate reading?\nOptions: A. [24.2, 27.5) B. [40.7, 44] C. [20.9, 24.2) D. [30.8, 34.1)","answer":"C","answer_text":"[20.9, 24.2)","episode_id":"iv_000059","anchor_time":189.832222}
{"id":"ASR_iv_000368_resp_rate_trough_nearest_temperature_a3p91_n2p91_0","question":"Which range should be chosen for the body temperature reading closest to the breathing rate minimum?\nOptions: A. [98.48, 98.6] B. [97.4, 97.52) C. [98.24, 98.36) D. [97.88, 98)","answer":"B","answer_text":"[97.4, 97.52)","episode_id":"iv_000368","anchor_time":3.911111}
{"id":"ASR_iv_000368_urine_output_peak_nearest_temperature_a1p51_n1p18_1","question":"When UOP is at its maximum, where does the nearest temperature observation fall?\nOptions: A. [97.4, 97.52) B. [98.48, 98.6] C. [97.64, 97.76) D. [98.36, 98.48)","answer":"A","answer_text":"[97.4, 97.52)","episode_id":"iv_000368","anchor_time":1.511111}
{"id":"ASR_iv_000163_heart_rate_peak_nearest_creatinine_a60p83_n64p28_1","question":"Around the peak of pulse rate, which interval contains the closest recorded creatinine?\nOptions: A. [0.68, 0.71) B. [0.56, 0.59) C. [0.5, 0.53) D. [0.62, 0.65)","answer":"C","answer_text":"[0.5, 0.53)","episode_id":"iv_000163","anchor_time":60.828333}
{"id":"ASR_iv_000251_urine_output_trough_nearest_systolic_bp_a1p24_n1p24_1","question":"At the time closest to the minimum of urinary output, which interval includes the nearest systolic blood pressure? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [134, 141.5) B. [89, 96.5) C. [119, 126.5) D. [81.5, 89)","answer":"A","answer_text":"[134, 141.5)","episode_id":"iv_000251","anchor_time":1.243056}
{"id":"ASR_iv_000443_diastolic_bp_trough_nearest_systolic_bp_a8p61_n8p61_0","question":"Around the minimum of diastolic blood pressure, which interval contains the closest recorded systolic BP?\nOptions: A. [118.8, 128) B. [82, 91.2) C. [146.4, 155.6) D. [91.2, 100.4)","answer":"B","answer_text":"[82, 91.2)","episode_id":"iv_000443","anchor_time":8.6125}
{"id":"ASR_iv_000443_diastolic_bp_peak_nearest_map_a8p03_n8p03_1","question":"Which range should be chosen for the mean arterial pressure reading closest to the diastolic BP peak?\nOptions: A. [95, 101.5) B. [101.5, 108) C. [114.5, 121] D. [88.5, 95)","answer":"C","answer_text":"[114.5, 121]","episode_id":"iv_000443","anchor_time":8.029167}
{"id":"ASR_iv_000320_wbc_peak_nearest_heart_rate_a6p16_n5p8_0","question":"For the moment WBC count reaches its peak, pick the interval for the nearest HR value.\nOptions: A. [60.4, 65.5) B. [75.7, 80.8) C. [65.5, 70.6) D. [70.6, 75.7)","answer":"C","answer_text":"[65.5, 70.6)","episode_id":"iv_000320","anchor_time":6.155}
{"id":"ASR_iv_000320_diastolic_bp_trough_nearest_wbc_a18p82_n15p65_1","question":"Taking the DBP minimum as the reference time, which interval contains the closest WBC count?\nOptions: A. [13.2, 13.51) B. [15.06, 15.37) C. [14.75, 15.06) D. [15.68, 15.99)","answer":"A","answer_text":"[13.2, 13.51)","episode_id":"iv_000320","anchor_time":18.821667}
{"id":"ASR_iv_000289_diastolic_bp_peak_nearest_urine_output_a53p82_n53p78_0","question":"If the reference point is the highest DBP, which interval contains the nearest urinary output?\nOptions: A. [138.5, 183) B. [5, 49.5) C. [183, 227.5) D. [49.5, 94)","answer":"B","answer_text":"[5, 49.5)","episode_id":"iv_000289","anchor_time":53.818056}
{"id":"ASR_iv_000289_systolic_bp_peak_nearest_temperature_a71p95_n69p78_1","question":"For the time where systolic BP is highest, which answer range contains the nearest temp?\nOptions: A. [97.84, 98.02) B. [98.2, 98.38) C. [97.66, 97.84) D. [97.3, 97.48)","answer":"B","answer_text":"[98.2, 98.38)","episode_id":"iv_000289","anchor_time":71.951389}
{"id":"ASR_iv_000007_temperature_trough_nearest_diastolic_bp_a0p38_n0p2_0","question":"What range is the nearest diastolic blood pressure reading in when body temperature reaches its lowest value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [57, 64.3) B. [93.5, 100.8) C. [71.6, 78.9) D. [78.9, 86.2)","answer":"D","answer_text":"[78.9, 86.2)","episode_id":"iv_000007","anchor_time":0.383333}
{"id":"ASR_iv_000007_wbc_trough_nearest_resp_rate_a0p73_n0p98_1","question":"Around the minimum of white blood cell count, what interval does the closest resp rate reading fall into?\nOptions: A. [32.6, 35] B. [18.2, 20.6) C. [27.8, 30.2) D. [30.2, 32.6)","answer":"B","answer_text":"[18.2, 20.6)","episode_id":"iv_000007","anchor_time":0.733333}
{"id":"ASR_iv_000462_resp_rate_trough_nearest_creatinine_a28p51_n29_0","question":"At the point where respiratory rate reaches its nadir, which interval contains the nearest serum creatinine value?\nOptions: A. [0.6, 0.64) B. [0.68, 0.72) C. [0.8, 0.84) D. [0.84, 0.88)","answer":"C","answer_text":"[0.8, 0.84)","episode_id":"iv_000462","anchor_time":28.512778}
{"id":"ASR_iv_000462_systolic_bp_trough_nearest_diastolic_bp_a7p55_n7p55_1","question":"When the record shows systolic BP at its lowest value, which interval includes the nearest DBP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [46, 50.4) B. [81.2, 85.6) C. [72.4, 76.8) D. [54.8, 59.2)","answer":"A","answer_text":"[46, 50.4)","episode_id":"iv_000462","anchor_time":7.546111}
{"id":"ASR_iv_000249_urine_output_peak_nearest_spo2_a31p53_n31p53_1","question":"At the highest value of urinary output, which range includes the closest oxygen saturation observation?\nOptions: A. [97, 98.5) B. [92.5, 94) C. [95.5, 97) D. [94, 95.5)","answer":"A","answer_text":"[97, 98.5)","episode_id":"iv_000249","anchor_time":31.531389}
{"id":"ASR_iv_000228_diastolic_bp_trough_nearest_temperature_a241p08_n240p08_0","question":"If the reference point is the lowest diastolic BP, which interval contains the nearest temp?\nOptions: A. [43.11, 49.52) B. [81.57, 87.98) C. [68.75, 75.16) D. [94.39, 100.8]","answer":"D","answer_text":"[94.39, 100.8]","episode_id":"iv_000228","anchor_time":241.078889}
{"id":"ASR_iv_000228_urine_output_trough_nearest_resp_rate_a188p08_n188p08_1","question":"Using the lowest urine output as the reference point, which interval contains the nearest resp rate observation?\nOptions: A. [22.2, 23.8) B. [23.8, 25.4) C. [12.6, 14.2) D. [15.8, 17.4)","answer":"C","answer_text":"[12.6, 14.2)","episode_id":"iv_000228","anchor_time":188.078889}
{"id":"ASR_iv_000245_spo2_peak_nearest_diastolic_bp_a6p42_n6p42_0","question":"Which range should be chosen for the DBP reading closest to the pulse oximetry saturation peak? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [62.8, 66) B. [59.6, 62.8) C. [56.4, 59.6) D. [69.2, 72.4)","answer":"D","answer_text":"[69.2, 72.4)","episode_id":"iv_000245","anchor_time":6.416667}
{"id":"ASR_iv_000211_systolic_bp_trough_nearest_resp_rate_a215p75_n215p75_1","question":"For the closest resp rate observation to the SBP minimum, which interval should be selected?\nOptions: A. [18.6, 21.7) B. [15.5, 18.6) C. [9.3, 12.4) D. [3.1, 6.2)","answer":"C","answer_text":"[9.3, 12.4)","episode_id":"iv_000211","anchor_time":215.745833}
{"id":"ASR_iv_000129_resp_rate_peak_nearest_spo2_a137p42_n137p42_1","question":"At the point where respiratory rate reaches its maximum, which interval contains the nearest pulse oximetry saturation value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [93.1, 95.4) B. [97.7, 100] C. [77, 79.3) D. [83.9, 86.2)","answer":"A","answer_text":"[93.1, 95.4)","episode_id":"iv_000129","anchor_time":137.415278}
{"id":"ASR_iv_000162_wbc_peak_nearest_systolic_bp_a0p55_n0p3_0","question":"For the closest measured systolic BP around the highest WBC count, which interval applies?\nOptions: A. [105.8, 111.6) B. [117.4, 123.2) C. [152.2, 158] D. [134.8, 140.6)","answer":"A","answer_text":"[105.8, 111.6)","episode_id":"iv_000162","anchor_time":0.553889}
{"id":"ASR_iv_000162_resp_rate_peak_nearest_map_a29p25_n29p25_1","question":"Using the highest breathing rate as the reference point, which interval contains the nearest MAP observation? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [81, 86) B. [56, 61) C. [91, 96) D. [51, 56)","answer":"C","answer_text":"[91, 96)","episode_id":"iv_000162","anchor_time":29.253889}
{"id":"ASR_iv_000223_creatinine_peak_nearest_resp_rate_a35p66_n35p53_0","question":"At the highest point for creatinine level, which option matches the closest resp rate reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [36, 39] B. [12, 15) C. [18, 21) D. [15, 18)","answer":"C","answer_text":"[18, 21)","episode_id":"iv_000223","anchor_time":35.662222}
{"id":"ASR_iv_000223_resp_rate_trough_nearest_temperature_a94p53_n95p53_1","question":"At the time closest to the minimum of breathing rate, which interval includes the nearest body temperature?\nOptions: A. [98.04, 98.22) B. [97.86, 98.04) C. [96.78, 96.96) D. [98.22, 98.4]","answer":"A","answer_text":"[98.04, 98.22)","episode_id":"iv_000223","anchor_time":94.528889}
{"id":"ASR_iv_000041_systolic_bp_peak_nearest_urine_output_a26p57_n26p56_0","question":"What range contains the urinary output value closest in time to when systolic BP is highest?\nOptions: A. [19, 22) B. [28, 31) C. [31, 34) D. [16, 19)","answer":"A","answer_text":"[19, 22)","episode_id":"iv_000041","anchor_time":26.573333}
{"id":"ASR_iv_000041_heart_rate_peak_nearest_diastolic_bp_a32p56_n32p56_1","question":"When pulse rate reaches its episode high, which interval contains the nearest observed diastolic blood pressure?\nOptions: A. [48.4, 51.1) B. [51.1, 53.8) C. [64.6, 67.3) D. [59.2, 61.9)","answer":"C","answer_text":"[64.6, 67.3)","episode_id":"iv_000041","anchor_time":32.556667}
{"id":"ASR_iv_000278_wbc_trough_nearest_map_a15p69_n15p49_1","question":"When WBC count hits its lowest point, which interval includes the closest available MAP?\nOptions: A. [60, 62.7) B. [78.9, 81.6) C. [62.7, 65.4) D. [68.1, 70.8)","answer":"D","answer_text":"[68.1, 70.8)","episode_id":"iv_000278","anchor_time":15.6875}
{"id":"ASR_iv_000021_temperature_trough_nearest_heart_rate_a5p93_n5p93_0","question":"Around the time of the lowest body temperature, where does the closest heart rate reading fall? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [80.4, 84.2) B. [69, 72.8) C. [57.6, 61.4) D. [65.2, 69)","answer":"C","answer_text":"[57.6, 61.4)","episode_id":"iv_000021","anchor_time":5.933333}
{"id":"ASR_iv_000021_lactate_trough_nearest_diastolic_bp_a39p93_n39p97_1","question":"For the closest measured diastolic blood pressure around the lowest serum lactate, which interval applies?\nOptions: A. [47.6, 55.2) B. [93.2, 100.8) C. [108.4, 116] D. [100.8, 108.4)","answer":"B","answer_text":"[93.2, 100.8)","episode_id":"iv_000021","anchor_time":39.933333}
{"id":"ASR_iv_000434_temperature_trough_nearest_map_a25p13_n25p13_1","question":"At the lowest value of temp, which range includes the closest mean arterial pressure observation?\nOptions: A. [106.2, 111.1) B. [76.8, 81.7) C. [101.3, 106.2) D. [86.6, 91.5)","answer":"C","answer_text":"[101.3, 106.2)","episode_id":"iv_000434","anchor_time":25.133333}
{"id":"ASR_iv_000068_systolic_bp_peak_nearest_temperature_a23p58_n26p95_1","question":"At the time when systolic BP is highest, which range includes the nearest body temperature value?\nOptions: A. [98.66, 98.73) B. [98.45, 98.52) C. [98.31, 98.38) D. [98.59, 98.66)","answer":"D","answer_text":"[98.59, 98.66)","episode_id":"iv_000068","anchor_time":23.583333}
{"id":"ASR_iv_000227_lactate_peak_nearest_systolic_bp_a22p43_n22p68_0","question":"When serum lactate is at its episode high, select the range containing the nearest systolic blood pressure measurement.\nOptions: A. [105, 112.5) B. [127.5, 135) C. [112.5, 120) D. [142.5, 150]","answer":"A","answer_text":"[105, 112.5)","episode_id":"iv_000227","anchor_time":22.433333}
{"id":"ASR_iv_000227_heart_rate_trough_nearest_diastolic_bp_a3p12_n3p12_1","question":"At the moment HR reaches its minimum, what interval is the nearest diastolic blood pressure in?\nOptions: A. [122.5, 132] B. [37, 46.5) C. [46.5, 56) D. [75, 84.5)","answer":"C","answer_text":"[46.5, 56)","episode_id":"iv_000227","anchor_time":3.116667}
{"id":"ASR_iv_000151_map_peak_nearest_urine_output_a6p11_n6p09_0","question":"At the time closest to the mean arterial pressure maximum, which interval contains the closest urine output value?\nOptions: A. [225, 260) B. [85, 120) C. [50, 85) D. [190, 225)","answer":"A","answer_text":"[225, 260)","episode_id":"iv_000151","anchor_time":6.111111}
{"id":"ASR_iv_000151_heart_rate_trough_nearest_urine_output_a30p09_n30p09_1","question":"When heart rate reaches its lowest value, where does the nearest UOP measurement fall?\nOptions: A. [260, 295) B. [225, 260) C. [365, 400] D. [190, 225)","answer":"D","answer_text":"[190, 225)","episode_id":"iv_000151","anchor_time":30.094444}
{"id":"ASR_iv_000369_urine_output_trough_nearest_map_a1p73_n1p67_0","question":"At the UOP minimum, where does the nearest observed MAP land?\nOptions: A. [76.4, 81.2) B. [105.2, 110] C. [66.8, 71.6) D. [62, 66.8)","answer":"C","answer_text":"[66.8, 71.6)","episode_id":"iv_000369","anchor_time":1.731944}
{"id":"ASR_iv_000369_wbc_peak_nearest_diastolic_bp_a7p13_n7p17_1","question":"If the reference point is the highest WBC count, which interval contains the nearest DBP?\nOptions: A. [83.4, 88.8) B. [67.2, 72.6) C. [51, 56.4) D. [72.6, 78)","answer":"C","answer_text":"[51, 56.4)","episode_id":"iv_000369","anchor_time":7.131944}
{"id":"ASR_iv_000217_lactate_peak_nearest_wbc_a131p15_n131p15_1","question":"At the time closest to the peak of serum lactate, which interval includes the nearest WBC count?\nOptions: A. [17.2, 18.05) B. [19.75, 20.6) C. [16.35, 17.2) D. [21.45, 22.3)","answer":"D","answer_text":"[21.45, 22.3)","episode_id":"iv_000217","anchor_time":131.153333}
{"id":"ASR_iv_000177_creatinine_peak_nearest_temperature_a2p29_n0p62_1","question":"At the time serum creatinine reaches its peak, which range holds the closest body temperature measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [98.1, 98.4) B. [97.8, 98.1) C. [98.7, 99] D. [96, 96.3)","answer":"A","answer_text":"[98.1, 98.4)","episode_id":"iv_000177","anchor_time":2.288611}
{"id":"ASR_iv_000397_map_peak_nearest_diastolic_bp_a23p92_n23p97_0","question":"Which answer choice contains the diastolic BP measurement closest to the highest MAP?\nOptions: A. [90.6, 97.3) B. [57.1, 63.8) C. [37, 43.7) D. [97.3, 104]","answer":"C","answer_text":"[37, 43.7)","episode_id":"iv_000397","anchor_time":23.916667}
{"id":"ASR_iv_000139_diastolic_bp_peak_nearest_map_a14p06_n14p06_0","question":"Around the peak of diastolic BP, what interval does the closest mean arterial pressure reading fall into?\nOptions: A. [73.5, 81) B. [103.5, 111) C. [66, 73.5) D. [133.5, 141]","answer":"D","answer_text":"[133.5, 141]","episode_id":"iv_000139","anchor_time":14.055556}
{"id":"ASR_iv_000139_temperature_peak_nearest_resp_rate_a14p77_n14p77_1","question":"At the point where body temperature reaches its maximum, which interval contains the nearest resp rate value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [21.2, 22.9) B. [17.8, 19.5) C. [12.7, 14.4) D. [24.6, 26.3)","answer":"B","answer_text":"[17.8, 19.5)","episode_id":"iv_000139","anchor_time":14.772222}
{"id":"ASR_iv_000141_systolic_bp_trough_nearest_temperature_a32p45_n33p45_1","question":"When systolic BP bottoms out, which interval contains the closest temperature measurement?\nOptions: A. [89.48, 96.04) B. [69.8, 76.36) C. [96.04, 102.6] D. [82.92, 89.48)","answer":"C","answer_text":"[96.04, 102.6]","episode_id":"iv_000141","anchor_time":32.4475}
{"id":"ASR_iv_000326_heart_rate_trough_nearest_urine_output_a25p07_n25p07_0","question":"At the heart rate minimum, where does the nearest observed urine output land?\nOptions: A. [402, 464) B. [216, 278) C. [154, 216) D. [340, 402)","answer":"C","answer_text":"[154, 216)","episode_id":"iv_000326","anchor_time":25.065833}
{"id":"ASR_iv_000326_map_trough_nearest_diastolic_bp_a24p07_n24p07_1","question":"Taking the MAP minimum as the reference time, which interval contains the closest diastolic blood pressure?\nOptions: A. [76.1, 79.4) B. [62.9, 66.2) C. [56.3, 59.6) D. [53, 56.3)","answer":"D","answer_text":"[53, 56.3)","episode_id":"iv_000326","anchor_time":24.065833}
{"id":"ASR_iv_000175_urine_output_trough_nearest_wbc_a9p92_n7p63_0","question":"Near the lowest point of UOP, what interval contains the closest charted WBC count?\nOptions: A. [6, 6.37) B. [8.59, 8.96) C. [7.48, 7.85) D. [6.37, 6.74)","answer":"A","answer_text":"[6, 6.37)","episode_id":"iv_000175","anchor_time":9.916667}
{"id":"ASR_iv_000175_diastolic_bp_peak_nearest_map_a2p92_n2p92_1","question":"When diastolic blood pressure is highest in the episode, which option contains the nearest MAP reading?\nOptions: A. [107.4, 113] B. [96.2, 101.8) C. [101.8, 107.4) D. [68.2, 73.8)","answer":"A","answer_text":"[107.4, 113]","episode_id":"iv_000175","anchor_time":2.916667}
{"id":"ASR_iv_000170_urine_output_peak_nearest_spo2_a22p05_n22p05_0","question":"For the closest charted oxygen saturation near the UOP peak, which range applies?\nOptions: A. [95.5, 97) B. [94, 95.5) C. [92.5, 94) D. [89.5, 91)","answer":"B","answer_text":"[94, 95.5)","episode_id":"iv_000170","anchor_time":22.054722}
{"id":"ASR_iv_000170_map_trough_nearest_wbc_a25p09_n14p45_1","question":"If the reference point is the lowest mean arterial pressure, which interval contains the nearest WBC count?\nOptions: A. [19.8, 20.12) B. [21.72, 22.04) C. [20.12, 20.44) D. [22.36, 22.68)","answer":"A","answer_text":"[19.8, 20.12)","episode_id":"iv_000170","anchor_time":25.088056}
{"id":"ASR_iv_000088_temperature_peak_nearest_wbc_a15p01_n13p15_0","question":"Which interval contains the nearest available white blood cell count when temp is at the highest point?\nOptions: A. [9.34, 9.62) B. [7.1, 7.38) C. [8.78, 9.06) D. [9.62, 9.9]","answer":"B","answer_text":"[7.1, 7.38)","episode_id":"iv_000088","anchor_time":15.014444}
{"id":"ASR_iv_000088_creatinine_peak_nearest_spo2_a1p95_n2p01_1","question":"Which interval contains the nearest available oxygen saturation when serum creatinine is at the highest point? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [98.5, 100] B. [85, 86.5) C. [91, 92.5) D. [89.5, 91)","answer":"A","answer_text":"[98.5, 100]","episode_id":"iv_000088","anchor_time":1.947778}
{"id":"ASR_iv_000096_spo2_trough_nearest_systolic_bp_a12p52_n12p73_0","question":"Near the lowest point of oxygen saturation, what interval contains the closest charted systolic blood pressure? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [114.6, 119] B. [105.8, 110.2) C. [101.4, 105.8) D. [75, 79.4)","answer":"C","answer_text":"[101.4, 105.8)","episode_id":"iv_000096","anchor_time":12.516667}
{"id":"ASR_iv_000096_systolic_bp_trough_nearest_spo2_a1p73_n1p73_1","question":"Which range should be chosen for the oxygen saturation reading closest to the systolic BP minimum?\nOptions: A. [94, 95.2) B. [90.4, 91.6) C. [92.8, 94) D. [88, 89.2)","answer":"A","answer_text":"[94, 95.2)","episode_id":"iv_000096","anchor_time":1.733333}
{"id":"ASR_iv_000439_temperature_trough_nearest_wbc_a42p6_n24p35_0","question":"At the temperature minimum, where does the nearest observed WBC count land?\nOptions: A. [10.46, 10.53) B. [10.53, 10.6] C. [10.04, 10.11) D. [9.97, 10.04)","answer":"B","answer_text":"[10.53, 10.6]","episode_id":"iv_000439","anchor_time":42.6}
{"id":"ASR_iv_000050_urine_output_peak_nearest_heart_rate_a6p72_n7p07_0","question":"At the UOP peak, where does the nearest observed pulse rate land?\nOptions: A. [77.5, 81) B. [84.5, 88) C. [88, 91.5) D. [81, 84.5)","answer":"B","answer_text":"[84.5, 88)","episode_id":"iv_000050","anchor_time":6.719444}
{"id":"ASR_iv_000050_heart_rate_peak_nearest_lactate_a21p07_n3p25_1","question":"When HR peaks, which interval contains the closest lactate level measurement?\nOptions: A. [1.94, 2] B. [1.64, 1.7) C. [1.46, 1.52) D. [1.4, 1.46)","answer":"A","answer_text":"[1.94, 2]","episode_id":"iv_000050","anchor_time":21.069444}
{"id":"ASR_iv_000199_lactate_peak_nearest_map_a52p28_n52p94_1","question":"Take the time when lactate level is highest; what range does the nearest MAP belong to?\nOptions: A. [92.2, 99.4) B. [106.6, 113.8) C. [85, 92.2) D. [70.6, 77.8)","answer":"A","answer_text":"[92.2, 99.4)","episode_id":"iv_000199","anchor_time":52.276667}
{"id":"ASR_iv_000297_systolic_bp_trough_nearest_spo2_a36p5_n36p68_0","question":"Around the time of the lowest systolic blood pressure, where does the closest pulse oximetry saturation reading fall?\nOptions: A. [36, 42.2) B. [91.8, 98] C. [79.4, 85.6) D. [48.4, 54.6)","answer":"D","answer_text":"[48.4, 54.6)","episode_id":"iv_000297","anchor_time":36.495833}
{"id":"ASR_iv_000297_creatinine_peak_nearest_diastolic_bp_a31p5_n31p5_1","question":"When serum creatinine hits its highest point, which interval includes the closest available DBP?\nOptions: A. [75.8, 83] B. [47, 54.2) C. [68.6, 75.8) D. [32.6, 39.8)","answer":"B","answer_text":"[47, 54.2)","episode_id":"iv_000297","anchor_time":31.495833}
{"id":"ASR_iv_000131_diastolic_bp_trough_nearest_systolic_bp_a1p65_n1p65_1","question":"What range contains the SBP value closest in time to when diastolic BP is lowest?\nOptions: A. [82, 88) B. [94, 100) C. [100, 106) D. [88, 94)","answer":"A","answer_text":"[82, 88)","episode_id":"iv_000131","anchor_time":1.65}
{"id":"ASR_iv_000120_spo2_peak_nearest_diastolic_bp_a0_n0p05_0","question":"When SpO2 reaches its highest value, where does the nearest diastolic BP measurement fall? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [43.2, 51.6) B. [34.8, 43.2) C. [26.4, 34.8) D. [51.6, 60)","answer":"B","answer_text":"[34.8, 43.2)","episode_id":"iv_000120","anchor_time":0}
{"id":"ASR_iv_000358_systolic_bp_trough_nearest_resp_rate_a189p08_n189p08_0","question":"Which range should be chosen for the resp rate reading closest to the SBP minimum?\nOptions: A. [13.5, 18) B. [0, 4.5) C. [22.5, 27) D. [27, 31.5)","answer":"C","answer_text":"[22.5, 27)","episode_id":"iv_000358","anchor_time":189.083333}
{"id":"ASR_iv_000358_diastolic_bp_peak_nearest_systolic_bp_a45p1_n45p1_1","question":"Around the time of the highest diastolic BP, where does the closest systolic blood pressure reading fall?\nOptions: A. [89.8, 98.6) B. [116.2, 125) C. [133.8, 142.6) D. [160.2, 169]","answer":"D","answer_text":"[160.2, 169]","episode_id":"iv_000358","anchor_time":45.1}
{"id":"ASR_iv_000180_map_peak_nearest_wbc_a22p01_n13p88_0","question":"Take the time when mean arterial pressure is highest; what range does the nearest white blood cell count belong to?\nOptions: A. [19.76, 20.55) B. [20.55, 21.34) C. [16.6, 17.39) D. [18.18, 18.97)","answer":"C","answer_text":"[16.6, 17.39)","episode_id":"iv_000180","anchor_time":22.008611}
{"id":"ASR_iv_000180_diastolic_bp_trough_nearest_map_a2p86_n2p86_1","question":"Which option matches the MAP measurement nearest to when DBP is at its lowest point? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [71, 74) B. [77, 80) C. [86, 89) D. [65, 68)","answer":"D","answer_text":"[65, 68)","episode_id":"iv_000180","anchor_time":2.858611}
{"id":"ASR_iv_000370_diastolic_bp_peak_nearest_resp_rate_a4p96_n4p96_0","question":"When diastolic blood pressure reaches the highest point, choose the range for the nearest resp rate observation.\nOptions: A. [27.7, 29.8) B. [23.5, 25.6) C. [17.2, 19.3) D. [13, 15.1)","answer":"B","answer_text":"[23.5, 25.6)","episode_id":"iv_000370","anchor_time":4.962778}
{"id":"ASR_iv_000370_heart_rate_trough_nearest_temperature_a0p2_n0p2_1","question":"When HR reaches the lowest point, choose the range for the nearest temp observation.\nOptions: A. [93.52, 99.8] B. [68.4, 74.68) C. [80.96, 87.24) D. [37, 43.28)","answer":"A","answer_text":"[93.52, 99.8]","episode_id":"iv_000370","anchor_time":0.196111}
{"id":"ASR_iv_000160_spo2_trough_nearest_map_a25p55_n25p57_0","question":"Take the time when pulse oximetry saturation is lowest; what range does the nearest mean arterial pressure belong to?\nOptions: A. [58.9, 62.8) B. [74.5, 78.4) C. [66.7, 70.6) D. [70.6, 74.5)","answer":"D","answer_text":"[70.6, 74.5)","episode_id":"iv_000160","anchor_time":25.55}
{"id":"ASR_iv_000004_heart_rate_peak_nearest_temperature_a7p53_n7p53_0","question":"For the closest charted body temperature near the heart rate peak, which range applies?\nOptions: A. [98.14, 98.16) B. [98.16, 98.18) C. [98, 98.02) D. [98.04, 98.06)","answer":"C","answer_text":"[98, 98.02)","episode_id":"iv_000004","anchor_time":7.533333}
{"id":"ASR_iv_000004_map_peak_nearest_diastolic_bp_a17p9_n17p9_1","question":"For the time where mean arterial pressure is highest, which answer range contains the nearest diastolic blood pressure?\nOptions: A. [44.5, 49) B. [80.5, 85] C. [62.5, 67) D. [58, 62.5)","answer":"B","answer_text":"[80.5, 85]","episode_id":"iv_000004","anchor_time":17.9}
{"id":"ASR_iv_000093_resp_rate_trough_nearest_spo2_a48p43_n48p43_0","question":"Which option matches the SpO2 measurement nearest to when resp rate is at its lowest point?\nOptions: A. [98.5, 100] B. [88, 89.5) C. [92.5, 94) D. [86.5, 88)","answer":"C","answer_text":"[92.5, 94)","episode_id":"iv_000093","anchor_time":48.427222}
{"id":"ASR_iv_000093_temperature_peak_nearest_diastolic_bp_a28p43_n28p43_1","question":"What interval should the closest DBP be assigned to at the peak of body temperature?\nOptions: A. [45.5, 51.8) B. [20.3, 26.6) C. [39.2, 45.5) D. [14, 20.3)","answer":"A","answer_text":"[45.5, 51.8)","episode_id":"iv_000093","anchor_time":28.427222}
{"id":"ASR_iv_000188_spo2_peak_nearest_lactate_a0p35_n6p58_1","question":"What interval contains the closest lactate level measurement to the oxygen saturation peak? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [144.16, 162.08) B. [162.08, 180] C. [108.32, 126.24) D. [72.48, 90.4)","answer":"B","answer_text":"[162.08, 180]","episode_id":"iv_000188","anchor_time":0.35}
{"id":"ASR_iv_000374_lactate_peak_nearest_spo2_a21p89_n22p06_0","question":"At the nearest pulse oximetry saturation measurement to the highest point in serum lactate, which value range is it in?\nOptions: A. [98.5, 100] B. [85, 86.5) C. [94, 95.5) D. [95.5, 97)","answer":"D","answer_text":"[95.5, 97)","episode_id":"iv_000374","anchor_time":21.891944}
{"id":"ASR_iv_000453_heart_rate_trough_nearest_systolic_bp_a2p6_n2p59_1","question":"For the moment heart rate reaches its minimum, pick the interval for the nearest SBP value. If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [93.6, 97.4) B. [112.6, 116.4) C. [101.2, 105) D. [105, 108.8)","answer":"B","answer_text":"[112.6, 116.4)","episode_id":"iv_000453","anchor_time":2.603889}
{"id":"ASR_iv_000468_systolic_bp_peak_nearest_heart_rate_a17p95_n17p95_0","question":"What interval contains the closest HR measurement to the systolic blood pressure peak?\nOptions: A. [50, 55.8) B. [84.8, 90.6) C. [67.4, 73.2) D. [102.2, 108]","answer":"B","answer_text":"[84.8, 90.6)","episode_id":"iv_000468","anchor_time":17.95}
{"id":"ASR_iv_000468_map_trough_nearest_temperature_a36p95_n34p95_1","question":"At the lowest value of MAP, which range includes the closest body temperature observation?\nOptions: A. [97.3, 97.55) B. [99.05, 99.3) C. [99.55, 99.8] D. [99.3, 99.55)","answer":"A","answer_text":"[97.3, 97.55)","episode_id":"iv_000468","anchor_time":36.95}
{"id":"ASR_iv_000407_creatinine_peak_nearest_wbc_a4p04_n4p04_0","question":"Which range should be chosen for the white blood cell count reading closest to the creatinine level peak? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [14.9, 15.64) B. [17.86, 18.6] C. [12.68, 13.42) D. [16.38, 17.12)","answer":"C","answer_text":"[12.68, 13.42)","episode_id":"iv_000407","anchor_time":4.037778}
{"id":"ASR_iv_000407_resp_rate_trough_nearest_systolic_bp_a9p95_n9p95_1","question":"What range contains the SBP value closest in time to when resp rate is lowest?\nOptions: A. [106.6, 112.4) B. [100.8, 106.6) C. [95, 100.8) D. [135.6, 141.4)","answer":"B","answer_text":"[100.8, 106.6)","episode_id":"iv_000407","anchor_time":9.954444}
{"id":"ASR_iv_000408_spo2_trough_nearest_diastolic_bp_a5p38_n5p38_0","question":"For the closest DBP observation to the SpO2 minimum, which interval should be selected? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [88.1, 93.4) B. [61.6, 66.9) C. [82.8, 88.1) D. [72.2, 77.5)","answer":"B","answer_text":"[61.6, 66.9)","episode_id":"iv_000408","anchor_time":5.383333}
{"id":"ASR_iv_000408_urine_output_peak_nearest_resp_rate_a31p38_n31p38_1","question":"When the record shows UOP at its highest value, which interval includes the nearest breathing rate?\nOptions: A. [14.6, 16) B. [9, 10.4) C. [20.2, 21.6) D. [13.2, 14.6)","answer":"A","answer_text":"[14.6, 16)","episode_id":"iv_000408","anchor_time":31.383333}
{"id":"ASR_iv_000187_heart_rate_peak_nearest_spo2_a2p72_n2p72_0","question":"If the reference point is the highest HR, which interval contains the nearest pulse oximetry saturation?\nOptions: A. [97, 98.5) B. [86.5, 88) C. [91, 92.5) D. [98.5, 100]","answer":"D","answer_text":"[98.5, 100]","episode_id":"iv_000187","anchor_time":2.716667}
{"id":"ASR_iv_000213_diastolic_bp_peak_nearest_wbc_a30p43_n25p97_0","question":"At the point where diastolic blood pressure reaches its maximum, which interval contains the nearest white blood cell count value?\nOptions: A. [14.15, 14.32) B. [13.81, 13.98) C. [14.32, 14.49) D. [14.83, 15]","answer":"C","answer_text":"[14.32, 14.49)","episode_id":"iv_000213","anchor_time":30.433333}
{"id":"ASR_iv_000127_creatinine_peak_nearest_spo2_a1p1_n0p93_0","question":"When creatinine is at its episode high, select the range containing the nearest oxygen saturation measurement.\nOptions: A. [97, 98.5) B. [98.5, 100] C. [88, 89.5) D. [89.5, 91)","answer":"C","answer_text":"[88, 89.5)","episode_id":"iv_000127","anchor_time":1.1}
{"id":"ASR_iv_000127_resp_rate_peak_nearest_spo2_a46p6_n46p6_1","question":"Which interval contains the nearest available pulse oximetry saturation when respiratory rate is at the highest point?\nOptions: A. [98.5, 100] B. [85, 86.5) C. [86.5, 88) D. [95.5, 97)","answer":"A","answer_text":"[98.5, 100]","episode_id":"iv_000127","anchor_time":46.6}
{"id":"ASR_iv_000011_spo2_trough_nearest_creatinine_a0p92_n0p43_1","question":"Which listed range covers the serum creatinine value nearest to the lowest oxygen saturation? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [0.89, 0.9] B. [0.84, 0.85) C. [0.81, 0.82) D. [0.88, 0.89)","answer":"A","answer_text":"[0.89, 0.9]","episode_id":"iv_000011","anchor_time":0.916667}
{"id":"ASR_iv_000442_resp_rate_peak_nearest_systolic_bp_a36p33_n36p33_1","question":"At the highest value of resp rate, which range includes the closest systolic blood pressure observation?\nOptions: A. [84, 88.9) B. [128.1, 133] C. [93.8, 98.7) D. [123.2, 128.1)","answer":"C","answer_text":"[93.8, 98.7)","episode_id":"iv_000442","anchor_time":36.333333}
{"id":"ASR_iv_000246_creatinine_peak_nearest_wbc_a14p11_n14p11_0","question":"At the moment creatinine level reaches its peak, what interval is the nearest white blood cell count in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [6.2, 6.58) B. [7.72, 8.1) C. [8.48, 8.86) D. [8.1, 8.48)","answer":"D","answer_text":"[8.1, 8.48)","episode_id":"iv_000246","anchor_time":14.113889}
{"id":"ASR_iv_000246_temperature_trough_nearest_spo2_a91p53_n91p53_1","question":"For the moment temp reaches its minimum, pick the interval for the nearest SpO2 value.\nOptions: A. [92.5, 94) B. [88, 89.5) C. [91, 92.5) D. [86.5, 88)","answer":"A","answer_text":"[92.5, 94)","episode_id":"iv_000246","anchor_time":91.530556}
{"id":"ASR_iv_000396_wbc_peak_nearest_map_a1p1_n1p25_0","question":"When WBC count reaches its highest value, where does the nearest MAP measurement fall?\nOptions: A. [66, 70.5) B. [79.5, 84) C. [93, 97.5) D. [75, 79.5)","answer":"C","answer_text":"[93, 97.5)","episode_id":"iv_000396","anchor_time":1.100556}
{"id":"ASR_iv_000396_temperature_trough_nearest_systolic_bp_a12p23_n12p32_1","question":"When body temperature bottoms out, which interval contains the closest systolic BP measurement?\nOptions: A. [154.6, 160] B. [122.2, 127.6) C. [143.8, 149.2) D. [149.2, 154.6)","answer":"D","answer_text":"[149.2, 154.6)","episode_id":"iv_000396","anchor_time":12.233889}
{"id":"ASR_iv_000425_systolic_bp_trough_nearest_temperature_a12p02_n12p02_0","question":"Around the minimum of SBP, which interval contains the closest recorded temperature?\nOptions: A. [99.5, 99.7) B. [99.9, 100.1) C. [99.1, 99.3) D. [98.5, 98.7)","answer":"A","answer_text":"[99.5, 99.7)","episode_id":"iv_000425","anchor_time":12.016667}
{"id":"ASR_iv_000425_map_trough_nearest_resp_rate_a17p02_n17p02_1","question":"At the moment MAP reaches its minimum, what interval is the nearest resp rate in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [18.8, 19.6) B. [18, 18.8) C. [20.4, 21.2) D. [16.4, 17.2)","answer":"C","answer_text":"[20.4, 21.2)","episode_id":"iv_000425","anchor_time":17.016667}
{"id":"ASR_iv_000345_systolic_bp_trough_nearest_heart_rate_a23p72_n23p72_0","question":"At the point where SBP reaches its nadir, which interval contains the nearest HR value?\nOptions: A. [76, 81.2) B. [96.8, 102] C. [55.2, 60.4) D. [81.2, 86.4)","answer":"A","answer_text":"[76, 81.2)","episode_id":"iv_000345","anchor_time":23.716667}
{"id":"ASR_iv_000345_heart_rate_trough_nearest_creatinine_a1p22_n14p05_1","question":"Around the minimum of pulse rate, what interval does the closest serum creatinine reading fall into? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [7.42, 7.58) B. [7.1, 7.26) C. [7.26, 7.42) D. [7.58, 7.74)","answer":"B","answer_text":"[7.1, 7.26)","episode_id":"iv_000345","anchor_time":1.216667}
{"id":"ASR_iv_000089_heart_rate_peak_nearest_diastolic_bp_a17p39_n17p39_0","question":"When HR is at its episode high, select the range containing the nearest diastolic BP measurement.\nOptions: A. [63.4, 66.6) B. [57, 60.2) C. [73, 76.2) D. [85.8, 89]","answer":"C","answer_text":"[73, 76.2)","episode_id":"iv_000089","anchor_time":17.392222}
{"id":"ASR_iv_000089_urine_output_peak_nearest_spo2_a7p56_n7p39_1","question":"What interval contains the closest SpO2 measurement to the UOP peak? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [88, 89.5) B. [98.5, 100] C. [86.5, 88) D. [95.5, 97)","answer":"B","answer_text":"[98.5, 100]","episode_id":"iv_000089","anchor_time":7.558889}
{"id":"ASR_iv_000426_heart_rate_peak_nearest_lactate_a71p47_n34p7_0","question":"Which option matches the lactate measurement nearest to when heart rate is at its highest point?\nOptions: A. [1.1, 1.15) B. [1, 1.05) C. [1.05, 1.1) D. [1.25, 1.3]","answer":"B","answer_text":"[1, 1.05)","episode_id":"iv_000426","anchor_time":71.466667}
{"id":"ASR_iv_000426_temperature_trough_nearest_lactate_a66p47_n34p7_1","question":"Look at the serum lactate observation nearest to when temp is lowest; which interval is it in?\nOptions: A. [0.95, 1) B. [0.8, 0.85) C. [1.25, 1.3] D. [1, 1.05)","answer":"D","answer_text":"[1, 1.05)","episode_id":"iv_000426","anchor_time":66.466667}
{"id":"ASR_iv_000026_creatinine_trough_nearest_wbc_a36p06_n36p06_1","question":"When creatinine reaches its lowest value, where does the nearest WBC count measurement fall?\nOptions: A. [13.72, 15.84) B. [5.24, 7.36) C. [20.08, 22.2] D. [3.12, 5.24)","answer":"A","answer_text":"[13.72, 15.84)","episode_id":"iv_000026","anchor_time":36.0575}
{"id":"ASR_iv_000077_creatinine_trough_nearest_lactate_a2p86_n2p51_0","question":"When creatinine level hits its lowest point, which interval includes the closest available lactate?\nOptions: A. [3.02, 3.35) B. [2.36, 2.69) C. [4.01, 4.34) D. [2.03, 2.36)","answer":"D","answer_text":"[2.03, 2.36)","episode_id":"iv_000077","anchor_time":2.856111}
{"id":"ASR_iv_000077_creatinine_peak_nearest_temperature_a29p12_n29p17_1","question":"When the record shows creatinine level at its highest value, which interval includes the nearest temperature?\nOptions: A. [72.96, 79.32) B. [92.04, 98.4] C. [34.8, 41.16) D. [41.16, 47.52)","answer":"B","answer_text":"[92.04, 98.4]","episode_id":"iv_000077","anchor_time":29.122778}
{"id":"ASR_iv_000184_heart_rate_trough_nearest_creatinine_a9p88_n2p6_1","question":"For the closest charted creatinine level near the heart rate minimum, which range applies? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [0.64, 0.66) B. [0.52, 0.54) C. [0.56, 0.58) D. [0.68, 0.7]","answer":"D","answer_text":"[0.68, 0.7]","episode_id":"iv_000184","anchor_time":9.88}
{"id":"ASR_iv_000262_map_trough_nearest_temperature_a81p29_n81p57_0","question":"Which interval contains the nearest available body temperature when mean arterial pressure is at the lowest point?\nOptions: A. [39.51, 46.22) B. [93.19, 99.9] C. [52.93, 59.64) D. [46.22, 52.93)","answer":"B","answer_text":"[93.19, 99.9]","episode_id":"iv_000262","anchor_time":81.286944}
{"id":"ASR_iv_000207_resp_rate_trough_nearest_spo2_a36p74_n36p74_1","question":"When respiratory rate is lowest in the episode, which option contains the nearest SpO2 reading?\nOptions: A. [88.9, 90.2) B. [91.5, 92.8) C. [87.6, 88.9) D. [94.1, 95.4)","answer":"B","answer_text":"[91.5, 92.8)","episode_id":"iv_000207","anchor_time":36.744444}
{"id":"ASR_iv_000095_temperature_trough_nearest_map_a1p09_n1p09_0","question":"Which interval contains the nearest available mean arterial pressure when temperature is at the lowest point?\nOptions: A. [55.6, 59.8) B. [64, 68.2) C. [47.2, 51.4) D. [43, 47.2)","answer":"B","answer_text":"[64, 68.2)","episode_id":"iv_000095","anchor_time":1.089444}
{"id":"ASR_iv_000100_wbc_trough_nearest_temperature_a3p11_n3p01_0","question":"When the patient's white blood cell count is lowest, which interval has the nearest temp reading?\nOptions: A. [99, 99.25) B. [97.5, 97.75) C. [97.75, 98) D. [98, 98.25)","answer":"B","answer_text":"[97.5, 97.75)","episode_id":"iv_000100","anchor_time":3.113056}
{"id":"ASR_iv_000100_creatinine_peak_nearest_resp_rate_a12p9_n12p81_1","question":"When creatinine peaks, which interval contains the closest respiratory rate measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [17.9, 20.2) B. [31.7, 34] C. [15.6, 17.9) D. [20.2, 22.5)","answer":"D","answer_text":"[20.2, 22.5)","episode_id":"iv_000100","anchor_time":12.896389}
{"id":"ASR_iv_000419_systolic_bp_peak_nearest_wbc_a40p18_n37p68_1","question":"For the moment systolic BP reaches its peak, pick the interval for the nearest white blood cell count value.\nOptions: A. [7.28, 8.42) B. [12.98, 14.12) C. [11.84, 12.98) D. [6.14, 7.28)","answer":"D","answer_text":"[6.14, 7.28)","episode_id":"iv_000419","anchor_time":40.183333}
{"id":"ASR_iv_000394_map_trough_nearest_spo2_a5p37_n5p37_0","question":"Near the lowest point in mean arterial pressure, which interval contains the closest SpO2 measurement?\nOptions: A. [97, 98.5) B. [88, 89.5) C. [95.5, 97) D. [98.5, 100]","answer":"A","answer_text":"[97, 98.5)","episode_id":"iv_000394","anchor_time":5.373056}
{"id":"ASR_iv_000394_map_trough_nearest_creatinine_a5p37_n9p57_1","question":"What range is the nearest serum creatinine reading in when MAP reaches its lowest value?\nOptions: A. [0.69, 0.7] B. [0.62, 0.63) C. [0.64, 0.65) D. [0.67, 0.68)","answer":"A","answer_text":"[0.69, 0.7]","episode_id":"iv_000394","anchor_time":5.373056}
{"id":"ASR_iv_000155_heart_rate_trough_nearest_resp_rate_a0p52_n0p52_0","question":"Look at the resp rate observation nearest to when heart rate is lowest; which interval is it in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [14.2, 14.8) B. [16.6, 17.2) C. [17.8, 18.4) D. [16, 16.6)","answer":"B","answer_text":"[16.6, 17.2)","episode_id":"iv_000155","anchor_time":0.516667}
{"id":"ASR_iv_000155_temperature_trough_nearest_urine_output_a13p52_n10p52_1","question":"Using the lowest body temperature as the reference point, which interval contains the nearest urinary output observation?\nOptions: A. [450, 475) B. [475, 500) C. [400, 425) D. [500, 525)","answer":"C","answer_text":"[400, 425)","episode_id":"iv_000155","anchor_time":13.516667}
{"id":"ASR_iv_000362_urine_output_peak_nearest_diastolic_bp_a17p62_n17p62_1","question":"Around the peak of urine output, what interval does the closest diastolic BP reading fall into?\nOptions: A. [80.4, 84.7) B. [71.8, 76.1) C. [76.1, 80.4) D. [54.6, 58.9)","answer":"B","answer_text":"[71.8, 76.1)","episode_id":"iv_000362","anchor_time":17.624722}
{"id":"ASR_iv_000353_diastolic_bp_trough_nearest_wbc_a28p23_n35_1","question":"When diastolic blood pressure is at the episode low, which range includes the nearest WBC count measurement?\nOptions: A. [10.69, 11.12) B. [12.41, 12.84) C. [13.27, 13.7] D. [12.84, 13.27)","answer":"D","answer_text":"[12.84, 13.27)","episode_id":"iv_000353","anchor_time":28.231389}
{"id":"ASR_iv_000085_urine_output_peak_nearest_map_a57p84_n57p84_0","question":"At the time when urine output is highest, which range includes the nearest mean arterial pressure value?\nOptions: A. [92.8, 99.1) B. [111.7, 118] C. [86.5, 92.8) D. [67.6, 73.9)","answer":"B","answer_text":"[111.7, 118]","episode_id":"iv_000085","anchor_time":57.8375}
{"id":"ASR_iv_000085_wbc_trough_nearest_creatinine_a30p07_n38p79_1","question":"At the lowest value of WBC count, which range includes the closest creatinine level observation?\nOptions: A. [0.71, 0.72) B. [0.7, 0.71) C. [0.74, 0.75) D. [0.73, 0.74)","answer":"B","answer_text":"[0.7, 0.71)","episode_id":"iv_000085","anchor_time":30.070833}
{"id":"ASR_iv_000323_spo2_trough_nearest_diastolic_bp_a3p16_n3p16_0","question":"Which option matches the diastolic BP measurement nearest to when pulse oximetry saturation is at its lowest point? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [53.6, 58.9) B. [58.9, 64.2) C. [64.2, 69.5) D. [80.1, 85.4)","answer":"B","answer_text":"[58.9, 64.2)","episode_id":"iv_000323","anchor_time":3.155556}
{"id":"ASR_iv_000323_systolic_bp_peak_nearest_map_a23p16_n23p16_1","question":"Near the highest point of systolic blood pressure, what interval contains the closest charted mean arterial pressure?\nOptions: A. [90.4, 94.8) B. [103.6, 108] C. [68.4, 72.8) D. [99.2, 103.6)","answer":"A","answer_text":"[90.4, 94.8)","episode_id":"iv_000323","anchor_time":23.155556}
{"id":"ASR_iv_000171_temperature_trough_nearest_map_a44p15_n44p57_0","question":"Around the minimum of temp, which interval contains the closest recorded MAP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [79.3, 91.2) B. [67.4, 79.3) C. [55.5, 67.4) D. [31.7, 43.6)","answer":"A","answer_text":"[79.3, 91.2)","episode_id":"iv_000171","anchor_time":44.15}
{"id":"ASR_iv_000171_heart_rate_trough_nearest_systolic_bp_a0p08_n0p07_1","question":"Taking the pulse rate minimum as the reference time, which interval contains the closest systolic blood pressure? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [146.6, 154.3) B. [131.2, 138.9) C. [154.3, 162] D. [100.4, 108.1)","answer":"A","answer_text":"[146.6, 154.3)","episode_id":"iv_000171","anchor_time":0.083333}
{"id":"ASR_iv_000153_creatinine_trough_nearest_map_a30p07_n30p08_0","question":"At the creatinine minimum, where does the nearest observed mean arterial pressure land?\nOptions: A. [94.8, 100.4) B. [128.4, 134] C. [100.4, 106) D. [89.2, 94.8)","answer":"D","answer_text":"[89.2, 94.8)","episode_id":"iv_000153","anchor_time":30.066667}
{"id":"ASR_iv_000313_systolic_bp_peak_nearest_urine_output_a5p32_n5p32_0","question":"If the reference point is the highest systolic BP, which interval contains the nearest urinary output?\nOptions: A. [440, 480) B. [280, 320) C. [480, 520) D. [520, 560)","answer":"A","answer_text":"[440, 480)","episode_id":"iv_000313","anchor_time":5.315}
{"id":"ASR_iv_000313_lactate_peak_nearest_resp_rate_a7p17_n7p32_1","question":"Which range should be chosen for the respiratory rate reading closest to the lactate level peak?\nOptions: A. [36.5, 39) B. [39, 41.5) C. [31.5, 34) D. [29, 31.5)","answer":"B","answer_text":"[39, 41.5)","episode_id":"iv_000313","anchor_time":7.165}
{"id":"ASR_iv_000038_map_peak_nearest_systolic_bp_a22p93_n22p93_0","question":"When mean arterial pressure reaches its episode high, which interval contains the nearest observed systolic blood pressure?\nOptions: A. [127.7, 133.8) B. [97.2, 103.3) C. [133.8, 139.9) D. [103.3, 109.4)","answer":"C","answer_text":"[133.8, 139.9)","episode_id":"iv_000038","anchor_time":22.925}
{"id":"ASR_iv_000038_map_peak_nearest_lactate_a22p93_n2p98_1","question":"When mean arterial pressure is at its episode high, select the range containing the nearest lactate level measurement.\nOptions: A. [1.98, 2] B. [1.88, 1.9) C. [1.9, 1.92) D. [1.96, 1.98)","answer":"A","answer_text":"[1.98, 2]","episode_id":"iv_000038","anchor_time":22.925}
{"id":"ASR_iv_000392_temperature_trough_nearest_map_a30p23_n30p23_1","question":"When the patient's body temperature is lowest, which interval has the nearest MAP reading?\nOptions: A. [49.2, 53.3) B. [77.9, 82] C. [69.7, 73.8) D. [45.1, 49.2)","answer":"B","answer_text":"[77.9, 82]","episode_id":"iv_000392","anchor_time":30.233333}
{"id":"ASR_iv_000069_resp_rate_trough_nearest_temperature_a51p71_n52p14_1","question":"At the time closest to the breathing rate nadir, which interval contains the closest temp value?\nOptions: A. [65.55, 72.26) B. [32, 38.71) C. [38.71, 45.42) D. [72.26, 78.97)","answer":"B","answer_text":"[32, 38.71)","episode_id":"iv_000069","anchor_time":51.711389}
{"id":"ASR_iv_000106_diastolic_bp_peak_nearest_urine_output_a32p97_n30p95_0","question":"Which listed range covers the urinary output value nearest to the highest DBP?\nOptions: A. [75, 117.5) B. [117.5, 160) C. [245, 287.5) D. [160, 202.5)","answer":"D","answer_text":"[160, 202.5)","episode_id":"iv_000106","anchor_time":32.966667}
{"id":"ASR_iv_000106_heart_rate_trough_nearest_systolic_bp_a0p38_n0p33_1","question":"At the time closest to the minimum of heart rate, which interval includes the nearest systolic blood pressure? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [98, 102.5) B. [107, 111.5) C. [134, 138.5) D. [138.5, 143]","answer":"D","answer_text":"[138.5, 143]","episode_id":"iv_000106","anchor_time":0.383333}
{"id":"ASR_iv_000348_spo2_trough_nearest_map_a5p49_n5p98_0","question":"At the time oxygen saturation reaches its minimum, which range holds the closest mean arterial pressure measurement?\nOptions: A. [83.5, 87.6) B. [75.3, 79.4) C. [91.7, 95.8) D. [99.9, 104]","answer":"B","answer_text":"[75.3, 79.4)","episode_id":"iv_000348","anchor_time":5.493611}
{"id":"ASR_iv_000348_urine_output_peak_nearest_systolic_bp_a33p98_n33p98_1","question":"At the time closest to the UOP maximum, which interval contains the closest systolic blood pressure value?\nOptions: A. [86.1, 91.2) B. [106.5, 111.6) C. [91.2, 96.3) D. [101.4, 106.5)","answer":"C","answer_text":"[91.2, 96.3)","episode_id":"iv_000348","anchor_time":33.976944}
{"id":"ASR_iv_000428_diastolic_bp_trough_nearest_systolic_bp_a11p95_n11p95_1","question":"Which range should be chosen for the systolic BP reading closest to the diastolic BP minimum?\nOptions: A. [81, 91) B. [171, 181] C. [101, 111) D. [131, 141)","answer":"A","answer_text":"[81, 91)","episode_id":"iv_000428","anchor_time":11.95}
{"id":"ASR_iv_000031_resp_rate_peak_nearest_map_a50p97_n50p97_1","question":"Which range should be chosen for the mean arterial pressure reading closest to the breathing rate peak?\nOptions: A. [80.8, 86.4) B. [103.2, 108.8) C. [86.4, 92) D. [97.6, 103.2)","answer":"A","answer_text":"[80.8, 86.4)","episode_id":"iv_000031","anchor_time":50.968889}
{"id":"ASR_iv_000244_wbc_peak_nearest_spo2_a3p76_n3p7_0","question":"What range contains the oxygen saturation value closest in time to when white blood cell count is highest?\nOptions: A. [85, 86.5) B. [94, 95.5) C. [86.5, 88) D. [95.5, 97)","answer":"A","answer_text":"[85, 86.5)","episode_id":"iv_000244","anchor_time":3.763056}
{"id":"ASR_iv_000008_diastolic_bp_trough_nearest_spo2_a9p89_n9p89_0","question":"When DBP is at the episode low, which range includes the nearest oxygen saturation measurement?\nOptions: A. [86.4, 87.8) B. [93.4, 94.8) C. [85, 86.4) D. [92, 93.4)","answer":"B","answer_text":"[93.4, 94.8)","episode_id":"iv_000008","anchor_time":9.891667}
{"id":"ASR_iv_000008_systolic_bp_trough_nearest_resp_rate_a9p89_n9p89_1","question":"For the closest measured breathing rate around the lowest systolic blood pressure, which interval applies?\nOptions: A. [29.3, 31] B. [15.7, 17.4) C. [17.4, 19.1) D. [24.2, 25.9)","answer":"C","answer_text":"[17.4, 19.1)","episode_id":"iv_000008","anchor_time":9.891667}
{"id":"ASR_iv_000267_diastolic_bp_peak_nearest_resp_rate_a34p47_n34p47_0","question":"When the record shows DBP at its highest value, which interval includes the nearest respiratory rate?\nOptions: A. [11.4, 13) B. [6.6, 8.2) C. [14.6, 16.2) D. [5, 6.6)","answer":"B","answer_text":"[6.6, 8.2)","episode_id":"iv_000267","anchor_time":34.466667}
{"id":"ASR_iv_000267_systolic_bp_peak_nearest_temperature_a34p47_n32p47_1","question":"Which listed range covers the temp value nearest to the highest systolic BP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [101.86, 102.33) B. [98.57, 99.04) C. [98.1, 98.57) D. [99.04, 99.51)","answer":"C","answer_text":"[98.1, 98.57)","episode_id":"iv_000267","anchor_time":34.466667}
{"id":"ASR_iv_000485_urine_output_trough_nearest_map_a18p42_n18p43_1","question":"When the record shows urine output at its lowest value, which interval includes the nearest MAP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [103, 110) B. [68, 75) C. [96, 103) D. [110, 117)","answer":"C","answer_text":"[96, 103)","episode_id":"iv_000485","anchor_time":18.416111}
{"id":"ASR_iv_000233_spo2_peak_nearest_urine_output_a6p92_n6p92_0","question":"Which answer choice contains the UOP measurement closest to the highest pulse oximetry saturation? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [300, 400) B. [100, 200) C. [200, 300) D. [900, 1000]","answer":"B","answer_text":"[100, 200)","episode_id":"iv_000233","anchor_time":6.916667}
{"id":"ASR_iv_000233_systolic_bp_peak_nearest_creatinine_a30p95_n27p63_1","question":"When SBP reaches its highest value, where does the nearest creatinine level measurement fall?\nOptions: A. [1.12, 1.14) B. [1.28, 1.3] C. [1.22, 1.24) D. [1.1, 1.12)","answer":"D","answer_text":"[1.1, 1.12)","episode_id":"iv_000233","anchor_time":30.95}
{"id":"ASR_iv_000261_urine_output_peak_nearest_spo2_a11p88_n11p38_0","question":"When urine output reaches its highest value, where does the nearest SpO2 measurement fall? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.6, 99] B. [93.4, 94.8) C. [89.2, 90.6) D. [85, 86.4)","answer":"D","answer_text":"[85, 86.4)","episode_id":"iv_000261","anchor_time":11.883333}
{"id":"ASR_iv_000261_creatinine_trough_nearest_wbc_a20p58_n20p58_1","question":"Around the minimum of creatinine, what interval does the closest white blood cell count reading fall into?\nOptions: A. [8.6, 10.12) B. [10.12, 11.64) C. [11.64, 13.16) D. [14.68, 16.2]","answer":"A","answer_text":"[8.6, 10.12)","episode_id":"iv_000261","anchor_time":20.583333}
{"id":"ASR_iv_000401_heart_rate_peak_nearest_temperature_a33p51_n34p51_0","question":"At the time closest to the peak of HR, which interval includes the nearest body temperature?\nOptions: A. [97.28, 97.42) B. [97.7, 97.84) C. [97, 97.14) D. [97.42, 97.56)","answer":"B","answer_text":"[97.7, 97.84)","episode_id":"iv_000401","anchor_time":33.512778}
{"id":"ASR_iv_000401_creatinine_peak_nearest_heart_rate_a28p08_n28p51_1","question":"Look at the pulse rate observation nearest to when creatinine is highest; which interval is it in?\nOptions: A. [50, 52.9) B. [52.9, 55.8) C. [73.2, 76.1) D. [61.6, 64.5)","answer":"C","answer_text":"[73.2, 76.1)","episode_id":"iv_000401","anchor_time":28.079444}
{"id":"ASR_iv_000291_heart_rate_peak_nearest_map_a77p28_n75p7_1","question":"When heart rate is at its episode high, select the range containing the nearest mean arterial pressure measurement.\nOptions: A. [103, 109] B. [91, 97) C. [61, 67) D. [85, 91)","answer":"B","answer_text":"[91, 97)","episode_id":"iv_000291","anchor_time":77.283333}
{"id":"ASR_iv_000198_systolic_bp_trough_nearest_map_a34p06_n34p06_0","question":"When SBP is lowest in the episode, which option contains the nearest MAP reading?\nOptions: A. [81, 91) B. [101, 111] C. [51, 61) D. [41, 51)","answer":"D","answer_text":"[41, 51)","episode_id":"iv_000198","anchor_time":34.060556}
{"id":"ASR_iv_000198_resp_rate_peak_nearest_diastolic_bp_a44p79_n45p06_1","question":"When resp rate peaks, which interval contains the closest DBP measurement?\nOptions: A. [78.4, 84.2) B. [37.8, 43.6) C. [43.6, 49.4) D. [49.4, 55.2)","answer":"C","answer_text":"[43.6, 49.4)","episode_id":"iv_000198","anchor_time":44.793889}
{"id":"ASR_iv_000132_resp_rate_trough_nearest_wbc_a35p47_n27p97_0","question":"For the white blood cell count value closest in time to the respiratory rate minimum, which range should be selected?\nOptions: A. [9.9, 11.3) B. [4.3, 5.7) C. [16.9, 18.3] D. [14.1, 15.5)","answer":"C","answer_text":"[16.9, 18.3]","episode_id":"iv_000132","anchor_time":35.466667}
{"id":"ASR_iv_000132_urine_output_trough_nearest_spo2_a34p45_n34p45_1","question":"Around the minimum of urine output, what interval does the closest oxygen saturation reading fall into?\nOptions: A. [98.8, 100] B. [96.4, 97.6) C. [94, 95.2) D. [95.2, 96.4)","answer":"A","answer_text":"[98.8, 100]","episode_id":"iv_000132","anchor_time":34.45}
{"id":"ASR_iv_000324_heart_rate_peak_nearest_resp_rate_a17p53_n17p53_0","question":"At the highest value of pulse rate, which range includes the closest respiratory rate observation?\nOptions: A. [14.8, 16.2) B. [20.4, 21.8) C. [17.6, 19) D. [24.6, 26]","answer":"D","answer_text":"[24.6, 26]","episode_id":"iv_000324","anchor_time":17.533611}
{"id":"ASR_iv_000324_systolic_bp_trough_nearest_map_a8p53_n8p53_1","question":"When systolic blood pressure hits its lowest point, which interval includes the closest available mean arterial pressure?\nOptions: A. [69.4, 74.2) B. [74.2, 79) C. [55, 59.8) D. [64.6, 69.4)","answer":"C","answer_text":"[55, 59.8)","episode_id":"iv_000324","anchor_time":8.533611}
{"id":"ASR_iv_000322_creatinine_peak_nearest_urine_output_a32p56_n31p93_0","question":"At the highest value of serum creatinine, which range includes the closest UOP observation? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [47, 64) B. [166, 183) C. [183, 200] D. [132, 149)","answer":"A","answer_text":"[47, 64)","episode_id":"iv_000322","anchor_time":32.5625}
{"id":"ASR_iv_000002_systolic_bp_trough_nearest_creatinine_a3p39_n2p89_0","question":"Around the minimum of systolic BP, which interval contains the closest recorded serum creatinine?\nOptions: A. [0.45, 0.46) B. [0.41, 0.42) C. [0.42, 0.43) D. [0.49, 0.5]","answer":"D","answer_text":"[0.49, 0.5]","episode_id":"iv_000002","anchor_time":3.388889}
{"id":"ASR_iv_000002_urine_output_trough_nearest_temperature_a45p84_n46p84_1","question":"When UOP is lowest in the episode, which option contains the nearest body temperature reading?\nOptions: A. [97.96, 98.12) B. [98.12, 98.28) C. [98.76, 98.92) D. [98.6, 98.76)","answer":"D","answer_text":"[98.6, 98.76)","episode_id":"iv_000002","anchor_time":45.838889}
{"id":"ASR_iv_000018_heart_rate_peak_nearest_urine_output_a25p21_n27p26_0","question":"If the reference point is the highest HR, which interval contains the nearest urine output?\nOptions: A. [480, 515) B. [410, 445) C. [375, 410) D. [270, 305)","answer":"A","answer_text":"[480, 515)","episode_id":"iv_000018","anchor_time":25.208333}
{"id":"ASR_iv_000018_temperature_peak_nearest_creatinine_a41p21_n51p61_1","question":"What interval contains the closest creatinine level measurement to the body temperature peak?\nOptions: A. [0.74, 0.77) B. [0.5, 0.53) C. [0.62, 0.65) D. [0.65, 0.68)","answer":"B","answer_text":"[0.5, 0.53)","episode_id":"iv_000018","anchor_time":41.208333}
{"id":"ASR_iv_000488_systolic_bp_trough_nearest_heart_rate_a87p62_n87p62_1","question":"At the lowest point for systolic blood pressure, which option matches the closest HR reading?\nOptions: A. [54.6, 59.2) B. [73, 77.6) C. [68.4, 73) D. [50, 54.6)","answer":"C","answer_text":"[68.4, 73)","episode_id":"iv_000488","anchor_time":87.617778}
{"id":"ASR_iv_000263_temperature_peak_nearest_spo2_a0p19_n0p17_1","question":"At the time when temperature is highest, which range includes the nearest SpO2 value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [88, 89.2) B. [97.6, 98.8) C. [92.8, 94) D. [96.4, 97.6)","answer":"A","answer_text":"[88, 89.2)","episode_id":"iv_000263","anchor_time":0.188333}
{"id":"ASR_iv_000076_temperature_peak_nearest_urine_output_a38p46_n38p46_0","question":"When temperature hits its highest point, which interval includes the closest available UOP?\nOptions: A. [15, 113.5) B. [113.5, 212) C. [507.5, 606) D. [606, 704.5)","answer":"A","answer_text":"[15, 113.5)","episode_id":"iv_000076","anchor_time":38.461389}
{"id":"ASR_iv_000076_resp_rate_peak_nearest_temperature_a14p46_n14p46_1","question":"What interval contains the closest temperature measurement to the resp rate peak?\nOptions: A. [43.43, 49.86) B. [69.15, 75.58) C. [37, 43.43) D. [94.87, 101.3]","answer":"D","answer_text":"[94.87, 101.3]","episode_id":"iv_000076","anchor_time":14.461389}
{"id":"ASR_iv_000253_creatinine_trough_nearest_heart_rate_a4p5_n4p25_1","question":"If the reference point is the lowest serum creatinine, which interval contains the nearest heart rate? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [90.5, 98.6) B. [74.3, 82.4) C. [66.2, 74.3) D. [58.1, 66.2)","answer":"B","answer_text":"[74.3, 82.4)","episode_id":"iv_000253","anchor_time":4.5}
{"id":"ASR_iv_000314_resp_rate_peak_nearest_wbc_a65p08_n75p91_1","question":"At the highest value of respiratory rate, which range includes the closest white blood cell count observation?\nOptions: A. [14, 14.84) B. [17.36, 18.2) C. [20.72, 21.56) D. [18.2, 19.04)","answer":"A","answer_text":"[14, 14.84)","episode_id":"iv_000314","anchor_time":65.08}
{"id":"ASR_iv_000471_map_trough_nearest_urine_output_a21p15_n21p15_0","question":"For the urine output value nearest the time mean arterial pressure bottoms out, which interval is correct?\nOptions: A. [300.5, 379) B. [222, 300.5) C. [536, 614.5) D. [65, 143.5)","answer":"D","answer_text":"[65, 143.5)","episode_id":"iv_000471","anchor_time":21.15}
{"id":"ASR_iv_000471_temperature_peak_nearest_heart_rate_a36p15_n36p15_1","question":"Taking the body temperature peak as the reference time, which interval contains the closest pulse rate?\nOptions: A. [50, 56.1) B. [92.7, 98.8) C. [74.4, 80.5) D. [68.3, 74.4)","answer":"D","answer_text":"[68.3, 74.4)","episode_id":"iv_000471","anchor_time":36.15}
{"id":"ASR_iv_000143_wbc_peak_nearest_heart_rate_a6p82_n6p82_1","question":"When white blood cell count reaches the highest point, choose the range for the nearest heart rate observation.\nOptions: A. [76.4, 83) B. [102.8, 109.4) C. [96.2, 102.8) D. [63.2, 69.8)","answer":"B","answer_text":"[102.8, 109.4)","episode_id":"iv_000143","anchor_time":6.8175}
{"id":"ASR_iv_000449_urine_output_peak_nearest_resp_rate_a34p31_n34p31_0","question":"When urine output peaks, which interval contains the closest breathing rate measurement?\nOptions: A. [24.2, 26.9) B. [29.6, 32.3) C. [21.5, 24.2) D. [13.4, 16.1)","answer":"C","answer_text":"[21.5, 24.2)","episode_id":"iv_000449","anchor_time":34.313611}
{"id":"ASR_iv_000066_systolic_bp_peak_nearest_creatinine_a23p16_n13p26_0","question":"Take the time when systolic BP is highest; what range does the nearest serum creatinine belong to?\nOptions: A. [1.38, 1.41) B. [1.41, 1.44) C. [1.32, 1.35) D. [1.35, 1.38)","answer":"A","answer_text":"[1.38, 1.41)","episode_id":"iv_000066","anchor_time":23.161111}
{"id":"ASR_iv_000179_urine_output_peak_nearest_diastolic_bp_a13p47_n13p48_0","question":"Around the peak of urinary output, which interval contains the closest recorded diastolic blood pressure?\nOptions: A. [41.9, 44.8) B. [53.5, 56.4) C. [39, 41.9) D. [65.1, 68]","answer":"D","answer_text":"[65.1, 68]","episode_id":"iv_000179","anchor_time":13.466667}
{"id":"ASR_iv_000133_systolic_bp_trough_nearest_resp_rate_a31p71_n31p73_0","question":"At the time closest to the SBP nadir, which interval contains the closest respiratory rate value?\nOptions: A. [19.2, 22.4) B. [9.6, 12.8) C. [3.2, 6.4) D. [6.4, 9.6)","answer":"B","answer_text":"[9.6, 12.8)","episode_id":"iv_000133","anchor_time":31.710833}
{"id":"ASR_iv_000280_resp_rate_trough_nearest_diastolic_bp_a17p37_n17p39_0","question":"For the moment breathing rate reaches its minimum, pick the interval for the nearest diastolic blood pressure value.\nOptions: A. [69.1, 72.2) B. [84.6, 87.7) C. [66, 69.1) D. [81.5, 84.6)","answer":"C","answer_text":"[66, 69.1)","episode_id":"iv_000280","anchor_time":17.372778}
{"id":"ASR_iv_000269_resp_rate_peak_nearest_systolic_bp_a4p81_n4p93_1","question":"Which option matches the systolic blood pressure measurement nearest to when breathing rate is at its highest point?\nOptions: A. [94.6, 98.5) B. [79, 82.9) C. [90.7, 94.6) D. [102.4, 106.3)","answer":"C","answer_text":"[90.7, 94.6)","episode_id":"iv_000269","anchor_time":4.8125}
{"id":"ASR_iv_000466_urine_output_trough_nearest_map_a18p62_n18p62_0","question":"At the time UOP reaches its minimum, which range holds the closest mean arterial pressure measurement?\nOptions: A. [58.4, 66.1) B. [50.7, 58.4) C. [81.5, 89.2) D. [104.6, 112.3)","answer":"C","answer_text":"[81.5, 89.2)","episode_id":"iv_000466","anchor_time":18.617778}
{"id":"ASR_iv_000466_temperature_trough_nearest_wbc_a8p62_n9p65_1","question":"When body temperature reaches the lowest point, choose the range for the nearest WBC count observation. If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [11.96, 12.52) B. [13.64, 14.2] C. [12.52, 13.08) D. [9.16, 9.72)","answer":"B","answer_text":"[13.64, 14.2]","episode_id":"iv_000466","anchor_time":8.617778}
{"id":"ASR_iv_000208_resp_rate_peak_nearest_wbc_a41p83_n41p01_0","question":"At the time closest to the peak of resp rate, which interval includes the nearest white blood cell count?\nOptions: A. [17.85, 18.9) B. [13.65, 14.7) C. [14.7, 15.75) D. [18.9, 19.95)","answer":"B","answer_text":"[13.65, 14.7)","episode_id":"iv_000208","anchor_time":41.8275}
{"id":"ASR_iv_000208_heart_rate_trough_nearest_systolic_bp_a9p83_n9p83_1","question":"What interval contains the closest systolic blood pressure measurement to the HR minimum? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [133.5, 142.4) B. [142.4, 151.3) C. [124.6, 133.5) D. [151.3, 160.2)","answer":"A","answer_text":"[133.5, 142.4)","episode_id":"iv_000208","anchor_time":9.8275}
{"id":"ASR_iv_000145_map_peak_nearest_heart_rate_a76p37_n76p35_0","question":"Around the peak of mean arterial pressure, which interval contains the closest recorded HR?\nOptions: A. [78.4, 88) B. [88, 97.6) C. [40, 49.6) D. [116.8, 126.4)","answer":"D","answer_text":"[116.8, 126.4)","episode_id":"iv_000145","anchor_time":76.37}
{"id":"ASR_iv_000145_diastolic_bp_trough_nearest_creatinine_a42p35_n45p69_1","question":"At the time closest to the DBP nadir, which interval contains the closest creatinine value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [3.3, 3.45) B. [3.6, 3.75) C. [3.45, 3.6) D. [3.15, 3.3)","answer":"A","answer_text":"[3.3, 3.45)","episode_id":"iv_000145","anchor_time":42.353333}
{"id":"ASR_iv_000432_creatinine_peak_nearest_resp_rate_a1p75_n1p81_0","question":"For the moment serum creatinine reaches its peak, pick the interval for the nearest resp rate value.\nOptions: A. [26.9, 29.6) B. [21.5, 24.2) C. [16.1, 18.8) D. [10.7, 13.4)","answer":"D","answer_text":"[10.7, 13.4)","episode_id":"iv_000432","anchor_time":1.746667}
{"id":"ASR_iv_000277_diastolic_bp_trough_nearest_temperature_a16p68_n18p66_0","question":"What range is the nearest temp reading in when diastolic blood pressure reaches its lowest value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.55, 97.84) B. [97.26, 97.55) C. [96.1, 96.39) D. [97.84, 98.13)","answer":"A","answer_text":"[97.55, 97.84)","episode_id":"iv_000277","anchor_time":16.678333}
{"id":"ASR_iv_000277_resp_rate_peak_nearest_urine_output_a56p66_n52p66_1","question":"At the time closest to the peak of breathing rate, which interval includes the nearest urine output?\nOptions: A. [134, 193.5) B. [193.5, 253) C. [253, 312.5) D. [491, 550.5)","answer":"C","answer_text":"[253, 312.5)","episode_id":"iv_000277","anchor_time":56.661667}
{"id":"ASR_iv_000341_spo2_trough_nearest_temperature_a11p81_n10p81_0","question":"For the moment oxygen saturation reaches its minimum, pick the interval for the nearest temp value.\nOptions: A. [96, 96.48) B. [97.92, 98.4) C. [96.96, 97.44) D. [98.88, 99.36)","answer":"B","answer_text":"[97.92, 98.4)","episode_id":"iv_000341","anchor_time":11.806667}
{"id":"ASR_iv_000341_temperature_trough_nearest_urine_output_a114p81_n114p81_1","question":"At the nearest urinary output measurement to the lowest point in body temperature, which value range is it in?\nOptions: A. [412, 510) B. [20, 118) C. [118, 216) D. [314, 412)","answer":"C","answer_text":"[118, 216)","episode_id":"iv_000341","anchor_time":114.806667}
{"id":"ASR_iv_000465_map_peak_nearest_resp_rate_a4p82_n4p77_0","question":"What interval should the closest breathing rate be assigned to at the peak of mean arterial pressure?\nOptions: A. [17, 18) B. [14, 15) C. [13, 14) D. [10, 11)","answer":"D","answer_text":"[10, 11)","episode_id":"iv_000465","anchor_time":4.815833}
{"id":"ASR_iv_000465_systolic_bp_trough_nearest_spo2_a23p32_n23p27_1","question":"Which range should be chosen for the oxygen saturation reading closest to the systolic blood pressure minimum?\nOptions: A. [88, 89.2) B. [97.6, 98.8) C. [98.8, 100] D. [96.4, 97.6)","answer":"A","answer_text":"[88, 89.2)","episode_id":"iv_000465","anchor_time":23.315833}
{"id":"ASR_iv_000017_resp_rate_peak_nearest_temperature_a58p32_n56p32_1","question":"Which range should be chosen for the temp reading closest to the resp rate peak? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [100.16, 100.62) B. [99.24, 99.7) C. [101.08, 101.54) D. [98.32, 98.78)","answer":"D","answer_text":"[98.32, 98.78)","episode_id":"iv_000017","anchor_time":58.316667}
{"id":"ASR_iv_000448_urine_output_trough_nearest_heart_rate_a16p69_n17p06_0","question":"Using the lowest UOP as the reference point, which interval contains the nearest pulse rate observation?\nOptions: A. [71, 74) B. [50, 53) C. [65, 68) D. [74, 77)","answer":"C","answer_text":"[65, 68)","episode_id":"iv_000448","anchor_time":16.694167}
{"id":"ASR_iv_000448_urine_output_peak_nearest_resp_rate_a7p89_n7p06_1","question":"When urinary output is at its maximum, where does the nearest resp rate observation fall?\nOptions: A. [7.5, 10) B. [0, 2.5) C. [17.5, 20) D. [22.5, 25]","answer":"C","answer_text":"[17.5, 20)","episode_id":"iv_000448","anchor_time":7.894167}
{"id":"ASR_iv_000020_spo2_trough_nearest_map_a10p65_n10p65_1","question":"For the moment pulse oximetry saturation reaches its minimum, pick the interval for the nearest mean arterial pressure value.\nOptions: A. [58, 60.7) B. [66.1, 68.8) C. [68.8, 71.5) D. [71.5, 74.2)","answer":"D","answer_text":"[71.5, 74.2)","episode_id":"iv_000020","anchor_time":10.652778}
{"id":"ASR_iv_000130_spo2_peak_nearest_diastolic_bp_a4p9_n4p9_0","question":"Near the time pulse oximetry saturation reaches its peak, which range contains the closest DBP value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [38, 46) B. [30, 38) C. [94, 102) D. [78, 86)","answer":"B","answer_text":"[30, 38)","episode_id":"iv_000130","anchor_time":4.9}
{"id":"ASR_iv_000238_map_peak_nearest_spo2_a140p18_n140p15_0","question":"What range is the nearest SpO2 reading in when mean arterial pressure reaches its highest value?\nOptions: A. [91, 92.5) B. [94, 95.5) C. [85, 86.5) D. [98.5, 100]","answer":"B","answer_text":"[94, 95.5)","episode_id":"iv_000238","anchor_time":140.183333}
{"id":"ASR_iv_000296_resp_rate_peak_nearest_wbc_a23p45_n31p45_0","question":"Which range should be chosen for the WBC count reading closest to the resp rate peak?\nOptions: A. [11.75, 12.24) B. [13.71, 14.2] C. [12.73, 13.22) D. [9.3, 9.79)","answer":"D","answer_text":"[9.3, 9.79)","episode_id":"iv_000296","anchor_time":23.45}
{"id":"ASR_iv_000296_creatinine_trough_nearest_temperature_a44p53_n42p45_1","question":"When serum creatinine is lowest in the episode, which option contains the nearest body temperature reading?\nOptions: A. [99.11, 99.5] B. [96.77, 97.16) C. [95.6, 95.99) D. [97.16, 97.55)","answer":"A","answer_text":"[99.11, 99.5]","episode_id":"iv_000296","anchor_time":44.533333}
{"id":"ASR_iv_000286_creatinine_trough_nearest_wbc_a1p32_n1p32_0","question":"Around the minimum of creatinine level, what interval does the closest white blood cell count reading fall into? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [5.29, 5.56) B. [4.21, 4.48) C. [4.75, 5.02) D. [5.56, 5.83)","answer":"C","answer_text":"[4.75, 5.02)","episode_id":"iv_000286","anchor_time":1.316667}
{"id":"ASR_iv_000286_lactate_peak_nearest_resp_rate_a19_n19p48_1","question":"When serum lactate reaches its highest value, where does the nearest breathing rate measurement fall?\nOptions: A. [2.3, 4.6) B. [0, 2.3) C. [18.4, 20.7) D. [16.1, 18.4)","answer":"C","answer_text":"[18.4, 20.7)","episode_id":"iv_000286","anchor_time":19}
{"id":"ASR_iv_000336_wbc_trough_nearest_temperature_a2p27_n0p53_0","question":"At the moment white blood cell count reaches its minimum, what interval is the nearest temperature in?\nOptions: A. [96.6, 97.02) B. [98.28, 98.7) C. [97.86, 98.28) D. [99.12, 99.54)","answer":"A","answer_text":"[96.6, 97.02)","episode_id":"iv_000336","anchor_time":2.266667}
{"id":"ASR_iv_000336_resp_rate_peak_nearest_wbc_a14p53_n24p03_1","question":"Closest to the time when respiratory rate is highest, what range contains the nearest WBC count value?\nOptions: A. [12.56, 14.13) B. [0, 1.57) C. [7.85, 9.42) D. [9.42, 10.99)","answer":"A","answer_text":"[12.56, 14.13)","episode_id":"iv_000336","anchor_time":14.533333}
{"id":"ASR_iv_000149_urine_output_peak_nearest_heart_rate_a16p74_n16p74_0","question":"At the time when urinary output is highest, which range includes the nearest HR value?\nOptions: A. [74.7, 79.6) B. [104.1, 109] C. [99.2, 104.1) D. [60, 64.9)","answer":"D","answer_text":"[60, 64.9)","episode_id":"iv_000149","anchor_time":16.740278}
{"id":"ASR_iv_000149_resp_rate_trough_nearest_systolic_bp_a26p76_n26p74_1","question":"Which option matches the systolic blood pressure measurement nearest to when resp rate is at its lowest point?\nOptions: A. [128, 133.6) B. [139.2, 144.8) C. [122.4, 128) D. [150.4, 156]","answer":"C","answer_text":"[122.4, 128)","episode_id":"iv_000149","anchor_time":26.756944}
{"id":"ASR_iv_000203_heart_rate_peak_nearest_temperature_a43p17_n45p17_0","question":"When pulse rate reaches its highest value, where does the nearest body temperature measurement fall?\nOptions: A. [98.04, 98.16) B. [97.44, 97.56) C. [98.16, 98.28) D. [98.28, 98.4]","answer":"A","answer_text":"[98.04, 98.16)","episode_id":"iv_000203","anchor_time":43.172222}
{"id":"ASR_iv_000203_temperature_peak_nearest_map_a33p17_n33p17_1","question":"When body temperature reaches the highest point, choose the range for the nearest MAP observation.\nOptions: A. [55.9, 61.8) B. [50, 55.9) C. [85.4, 91.3) D. [91.3, 97.2)","answer":"A","answer_text":"[55.9, 61.8)","episode_id":"iv_000203","anchor_time":33.172222}
{"id":"ASR_iv_000387_heart_rate_peak_nearest_creatinine_a12p25_n12p45_1","question":"Around the peak of HR, what interval does the closest serum creatinine reading fall into?\nOptions: A. [0.72, 0.74) B. [0.7, 0.72) C. [0.6, 0.62) D. [0.64, 0.66)","answer":"C","answer_text":"[0.6, 0.62)","episode_id":"iv_000387","anchor_time":12.250278}
{"id":"ASR_iv_000190_systolic_bp_trough_nearest_urine_output_a6p9_n6p83_0","question":"Which option matches the urinary output measurement nearest to when systolic BP is at its lowest point?\nOptions: A. [210, 320) B. [1090, 1200] C. [980, 1090) D. [540, 650)","answer":"A","answer_text":"[210, 320)","episode_id":"iv_000190","anchor_time":6.8975}
{"id":"ASR_iv_000418_wbc_peak_nearest_urine_output_a0p1_n6p3_1","question":"What range is the nearest UOP reading in when WBC count reaches its highest value?\nOptions: A. [190, 210) B. [90, 110) C. [170, 190) D. [230, 250]","answer":"A","answer_text":"[190, 210)","episode_id":"iv_000418","anchor_time":0.096389}
{"id":"ASR_iv_000014_map_peak_nearest_wbc_a14p7_n5p48_1","question":"At the time mean arterial pressure reaches its peak, which range holds the closest white blood cell count measurement?\nOptions: A. [8.99, 9.2] B. [7.1, 7.31) C. [8.57, 8.78) D. [8.78, 8.99)","answer":"A","answer_text":"[8.99, 9.2]","episode_id":"iv_000014","anchor_time":14.701389}
{"id":"ASR_iv_000055_diastolic_bp_peak_nearest_creatinine_a3p47_n2p43_0","question":"Which listed range covers the creatinine value nearest to the highest diastolic blood pressure?\nOptions: A. [0.87, 0.9] B. [0.69, 0.72) C. [0.81, 0.84) D. [0.72, 0.75)","answer":"A","answer_text":"[0.87, 0.9]","episode_id":"iv_000055","anchor_time":3.466667}
{"id":"ASR_iv_000055_map_peak_nearest_wbc_a57p23_n51p23_1","question":"At the moment MAP reaches its peak, what interval is the nearest white blood cell count in?\nOptions: A. [2.93, 3.86) B. [4.79, 5.72) C. [5.72, 6.65) D. [7.58, 8.51)","answer":"C","answer_text":"[5.72, 6.65)","episode_id":"iv_000055","anchor_time":57.233333}
{"id":"ASR_iv_000075_urine_output_peak_nearest_systolic_bp_a25p16_n25p16_0","question":"Which option matches the SBP measurement nearest to when urine output is at its highest point?\nOptions: A. [118, 122.5) B. [100, 104.5) C. [113.5, 118) D. [104.5, 109)","answer":"D","answer_text":"[104.5, 109)","episode_id":"iv_000075","anchor_time":25.165}
{"id":"ASR_iv_000075_creatinine_peak_nearest_map_a17p43_n17p16_1","question":"Near the highest point in creatinine level, which interval contains the closest MAP measurement?\nOptions: A. [58, 61) B. [67, 70) C. [73, 76] D. [49, 52)","answer":"D","answer_text":"[49, 52)","episode_id":"iv_000075","anchor_time":17.431667}
{"id":"ASR_iv_000039_heart_rate_trough_nearest_wbc_a29p51_n32p2_0","question":"Taking the pulse rate minimum as the reference time, which interval contains the closest white blood cell count? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [13.29, 13.52) B. [12.83, 13.06) C. [14.21, 14.44) D. [13.75, 13.98)","answer":"A","answer_text":"[13.29, 13.52)","episode_id":"iv_000039","anchor_time":29.514722}
{"id":"ASR_iv_000039_wbc_trough_nearest_systolic_bp_a36p96_n36p53_1","question":"When WBC count is at its nadir, where does the nearest systolic blood pressure observation fall?\nOptions: A. [90, 97.4) B. [119.6, 127) C. [134.4, 141.8) D. [104.8, 112.2)","answer":"D","answer_text":"[104.8, 112.2)","episode_id":"iv_000039","anchor_time":36.964722}
{"id":"ASR_iv_000391_heart_rate_trough_nearest_temperature_a0p03_n5p79_1","question":"What interval should the closest temp be assigned to at the minimum of heart rate?\nOptions: A. [97.5, 97.65) B. [97.95, 98.1) C. [98.4, 98.55) D. [98.7, 98.85)","answer":"C","answer_text":"[98.4, 98.55)","episode_id":"iv_000391","anchor_time":0.025833}
{"id":"ASR_iv_000460_resp_rate_peak_nearest_urine_output_a4p25_n4p25_0","question":"For the UOP value nearest the time respiratory rate peaks, which interval is correct?\nOptions: A. [225.2, 252.6) B. [33.4, 60.8) C. [197.8, 225.2) D. [60.8, 88.2)","answer":"B","answer_text":"[33.4, 60.8)","episode_id":"iv_000460","anchor_time":4.25}
{"id":"ASR_iv_000460_lactate_trough_nearest_diastolic_bp_a26p75_n26p25_1","question":"What interval contains the closest diastolic blood pressure measurement to the serum lactate minimum? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [55, 59.5) B. [28, 32.5) C. [50.5, 55) D. [46, 50.5)","answer":"C","answer_text":"[50.5, 55)","episode_id":"iv_000460","anchor_time":26.75}
{"id":"ASR_iv_000178_creatinine_trough_nearest_spo2_a113p85_n113p1_0","question":"Closest to the time when serum creatinine is lowest, what range contains the nearest oxygen saturation value?\nOptions: A. [85, 86.5) B. [95.5, 97) C. [92.5, 94) D. [88, 89.5)","answer":"A","answer_text":"[85, 86.5)","episode_id":"iv_000178","anchor_time":113.85}
{"id":"ASR_iv_000178_wbc_peak_nearest_lactate_a36p88_n21p58_1","question":"At the highest value of WBC count, which range includes the closest lactate observation?\nOptions: A. [34.48, 50.67) B. [2.1, 18.29) C. [147.81, 164] D. [18.29, 34.48)","answer":"B","answer_text":"[2.1, 18.29)","episode_id":"iv_000178","anchor_time":36.883333}
{"id":"ASR_iv_000212_resp_rate_trough_nearest_wbc_a8p81_n3p25_0","question":"When the patient's breathing rate is lowest, which interval has the nearest white blood cell count reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [14.18, 14.67) B. [17.61, 18.1] C. [13.69, 14.18) D. [13.2, 13.69)","answer":"B","answer_text":"[17.61, 18.1]","episode_id":"iv_000212","anchor_time":8.812222}
{"id":"ASR_iv_000212_temperature_trough_nearest_spo2_a3p81_n3p81_1","question":"When body temperature is at its nadir, where does the nearest oxygen saturation observation fall?\nOptions: A. [98.5, 100] B. [85, 86.5) C. [92.5, 94) D. [88, 89.5)","answer":"A","answer_text":"[98.5, 100]","episode_id":"iv_000212","anchor_time":3.812222}
{"id":"ASR_iv_000472_spo2_peak_nearest_resp_rate_a0p2_n0p18_1","question":"For the closest charted breathing rate near the pulse oximetry saturation peak, which range applies? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [29.6, 32.2) B. [24.4, 27) C. [32.2, 34.8) D. [19.2, 21.8)","answer":"B","answer_text":"[24.4, 27)","episode_id":"iv_000472","anchor_time":0.200278}
{"id":"ASR_iv_000420_temperature_trough_nearest_map_a1p33_n1p33_0","question":"Which interval contains the nearest available MAP when temperature is at the lowest point? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [67.4, 72.1) B. [86.2, 90.9) C. [90.9, 95.6) D. [76.8, 81.5)","answer":"D","answer_text":"[76.8, 81.5)","episode_id":"iv_000420","anchor_time":1.333333}
{"id":"ASR_iv_000420_spo2_peak_nearest_heart_rate_a0p83_n0p83_1","question":"At the time SpO2 reaches its peak, which range holds the closest heart rate measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [59.2, 61.5) B. [61.5, 63.8) C. [68.4, 70.7) D. [56.9, 59.2)","answer":"D","answer_text":"[56.9, 59.2)","episode_id":"iv_000420","anchor_time":0.833333}
{"id":"ASR_iv_000067_diastolic_bp_peak_nearest_urine_output_a43p81_n43p81_0","question":"If the reference point is the highest diastolic blood pressure, which interval contains the nearest urine output?\nOptions: A. [254, 280] B. [124, 150) C. [72, 98) D. [46, 72)","answer":"B","answer_text":"[124, 150)","episode_id":"iv_000067","anchor_time":43.811389}
{"id":"ASR_iv_000067_systolic_bp_trough_nearest_wbc_a5p83_n6p08_1","question":"At the nearest white blood cell count measurement to the lowest point in systolic BP, which value range is it in?\nOptions: A. [21.51, 22.4] B. [18.84, 19.73) C. [14.39, 15.28) D. [13.5, 14.39)","answer":"D","answer_text":"[13.5, 14.39)","episode_id":"iv_000067","anchor_time":5.828056}
{"id":"ASR_iv_000099_map_trough_nearest_heart_rate_a70p58_n70p45_0","question":"For the moment MAP reaches its minimum, pick the interval for the nearest heart rate value.\nOptions: A. [67.2, 75.6) B. [8.4, 16.8) C. [50.4, 58.8) D. [16.8, 25.2)","answer":"A","answer_text":"[67.2, 75.6)","episode_id":"iv_000099","anchor_time":70.583333}
{"id":"ASR_iv_000476_spo2_trough_nearest_heart_rate_a11p7_n11p7_0","question":"Around the minimum of pulse oximetry saturation, what interval does the closest HR reading fall into? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [106, 113) B. [57, 64) C. [85, 92) D. [99, 106)","answer":"B","answer_text":"[57, 64)","episode_id":"iv_000476","anchor_time":11.703889}
{"id":"ASR_iv_000476_temperature_peak_nearest_urine_output_a15p7_n15p7_1","question":"At the time closest to the body temperature maximum, which interval contains the closest UOP value?\nOptions: A. [88.3, 164.6) B. [164.6, 240.9) C. [240.9, 317.2) D. [393.5, 469.8)","answer":"A","answer_text":"[88.3, 164.6)","episode_id":"iv_000476","anchor_time":15.703889}
{"id":"ASR_iv_000097_systolic_bp_trough_nearest_spo2_a9p4_n9p4_0","question":"Near the lowest point in systolic BP, which interval contains the closest oxygen saturation measurement?\nOptions: A. [91, 92.5) B. [98.5, 100] C. [89.5, 91) D. [94, 95.5)","answer":"B","answer_text":"[98.5, 100]","episode_id":"iv_000097","anchor_time":9.4}
{"id":"ASR_iv_000097_spo2_peak_nearest_temperature_a0p4_n3p4_1","question":"When SpO2 reaches the highest point, choose the range for the nearest temp observation. If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.3, 97.39) B. [98.11, 98.2] C. [97.66, 97.75) D. [97.57, 97.66)","answer":"D","answer_text":"[97.57, 97.66)","episode_id":"iv_000097","anchor_time":0.4}
{"id":"ASR_iv_000196_map_peak_nearest_temperature_a26p72_n25p72_0","question":"Which range should be chosen for the temp reading closest to the MAP peak?\nOptions: A. [98.04, 98.31) B. [98.58, 98.85) C. [97.5, 97.77) D. [98.31, 98.58)","answer":"B","answer_text":"[98.58, 98.85)","episode_id":"iv_000196","anchor_time":26.716667}
{"id":"ASR_iv_000339_urine_output_peak_nearest_wbc_a63p95_n58p95_1","question":"At the point where urinary output reaches its maximum, which interval contains the nearest WBC count value?\nOptions: A. [14.1, 14.5) B. [15.3, 15.7) C. [16.1, 16.5) D. [17.7, 18.1]","answer":"A","answer_text":"[14.1, 14.5)","episode_id":"iv_000339","anchor_time":63.95}
{"id":"ASR_iv_000318_heart_rate_trough_nearest_wbc_a10p73_n8p88_0","question":"At the heart rate minimum, where does the nearest observed white blood cell count land? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [5.51, 5.62) B. [5.4, 5.51) C. [6.39, 6.5] D. [6.17, 6.28)","answer":"B","answer_text":"[5.4, 5.51)","episode_id":"iv_000318","anchor_time":10.726944}
{"id":"ASR_iv_000318_systolic_bp_trough_nearest_temperature_a3p64_n1p64_1","question":"What interval contains the closest temperature measurement to the systolic blood pressure minimum? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [99.46, 99.8] B. [99.12, 99.46) C. [97.08, 97.42) D. [98.44, 98.78)","answer":"A","answer_text":"[99.46, 99.8]","episode_id":"iv_000318","anchor_time":3.643611}
{"id":"ASR_iv_000457_systolic_bp_peak_nearest_map_a33p37_n33p37_0","question":"For the MAP value closest in time to the SBP peak, which range should be selected?\nOptions: A. [86.6, 90] B. [59.4, 62.8) C. [79.8, 83.2) D. [56, 59.4)","answer":"C","answer_text":"[79.8, 83.2)","episode_id":"iv_000457","anchor_time":33.371944}
{"id":"ASR_iv_000124_map_trough_nearest_wbc_a23p33_n21p02_0","question":"At the moment mean arterial pressure reaches its minimum, what interval is the nearest white blood cell count in?\nOptions: A. [10.94, 11.76) B. [10.12, 10.94) C. [12.58, 13.4) D. [16.68, 17.5]","answer":"C","answer_text":"[12.58, 13.4)","episode_id":"iv_000124","anchor_time":23.334722}
{"id":"ASR_iv_000124_spo2_trough_nearest_map_a0p22_n0p05_1","question":"When SpO2 is lowest in the episode, which option contains the nearest MAP reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [77.8, 80.7) B. [80.7, 83.6) C. [86.5, 89.4) D. [74.9, 77.8)","answer":"B","answer_text":"[80.7, 83.6)","episode_id":"iv_000124","anchor_time":0.218056}
{"id":"ASR_iv_000242_spo2_trough_nearest_map_a5p92_n5p2_0","question":"When oxygen saturation is lowest in the episode, which option contains the nearest mean arterial pressure reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [102.3, 105] B. [91.5, 94.2) C. [80.7, 83.4) D. [99.6, 102.3)","answer":"B","answer_text":"[91.5, 94.2)","episode_id":"iv_000242","anchor_time":5.916667}
{"id":"ASR_iv_000042_diastolic_bp_peak_nearest_spo2_a13p25_n13p23_1","question":"When diastolic BP is at its episode high, select the range containing the nearest pulse oximetry saturation measurement. If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [86.5, 88) B. [95.5, 97) C. [88, 89.5) D. [92.5, 94)","answer":"C","answer_text":"[88, 89.5)","episode_id":"iv_000042","anchor_time":13.25}
{"id":"ASR_iv_000422_resp_rate_trough_nearest_lactate_a12p92_n5p17_0","question":"For the closest measured lactate level around the lowest breathing rate, which interval applies?\nOptions: A. [1.26, 1.3) B. [1.1, 1.14) C. [1.22, 1.26) D. [1.34, 1.38)","answer":"B","answer_text":"[1.1, 1.14)","episode_id":"iv_000422","anchor_time":12.9225}
{"id":"ASR_iv_000254_temperature_peak_nearest_resp_rate_a10p11_n10p11_0","question":"Taking the body temperature peak as the reference time, which interval contains the closest breathing rate? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [20.7, 22.8) B. [10.2, 12.3) C. [16.5, 18.6) D. [14.4, 16.5)","answer":"C","answer_text":"[16.5, 18.6)","episode_id":"iv_000254","anchor_time":10.108889}
{"id":"ASR_iv_000384_systolic_bp_peak_nearest_urine_output_a11p21_n10p21_0","question":"At the highest point for SBP, which option matches the closest urine output reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [84.8, 104) B. [8, 27.2) C. [27.2, 46.4) D. [161.6, 180.8)","answer":"C","answer_text":"[27.2, 46.4)","episode_id":"iv_000384","anchor_time":11.212778}
{"id":"ASR_iv_000384_urine_output_peak_nearest_diastolic_bp_a3p21_n3p21_1","question":"At the time urine output reaches its peak, which range holds the closest DBP measurement?\nOptions: A. [63.5, 68) B. [54.5, 59) C. [68, 72.5) D. [32, 36.5)","answer":"C","answer_text":"[68, 72.5)","episode_id":"iv_000384","anchor_time":3.212778}
{"id":"ASR_iv_000497_systolic_bp_peak_nearest_map_a7p56_n7p56_1","question":"Near the highest point in SBP, which interval contains the closest MAP measurement?\nOptions: A. [87.8, 92] B. [71, 75.2) C. [62.6, 66.8) D. [50, 54.2)","answer":"A","answer_text":"[87.8, 92]","episode_id":"iv_000497","anchor_time":7.559167}
{"id":"ASR_iv_000226_heart_rate_trough_nearest_temperature_a0p28_n0p28_0","question":"Using the lowest HR as the reference point, which interval contains the nearest temp observation? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.2, 97.45) B. [96.7, 96.95) C. [97.7, 97.95) D. [98.7, 98.95)","answer":"B","answer_text":"[96.7, 96.95)","episode_id":"iv_000226","anchor_time":0.283333}
{"id":"ASR_iv_000226_spo2_peak_nearest_temperature_a43p1_n41p1_1","question":"When pulse oximetry saturation hits its highest point, which interval includes the closest available body temperature? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [98.95, 99.2] B. [97.2, 97.45) C. [96.95, 97.2) D. [96.7, 96.95)","answer":"B","answer_text":"[97.2, 97.45)","episode_id":"iv_000226","anchor_time":43.1}
{"id":"ASR_iv_000495_temperature_peak_nearest_systolic_bp_a20p12_n20p18_0","question":"Which answer choice contains the systolic blood pressure measurement closest to the highest temperature?\nOptions: A. [116.4, 127.2) B. [148.8, 159.6) C. [84, 94.8) D. [138, 148.8)","answer":"A","answer_text":"[116.4, 127.2)","episode_id":"iv_000495","anchor_time":20.116667}
{"id":"ASR_iv_000113_map_trough_nearest_wbc_a24p7_n27p58_0","question":"When MAP reaches the lowest point, choose the range for the nearest WBC count observation.\nOptions: A. [5.44, 6.55) B. [9.88, 10.99) C. [1, 2.11) D. [8.77, 9.88)","answer":"B","answer_text":"[9.88, 10.99)","episode_id":"iv_000113","anchor_time":24.7}
{"id":"ASR_iv_000113_resp_rate_peak_nearest_wbc_a36p98_n38p43_1","question":"At the point where respiratory rate reaches its maximum, which interval contains the nearest white blood cell count value?\nOptions: A. [1, 2.11) B. [8.77, 9.88) C. [3.22, 4.33) D. [9.88, 10.99)","answer":"A","answer_text":"[1, 2.11)","episode_id":"iv_000113","anchor_time":36.983333}
{"id":"ASR_iv_000118_heart_rate_peak_nearest_creatinine_a105p02_n97p48_1","question":"At the highest point for pulse rate, which option matches the closest creatinine level reading?\nOptions: A. [0.48, 0.52) B. [0.52, 0.56) C. [0.64, 0.68) D. [0.76, 0.8]","answer":"A","answer_text":"[0.48, 0.52)","episode_id":"iv_000118","anchor_time":105.016667}
{"id":"ASR_iv_000364_systolic_bp_trough_nearest_wbc_a21p39_n29p48_0","question":"At the nearest white blood cell count measurement to the lowest point in SBP, which value range is it in?\nOptions: A. [12.84, 13] B. [12.04, 12.2) C. [12.2, 12.36) D. [11.72, 11.88)","answer":"A","answer_text":"[12.84, 13]","episode_id":"iv_000364","anchor_time":21.393056}
{"id":"ASR_iv_000364_urine_output_peak_nearest_temperature_a57p53_n57p38_1","question":"At the UOP peak, where does the nearest observed temp land?\nOptions: A. [98.29, 98.42) B. [97.9, 98.03) C. [98.03, 98.16) D. [98.42, 98.55)","answer":"A","answer_text":"[98.29, 98.42)","episode_id":"iv_000364","anchor_time":57.526389}
{"id":"ASR_iv_000437_urine_output_trough_nearest_creatinine_a13p51_n10p68_0","question":"At the time UOP reaches its minimum, which range holds the closest creatinine level measurement?\nOptions: A. [0.7, 0.75) B. [0.65, 0.7) C. [1.05, 1.1] D. [1, 1.05)","answer":"D","answer_text":"[1, 1.05)","episode_id":"iv_000437","anchor_time":13.511111}
{"id":"ASR_iv_000437_temperature_trough_nearest_wbc_a23p51_n22p09_1","question":"At the nearest WBC count measurement to the lowest point in temp, which value range is it in?\nOptions: A. [6.86, 7.88) B. [10.94, 11.96) C. [9.92, 10.94) D. [3.8, 4.82)","answer":"A","answer_text":"[6.86, 7.88)","episode_id":"iv_000437","anchor_time":23.511111}
{"id":"ASR_iv_000293_heart_rate_trough_nearest_diastolic_bp_a0p25_n0p29_0","question":"What interval should the closest diastolic BP be assigned to at the minimum of heart rate? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [85.2, 90.6) B. [58.2, 63.6) C. [42, 47.4) D. [74.4, 79.8)","answer":"B","answer_text":"[58.2, 63.6)","episode_id":"iv_000293","anchor_time":0.253333}
{"id":"ASR_iv_000293_wbc_peak_nearest_diastolic_bp_a0p52_n0p69_1","question":"Near the time white blood cell count reaches its peak, which range contains the closest diastolic blood pressure value?\nOptions: A. [74.4, 79.8) B. [58.2, 63.6) C. [85.2, 90.6) D. [63.6, 69)","answer":"B","answer_text":"[58.2, 63.6)","episode_id":"iv_000293","anchor_time":0.52}
{"id":"ASR_iv_000493_spo2_trough_nearest_heart_rate_a0p07_n0p07_1","question":"When SpO2 is at its nadir, where does the nearest pulse rate observation fall?\nOptions: A. [50, 55.5) B. [66.5, 72) C. [55.5, 61) D. [61, 66.5)","answer":"A","answer_text":"[50, 55.5)","episode_id":"iv_000493","anchor_time":0.066667}
{"id":"ASR_iv_000241_systolic_bp_peak_nearest_spo2_a24p45_n24p45_0","question":"Taking the systolic BP peak as the reference time, which interval contains the closest pulse oximetry saturation?\nOptions: A. [94, 95.5) B. [98.5, 100] C. [88, 89.5) D. [97, 98.5)","answer":"D","answer_text":"[97, 98.5)","episode_id":"iv_000241","anchor_time":24.454167}
{"id":"ASR_iv_000241_heart_rate_peak_nearest_resp_rate_a7p45_n7p45_1","question":"Taking the heart rate peak as the reference time, which interval contains the closest respiratory rate?\nOptions: A. [21.8, 24.4) B. [14, 16.6) C. [29.6, 32.2) D. [27, 29.6)","answer":"A","answer_text":"[21.8, 24.4)","episode_id":"iv_000241","anchor_time":7.454167}
{"id":"ASR_iv_000027_diastolic_bp_peak_nearest_temperature_a12p73_n12p82_1","question":"When the record shows diastolic blood pressure at its highest value, which interval includes the nearest temperature?\nOptions: A. [95.6, 96) B. [99.2, 99.6] C. [98.8, 99.2) D. [97.6, 98)","answer":"B","answer_text":"[99.2, 99.6]","episode_id":"iv_000027","anchor_time":12.733333}
{"id":"ASR_iv_000086_diastolic_bp_trough_nearest_lactate_a33p99_n28p96_1","question":"Around the minimum of diastolic BP, what interval does the closest lactate level reading fall into?\nOptions: A. [221.8, 228.6) B. [235.4, 242.2) C. [208.2, 215) D. [187.8, 194.6)","answer":"D","answer_text":"[187.8, 194.6)","episode_id":"iv_000086","anchor_time":33.993611}
{"id":"ASR_iv_000103_urine_output_trough_nearest_wbc_a8p07_n2p07_0","question":"At the moment urinary output reaches its minimum, what interval is the nearest WBC count in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [3.72, 3.88) B. [3.4, 3.56) C. [2.76, 2.92) D. [2.6, 2.76)","answer":"D","answer_text":"[2.6, 2.76)","episode_id":"iv_000103","anchor_time":8.065833}
{"id":"ASR_iv_000103_resp_rate_peak_nearest_creatinine_a63p07_n68p1_1","question":"When breathing rate hits its highest point, which interval includes the closest available creatinine level?\nOptions: A. [0.66, 0.67) B. [0.6, 0.61) C. [0.68, 0.69) D. [0.62, 0.63)","answer":"B","answer_text":"[0.6, 0.61)","episode_id":"iv_000103","anchor_time":63.065833}
{"id":"ASR_iv_000481_wbc_peak_nearest_systolic_bp_a4p17_n4p13_0","question":"Near the highest point of WBC count, what interval contains the closest charted SBP?\nOptions: A. [95.5, 99) B. [106, 109.5) C. [113, 116.5) D. [120, 123.5)","answer":"C","answer_text":"[113, 116.5)","episode_id":"iv_000481","anchor_time":4.167222}
{"id":"ASR_iv_000481_wbc_trough_nearest_resp_rate_a40p17_n39p83_1","question":"When the record shows white blood cell count at its lowest value, which interval includes the nearest breathing rate?\nOptions: A. [25.3, 27] B. [23.6, 25.3) C. [18.5, 20.2) D. [21.9, 23.6)","answer":"D","answer_text":"[21.9, 23.6)","episode_id":"iv_000481","anchor_time":40.167222}
{"id":"ASR_iv_000025_spo2_peak_nearest_heart_rate_a22p62_n22p62_0","question":"At the time when oxygen saturation is highest, which range includes the nearest pulse rate value?\nOptions: A. [73, 77.6) B. [50, 54.6) C. [77.6, 82.2) D. [54.6, 59.2)","answer":"A","answer_text":"[73, 77.6)","episode_id":"iv_000025","anchor_time":22.618333}
{"id":"ASR_iv_000025_wbc_trough_nearest_map_a22p73_n22p62_1","question":"At the point where WBC count reaches its nadir, which interval contains the nearest MAP value?\nOptions: A. [30, 57) B. [111, 138) C. [273, 300] D. [57, 84)","answer":"D","answer_text":"[57, 84)","episode_id":"iv_000025","anchor_time":22.735}
{"id":"ASR_iv_000167_systolic_bp_peak_nearest_heart_rate_a104p84_n104p77_0","question":"Take the time when systolic BP is highest; what range does the nearest pulse rate belong to?\nOptions: A. [88.7, 93] B. [80.1, 84.4) C. [50, 54.3) D. [71.5, 75.8)","answer":"C","answer_text":"[50, 54.3)","episode_id":"iv_000167","anchor_time":104.836111}
{"id":"ASR_iv_000167_urine_output_trough_nearest_temperature_a63p77_n64p77_1","question":"When urine output is at its nadir, where does the nearest temperature observation fall?\nOptions: A. [97.17, 97.48) B. [95.93, 96.24) C. [95, 95.31) D. [95.31, 95.62)","answer":"B","answer_text":"[95.93, 96.24)","episode_id":"iv_000167","anchor_time":63.769444}
{"id":"ASR_iv_000450_creatinine_trough_nearest_heart_rate_a56p27_n56p27_0","question":"At the moment creatinine level reaches its minimum, what interval is the nearest heart rate in?\nOptions: A. [89, 94.8) B. [77.4, 83.2) C. [94.8, 100.6) D. [60, 65.8)","answer":"C","answer_text":"[94.8, 100.6)","episode_id":"iv_000450","anchor_time":56.266667}
{"id":"ASR_iv_000475_lactate_trough_nearest_urine_output_a0p64_n4p39_0","question":"Which listed range covers the urine output value nearest to the lowest serum lactate?\nOptions: A. [91, 152) B. [579, 640] C. [30, 91) D. [274, 335)","answer":"B","answer_text":"[579, 640]","episode_id":"iv_000475","anchor_time":0.640278}
{"id":"ASR_iv_000475_systolic_bp_peak_nearest_resp_rate_a26p16_n26p14_1","question":"Which range should be chosen for the respiratory rate reading closest to the systolic BP peak?\nOptions: A. [27.2, 29.4) B. [18.4, 20.6) C. [33.8, 36] D. [16.2, 18.4)","answer":"D","answer_text":"[16.2, 18.4)","episode_id":"iv_000475","anchor_time":26.156944}
{"id":"ASR_iv_000410_diastolic_bp_trough_nearest_resp_rate_a3p79_n3p71_1","question":"What interval contains the closest resp rate measurement to the diastolic blood pressure minimum?\nOptions: A. [13.5, 16) B. [16, 18.5) C. [11, 13.5) D. [23.5, 26)","answer":"C","answer_text":"[11, 13.5)","episode_id":"iv_000410","anchor_time":3.792222}
{"id":"ASR_iv_000221_temperature_trough_nearest_diastolic_bp_a6p43_n6p43_0","question":"Near the lowest point in temp, which interval contains the closest DBP measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [52.4, 56) B. [59.6, 63.2) C. [56, 59.6) D. [48.8, 52.4)","answer":"D","answer_text":"[48.8, 52.4)","episode_id":"iv_000221","anchor_time":6.433333}
{"id":"ASR_iv_000221_creatinine_peak_nearest_temperature_a42p58_n42p43_1","question":"Which option matches the body temperature measurement nearest to when creatinine level is at its highest point?\nOptions: A. [37, 43.64) B. [56.92, 63.56) C. [63.56, 70.2) D. [90.12, 96.76)","answer":"A","answer_text":"[37, 43.64)","episode_id":"iv_000221","anchor_time":42.583333}
{"id":"ASR_iv_000416_map_trough_nearest_systolic_bp_a6p3_n6p4_1","question":"For the moment MAP reaches its minimum, pick the interval for the nearest SBP value.\nOptions: A. [137.1, 145] B. [121.3, 129.2) C. [89.7, 97.6) D. [113.4, 121.3)","answer":"B","answer_text":"[121.3, 129.2)","episode_id":"iv_000416","anchor_time":6.300556}
{"id":"ASR_iv_000105_systolic_bp_trough_nearest_wbc_a5p62_n3p96_0","question":"Closest to the time when systolic BP is lowest, what range contains the nearest white blood cell count value?\nOptions: A. [18.19, 20.1] B. [1, 2.91) C. [6.73, 8.64) D. [12.46, 14.37)","answer":"B","answer_text":"[1, 2.91)","episode_id":"iv_000105","anchor_time":5.624167}
{"id":"ASR_iv_000371_temperature_peak_nearest_map_a8p83_n8p83_0","question":"Take the time when temp is highest; what range does the nearest mean arterial pressure belong to?\nOptions: A. [86.4, 95.2) B. [60, 68.8) C. [68.8, 77.6) D. [51.2, 60)","answer":"B","answer_text":"[60, 68.8)","episode_id":"iv_000371","anchor_time":8.828889}
{"id":"ASR_iv_000090_creatinine_trough_nearest_heart_rate_a29p2_n28p73_0","question":"What interval should the closest heart rate be assigned to at the minimum of serum creatinine?\nOptions: A. [59, 68) B. [50, 59) C. [68, 77) D. [95, 104)","answer":"C","answer_text":"[68, 77)","episode_id":"iv_000090","anchor_time":29.195}
{"id":"ASR_iv_000090_heart_rate_trough_nearest_diastolic_bp_a0p01_n0p01_1","question":"At the point where pulse rate reaches its nadir, which interval contains the nearest diastolic BP value?\nOptions: A. [66.4, 70] B. [37.6, 41.2) C. [34, 37.6) D. [62.8, 66.4)","answer":"C","answer_text":"[34, 37.6)","episode_id":"iv_000090","anchor_time":0.011667}
{"id":"ASR_iv_000452_urine_output_peak_nearest_resp_rate_a21_n21_0","question":"For the breathing rate value closest in time to the UOP peak, which range should be selected?\nOptions: A. [10.4, 13) B. [0, 2.6) C. [23.4, 26] D. [13, 15.6)","answer":"A","answer_text":"[10.4, 13)","episode_id":"iv_000452","anchor_time":21.004722}
{"id":"ASR_iv_000168_systolic_bp_trough_nearest_temperature_a32p32_n32p32_0","question":"Near the lowest point of SBP, what interval contains the closest charted temperature?\nOptions: A. [42.01, 48.22) B. [35.8, 42.01) C. [91.69, 97.9] D. [79.27, 85.48)","answer":"B","answer_text":"[35.8, 42.01)","episode_id":"iv_000168","anchor_time":32.323333}
{"id":"ASR_iv_000168_lactate_peak_nearest_urine_output_a20p84_n21p32_1","question":"What range is the nearest UOP reading in when lactate level reaches its highest value?\nOptions: A. [259, 300.5) B. [176, 217.5) C. [51.5, 93) D. [300.5, 342)","answer":"C","answer_text":"[51.5, 93)","episode_id":"iv_000168","anchor_time":20.84}
{"id":"ASR_iv_000240_creatinine_trough_nearest_heart_rate_a0p15_n1_0","question":"At the lowest point for serum creatinine, which option matches the closest pulse rate reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [35.6, 44.8) B. [44.8, 54) C. [17.2, 26.4) D. [8, 17.2)","answer":"D","answer_text":"[8, 17.2)","episode_id":"iv_000240","anchor_time":0.148611}
{"id":"ASR_iv_000240_creatinine_peak_nearest_temperature_a0p15_n0p07_1","question":"When serum creatinine hits its highest point, which interval includes the closest available body temperature? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.85, 97.94) B. [97.67, 97.76) C. [98.21, 98.3] D. [97.76, 97.85)","answer":"D","answer_text":"[97.76, 97.85)","episode_id":"iv_000240","anchor_time":0.148611}
{"id":"ASR_iv_000402_heart_rate_peak_nearest_systolic_bp_a39p2_n39p25_0","question":"For the moment pulse rate reaches its peak, pick the interval for the nearest systolic blood pressure value. If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [110.5, 115.2) B. [87, 91.7) C. [105.8, 110.5) D. [124.6, 129.3)","answer":"B","answer_text":"[87, 91.7)","episode_id":"iv_000402","anchor_time":39.196389}
{"id":"ASR_iv_000402_creatinine_trough_nearest_temperature_a32p51_n33p2_1","question":"When the record shows creatinine at its lowest value, which interval includes the nearest body temperature? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.9, 98.15) B. [98.15, 98.4) C. [98.9, 99.15) D. [99.4, 99.65)","answer":"C","answer_text":"[98.9, 99.15)","episode_id":"iv_000402","anchor_time":32.513056}
{"id":"ASR_iv_000048_spo2_trough_nearest_urine_output_a83p93_n81p93_0","question":"What interval should the closest urine output be assigned to at the minimum of pulse oximetry saturation?\nOptions: A. [395, 510) B. [970, 1085) C. [280, 395) D. [510, 625)","answer":"C","answer_text":"[280, 395)","episode_id":"iv_000048","anchor_time":83.926111}
{"id":"ASR_iv_000048_creatinine_trough_nearest_resp_rate_a86p34_n85p93_1","question":"When creatinine bottoms out, which interval contains the closest breathing rate measurement?\nOptions: A. [26, 28.8) B. [31.6, 34.4) C. [12, 14.8) D. [28.8, 31.6)","answer":"D","answer_text":"[28.8, 31.6)","episode_id":"iv_000048","anchor_time":86.342778}
{"id":"ASR_iv_000104_heart_rate_peak_nearest_resp_rate_a17p39_n17p39_0","question":"Look at the breathing rate observation nearest to when heart rate is highest; which interval is it in?\nOptions: A. [19.4, 21.3) B. [13.7, 15.6) C. [15.6, 17.5) D. [23.2, 25.1)","answer":"D","answer_text":"[23.2, 25.1)","episode_id":"iv_000104","anchor_time":17.394167}
{"id":"ASR_iv_000104_diastolic_bp_trough_nearest_wbc_a13p39_n15p28_1","question":"When diastolic blood pressure is lowest in the episode, which option contains the nearest white blood cell count reading?\nOptions: A. [10.7, 10.91) B. [11.33, 11.54) C. [10.91, 11.12) D. [11.75, 11.96)","answer":"A","answer_text":"[10.7, 10.91)","episode_id":"iv_000104","anchor_time":13.394167}
{"id":"ASR_iv_000206_systolic_bp_trough_nearest_wbc_a79p22_n80p35_0","question":"Using the lowest systolic blood pressure as the reference point, which interval contains the nearest WBC count observation?\nOptions: A. [8.78, 9.34) B. [7.1, 7.66) C. [10.46, 11.02) D. [7.66, 8.22)","answer":"A","answer_text":"[8.78, 9.34)","episode_id":"iv_000206","anchor_time":79.220833}
{"id":"ASR_iv_000247_urine_output_trough_nearest_systolic_bp_a68p55_n68p73_0","question":"At the time closest to the urinary output nadir, which interval contains the closest SBP value?\nOptions: A. [99.2, 104.4) B. [135.6, 140.8) C. [130.4, 135.6) D. [125.2, 130.4)","answer":"A","answer_text":"[99.2, 104.4)","episode_id":"iv_000247","anchor_time":68.55}
{"id":"ASR_iv_000200_heart_rate_trough_nearest_diastolic_bp_a16p73_n16p4_1","question":"At the moment HR reaches its minimum, what interval is the nearest diastolic blood pressure in?\nOptions: A. [37, 41.7) B. [46.4, 51.1) C. [69.9, 74.6) D. [55.8, 60.5)","answer":"B","answer_text":"[46.4, 51.1)","episode_id":"iv_000200","anchor_time":16.733333}
{"id":"ASR_iv_000062_systolic_bp_peak_nearest_urine_output_a19p62_n19p62_0","question":"Near the highest point in systolic BP, which interval contains the closest UOP measurement?\nOptions: A. [167, 243) B. [243, 319) C. [395, 471) D. [91, 167)","answer":"D","answer_text":"[91, 167)","episode_id":"iv_000062","anchor_time":19.616667}
{"id":"ASR_iv_000062_spo2_peak_nearest_systolic_bp_a1p72_n1p7_1","question":"When pulse oximetry saturation peaks, which interval contains the closest SBP measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [51.9, 69.2) B. [0, 17.3) C. [121.1, 138.4) D. [138.4, 155.7)","answer":"D","answer_text":"[138.4, 155.7)","episode_id":"iv_000062","anchor_time":1.716667}
{"id":"ASR_iv_000477_map_peak_nearest_urine_output_a1p88_n2p13_0","question":"Around the time of the highest MAP, where does the closest urinary output reading fall?\nOptions: A. [303, 372.5) B. [650.5, 720] C. [94.5, 164) D. [581, 650.5)","answer":"C","answer_text":"[94.5, 164)","episode_id":"iv_000477","anchor_time":1.88}
{"id":"ASR_iv_000477_wbc_trough_nearest_map_a63p23_n63p16_1","question":"At the time WBC count reaches its minimum, which range holds the closest mean arterial pressure measurement?\nOptions: A. [122, 134.6) B. [84.2, 96.8) C. [109.4, 122) D. [71.6, 84.2)","answer":"B","answer_text":"[84.2, 96.8)","episode_id":"iv_000477","anchor_time":63.23}
{"id":"ASR_iv_000147_map_trough_nearest_spo2_a2p03_n2p03_0","question":"At the nearest pulse oximetry saturation measurement to the lowest point in mean arterial pressure, which value range is it in?\nOptions: A. [85, 86.4) B. [96.2, 97.6) C. [97.6, 99] D. [93.4, 94.8)","answer":"B","answer_text":"[96.2, 97.6)","episode_id":"iv_000147","anchor_time":2.033333}
{"id":"ASR_iv_000146_diastolic_bp_peak_nearest_temperature_a31p79_n31p75_0","question":"When diastolic blood pressure peaks, which interval contains the closest body temperature measurement?\nOptions: A. [97.4, 97.57) B. [98.59, 98.76) C. [98.08, 98.25) D. [98.93, 99.1]","answer":"C","answer_text":"[98.08, 98.25)","episode_id":"iv_000146","anchor_time":31.786111}
{"id":"ASR_iv_000146_creatinine_peak_nearest_map_a13p75_n13p75_1","question":"Which option matches the MAP measurement nearest to when creatinine level is at its highest point?\nOptions: A. [89.5, 94) B. [116.5, 121] C. [85, 89.5) D. [80.5, 85)","answer":"C","answer_text":"[85, 89.5)","episode_id":"iv_000146","anchor_time":13.752778}
{"id":"ASR_iv_000225_spo2_peak_nearest_heart_rate_a9p71_n9p71_0","question":"When SpO2 is at its episode high, select the range containing the nearest heart rate measurement. If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [68.9, 77.8) B. [131.2, 140.1) C. [140.1, 149] D. [104.5, 113.4)","answer":"C","answer_text":"[140.1, 149]","episode_id":"iv_000225","anchor_time":9.714444}
{"id":"ASR_iv_000421_urine_output_trough_nearest_temperature_a47p43_n46p43_0","question":"Around the minimum of urinary output, which interval contains the closest recorded body temperature? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [98.44, 98.57) B. [97.79, 97.92) C. [98.18, 98.31) D. [97.66, 97.79)","answer":"A","answer_text":"[98.44, 98.57)","episode_id":"iv_000421","anchor_time":47.433333}
{"id":"ASR_iv_000484_diastolic_bp_trough_nearest_urine_output_a27p52_n27p5_1","question":"When DBP is at its nadir, where does the nearest urinary output observation fall?\nOptions: A. [178, 215) B. [326, 363) C. [289, 326) D. [252, 289)","answer":"C","answer_text":"[289, 326)","episode_id":"iv_000484","anchor_time":27.516667}
{"id":"ASR_iv_000491_resp_rate_peak_nearest_wbc_a34p18_n38p04_0","question":"Using the highest resp rate as the reference point, which interval contains the nearest white blood cell count observation?\nOptions: A. [8.8, 10.07) B. [13.88, 15.15) C. [11.34, 12.61) D. [12.61, 13.88)","answer":"A","answer_text":"[8.8, 10.07)","episode_id":"iv_000491","anchor_time":34.1775}
{"id":"ASR_iv_000451_creatinine_peak_nearest_temperature_a19p64_n19p36_0","question":"What interval should the closest temp be assigned to at the peak of creatinine level?\nOptions: A. [97.94, 98.02) B. [98.02, 98.1) C. [98.34, 98.42) D. [98.42, 98.5]","answer":"D","answer_text":"[98.42, 98.5]","episode_id":"iv_000451","anchor_time":19.643889}
{"id":"ASR_iv_000451_creatinine_trough_nearest_wbc_a8p36_n8p36_1","question":"Around the minimum of serum creatinine, what interval does the closest WBC count reading fall into?\nOptions: A. [10.05, 10.26) B. [10.89, 11.1] C. [9.21, 9.42) D. [9.42, 9.63)","answer":"B","answer_text":"[10.89, 11.1]","episode_id":"iv_000451","anchor_time":8.360556}
{"id":"ASR_iv_000294_diastolic_bp_trough_nearest_urine_output_a15p14_n15p69_1","question":"If the reference point is the lowest diastolic blood pressure, which interval contains the nearest UOP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [95, 170) B. [170, 245) C. [20, 95) D. [545, 620)","answer":"C","answer_text":"[20, 95)","episode_id":"iv_000294","anchor_time":15.143333}
{"id":"ASR_iv_000440_spo2_peak_nearest_resp_rate_a1p81_n1p71_1","question":"For the closest measured resp rate around the highest pulse oximetry saturation, which interval applies? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [18.5, 21) B. [11, 13.5) C. [16, 18.5) D. [13.5, 16)","answer":"D","answer_text":"[13.5, 16)","episode_id":"iv_000440","anchor_time":1.806389}
{"id":"ASR_iv_000121_creatinine_trough_nearest_map_a113p21_n113p19_0","question":"What range is the nearest mean arterial pressure reading in when creatinine reaches its lowest value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [67.6, 74.5) B. [95.2, 102.1) C. [81.4, 88.3) D. [88.3, 95.2)","answer":"C","answer_text":"[81.4, 88.3)","episode_id":"iv_000121","anchor_time":113.207778}
{"id":"ASR_iv_000121_systolic_bp_trough_nearest_spo2_a4p19_n4p19_1","question":"When the patient's SBP is lowest, which interval has the nearest oxygen saturation reading?\nOptions: A. [85, 86.5) B. [95.5, 97) C. [92.5, 94) D. [91, 92.5)","answer":"C","answer_text":"[92.5, 94)","episode_id":"iv_000121","anchor_time":4.191111}
{"id":"ASR_iv_000169_resp_rate_peak_nearest_creatinine_a60p87_n54p92_0","question":"Take the time when resp rate is highest; what range does the nearest creatinine belong to?\nOptions: A. [2.41, 2.48) B. [2.34, 2.41) C. [2.2, 2.27) D. [2.27, 2.34)","answer":"C","answer_text":"[2.2, 2.27)","episode_id":"iv_000169","anchor_time":60.866667}
{"id":"ASR_iv_000169_wbc_trough_nearest_map_a9p53_n9p87_1","question":"Around the minimum of WBC count, which interval contains the closest recorded MAP?\nOptions: A. [57.6, 67.2) B. [67.2, 76.8) C. [76.8, 86.4) D. [48, 57.6)","answer":"B","answer_text":"[67.2, 76.8)","episode_id":"iv_000169","anchor_time":9.533333}
{"id":"ASR_iv_000381_map_peak_nearest_creatinine_a20p72_n9p53_1","question":"If the reference point is the highest mean arterial pressure, which interval contains the nearest serum creatinine?\nOptions: A. [0.92, 0.94) B. [0.94, 0.96) C. [0.98, 1] D. [0.82, 0.84)","answer":"C","answer_text":"[0.98, 1]","episode_id":"iv_000381","anchor_time":20.718056}
{"id":"ASR_iv_000030_wbc_peak_nearest_diastolic_bp_a7p66_n7p44_1","question":"When the patient's WBC count is highest, which interval has the nearest DBP reading?\nOptions: A. [59, 62.5) B. [80, 83.5) C. [76.5, 80) D. [90.5, 94]","answer":"B","answer_text":"[80, 83.5)","episode_id":"iv_000030","anchor_time":7.66}
{"id":"ASR_iv_000400_urine_output_trough_nearest_resp_rate_a20p87_n20p87_0","question":"For the time where urinary output is lowest, which answer range contains the nearest respiratory rate? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [27.2, 30.4) B. [33.6, 36.8) C. [11.2, 14.4) D. [17.6, 20.8)","answer":"A","answer_text":"[27.2, 30.4)","episode_id":"iv_000400","anchor_time":20.866667}
{"id":"ASR_iv_000400_wbc_trough_nearest_heart_rate_a1p58_n1p87_1","question":"Around the time of the lowest white blood cell count, where does the closest HR reading fall?\nOptions: A. [124.2, 134.8) B. [103, 113.6) C. [92.4, 103) D. [113.6, 124.2)","answer":"A","answer_text":"[124.2, 134.8)","episode_id":"iv_000400","anchor_time":1.583333}
{"id":"ASR_iv_000461_resp_rate_peak_nearest_creatinine_a7p6_n9p85_0","question":"When respiratory rate peaks, which interval contains the closest creatinine level measurement?\nOptions: A. [9.3, 18.07) B. [26.84, 35.61) C. [88.23, 97] D. [53.15, 61.92)","answer":"A","answer_text":"[9.3, 18.07)","episode_id":"iv_000461","anchor_time":7.604444}
{"id":"ASR_iv_000461_systolic_bp_peak_nearest_temperature_a20p6_n19p6_1","question":"When SBP reaches the highest point, choose the range for the nearest temp observation.\nOptions: A. [97.88, 98) B. [98.48, 98.6] C. [98, 98.12) D. [97.4, 97.52)","answer":"D","answer_text":"[97.4, 97.52)","episode_id":"iv_000461","anchor_time":20.604444}
{"id":"ASR_iv_000354_heart_rate_peak_nearest_temperature_a45p42_n45p42_0","question":"For the temperature value closest in time to the heart rate peak, which range should be selected?\nOptions: A. [37, 43.46) B. [95.14, 101.6] C. [69.3, 75.76) D. [49.92, 56.38)","answer":"A","answer_text":"[37, 43.46)","episode_id":"iv_000354","anchor_time":45.420278}
{"id":"ASR_iv_000354_diastolic_bp_trough_nearest_resp_rate_a27p44_n27p42_1","question":"Near the lowest point of diastolic blood pressure, what interval contains the closest charted respiratory rate? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [28, 30.5) B. [15.5, 18) C. [25.5, 28) D. [30.5, 33)","answer":"C","answer_text":"[25.5, 28)","episode_id":"iv_000354","anchor_time":27.436944}
{"id":"ASR_iv_000382_map_peak_nearest_wbc_a226p63_n228p23_0","question":"What interval contains the closest white blood cell count measurement to the MAP peak?\nOptions: A. [7.39, 8.52) B. [14.17, 15.3] C. [11.91, 13.04) D. [10.78, 11.91)","answer":"B","answer_text":"[14.17, 15.3]","episode_id":"iv_000382","anchor_time":226.633333}
{"id":"ASR_iv_000010_diastolic_bp_trough_nearest_spo2_a2p33_n2p32_1","question":"At the time when DBP is lowest, which range includes the nearest SpO2 value?\nOptions: A. [86.5, 88) B. [91, 92.5) C. [95.5, 97) D. [98.5, 100]","answer":"D","answer_text":"[98.5, 100]","episode_id":"iv_000010","anchor_time":2.333056}
{"id":"ASR_iv_000173_spo2_peak_nearest_diastolic_bp_a0p78_n0p78_0","question":"At the moment pulse oximetry saturation reaches its peak, what interval is the nearest diastolic blood pressure in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [79.5, 85.2) B. [68.1, 73.8) C. [96.6, 102.3) D. [73.8, 79.5)","answer":"A","answer_text":"[79.5, 85.2)","episode_id":"iv_000173","anchor_time":0.783333}
{"id":"ASR_iv_000173_diastolic_bp_trough_nearest_urine_output_a133p53_n133p53_1","question":"What interval should the closest urine output be assigned to at the minimum of DBP?\nOptions: A. [0, 80) B. [160, 240) C. [80, 160) D. [320, 400)","answer":"C","answer_text":"[80, 160)","episode_id":"iv_000173","anchor_time":133.533333}
{"id":"ASR_iv_000342_wbc_trough_nearest_creatinine_a63p22_n63p22_1","question":"When WBC count bottoms out, which interval contains the closest creatinine level measurement?\nOptions: A. [2.1, 2.18) B. [2.74, 2.82) C. [2.5, 2.58) D. [2.66, 2.74)","answer":"B","answer_text":"[2.74, 2.82)","episode_id":"iv_000342","anchor_time":63.215833}
{"id":"ASR_iv_000115_temperature_trough_nearest_map_a62p24_n62p49_1","question":"Closest to the time when body temperature is lowest, what range contains the nearest mean arterial pressure value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [87.5, 93.6) B. [93.6, 99.7) C. [75.3, 81.4) D. [63.1, 69.2)","answer":"C","answer_text":"[75.3, 81.4)","episode_id":"iv_000115","anchor_time":62.240556}
{"id":"ASR_iv_000363_spo2_trough_nearest_urine_output_a1p58_n0p21_0","question":"For the closest charted urinary output near the SpO2 minimum, which range applies? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [400, 645) B. [1380, 1625) C. [1870, 2115) D. [2605, 2850]","answer":"D","answer_text":"[2605, 2850]","episode_id":"iv_000363","anchor_time":1.580278}
{"id":"ASR_iv_000363_urine_output_trough_nearest_map_a15p58_n13p86_1","question":"At the lowest value of urinary output, which range includes the closest MAP observation?\nOptions: A. [110, 114] B. [78, 82) C. [98, 102) D. [74, 78)","answer":"D","answer_text":"[74, 78)","episode_id":"iv_000363","anchor_time":15.580278}
{"id":"ASR_iv_000231_map_peak_nearest_systolic_bp_a41p56_n41p56_0","question":"For the closest charted systolic blood pressure near the mean arterial pressure peak, which range applies?\nOptions: A. [179, 187] B. [155, 163) C. [147, 155) D. [123, 131)","answer":"A","answer_text":"[179, 187]","episode_id":"iv_000231","anchor_time":41.562778}
{"id":"ASR_iv_000231_temperature_trough_nearest_map_a0p23_n0p1_1","question":"Which range should be chosen for the mean arterial pressure reading closest to the body temperature minimum?\nOptions: A. [82.2, 95.9) B. [68.5, 82.2) C. [0, 13.7) D. [27.4, 41.1)","answer":"B","answer_text":"[68.5, 82.2)","episode_id":"iv_000231","anchor_time":0.229444}
{"id":"ASR_iv_000264_lactate_trough_nearest_urine_output_a6p24_n5p97_0","question":"Which range should be chosen for the UOP reading closest to the serum lactate minimum?\nOptions: A. [180, 216) B. [0, 36) C. [108, 144) D. [324, 360]","answer":"C","answer_text":"[108, 144)","episode_id":"iv_000264","anchor_time":6.2375}
{"id":"ASR_iv_000264_lactate_trough_nearest_systolic_bp_a6p24_n5p97_1","question":"At the time closest to the minimum of lactate, which interval includes the nearest systolic BP?\nOptions: A. [122.4, 127.2) B. [108, 112.8) C. [88.8, 93.6) D. [103.2, 108)","answer":"A","answer_text":"[122.4, 127.2)","episode_id":"iv_000264","anchor_time":6.2375}
{"id":"ASR_iv_000224_creatinine_peak_nearest_diastolic_bp_a2p89_n2p81_1","question":"Which range should be chosen for the DBP reading closest to the serum creatinine peak?\nOptions: A. [15.8, 20.6) B. [11, 15.8) C. [30.2, 35) D. [20.6, 25.4)","answer":"C","answer_text":"[30.2, 35)","episode_id":"iv_000224","anchor_time":2.891389}
{"id":"ASR_iv_000312_map_trough_nearest_wbc_a35p03_n37p58_0","question":"For the white blood cell count value closest in time to the MAP minimum, which range should be selected?\nOptions: A. [12.1, 15.69) B. [22.87, 26.46) C. [33.64, 37.23) D. [44.41, 48]","answer":"A","answer_text":"[12.1, 15.69)","episode_id":"iv_000312","anchor_time":35.026667}
{"id":"ASR_iv_000312_spo2_peak_nearest_urine_output_a4p43_n4p73_1","question":"At the time pulse oximetry saturation reaches its peak, which range holds the closest urinary output measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [10, 87.5) B. [87.5, 165) C. [552.5, 630) D. [707.5, 785]","answer":"D","answer_text":"[707.5, 785]","episode_id":"iv_000312","anchor_time":4.426667}
{"id":"ASR_iv_000356_diastolic_bp_trough_nearest_creatinine_a2p07_n14p53_1","question":"When the patient's diastolic BP is lowest, which interval has the nearest serum creatinine reading?\nOptions: A. [0.7, 0.72) B. [0.78, 0.8] C. [0.6, 0.62) D. [0.72, 0.74)","answer":"B","answer_text":"[0.78, 0.8]","episode_id":"iv_000356","anchor_time":2.066667}
{"id":"ASR_iv_000159_diastolic_bp_trough_nearest_creatinine_a51p59_n50p56_0","question":"At the time closest to the minimum of diastolic blood pressure, which interval includes the nearest creatinine?\nOptions: A. [1.2, 1.36) B. [2, 2.16) C. [2.32, 2.48) D. [2.64, 2.8]","answer":"C","answer_text":"[2.32, 2.48)","episode_id":"iv_000159","anchor_time":51.590278}
{"id":"ASR_iv_000102_spo2_peak_nearest_resp_rate_a0p9_n0p9_0","question":"Taking the SpO2 peak as the reference time, which interval contains the closest breathing rate? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [0, 4.3) B. [21.5, 25.8) C. [12.9, 17.2) D. [17.2, 21.5)","answer":"B","answer_text":"[21.5, 25.8)","episode_id":"iv_000102","anchor_time":0.901111}
{"id":"ASR_iv_000310_map_trough_nearest_temperature_a9p66_n10p59_0","question":"At the mean arterial pressure minimum, where does the nearest observed temperature land?\nOptions: A. [97.58, 97.69) B. [96.92, 97.03) C. [96.7, 96.81) D. [96.81, 96.92)","answer":"A","answer_text":"[97.58, 97.69)","episode_id":"iv_000310","anchor_time":9.659444}
{"id":"ASR_iv_000310_diastolic_bp_peak_nearest_resp_rate_a17p88_n17p59_1","question":"At the highest value of diastolic blood pressure, which range includes the closest resp rate observation?\nOptions: A. [24, 25) B. [21, 22) C. [22, 23) D. [20, 21)","answer":"B","answer_text":"[21, 22)","episode_id":"iv_000310","anchor_time":17.876111}
{"id":"ASR_iv_000372_urine_output_trough_nearest_diastolic_bp_a34p23_n34p13_1","question":"For the diastolic blood pressure value nearest the time urine output bottoms out, which interval is correct?\nOptions: A. [101.9, 108] B. [47, 53.1) C. [71.4, 77.5) D. [89.7, 95.8)","answer":"C","answer_text":"[71.4, 77.5)","episode_id":"iv_000372","anchor_time":34.234167}
{"id":"ASR_iv_000344_urine_output_peak_nearest_wbc_a29p15_n32p15_0","question":"Around the peak of urinary output, what interval does the closest white blood cell count reading fall into?\nOptions: A. [13.3, 13.63) B. [14.62, 14.95) C. [14.29, 14.62) D. [16.27, 16.6]","answer":"A","answer_text":"[13.3, 13.63)","episode_id":"iv_000344","anchor_time":29.154167}
{"id":"ASR_iv_000344_resp_rate_peak_nearest_spo2_a11p15_n11p15_1","question":"Near the time breathing rate reaches its peak, which range contains the closest pulse oximetry saturation value?\nOptions: A. [91, 92.5) B. [94, 95.5) C. [85, 86.5) D. [97, 98.5)","answer":"B","answer_text":"[94, 95.5)","episode_id":"iv_000344","anchor_time":11.154167}
{"id":"ASR_iv_000337_resp_rate_trough_nearest_spo2_a0p68_n0p68_1","question":"When resp rate reaches the lowest point, choose the range for the nearest pulse oximetry saturation observation.\nOptions: A. [98.8, 100] B. [88, 89.2) C. [95.2, 96.4) D. [90.4, 91.6)","answer":"A","answer_text":"[98.8, 100]","episode_id":"iv_000337","anchor_time":0.683333}
{"id":"ASR_iv_000365_systolic_bp_trough_nearest_spo2_a0p7_n0p7_1","question":"Near the lowest point of systolic BP, what interval contains the closest charted pulse oximetry saturation?\nOptions: A. [95.5, 97) B. [91, 92.5) C. [94, 95.5) D. [97, 98.5)","answer":"D","answer_text":"[97, 98.5)","episode_id":"iv_000365","anchor_time":0.699444}
{"id":"ASR_iv_000084_diastolic_bp_peak_nearest_temperature_a40p33_n40p33_0","question":"When DBP is at the episode high, which range includes the nearest body temperature measurement?\nOptions: A. [97.744, 98.216) B. [101.048, 101.52] C. [100.576, 101.048) D. [96.8, 97.272)","answer":"A","answer_text":"[97.744, 98.216)","episode_id":"iv_000084","anchor_time":40.330833}
{"id":"ASR_iv_000084_creatinine_trough_nearest_urine_output_a29p33_n29p33_1","question":"When the patient's creatinine level is lowest, which interval has the nearest urinary output reading?\nOptions: A. [380.5, 420] B. [341, 380.5) C. [104, 143.5) D. [25, 64.5)","answer":"C","answer_text":"[104, 143.5)","episode_id":"iv_000084","anchor_time":29.330833}
{"id":"ASR_iv_000281_resp_rate_peak_nearest_heart_rate_a37p47_n37p47_0","question":"When the record shows breathing rate at its highest value, which interval includes the nearest HR?\nOptions: A. [50, 58) B. [122, 130] C. [106, 114) D. [66, 74)","answer":"B","answer_text":"[122, 130]","episode_id":"iv_000281","anchor_time":37.468889}
{"id":"ASR_iv_000281_systolic_bp_peak_nearest_map_a55p49_n55p49_1","question":"What range is the nearest MAP reading in when systolic blood pressure reaches its highest value?\nOptions: A. [59.6, 64.4) B. [74, 78.8) C. [88.4, 93.2) D. [54.8, 59.6)","answer":"B","answer_text":"[74, 78.8)","episode_id":"iv_000281","anchor_time":55.485556}
{"id":"ASR_iv_000243_spo2_trough_nearest_urine_output_a168p51_n168p51_0","question":"When SpO2 is lowest in the episode, which option contains the nearest urinary output reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [30, 45) B. [15, 30) C. [60, 75) D. [135, 150]","answer":"B","answer_text":"[15, 30)","episode_id":"iv_000243","anchor_time":168.513333}
{"id":"ASR_iv_000243_creatinine_trough_nearest_heart_rate_a85p8_n85p51_1","question":"Taking the creatinine level minimum as the reference time, which interval contains the closest HR? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [78.5, 84.2) B. [95.6, 101.3) C. [67.1, 72.8) D. [50, 55.7)","answer":"B","answer_text":"[95.6, 101.3)","episode_id":"iv_000243","anchor_time":85.796667}
{"id":"ASR_iv_000064_heart_rate_trough_nearest_spo2_a65p36_n65p36_1","question":"At the time closest to the minimum of pulse rate, which interval includes the nearest SpO2?\nOptions: A. [91, 92.5) B. [98.5, 100] C. [85, 86.5) D. [94, 95.5)","answer":"D","answer_text":"[94, 95.5)","episode_id":"iv_000064","anchor_time":65.360278}
{"id":"ASR_iv_000272_map_trough_nearest_heart_rate_a40p12_n40p12_0","question":"Taking the mean arterial pressure minimum as the reference time, which interval contains the closest pulse rate?\nOptions: A. [88, 95) B. [60, 67) C. [67, 74) D. [74, 81)","answer":"A","answer_text":"[88, 95)","episode_id":"iv_000272","anchor_time":40.115833}
{"id":"ASR_iv_000272_systolic_bp_peak_nearest_lactate_a1p8_n2p37_1","question":"When systolic BP is at its episode high, select the range containing the nearest serum lactate measurement.\nOptions: A. [46.58, 61.64) B. [136.94, 152] C. [106.82, 121.88) D. [16.46, 31.52)","answer":"B","answer_text":"[136.94, 152]","episode_id":"iv_000272","anchor_time":1.799167}
{"id":"ASR_iv_000423_diastolic_bp_peak_nearest_heart_rate_a0p12_n0p12_0","question":"When diastolic BP hits its highest point, which interval includes the closest available heart rate?\nOptions: A. [82, 89) B. [96, 103) C. [54, 61) D. [75, 82)","answer":"B","answer_text":"[96, 103)","episode_id":"iv_000423","anchor_time":0.116667}
{"id":"ASR_iv_000423_diastolic_bp_peak_nearest_systolic_bp_a0p12_n0p12_1","question":"For the closest systolic blood pressure observation to the DBP peak, which interval should be selected?\nOptions: A. [111.8, 116.2) B. [103, 107.4) C. [142.6, 147] D. [138.2, 142.6)","answer":"C","answer_text":"[142.6, 147]","episode_id":"iv_000423","anchor_time":0.116667}
{"id":"ASR_iv_000248_temperature_trough_nearest_resp_rate_a17p23_n17p23_0","question":"When temp reaches its lowest value, where does the nearest respiratory rate measurement fall?\nOptions: A. [22.2, 23.8) B. [25.4, 27] C. [12.6, 14.2) D. [15.8, 17.4)","answer":"C","answer_text":"[12.6, 14.2)","episode_id":"iv_000248","anchor_time":17.227778}
{"id":"ASR_iv_000417_spo2_peak_nearest_temperature_a11p12_n9p12_0","question":"At the time SpO2 reaches its peak, which range holds the closest body temperature measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.88, 98.07) B. [98.26, 98.45) C. [98.07, 98.26) D. [99.02, 99.21)","answer":"D","answer_text":"[99.02, 99.21)","episode_id":"iv_000417","anchor_time":11.116667}
{"id":"ASR_iv_000417_heart_rate_peak_nearest_map_a0p2_n0p23_1","question":"When HR reaches the highest point, choose the range for the nearest MAP observation.\nOptions: A. [82.6, 85.7) B. [70.2, 73.3) C. [88.8, 91.9) D. [67.1, 70.2)","answer":"C","answer_text":"[88.8, 91.9)","episode_id":"iv_000417","anchor_time":0.2}
{"id":"ASR_iv_000375_urine_output_peak_nearest_heart_rate_a64p83_n64p57_1","question":"For the HR value closest in time to the urinary output peak, which range should be selected?\nOptions: A. [91, 97.2) B. [97.2, 103.4) C. [72.4, 78.6) D. [60, 66.2)","answer":"D","answer_text":"[60, 66.2)","episode_id":"iv_000375","anchor_time":64.833333}
{"id":"ASR_iv_000123_heart_rate_trough_nearest_temperature_a8p93_n8p93_0","question":"Around the minimum of pulse rate, what interval does the closest body temperature reading fall into? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [98.72, 98.76) B. [98.6, 98.64) C. [98.76, 98.8] D. [98.68, 98.72)","answer":"C","answer_text":"[98.76, 98.8]","episode_id":"iv_000123","anchor_time":8.927778}
{"id":"ASR_iv_000123_urine_output_peak_nearest_resp_rate_a0p08_n0p04_1","question":"Which range should be chosen for the respiratory rate reading closest to the urinary output peak?\nOptions: A. [13.9, 15.2) B. [19.1, 20.4) C. [16.5, 17.8) D. [21.7, 23]","answer":"A","answer_text":"[13.9, 15.2)","episode_id":"iv_000123","anchor_time":0.077778}
{"id":"ASR_iv_000122_creatinine_trough_nearest_wbc_a43p2_n43p2_0","question":"When creatinine is at its nadir, where does the nearest WBC count observation fall?\nOptions: A. [11.08, 11.76) B. [10.4, 11.08) C. [12.44, 13.12) D. [13.12, 13.8)","answer":"B","answer_text":"[10.4, 11.08)","episode_id":"iv_000122","anchor_time":43.2}
{"id":"ASR_iv_000157_creatinine_trough_nearest_heart_rate_a11p36_n11p36_0","question":"When creatinine is lowest in the episode, which option contains the nearest HR reading?\nOptions: A. [86.4, 90.8) B. [82, 86.4) C. [95.2, 99.6) D. [64.4, 68.8)","answer":"C","answer_text":"[95.2, 99.6)","episode_id":"iv_000157","anchor_time":11.364444}
{"id":"ASR_iv_000157_spo2_peak_nearest_creatinine_a0p65_n0p86_1","question":"When oxygen saturation hits its highest point, which interval includes the closest available creatinine level? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [0.66, 0.67) B. [0.65, 0.66) C. [0.69, 0.7] D. [0.64, 0.65)","answer":"C","answer_text":"[0.69, 0.7]","episode_id":"iv_000157","anchor_time":0.647778}
{"id":"ASR_iv_000355_urine_output_peak_nearest_resp_rate_a12p49_n12p49_0","question":"If the reference point is the highest urinary output, which interval contains the nearest breathing rate?\nOptions: A. [20.4, 21.2) B. [14.8, 15.6) C. [16.4, 17.2) D. [15.6, 16.4)","answer":"C","answer_text":"[16.4, 17.2)","episode_id":"iv_000355","anchor_time":12.493889}
{"id":"ASR_iv_000355_creatinine_trough_nearest_diastolic_bp_a9p33_n9p49_1","question":"At the lowest value of serum creatinine, which range includes the closest diastolic blood pressure observation?\nOptions: A. [56, 63) B. [49, 56) C. [91, 98) D. [98, 105]","answer":"B","answer_text":"[49, 56)","episode_id":"iv_000355","anchor_time":9.327222}
{"id":"ASR_iv_000009_diastolic_bp_peak_nearest_heart_rate_a22p17_n22p17_0","question":"What range is the nearest heart rate reading in when diastolic BP reaches its highest value?\nOptions: A. [85, 92) B. [99, 106) C. [57, 64) D. [92, 99)","answer":"D","answer_text":"[92, 99)","episode_id":"iv_000009","anchor_time":22.166667}
{"id":"ASR_iv_000009_map_peak_nearest_resp_rate_a22p17_n22p18_1","question":"Around the peak of MAP, which interval contains the closest recorded resp rate?\nOptions: A. [22.5, 27) B. [31.5, 36) C. [27, 31.5) D. [18, 22.5)","answer":"B","answer_text":"[31.5, 36)","episode_id":"iv_000009","anchor_time":22.166667}
{"id":"ASR_iv_000165_map_peak_nearest_creatinine_a23p46_n21p38_1","question":"When the record shows MAP at its highest value, which interval includes the nearest serum creatinine?\nOptions: A. [1.28, 1.32) B. [1.24, 1.28) C. [1.32, 1.36) D. [1.44, 1.48)","answer":"A","answer_text":"[1.28, 1.32)","episode_id":"iv_000165","anchor_time":23.463611}
{"id":"ASR_iv_000306_temperature_peak_nearest_lactate_a17p69_n17p28_0","question":"When temperature hits its highest point, which interval includes the closest available serum lactate?\nOptions: A. [1.52, 1.7) B. [0.8, 0.98) C. [1.34, 1.52) D. [2.42, 2.6]","answer":"B","answer_text":"[0.8, 0.98)","episode_id":"iv_000306","anchor_time":17.693333}
{"id":"ASR_iv_000306_systolic_bp_peak_nearest_map_a33p69_n33p69_1","question":"Take the time when systolic BP is highest; what range does the nearest mean arterial pressure belong to?\nOptions: A. [88.2, 109.8) B. [153, 174.6) C. [131.4, 153) D. [239.4, 261]","answer":"D","answer_text":"[239.4, 261]","episode_id":"iv_000306","anchor_time":33.693333}
{"id":"ASR_iv_000000_diastolic_bp_trough_nearest_spo2_a20p73_n20p73_0","question":"At the point where diastolic blood pressure reaches its nadir, which interval contains the nearest SpO2 value?\nOptions: A. [91, 92.5) B. [92.5, 94) C. [85, 86.5) D. [97, 98.5)","answer":"D","answer_text":"[97, 98.5)","episode_id":"iv_000000","anchor_time":20.731667}
{"id":"ASR_iv_000271_map_trough_nearest_creatinine_a8p24_n3p09_0","question":"When mean arterial pressure bottoms out, which interval contains the closest creatinine level measurement?\nOptions: A. [2.2, 2.22) B. [2.1, 2.12) C. [2.22, 2.24) D. [2.24, 2.26)","answer":"B","answer_text":"[2.1, 2.12)","episode_id":"iv_000271","anchor_time":8.236111}
{"id":"ASR_iv_000399_temperature_peak_nearest_heart_rate_a104p34_n104p34_0","question":"Around the time of the highest body temperature, where does the closest heart rate reading fall?\nOptions: A. [95.5, 104.6) B. [113.7, 122.8) C. [104.6, 113.7) D. [68.2, 77.3)","answer":"D","answer_text":"[68.2, 77.3)","episode_id":"iv_000399","anchor_time":104.336111}
{"id":"ASR_iv_000399_map_trough_nearest_urine_output_a19p75_n19p25_1","question":"If the reference point is the lowest mean arterial pressure, which interval contains the nearest urinary output?\nOptions: A. [40, 80) B. [0, 40) C. [280, 320) D. [200, 240)","answer":"D","answer_text":"[200, 240)","episode_id":"iv_000399","anchor_time":19.752778}
{"id":"ASR_iv_000319_creatinine_peak_nearest_systolic_bp_a1p8_n2p15_1","question":"When creatinine peaks, which interval contains the closest systolic BP measurement?\nOptions: A. [120, 128.5) B. [128.5, 137) C. [111.5, 120) D. [162.5, 171]","answer":"C","answer_text":"[111.5, 120)","episode_id":"iv_000319","anchor_time":1.8}
{"id":"ASR_iv_000054_resp_rate_peak_nearest_creatinine_a1p58_n0p28_1","question":"Take the time when resp rate is highest; what range does the nearest creatinine level belong to?\nOptions: A. [1.07, 1.08) B. [1.09, 1.1] C. [1.04, 1.05) D. [1, 1.01)","answer":"D","answer_text":"[1, 1.01)","episode_id":"iv_000054","anchor_time":1.575556}
{"id":"ASR_iv_000259_creatinine_peak_nearest_systolic_bp_a5p47_n5p47_0","question":"Look at the SBP observation nearest to when serum creatinine is highest; which interval is it in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [128.2, 139) B. [117.4, 128.2) C. [182.2, 193] D. [85, 95.8)","answer":"D","answer_text":"[85, 95.8)","episode_id":"iv_000259","anchor_time":5.465833}
{"id":"ASR_iv_000259_systolic_bp_trough_nearest_spo2_a70p47_n70p47_1","question":"At the time systolic BP reaches its minimum, which range holds the closest oxygen saturation measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [10, 20) B. [20, 30) C. [70, 80) D. [80, 90)","answer":"D","answer_text":"[80, 90)","episode_id":"iv_000259","anchor_time":70.465833}
{"id":"ASR_iv_000091_spo2_peak_nearest_diastolic_bp_a0p6_n0p6_0","question":"Around the peak of pulse oximetry saturation, which interval contains the closest recorded DBP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [73.4, 78.6) B. [68.2, 73.4) C. [83.8, 89) D. [89, 94.2)","answer":"B","answer_text":"[68.2, 73.4)","episode_id":"iv_000091","anchor_time":0.596667}
{"id":"ASR_iv_000091_systolic_bp_peak_nearest_diastolic_bp_a97p61_n97p61_1","question":"Which option matches the diastolic BP measurement nearest to when systolic blood pressure is at its highest point?\nOptions: A. [83.8, 89) B. [94.2, 99.4) C. [89, 94.2) D. [104.6, 109.8)","answer":"D","answer_text":"[104.6, 109.8)","episode_id":"iv_000091","anchor_time":97.613333}
{"id":"ASR_iv_000256_diastolic_bp_trough_nearest_heart_rate_a19p09_n19p09_0","question":"For the HR value nearest the time DBP bottoms out, which interval is correct?\nOptions: A. [93.6, 99.2) B. [104.8, 110.4) C. [82.4, 88) D. [71.2, 76.8)","answer":"B","answer_text":"[104.8, 110.4)","episode_id":"iv_000256","anchor_time":19.090833}
{"id":"ASR_iv_000256_map_trough_nearest_diastolic_bp_a19p09_n19p09_1","question":"When mean arterial pressure is lowest in the episode, which option contains the nearest diastolic BP reading?\nOptions: A. [54.2, 60.4) B. [48, 54.2) C. [17, 23.2) D. [72.8, 79]","answer":"C","answer_text":"[17, 23.2)","episode_id":"iv_000256","anchor_time":19.090833}
{"id":"ASR_iv_000001_resp_rate_peak_nearest_urine_output_a5p1_n5p1_0","question":"Which listed range covers the UOP value nearest to the highest respiratory rate?\nOptions: A. [318, 350] B. [62, 94) C. [222, 254) D. [94, 126)","answer":"B","answer_text":"[62, 94)","episode_id":"iv_000001","anchor_time":5.1}
{"id":"ASR_iv_000459_diastolic_bp_trough_nearest_map_a49p69_n49p69_0","question":"What interval should the closest MAP be assigned to at the minimum of diastolic blood pressure?\nOptions: A. [91.4, 96.6) B. [65.4, 70.6) C. [96.6, 101.8) D. [101.8, 107]","answer":"B","answer_text":"[65.4, 70.6)","episode_id":"iv_000459","anchor_time":49.691111}
{"id":"ASR_iv_000459_spo2_trough_nearest_urine_output_a24p22_n24p57_1","question":"Take the time when pulse oximetry saturation is lowest; what range does the nearest urinary output belong to? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [172, 226) B. [118, 172) C. [442, 496) D. [334, 388)","answer":"B","answer_text":"[118, 172)","episode_id":"iv_000459","anchor_time":24.224444}
{"id":"ASR_iv_000080_map_trough_nearest_resp_rate_a62p04_n62p04_1","question":"What interval contains the closest respiratory rate measurement to the MAP minimum?\nOptions: A. [32.2, 34] B. [26.8, 28.6) C. [28.6, 30.4) D. [23.2, 25)","answer":"D","answer_text":"[23.2, 25)","episode_id":"iv_000080","anchor_time":62.037778}
{"id":"ASR_iv_000431_creatinine_trough_nearest_urine_output_a12p32_n12p32_0","question":"When creatinine level bottoms out, which interval contains the closest urinary output measurement?\nOptions: A. [201, 258) B. [87, 144) C. [30, 87) D. [372, 429)","answer":"C","answer_text":"[30, 87)","episode_id":"iv_000431","anchor_time":12.3175}
{"id":"ASR_iv_000455_creatinine_peak_nearest_wbc_a3p02_n3p02_1","question":"For the closest measured WBC count around the highest creatinine, which interval applies? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [16.22, 16.96) B. [14, 14.74) C. [13.26, 14) D. [14.74, 15.48)","answer":"B","answer_text":"[14, 14.74)","episode_id":"iv_000455","anchor_time":3.023056}
{"id":"ASR_iv_000328_heart_rate_trough_nearest_temperature_a7p23_n6p98_0","question":"When pulse rate hits its lowest point, which interval includes the closest available body temperature?\nOptions: A. [97.26, 97.53) B. [96.72, 96.99) C. [95.64, 95.91) D. [95.1, 95.37)","answer":"D","answer_text":"[95.1, 95.37)","episode_id":"iv_000328","anchor_time":7.231944}
{"id":"ASR_iv_000328_lactate_peak_nearest_resp_rate_a12p32_n12p02_1","question":"Using the highest lactate level as the reference point, which interval contains the nearest respiratory rate observation?\nOptions: A. [5.2, 7.8) B. [18.2, 20.8) C. [15.6, 18.2) D. [13, 15.6)","answer":"C","answer_text":"[15.6, 18.2)","episode_id":"iv_000328","anchor_time":12.315278}
{"id":"ASR_iv_000404_resp_rate_peak_nearest_urine_output_a1p73_n3p93_0","question":"At the nearest urinary output measurement to the highest point in breathing rate, which value range is it in?\nOptions: A. [15, 17.5) B. [5, 7.5) C. [12.5, 15) D. [22.5, 25]","answer":"D","answer_text":"[22.5, 25]","episode_id":"iv_000404","anchor_time":1.73}
{"id":"ASR_iv_000436_creatinine_peak_nearest_map_a68p53_n68p27_0","question":"For the moment creatinine reaches its peak, pick the interval for the nearest MAP value.\nOptions: A. [71, 81) B. [81, 91) C. [11, 21) D. [91, 101]","answer":"A","answer_text":"[71, 81)","episode_id":"iv_000436","anchor_time":68.532778}
{"id":"ASR_iv_000436_creatinine_trough_nearest_temperature_a7p98_n9p27_1","question":"When serum creatinine reaches its lowest value, where does the nearest temp measurement fall?\nOptions: A. [82.41, 88.94) B. [69.35, 75.88) C. [95.47, 102] D. [49.76, 56.29)","answer":"C","answer_text":"[95.47, 102]","episode_id":"iv_000436","anchor_time":7.982778}
{"id":"ASR_iv_000058_heart_rate_trough_nearest_resp_rate_a3p81_n3p77_0","question":"For the respiratory rate value nearest the time HR bottoms out, which interval is correct? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [17.5, 19) B. [10, 11.5) C. [14.5, 16) D. [16, 17.5)","answer":"D","answer_text":"[16, 17.5)","episode_id":"iv_000058","anchor_time":3.805556}
{"id":"ASR_iv_000058_urine_output_peak_nearest_map_a22p86_n22p86_1","question":"Which listed range covers the mean arterial pressure value nearest to the highest urine output?\nOptions: A. [56, 58.5) B. [78.5, 81] C. [73.5, 76) D. [68.5, 71)","answer":"C","answer_text":"[73.5, 76)","episode_id":"iv_000058","anchor_time":22.855556}
{"id":"ASR_iv_000005_spo2_trough_nearest_temperature_a162p28_n161p23_0","question":"What interval contains the closest temperature measurement to the oxygen saturation minimum?\nOptions: A. [70.05, 76.66) B. [43.61, 50.22) C. [83.27, 89.88) D. [96.49, 103.1]","answer":"D","answer_text":"[96.49, 103.1]","episode_id":"iv_000005","anchor_time":162.275833}
{"id":"ASR_iv_000005_urine_output_peak_nearest_temperature_a58p23_n57p23_1","question":"When UOP is at its maximum, where does the nearest temperature observation fall? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [43.61, 50.22) B. [83.27, 89.88) C. [37, 43.61) D. [96.49, 103.1]","answer":"C","answer_text":"[37, 43.61)","episode_id":"iv_000005","anchor_time":58.225833}
{"id":"ASR_iv_000283_resp_rate_peak_nearest_urine_output_a11p88_n11p81_1","question":"At the point where breathing rate reaches its maximum, which interval contains the nearest UOP value?\nOptions: A. [320, 340) B. [200, 220) C. [280, 300) D. [380, 400]","answer":"B","answer_text":"[200, 220)","episode_id":"iv_000283","anchor_time":11.880278}
{"id":"ASR_iv_000128_spo2_peak_nearest_temperature_a0p8_n1p16_0","question":"When SpO2 peaks, which interval contains the closest temp measurement?\nOptions: A. [35.7, 42.107) B. [67.735, 74.142) C. [61.328, 67.735) D. [86.956, 93.363)","answer":"A","answer_text":"[35.7, 42.107)","episode_id":"iv_000128","anchor_time":0.797222}
{"id":"ASR_iv_000270_heart_rate_trough_nearest_creatinine_a8p65_n8p58_0","question":"Around the minimum of HR, which interval contains the closest recorded serum creatinine? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [8.24, 15.88) B. [69.36, 77] C. [0.6, 8.24) D. [54.08, 61.72)","answer":"C","answer_text":"[0.6, 8.24)","episode_id":"iv_000270","anchor_time":8.6475}
{"id":"ASR_iv_000405_wbc_peak_nearest_temperature_a3p6_n3p41_0","question":"What range contains the temperature value closest in time to when white blood cell count is highest?\nOptions: A. [98.62, 98.81) B. [97.29, 97.48) C. [98.05, 98.24) D. [98.43, 98.62)","answer":"B","answer_text":"[97.29, 97.48)","episode_id":"iv_000405","anchor_time":3.595278}
{"id":"ASR_iv_000405_wbc_trough_nearest_heart_rate_a2p43_n3p38_1","question":"Look at the HR observation nearest to when white blood cell count is lowest; which interval is it in?\nOptions: A. [53, 57) B. [77, 81) C. [61, 65) D. [85, 89]","answer":"B","answer_text":"[77, 81)","episode_id":"iv_000405","anchor_time":2.428611}
{"id":"ASR_iv_000195_creatinine_peak_nearest_urine_output_a30p19_n29p79_1","question":"When the patient's creatinine is highest, which interval has the nearest urine output reading?\nOptions: A. [175, 210) B. [315, 350] C. [0, 35) D. [105, 140)","answer":"C","answer_text":"[0, 35)","episode_id":"iv_000195","anchor_time":30.194444}
{"id":"ASR_iv_000032_urine_output_trough_nearest_lactate_a47p52_n15p83_0","question":"Closest to the time when UOP is lowest, what range contains the nearest lactate value?\nOptions: A. [0.93, 1] B. [0.58, 0.65) C. [0.37, 0.44) D. [0.3, 0.37)","answer":"D","answer_text":"[0.3, 0.37)","episode_id":"iv_000032","anchor_time":47.5175}
{"id":"ASR_iv_000032_temperature_peak_nearest_lactate_a0p6_n1p03_1","question":"For the closest measured lactate around the highest temperature, which interval applies? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [0.86, 0.93) B. [0.44, 0.51) C. [0.37, 0.44) D. [0.93, 1]","answer":"D","answer_text":"[0.93, 1]","episode_id":"iv_000032","anchor_time":0.600833}
{"id":"ASR_iv_000305_spo2_trough_nearest_map_a0p44_n0p45_0","question":"For the moment pulse oximetry saturation reaches its minimum, pick the interval for the nearest MAP value. If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [60.6, 67.8) B. [89.4, 96.6) C. [53.4, 60.6) D. [67.8, 75)","answer":"B","answer_text":"[89.4, 96.6)","episode_id":"iv_000305","anchor_time":0.437778}
{"id":"ASR_iv_000305_systolic_bp_trough_nearest_resp_rate_a8p89_n8p84_1","question":"At the time closest to the minimum of SBP, which interval includes the nearest respiratory rate?\nOptions: A. [15.9, 16.6) B. [13.1, 13.8) C. [14.5, 15.2) D. [17.3, 18]","answer":"A","answer_text":"[15.9, 16.6)","episode_id":"iv_000305","anchor_time":8.887778}
{"id":"ASR_iv_000487_spo2_trough_nearest_map_a21p9_n21p9_0","question":"What range contains the mean arterial pressure value closest in time to when SpO2 is lowest? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [78, 81.8) B. [97, 100.8) C. [104.6, 108.4) D. [85.6, 89.4)","answer":"D","answer_text":"[85.6, 89.4)","episode_id":"iv_000487","anchor_time":21.901111}
{"id":"ASR_iv_000429_map_trough_nearest_diastolic_bp_a44p48_n44p48_0","question":"What range is the nearest diastolic BP reading in when MAP reaches its lowest value?\nOptions: A. [84.1, 89] B. [44.9, 49.8) C. [40, 44.9) D. [59.6, 64.5)","answer":"C","answer_text":"[40, 44.9)","episode_id":"iv_000429","anchor_time":44.477222}
{"id":"ASR_iv_000078_heart_rate_trough_nearest_diastolic_bp_a30p15_n30p15_0","question":"Which interval contains the nearest available diastolic blood pressure when pulse rate is at the lowest point?\nOptions: A. [46.1, 53.2) B. [102.9, 110] C. [81.6, 88.7) D. [95.8, 102.9)","answer":"A","answer_text":"[46.1, 53.2)","episode_id":"iv_000078","anchor_time":30.15}
{"id":"ASR_iv_000078_systolic_bp_trough_nearest_map_a11p15_n11p15_1","question":"Which answer choice contains the MAP measurement closest to the lowest SBP?\nOptions: A. [55, 60.9) B. [66.8, 72.7) C. [72.7, 78.6) D. [108.1, 114]","answer":"B","answer_text":"[66.8, 72.7)","episode_id":"iv_000078","anchor_time":11.15}
{"id":"ASR_iv_000056_heart_rate_trough_nearest_creatinine_a0p15_n1p03_1","question":"When HR bottoms out, which interval contains the closest creatinine level measurement?\nOptions: A. [26.64, 39.56) B. [91.24, 104.16) C. [78.32, 91.24) D. [0.8, 13.72)","answer":"D","answer_text":"[0.8, 13.72)","episode_id":"iv_000056","anchor_time":0.145833}
{"id":"ASR_iv_000024_resp_rate_peak_nearest_systolic_bp_a27p71_n27p71_0","question":"When the patient's breathing rate is highest, which interval has the nearest systolic BP reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [122, 128) B. [104, 110) C. [116, 122) D. [86, 92)","answer":"C","answer_text":"[116, 122)","episode_id":"iv_000024","anchor_time":27.708333}
{"id":"ASR_iv_000024_diastolic_bp_peak_nearest_creatinine_a68p71_n59p86_1","question":"At the time when DBP is highest, which range includes the nearest serum creatinine value?\nOptions: A. [0.64, 0.65) B. [0.61, 0.62) C. [0.62, 0.63) D. [0.69, 0.7]","answer":"D","answer_text":"[0.69, 0.7]","episode_id":"iv_000024","anchor_time":68.708333}
{"id":"ASR_iv_000046_heart_rate_peak_nearest_resp_rate_a51p7_n52p1_0","question":"Closest to the time when heart rate is highest, what range contains the nearest resp rate value?\nOptions: A. [15, 16.5) B. [18, 19.5) C. [24, 25.5) D. [22.5, 24)","answer":"B","answer_text":"[18, 19.5)","episode_id":"iv_000046","anchor_time":51.700556}
{"id":"ASR_iv_000260_map_peak_nearest_resp_rate_a16p19_n16p01_0","question":"For the breathing rate value closest in time to the MAP peak, which range should be selected?\nOptions: A. [19.6, 20.8) B. [13.6, 14.8) C. [12.4, 13.6) D. [18.4, 19.6)","answer":"C","answer_text":"[12.4, 13.6)","episode_id":"iv_000260","anchor_time":16.190833}
{"id":"ASR_iv_000260_urine_output_peak_nearest_heart_rate_a25p01_n25p01_1","question":"When urine output hits its highest point, which interval includes the closest available heart rate?\nOptions: A. [80.6, 85.7) B. [85.7, 90.8) C. [50, 55.1) D. [60.2, 65.3)","answer":"B","answer_text":"[85.7, 90.8)","episode_id":"iv_000260","anchor_time":25.0075}
{"id":"ASR_iv_000070_urine_output_trough_nearest_temperature_a30p96_n31p03_0","question":"When urine output is at the episode low, which range includes the nearest temp measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [98.24, 98.38) B. [98.1, 98.24) C. [98.52, 98.66) D. [98.66, 98.8]","answer":"D","answer_text":"[98.66, 98.8]","episode_id":"iv_000070","anchor_time":30.961111}
{"id":"ASR_iv_000070_resp_rate_trough_nearest_heart_rate_a35p03_n35p03_1","question":"At the time closest to the breathing rate nadir, which interval contains the closest heart rate value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [105.6, 113.8) B. [97.4, 105.6) C. [48.2, 56.4) D. [40, 48.2)","answer":"B","answer_text":"[97.4, 105.6)","episode_id":"iv_000070","anchor_time":35.027778}
{"id":"ASR_iv_000386_wbc_trough_nearest_spo2_a63p22_n63p67_0","question":"For the moment WBC count reaches its minimum, pick the interval for the nearest SpO2 value.\nOptions: A. [88, 89.5) B. [98.5, 100] C. [94, 95.5) D. [85, 86.5)","answer":"B","answer_text":"[98.5, 100]","episode_id":"iv_000386","anchor_time":63.224444}
{"id":"ASR_iv_000386_temperature_trough_nearest_map_a4p07_n4p17_1","question":"What range is the nearest mean arterial pressure reading in when temp reaches its lowest value?\nOptions: A. [60.2, 63.5) B. [70.1, 73.4) C. [73.4, 76.7) D. [66.8, 70.1)","answer":"C","answer_text":"[73.4, 76.7)","episode_id":"iv_000386","anchor_time":4.074444}
{"id":"ASR_iv_000427_urine_output_trough_nearest_resp_rate_a339p33_n339p33_0","question":"At the lowest value of urinary output, which range includes the closest resp rate observation?\nOptions: A. [10, 12.9) B. [21.6, 24.5) C. [30.3, 33.2) D. [15.8, 18.7)","answer":"C","answer_text":"[30.3, 33.2)","episode_id":"iv_000427","anchor_time":339.333333}
{"id":"ASR_iv_000427_resp_rate_peak_nearest_temperature_a347p33_n347p33_1","question":"For the temperature value closest in time to the respiratory rate peak, which range should be selected?\nOptions: A. [98.3, 98.7) B. [100.3, 100.7) C. [97.5, 97.9) D. [99.5, 99.9)","answer":"D","answer_text":"[99.5, 99.9)","episode_id":"iv_000427","anchor_time":347.333333}
{"id":"ASR_iv_000204_temperature_peak_nearest_systolic_bp_a9p72_n9p75_1","question":"At the body temperature peak, where does the nearest observed systolic blood pressure land?\nOptions: A. [128, 134.9) B. [169.4, 176.3) C. [162.5, 169.4) D. [155.6, 162.5)","answer":"D","answer_text":"[155.6, 162.5)","episode_id":"iv_000204","anchor_time":9.716667}
{"id":"ASR_iv_000298_spo2_peak_nearest_systolic_bp_a20p54_n20p54_1","question":"At the time when pulse oximetry saturation is highest, which range includes the nearest systolic BP value?\nOptions: A. [91, 100.6) B. [100.6, 110.2) C. [71.8, 81.4) D. [52.6, 62.2)","answer":"B","answer_text":"[100.6, 110.2)","episode_id":"iv_000298","anchor_time":20.536389}
{"id":"ASR_iv_000219_resp_rate_peak_nearest_diastolic_bp_a10p43_n10p43_1","question":"Near the highest point in resp rate, which interval contains the closest diastolic blood pressure measurement?\nOptions: A. [36.8, 44) B. [15.2, 22.4) C. [72.8, 80] D. [65.6, 72.8)","answer":"B","answer_text":"[15.2, 22.4)","episode_id":"iv_000219","anchor_time":10.425556}
{"id":"ASR_iv_000299_systolic_bp_trough_nearest_spo2_a12p63_n12p21_1","question":"For the SpO2 value closest in time to the systolic BP minimum, which range should be selected?\nOptions: A. [90.1, 100] B. [10.9, 20.8) C. [80.2, 90.1) D. [50.5, 60.4)","answer":"A","answer_text":"[90.1, 100]","episode_id":"iv_000299","anchor_time":12.627778}
{"id":"ASR_iv_000134_heart_rate_trough_nearest_wbc_a16p75_n17p83_1","question":"When the patient's pulse rate is lowest, which interval has the nearest WBC count reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [18.13, 18.9] B. [15.05, 15.82) C. [11.2, 11.97) D. [14.28, 15.05)","answer":"A","answer_text":"[18.13, 18.9]","episode_id":"iv_000134","anchor_time":16.75}
{"id":"ASR_iv_000275_urine_output_peak_nearest_heart_rate_a7p72_n7p72_1","question":"When the patient's urine output is highest, which interval has the nearest HR reading?\nOptions: A. [67, 72.4) B. [88.6, 94] C. [61.6, 67) D. [72.4, 77.8)","answer":"C","answer_text":"[61.6, 67)","episode_id":"iv_000275","anchor_time":7.716667}
{"id":"ASR_iv_000126_temperature_trough_nearest_urine_output_a0p4_n2p4_0","question":"If the reference point is the lowest body temperature, which interval contains the nearest urinary output?\nOptions: A. [126, 166.5) B. [409.5, 450] C. [288, 328.5) D. [166.5, 207)","answer":"A","answer_text":"[126, 166.5)","episode_id":"iv_000126","anchor_time":0.4}
{"id":"ASR_iv_000126_wbc_trough_nearest_diastolic_bp_a11p5_n11p45_1","question":"Near the lowest point of WBC count, what interval contains the closest charted diastolic BP?\nOptions: A. [62.2, 67.8) B. [73.4, 79) C. [56.6, 62.2) D. [51, 56.6)","answer":"C","answer_text":"[56.6, 62.2)","episode_id":"iv_000126","anchor_time":11.5}
{"id":"ASR_iv_000441_spo2_trough_nearest_map_a0p7_n0p38_0","question":"Around the minimum of SpO2, which interval contains the closest recorded mean arterial pressure? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [121.6, 128] B. [89.6, 96) C. [96, 102.4) D. [115.2, 121.6)","answer":"A","answer_text":"[121.6, 128]","episode_id":"iv_000441","anchor_time":0.7}
{"id":"ASR_iv_000073_map_trough_nearest_systolic_bp_a7p85_n7p85_0","question":"At the moment MAP reaches its minimum, what interval is the nearest systolic BP in?\nOptions: A. [121.2, 126.6) B. [99.6, 105) C. [88.8, 94.2) D. [83.4, 88.8)","answer":"D","answer_text":"[83.4, 88.8)","episode_id":"iv_000073","anchor_time":7.85}
{"id":"ASR_iv_000073_resp_rate_trough_nearest_temperature_a17p43_n16p82_1","question":"At the time closest to the minimum of breathing rate, which interval includes the nearest temperature?\nOptions: A. [46.16, 52.74) B. [79.06, 85.64) C. [92.22, 98.8] D. [59.32, 65.9)","answer":"C","answer_text":"[92.22, 98.8]","episode_id":"iv_000073","anchor_time":17.433333}
{"id":"ASR_iv_000234_urine_output_trough_nearest_heart_rate_a11p17_n11p13_1","question":"When urine output is at the episode low, which range includes the nearest HR measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [61.4, 67.1) B. [95.6, 101.3) C. [101.3, 107] D. [50, 55.7)","answer":"D","answer_text":"[50, 55.7)","episode_id":"iv_000234","anchor_time":11.165833}
{"id":"ASR_iv_000329_resp_rate_trough_nearest_urine_output_a2p21_n2p46_0","question":"When resp rate is at its nadir, where does the nearest UOP observation fall?\nOptions: A. [353, 408.5) B. [75.5, 131) C. [519.5, 575] D. [131, 186.5)","answer":"B","answer_text":"[75.5, 131)","episode_id":"iv_000329","anchor_time":2.214167}
{"id":"ASR_iv_000202_heart_rate_trough_nearest_diastolic_bp_a1p25_n1p3_0","question":"Near the time HR reaches its minimum, which range contains the closest DBP value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [87.4, 92] B. [64.4, 69) C. [46, 50.6) D. [82.8, 87.4)","answer":"D","answer_text":"[82.8, 87.4)","episode_id":"iv_000202","anchor_time":1.254722}
{"id":"ASR_iv_000202_diastolic_bp_trough_nearest_spo2_a16p34_n16p25_1","question":"Using the lowest DBP as the reference point, which interval contains the nearest oxygen saturation observation?\nOptions: A. [97.6, 98.8) B. [95.2, 96.4) C. [90.4, 91.6) D. [94, 95.2)","answer":"C","answer_text":"[90.4, 91.6)","episode_id":"iv_000202","anchor_time":16.338056}
{"id":"ASR_iv_000376_map_peak_nearest_spo2_a0p15_n0p12_0","question":"Around the peak of mean arterial pressure, which interval contains the closest recorded pulse oximetry saturation? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [96.7, 98] B. [85, 86.3) C. [94.1, 95.4) D. [91.5, 92.8)","answer":"A","answer_text":"[96.7, 98]","episode_id":"iv_000376","anchor_time":0.15}
{"id":"ASR_iv_000376_creatinine_trough_nearest_heart_rate_a15p97_n15p97_1","question":"For the closest HR observation to the creatinine minimum, which interval should be selected?\nOptions: A. [90.4, 96.7) B. [40, 46.3) C. [52.6, 58.9) D. [46.3, 52.6)","answer":"B","answer_text":"[40, 46.3)","episode_id":"iv_000376","anchor_time":15.966667}
{"id":"ASR_iv_000380_diastolic_bp_peak_nearest_urine_output_a8p65_n8p55_1","question":"Around the peak of DBP, what interval does the closest urine output reading fall into?\nOptions: A. [163.6, 203.8) B. [324.4, 364.6) C. [43, 83.2) D. [83.2, 123.4)","answer":"A","answer_text":"[163.6, 203.8)","episode_id":"iv_000380","anchor_time":8.65}
{"id":"ASR_iv_000367_systolic_bp_peak_nearest_map_a9p16_n15p18_0","question":"When SBP is at the episode high, which range includes the nearest mean arterial pressure measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [92.5, 93) B. [93.5, 94) C. [92, 92.5) D. [93, 93.5)","answer":"C","answer_text":"[92, 92.5)","episode_id":"iv_000367","anchor_time":9.164722}
{"id":"ASR_iv_000367_map_peak_nearest_wbc_a19p18_n29p28_1","question":"Which option matches the white blood cell count measurement nearest to when MAP is at its highest point?\nOptions: A. [11.8, 12.06) B. [12.06, 12.32) C. [13.62, 13.88) D. [14.14, 14.4]","answer":"D","answer_text":"[14.14, 14.4]","episode_id":"iv_000367","anchor_time":19.181389}
{"id":"ASR_iv_000290_temperature_trough_nearest_creatinine_a4p67_n7p67_0","question":"Near the lowest point in body temperature, which interval contains the closest creatinine measurement?\nOptions: A. [14.2, 17.5) B. [24.1, 27.4) C. [27.4, 30.7) D. [1, 4.3)","answer":"D","answer_text":"[1, 4.3)","episode_id":"iv_000290","anchor_time":4.666667}
{"id":"ASR_iv_000290_spo2_peak_nearest_resp_rate_a32p67_n32p67_1","question":"For the resp rate value closest in time to the pulse oximetry saturation peak, which range should be selected?\nOptions: A. [25, 27) B. [11, 13) C. [23, 25) D. [21, 23)","answer":"C","answer_text":"[23, 25)","episode_id":"iv_000290","anchor_time":32.666667}
{"id":"ASR_iv_000108_wbc_peak_nearest_urine_output_a4p6_n4p63_1","question":"When WBC count is highest in the episode, which option contains the nearest UOP reading?\nOptions: A. [98, 176) B. [722, 800] C. [332, 410) D. [176, 254)","answer":"A","answer_text":"[98, 176)","episode_id":"iv_000108","anchor_time":4.600278}
{"id":"ASR_iv_000033_resp_rate_peak_nearest_urine_output_a0p01_n0p49_0","question":"At the moment resp rate reaches its peak, what interval is the nearest urinary output in?\nOptions: A. [360, 400] B. [0, 40) C. [120, 160) D. [80, 120)","answer":"A","answer_text":"[360, 400]","episode_id":"iv_000033","anchor_time":0.007778}
{"id":"ASR_iv_000033_diastolic_bp_peak_nearest_temperature_a25p12_n24p12_1","question":"When diastolic BP is at the episode high, which range includes the nearest body temperature measurement?\nOptions: A. [98.02, 98.18) B. [99.14, 99.3] C. [97.86, 98.02) D. [98.66, 98.82)","answer":"B","answer_text":"[99.14, 99.3]","episode_id":"iv_000033","anchor_time":25.124444}
{"id":"ASR_iv_000137_creatinine_peak_nearest_systolic_bp_a2p53_n2p36_0","question":"When creatinine reaches its episode high, which interval contains the nearest observed SBP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [111.5, 117) B. [122.5, 128) C. [117, 122.5) D. [100.5, 106)","answer":"D","answer_text":"[100.5, 106)","episode_id":"iv_000137","anchor_time":2.526667}
{"id":"ASR_iv_000137_urine_output_trough_nearest_heart_rate_a34p36_n34p41_1","question":"At the time closest to the minimum of UOP, which interval includes the nearest pulse rate?\nOptions: A. [60, 63.9) B. [79.5, 83.4) C. [87.3, 91.2) D. [67.8, 71.7)","answer":"B","answer_text":"[79.5, 83.4)","episode_id":"iv_000137","anchor_time":34.36}
{"id":"ASR_iv_000482_creatinine_trough_nearest_heart_rate_a1p42_n1p38_1","question":"For the time where creatinine is lowest, which answer range contains the nearest HR? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [70.4, 75.5) B. [65.3, 70.4) C. [60.2, 65.3) D. [85.7, 90.8)","answer":"C","answer_text":"[60.2, 65.3)","episode_id":"iv_000482","anchor_time":1.416667}
{"id":"ASR_iv_000117_temperature_peak_nearest_diastolic_bp_a0p38_n0p38_1","question":"When the record shows temperature at its highest value, which interval includes the nearest DBP?\nOptions: A. [73.8, 81.5) B. [43, 50.7) C. [66.1, 73.8) D. [112.3, 120]","answer":"A","answer_text":"[73.8, 81.5)","episode_id":"iv_000117","anchor_time":0.383333}
{"id":"ASR_iv_000028_temperature_peak_nearest_systolic_bp_a43p9_n43p92_0","question":"When body temperature hits its highest point, which interval includes the closest available systolic BP?\nOptions: A. [92, 101.7) B. [150.2, 159.9) C. [101.7, 111.4) D. [140.5, 150.2)","answer":"D","answer_text":"[140.5, 150.2)","episode_id":"iv_000028","anchor_time":43.9}
{"id":"ASR_iv_000350_map_peak_nearest_spo2_a75p57_n75p57_0","question":"Near the highest point of MAP, what interval contains the closest charted oxygen saturation?\nOptions: A. [84.7, 86.4) B. [98.3, 100] C. [93.2, 94.9) D. [94.9, 96.6)","answer":"D","answer_text":"[94.9, 96.6)","episode_id":"iv_000350","anchor_time":75.566667}
{"id":"ASR_iv_000350_map_peak_nearest_lactate_a75p57_n92p02_1","question":"When MAP reaches its highest value, where does the nearest serum lactate measurement fall?\nOptions: A. [1.24, 1.3] B. [0.76, 0.82) C. [1.18, 1.24) D. [0.88, 0.94)","answer":"C","answer_text":"[1.18, 1.24)","episode_id":"iv_000350","anchor_time":75.566667}
{"id":"ASR_iv_000352_creatinine_trough_nearest_systolic_bp_a3p09_n3p14_0","question":"Around the minimum of creatinine, which interval contains the closest recorded systolic blood pressure? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [44.4, 59.8) B. [136.8, 152.2) C. [29, 44.4) D. [167.6, 183]","answer":"A","answer_text":"[44.4, 59.8)","episode_id":"iv_000352","anchor_time":3.086667}
{"id":"ASR_iv_000352_systolic_bp_peak_nearest_lactate_a18p89_n16p09_1","question":"At the nearest serum lactate measurement to the highest point in systolic BP, which value range is it in?\nOptions: A. [2.52, 2.7] B. [2.34, 2.52) C. [0.9, 1.08) D. [1.08, 1.26)","answer":"D","answer_text":"[1.08, 1.26)","episode_id":"iv_000352","anchor_time":18.886667}
{"id":"ASR_iv_000499_lactate_trough_nearest_creatinine_a10p65_n10p35_1","question":"For the closest creatinine level observation to the lactate level minimum, which interval should be selected?\nOptions: A. [11.01, 19.12) B. [19.12, 27.23) C. [75.89, 84] D. [2.9, 11.01)","answer":"D","answer_text":"[2.9, 11.01)","episode_id":"iv_000499","anchor_time":10.65}
{"id":"ASR_iv_000463_diastolic_bp_peak_nearest_spo2_a29p49_n28p49_1","question":"Near the highest point of diastolic BP, what interval contains the closest charted SpO2?\nOptions: A. [98.5, 100] B. [95.5, 97) C. [97, 98.5) D. [88, 89.5)","answer":"B","answer_text":"[95.5, 97)","episode_id":"iv_000463","anchor_time":29.489722}
{"id":"ASR_iv_000236_heart_rate_trough_nearest_urine_output_a0p43_n2p17_1","question":"When heart rate is at the episode low, which range includes the nearest UOP measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [390, 400] B. [320, 330) C. [350, 360) D. [310, 320)","answer":"A","answer_text":"[390, 400]","episode_id":"iv_000236","anchor_time":0.433333}
{"id":"ASR_iv_000409_wbc_peak_nearest_map_a5p23_n5p63_0","question":"For the closest charted mean arterial pressure near the white blood cell count peak, which range applies?\nOptions: A. [93, 97] B. [65, 69) C. [57, 61) D. [61, 65)","answer":"C","answer_text":"[57, 61)","episode_id":"iv_000409","anchor_time":5.226111}
{"id":"ASR_iv_000409_map_peak_nearest_spo2_a41p63_n41p63_1","question":"When MAP hits its highest point, which interval includes the closest available oxygen saturation?\nOptions: A. [85, 86.5) B. [91, 92.5) C. [94, 95.5) D. [97, 98.5)","answer":"B","answer_text":"[91, 92.5)","episode_id":"iv_000409","anchor_time":41.626111}
{"id":"ASR_iv_000494_map_trough_nearest_resp_rate_a23p28_n23p28_0","question":"Around the time of the lowest mean arterial pressure, where does the closest resp rate reading fall?\nOptions: A. [15, 16) B. [8, 9) C. [10, 11) D. [11, 12)","answer":"D","answer_text":"[11, 12)","episode_id":"iv_000494","anchor_time":23.283333}
{"id":"ASR_iv_000494_map_peak_nearest_temperature_a2p28_n3p28_1","question":"At the highest point for MAP, which option matches the closest temperature reading?\nOptions: A. [95, 95.45) B. [96.8, 97.25) C. [98.6, 99.05) D. [95.45, 95.9)","answer":"A","answer_text":"[95, 95.45)","episode_id":"iv_000494","anchor_time":2.283333}
{"id":"ASR_iv_000438_temperature_peak_nearest_map_a30p05_n29p55_1","question":"Closest to the time when body temperature is highest, what range contains the nearest mean arterial pressure value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [96.2, 101.1) B. [76.6, 81.5) C. [86.4, 91.3) D. [66.8, 71.7)","answer":"D","answer_text":"[66.8, 71.7)","episode_id":"iv_000438","anchor_time":30.05}
{"id":"ASR_iv_000087_map_trough_nearest_systolic_bp_a0p95_n0p95_0","question":"When MAP reaches its lowest value, where does the nearest SBP measurement fall?\nOptions: A. [101.8, 114.1) B. [40.3, 52.6) C. [28, 40.3) D. [114.1, 126.4)","answer":"C","answer_text":"[28, 40.3)","episode_id":"iv_000087","anchor_time":0.953611}
{"id":"ASR_iv_000087_systolic_bp_peak_nearest_creatinine_a18p05_n17p84_1","question":"Which listed range covers the creatinine level value nearest to the highest SBP?\nOptions: A. [0.84, 0.86) B. [0.8, 0.82) C. [0.98, 1] D. [0.82, 0.84)","answer":"B","answer_text":"[0.8, 0.82)","episode_id":"iv_000087","anchor_time":18.053611}
{"id":"ASR_iv_000311_diastolic_bp_peak_nearest_urine_output_a14p14_n14p14_0","question":"For the moment DBP reaches its peak, pick the interval for the nearest UOP value.\nOptions: A. [97.5, 170) B. [25, 97.5) C. [387.5, 460) D. [242.5, 315)","answer":"A","answer_text":"[97.5, 170)","episode_id":"iv_000311","anchor_time":14.143889}
{"id":"ASR_iv_000311_diastolic_bp_trough_nearest_resp_rate_a25p14_n25p14_1","question":"At the point where diastolic blood pressure reaches its nadir, which interval contains the nearest respiratory rate value?\nOptions: A. [25.2, 27.8) B. [22.6, 25.2) C. [9.6, 12.2) D. [27.8, 30.4)","answer":"D","answer_text":"[27.8, 30.4)","episode_id":"iv_000311","anchor_time":25.143889}
{"id":"ASR_iv_000036_urine_output_trough_nearest_resp_rate_a48p62_n48p62_0","question":"When the record shows urinary output at its lowest value, which interval includes the nearest breathing rate?\nOptions: A. [15.1, 17.2) B. [31.9, 34] C. [23.5, 25.6) D. [13, 15.1)","answer":"A","answer_text":"[15.1, 17.2)","episode_id":"iv_000036","anchor_time":48.620556}
{"id":"ASR_iv_000470_resp_rate_peak_nearest_systolic_bp_a31p77_n31p8_1","question":"For the systolic BP value closest in time to the resp rate peak, which range should be selected?\nOptions: A. [117.6, 122) B. [108.8, 113.2) C. [139.6, 144] D. [126.4, 130.8)","answer":"B","answer_text":"[108.8, 113.2)","episode_id":"iv_000470","anchor_time":31.768611}
{"id":"ASR_iv_000136_urine_output_peak_nearest_lactate_a29p1_n32p08_0","question":"Which answer choice contains the serum lactate measurement closest to the highest urine output?\nOptions: A. [115.13, 131.42) B. [66.26, 82.55) C. [98.84, 115.13) D. [17.39, 33.68)","answer":"A","answer_text":"[115.13, 131.42)","episode_id":"iv_000136","anchor_time":29.1}
{"id":"ASR_iv_000343_spo2_trough_nearest_systolic_bp_a37p21_n37p21_0","question":"For the systolic BP value closest in time to the pulse oximetry saturation minimum, which range should be selected?\nOptions: A. [148.8, 160.6) B. [184.2, 196] C. [101.6, 113.4) D. [78, 89.8)","answer":"D","answer_text":"[78, 89.8)","episode_id":"iv_000343","anchor_time":37.209444}
{"id":"ASR_iv_000343_spo2_trough_nearest_diastolic_bp_a37p21_n37p21_1","question":"Which interval contains the nearest available diastolic blood pressure when oxygen saturation is at the lowest point?\nOptions: A. [121.8, 132.9) B. [44.1, 55.2) C. [88.5, 99.6) D. [99.6, 110.7)","answer":"B","answer_text":"[44.1, 55.2)","episode_id":"iv_000343","anchor_time":37.209444}
{"id":"ASR_iv_000107_lactate_trough_nearest_temperature_a17p63_n15p13_0","question":"Around the minimum of lactate level, which interval contains the closest recorded temperature? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [99.52, 99.79) B. [100.33, 100.6] C. [100.06, 100.33) D. [97.9, 98.17)","answer":"B","answer_text":"[100.33, 100.6]","episode_id":"iv_000107","anchor_time":17.628333}
{"id":"ASR_iv_000107_creatinine_trough_nearest_diastolic_bp_a17p46_n17p13_1","question":"For the moment creatinine level reaches its minimum, pick the interval for the nearest diastolic blood pressure value.\nOptions: A. [54, 57) B. [57, 60) C. [48, 51) D. [63, 66)","answer":"A","answer_text":"[54, 57)","episode_id":"iv_000107","anchor_time":17.461667}
{"id":"ASR_iv_000181_temperature_trough_nearest_systolic_bp_a9p08_n9p27_1","question":"When body temperature is at its nadir, where does the nearest SBP observation fall?\nOptions: A. [113.2, 121.3) B. [129.4, 137.5) C. [137.5, 145.6) D. [153.7, 161.8)","answer":"D","answer_text":"[153.7, 161.8)","episode_id":"iv_000181","anchor_time":9.083333}
{"id":"ASR_iv_000189_spo2_trough_nearest_diastolic_bp_a9p25_n9p25_0","question":"When oxygen saturation is at its nadir, where does the nearest DBP observation fall?\nOptions: A. [57.6, 61.5) B. [45.9, 49.8) C. [65.4, 69.3) D. [73.2, 77.1)","answer":"A","answer_text":"[57.6, 61.5)","episode_id":"iv_000189","anchor_time":9.25}
{"id":"ASR_iv_000189_spo2_peak_nearest_map_a0p55_n0p53_1","question":"Using the highest pulse oximetry saturation as the reference point, which interval contains the nearest MAP observation? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [80.4, 84.8) B. [71.6, 76) C. [84.8, 89.2) D. [89.2, 93.6)","answer":"B","answer_text":"[71.6, 76)","episode_id":"iv_000189","anchor_time":0.55}
{"id":"ASR_iv_000083_temperature_peak_nearest_diastolic_bp_a21p53_n21p53_1","question":"At the highest point for body temperature, which option matches the closest DBP reading?\nOptions: A. [52, 59.5) B. [97, 104.5) C. [37, 44.5) D. [59.5, 67)","answer":"A","answer_text":"[52, 59.5)","episode_id":"iv_000083","anchor_time":21.533333}
{"id":"ASR_iv_000186_lactate_peak_nearest_resp_rate_a39p42_n39p47_0","question":"For the closest resp rate observation to the lactate peak, which interval should be selected?\nOptions: A. [18, 20) B. [8, 10) C. [22, 24) D. [10, 12)","answer":"D","answer_text":"[10, 12)","episode_id":"iv_000186","anchor_time":39.416667}
{"id":"ASR_iv_000186_temperature_trough_nearest_wbc_a40p47_n39p42_1","question":"Closest to the time when temperature is lowest, what range contains the nearest WBC count value?\nOptions: A. [37.32, 42.74) B. [15.64, 21.06) C. [42.74, 48.16) D. [10.22, 15.64)","answer":"D","answer_text":"[10.22, 15.64)","episode_id":"iv_000186","anchor_time":40.466667}
{"id":"ASR_iv_000325_urine_output_trough_nearest_spo2_a10p62_n10p62_0","question":"Around the minimum of UOP, what interval does the closest SpO2 reading fall into?\nOptions: A. [97.6, 98.8) B. [89.2, 90.4) C. [98.8, 100] D. [92.8, 94)","answer":"C","answer_text":"[98.8, 100]","episode_id":"iv_000325","anchor_time":10.615}
{"id":"ASR_iv_000325_diastolic_bp_trough_nearest_heart_rate_a28p61_n28p61_1","question":"When diastolic blood pressure is at its nadir, where does the nearest pulse rate observation fall?\nOptions: A. [50, 53.1) B. [56.2, 59.3) C. [71.7, 74.8) D. [65.5, 68.6)","answer":"B","answer_text":"[56.2, 59.3)","episode_id":"iv_000325","anchor_time":28.615}
{"id":"ASR_iv_000232_lactate_trough_nearest_resp_rate_a97p84_n98p13_0","question":"At the lowest value of lactate level, which range includes the closest respiratory rate observation?\nOptions: A. [29.6, 33.3) B. [7.4, 11.1) C. [3.7, 7.4) D. [22.2, 25.9)","answer":"D","answer_text":"[22.2, 25.9)","episode_id":"iv_000232","anchor_time":97.843056}
{"id":"ASR_iv_000447_temperature_trough_nearest_creatinine_a1p55_n1p95_0","question":"When body temperature is at its episode low, select the range containing the nearest creatinine level measurement.\nOptions: A. [0.98, 0.99) B. [0.92, 0.93) C. [0.95, 0.96) D. [0.99, 1]","answer":"D","answer_text":"[0.99, 1]","episode_id":"iv_000447","anchor_time":1.55}
{"id":"ASR_iv_000051_creatinine_trough_nearest_diastolic_bp_a120p42_n120p08_0","question":"When creatinine level is lowest in the episode, which option contains the nearest diastolic blood pressure reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [68.4, 75.2) B. [48, 54.8) C. [75.2, 82) D. [61.6, 68.4)","answer":"A","answer_text":"[68.4, 75.2)","episode_id":"iv_000051","anchor_time":120.416667}
{"id":"ASR_iv_000051_temperature_trough_nearest_urine_output_a0p08_n0p08_1","question":"At the time when temp is lowest, which range includes the nearest urinary output value?\nOptions: A. [418, 515) B. [30, 127) C. [224, 321) D. [321, 418)","answer":"D","answer_text":"[321, 418)","episode_id":"iv_000051","anchor_time":0.083333}
{"id":"ASR_iv_000444_heart_rate_trough_nearest_spo2_a37p95_n37p95_1","question":"At the moment pulse rate reaches its minimum, what interval is the nearest SpO2 in?\nOptions: A. [94, 95] B. [86, 87) C. [89, 90) D. [85, 86)","answer":"D","answer_text":"[85, 86)","episode_id":"iv_000444","anchor_time":37.95}
{"id":"ASR_iv_000148_temperature_trough_nearest_creatinine_a0p55_n1p3_0","question":"For the closest charted creatinine near the body temperature minimum, which range applies?\nOptions: A. [5.5, 5.62) B. [5.98, 6.1] C. [4.9, 5.02) D. [5.02, 5.14)","answer":"C","answer_text":"[4.9, 5.02)","episode_id":"iv_000148","anchor_time":0.55}
{"id":"ASR_iv_000148_map_trough_nearest_resp_rate_a34p7_n34p7_1","question":"When mean arterial pressure reaches its episode low, which interval contains the nearest observed respiratory rate?\nOptions: A. [19.1, 20.4) B. [15.2, 16.5) C. [12.6, 13.9) D. [10, 11.3)","answer":"C","answer_text":"[12.6, 13.9)","episode_id":"iv_000148","anchor_time":34.7}
{"id":"ASR_iv_000395_urine_output_peak_nearest_heart_rate_a60p15_n60p15_0","question":"Closest to the time when urinary output is highest, what range contains the nearest HR value?\nOptions: A. [50, 54.2) B. [62.6, 66.8) C. [75.2, 79.4) D. [87.8, 92]","answer":"A","answer_text":"[50, 54.2)","episode_id":"iv_000395","anchor_time":60.15}
{"id":"ASR_iv_000023_wbc_trough_nearest_map_a2p03_n2p02_1","question":"When WBC count bottoms out, which interval contains the closest mean arterial pressure measurement?\nOptions: A. [74.8, 78.1) B. [55, 58.3) C. [58.3, 61.6) D. [61.6, 64.9)","answer":"A","answer_text":"[74.8, 78.1)","episode_id":"iv_000023","anchor_time":2.032778}
{"id":"ASR_iv_000035_resp_rate_trough_nearest_creatinine_a2p2_n2p5_0","question":"At the time closest to the respiratory rate nadir, which interval contains the closest serum creatinine value?\nOptions: A. [1.04, 1.06) B. [1.08, 1.1) C. [1, 1.02) D. [1.12, 1.14)","answer":"C","answer_text":"[1, 1.02)","episode_id":"iv_000035","anchor_time":2.195833}
{"id":"ASR_iv_000098_resp_rate_trough_nearest_temperature_a5p95_n5p95_1","question":"At the time respiratory rate reaches its minimum, which range holds the closest body temperature measurement?\nOptions: A. [98.21, 98.38) B. [98.89, 99.06) C. [98.38, 98.55) D. [99.23, 99.4]","answer":"C","answer_text":"[98.38, 98.55)","episode_id":"iv_000098","anchor_time":5.951944}
{"id":"ASR_iv_000295_spo2_peak_nearest_heart_rate_a3p47_n3p47_0","question":"Taking the oxygen saturation peak as the reference time, which interval contains the closest heart rate? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [100.5, 105] B. [69, 73.5) C. [78, 82.5) D. [60, 64.5)","answer":"A","answer_text":"[100.5, 105]","episode_id":"iv_000295","anchor_time":3.469722}
{"id":"ASR_iv_000321_systolic_bp_peak_nearest_urine_output_a21p21_n21p14_0","question":"Which option matches the UOP measurement nearest to when systolic blood pressure is at its highest point?\nOptions: A. [2285, 2607.5) B. [672.5, 995) C. [350, 672.5) D. [1317.5, 1640)","answer":"C","answer_text":"[350, 672.5)","episode_id":"iv_000321","anchor_time":21.205833}
{"id":"ASR_iv_000321_temperature_peak_nearest_heart_rate_a15p22_n15p22_1","question":"Near the time body temperature reaches its peak, which range contains the closest HR value?\nOptions: A. [50, 54.8) B. [78.8, 83.6) C. [93.2, 98] D. [88.4, 93.2)","answer":"A","answer_text":"[50, 54.8)","episode_id":"iv_000321","anchor_time":15.2225}
{"id":"ASR_iv_000424_lactate_trough_nearest_spo2_a41p92_n41p97_0","question":"For the time where lactate level is lowest, which answer range contains the nearest SpO2?\nOptions: A. [86.5, 88) B. [88, 89.5) C. [94, 95.5) D. [98.5, 100]","answer":"D","answer_text":"[98.5, 100]","episode_id":"iv_000424","anchor_time":41.916667}
{"id":"ASR_iv_000150_systolic_bp_peak_nearest_temperature_a55p13_n53p08_0","question":"Around the time of the highest SBP, where does the closest temp reading fall?\nOptions: A. [99.38, 99.62) B. [99.86, 100.1] C. [98.42, 98.66) D. [98.18, 98.42)","answer":"D","answer_text":"[98.18, 98.42)","episode_id":"iv_000150","anchor_time":55.133333}
{"id":"ASR_iv_000150_lactate_peak_nearest_temperature_a5p72_n5p08_1","question":"When the record shows lactate level at its highest value, which interval includes the nearest temperature?\nOptions: A. [98.66, 98.9) B. [99.14, 99.38) C. [99.38, 99.62) D. [99.86, 100.1]","answer":"A","answer_text":"[98.66, 98.9)","episode_id":"iv_000150","anchor_time":5.716667}
{"id":"ASR_iv_000282_map_trough_nearest_resp_rate_a27p2_n26p95_0","question":"Look at the breathing rate observation nearest to when MAP is lowest; which interval is it in?\nOptions: A. [31.4, 34.2) B. [14.6, 17.4) C. [9, 11.8) D. [17.4, 20.2)","answer":"D","answer_text":"[17.4, 20.2)","episode_id":"iv_000282","anchor_time":27.2}
{"id":"ASR_iv_000282_spo2_peak_nearest_diastolic_bp_a38p95_n38p95_1","question":"At the highest point for SpO2, which option matches the closest diastolic blood pressure reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [26.8, 33.6) B. [33.6, 40.4) C. [67.6, 74.4) D. [54, 60.8)","answer":"D","answer_text":"[54, 60.8)","episode_id":"iv_000282","anchor_time":38.95}
{"id":"ASR_iv_000040_wbc_peak_nearest_systolic_bp_a12p26_n11p87_0","question":"When WBC count is highest in the episode, which option contains the nearest systolic blood pressure reading?\nOptions: A. [131.1, 134.8) B. [120, 123.7) C. [123.7, 127.4) D. [142.2, 145.9)","answer":"B","answer_text":"[120, 123.7)","episode_id":"iv_000040","anchor_time":12.257778}
{"id":"ASR_iv_000193_resp_rate_trough_nearest_spo2_a4p7_n4p7_0","question":"For the closest pulse oximetry saturation observation to the breathing rate minimum, which interval should be selected? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [81.6, 86.2) B. [95.4, 100] C. [77, 81.6) D. [90.8, 95.4)","answer":"D","answer_text":"[90.8, 95.4)","episode_id":"iv_000193","anchor_time":4.7}
{"id":"ASR_iv_000063_temperature_peak_nearest_wbc_a26p33_n32p33_0","question":"Around the time of the highest temp, where does the closest white blood cell count reading fall?\nOptions: A. [13.1, 13.33) B. [15.17, 15.4] C. [13.56, 13.79) D. [14.71, 14.94)","answer":"A","answer_text":"[13.1, 13.33)","episode_id":"iv_000063","anchor_time":26.331111}
{"id":"ASR_iv_000063_systolic_bp_trough_nearest_map_a6p21_n6p21_1","question":"If the reference point is the lowest SBP, which interval contains the nearest MAP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [100, 104) B. [72, 76) C. [76, 80) D. [80, 84)","answer":"B","answer_text":"[72, 76)","episode_id":"iv_000063","anchor_time":6.214444}
{"id":"ASR_iv_000274_map_peak_nearest_urine_output_a7p07_n7p07_1","question":"Around the peak of mean arterial pressure, which interval contains the closest recorded urine output?\nOptions: A. [115, 147.5) B. [50, 82.5) C. [277.5, 310) D. [342.5, 375]","answer":"D","answer_text":"[342.5, 375]","episode_id":"iv_000274","anchor_time":7.074722}
{"id":"ASR_iv_000235_diastolic_bp_peak_nearest_temperature_a0p65_n3p65_0","question":"Using the highest DBP as the reference point, which interval contains the nearest temp observation?\nOptions: A. [97.78, 97.86) B. [97.7, 97.78) C. [98.1, 98.18) D. [98.26, 98.34)","answer":"A","answer_text":"[97.78, 97.86)","episode_id":"iv_000235","anchor_time":0.654722}
{"id":"ASR_iv_000235_map_peak_nearest_urine_output_a0p65_n1p74_1","question":"If the reference point is the highest mean arterial pressure, which interval contains the nearest urinary output?\nOptions: A. [190, 230) B. [510, 550] C. [270, 310) D. [390, 430)","answer":"D","answer_text":"[390, 430)","episode_id":"iv_000235","anchor_time":0.654722}
{"id":"ASR_iv_000373_spo2_trough_nearest_systolic_bp_a4p58_n4p56_1","question":"Look at the SBP observation nearest to when pulse oximetry saturation is lowest; which interval is it in?\nOptions: A. [116.4, 121.3) B. [101.7, 106.6) C. [96.8, 101.7) D. [131.1, 136]","answer":"B","answer_text":"[101.7, 106.6)","episode_id":"iv_000373","anchor_time":4.575}
{"id":"ASR_iv_000022_systolic_bp_peak_nearest_wbc_a97p3_n94p52_0","question":"Which listed range covers the white blood cell count value nearest to the highest SBP?\nOptions: A. [13.15, 14.24) B. [10.97, 12.06) C. [12.06, 13.15) D. [15.33, 16.42)","answer":"C","answer_text":"[12.06, 13.15)","episode_id":"iv_000022","anchor_time":97.301111}
{"id":"ASR_iv_000413_spo2_trough_nearest_map_a0p02_n0p27_0","question":"At the time closest to the minimum of pulse oximetry saturation, which interval includes the nearest MAP?\nOptions: A. [121.1, 130.4) B. [130.4, 139.7) C. [102.5, 111.8) D. [111.8, 121.1)","answer":"C","answer_text":"[102.5, 111.8)","episode_id":"iv_000413","anchor_time":0.016667}
{"id":"ASR_iv_000413_lactate_trough_nearest_diastolic_bp_a23p83_n24p27_1","question":"Around the minimum of lactate level, what interval does the closest diastolic BP reading fall into?\nOptions: A. [62.8, 73.2) B. [52.4, 62.8) C. [125.2, 135.6) D. [135.6, 146]","answer":"D","answer_text":"[135.6, 146]","episode_id":"iv_000413","anchor_time":23.833333}
{"id":"ASR_iv_000135_resp_rate_peak_nearest_lactate_a53p05_n14p06_1","question":"For the moment respiratory rate reaches its peak, pick the interval for the nearest lactate value.\nOptions: A. [1.81, 1.9] B. [1.45, 1.54) C. [1, 1.09) D. [1.09, 1.18)","answer":"C","answer_text":"[1, 1.09)","episode_id":"iv_000135","anchor_time":53.045278}
{"id":"ASR_iv_000309_systolic_bp_trough_nearest_spo2_a18p32_n18p32_1","question":"When the patient's systolic blood pressure is lowest, which interval has the nearest pulse oximetry saturation reading?\nOptions: A. [86.5, 88) B. [98.5, 100] C. [97, 98.5) D. [92.5, 94)","answer":"C","answer_text":"[97, 98.5)","episode_id":"iv_000309","anchor_time":18.316667}
{"id":"ASR_iv_000183_resp_rate_peak_nearest_wbc_a20p98_n31p3_0","question":"For the WBC count value nearest the time resp rate peaks, which interval is correct?\nOptions: A. [5.7, 5.74) B. [5.86, 5.9] C. [5.82, 5.86) D. [5.5, 5.54)","answer":"D","answer_text":"[5.5, 5.54)","episode_id":"iv_000183","anchor_time":20.980556}
{"id":"ASR_iv_000183_spo2_trough_nearest_wbc_a11p06_n2p48_1","question":"At the nearest WBC count measurement to the lowest point in SpO2, which value range is it in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [5.82, 5.86) B. [5.74, 5.78) C. [5.7, 5.74) D. [5.86, 5.9]","answer":"D","answer_text":"[5.86, 5.9]","episode_id":"iv_000183","anchor_time":11.063889}
{"id":"ASR_iv_000049_creatinine_trough_nearest_spo2_a55p93_n55p55_0","question":"At the time creatinine level reaches its minimum, which range holds the closest SpO2 measurement?\nOptions: A. [93.4, 94.3) B. [88, 88.9) C. [94.3, 95.2) D. [96.1, 97]","answer":"C","answer_text":"[94.3, 95.2)","episode_id":"iv_000049","anchor_time":55.932778}
{"id":"ASR_iv_000049_temperature_peak_nearest_creatinine_a58p38_n55p93_1","question":"At the time when temperature is highest, which range includes the nearest serum creatinine value?\nOptions: A. [1, 1.03) B. [1.27, 1.3] C. [1.06, 1.09) D. [1.21, 1.24)","answer":"A","answer_text":"[1, 1.03)","episode_id":"iv_000049","anchor_time":58.382778}
{"id":"ASR_iv_000194_heart_rate_trough_nearest_systolic_bp_a20p5_n20p5_0","question":"For the time where heart rate is lowest, which answer range contains the nearest systolic blood pressure? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [135, 142) B. [156, 163) C. [142, 149) D. [121, 128)","answer":"C","answer_text":"[142, 149)","episode_id":"iv_000194","anchor_time":20.5}
{"id":"ASR_iv_000194_map_peak_nearest_diastolic_bp_a28p5_n28p5_1","question":"For the closest diastolic BP observation to the mean arterial pressure peak, which interval should be selected?\nOptions: A. [68, 75) B. [75, 82) C. [96, 103) D. [103, 110]","answer":"B","answer_text":"[75, 82)","episode_id":"iv_000194","anchor_time":28.5}
{"id":"ASR_iv_000490_creatinine_trough_nearest_diastolic_bp_a2p1_n2p1_0","question":"When creatinine level hits its lowest point, which interval includes the closest available diastolic blood pressure? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [16.8, 24.6) B. [55.8, 63.6) C. [71.4, 79.2) D. [9, 16.8)","answer":"D","answer_text":"[9, 16.8)","episode_id":"iv_000490","anchor_time":2.104722}
{"id":"ASR_iv_000490_diastolic_bp_peak_nearest_lactate_a4p19_n5p69_1","question":"At the time closest to the diastolic BP maximum, which interval contains the closest lactate level value?\nOptions: A. [1.3, 1.33) B. [1.57, 1.6] C. [1.51, 1.54) D. [1.36, 1.39)","answer":"A","answer_text":"[1.3, 1.33)","episode_id":"iv_000490","anchor_time":4.188056}
{"id":"ASR_iv_000172_map_peak_nearest_systolic_bp_a34p18_n34p18_1","question":"At the time closest to the peak of mean arterial pressure, which interval includes the nearest systolic blood pressure?\nOptions: A. [111.4, 117.1) B. [139.9, 145.6) C. [105.7, 111.4) D. [151.3, 157]","answer":"D","answer_text":"[151.3, 157]","episode_id":"iv_000172","anchor_time":34.180556}
{"id":"ASR_iv_000110_temperature_trough_nearest_resp_rate_a9p7_n9p7_0","question":"At the lowest point for temperature, which option matches the closest breathing rate reading? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [15, 16) B. [18, 19) C. [14, 15) D. [17, 18)","answer":"D","answer_text":"[17, 18)","episode_id":"iv_000110","anchor_time":9.695556}
{"id":"ASR_iv_000110_urine_output_trough_nearest_heart_rate_a1p7_n1p7_1","question":"At the urinary output minimum, where does the nearest observed heart rate land?\nOptions: A. [74.8, 81) B. [56.2, 62.4) C. [81, 87.2) D. [99.6, 105.8)","answer":"B","answer_text":"[56.2, 62.4)","episode_id":"iv_000110","anchor_time":1.695556}
{"id":"ASR_iv_000079_heart_rate_trough_nearest_systolic_bp_a0p2_n0p2_1","question":"What range is the nearest systolic BP reading in when HR reaches its lowest value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [147.5, 156.4) B. [138.6, 147.5) C. [111.9, 120.8) D. [129.7, 138.6)","answer":"A","answer_text":"[147.5, 156.4)","episode_id":"iv_000079","anchor_time":0.2}
{"id":"ASR_iv_000464_temperature_peak_nearest_spo2_a33p6_n33p65_1","question":"Near the time temp reaches its peak, which range contains the closest SpO2 value?\nOptions: A. [82, 84) B. [96, 98) C. [86, 88) D. [98, 100]","answer":"D","answer_text":"[98, 100]","episode_id":"iv_000464","anchor_time":33.599722}
{"id":"ASR_iv_000483_diastolic_bp_trough_nearest_temperature_a13p99_n13p99_0","question":"For the time where DBP is lowest, which answer range contains the nearest temp?\nOptions: A. [98.64, 98.83) B. [97.69, 97.88) C. [99.21, 99.4] D. [97.88, 98.07)","answer":"D","answer_text":"[97.88, 98.07)","episode_id":"iv_000483","anchor_time":13.988889}
{"id":"ASR_iv_000483_map_peak_nearest_temperature_a2p81_n2p97_1","question":"When mean arterial pressure reaches its highest value, where does the nearest body temperature measurement fall?\nOptions: A. [97.69, 97.88) B. [98.83, 99.02) C. [97.5, 97.69) D. [98.07, 98.26)","answer":"B","answer_text":"[98.83, 99.02)","episode_id":"iv_000483","anchor_time":2.805556}
{"id":"ASR_iv_000357_systolic_bp_trough_nearest_creatinine_a27p9_n23p55_0","question":"Look at the creatinine observation nearest to when SBP is lowest; which interval is it in?\nOptions: A. [1.48, 1.52) B. [1.28, 1.32) C. [1.24, 1.28) D. [1.36, 1.4)","answer":"A","answer_text":"[1.48, 1.52)","episode_id":"iv_000357","anchor_time":27.901389}
{"id":"ASR_iv_000357_systolic_bp_peak_nearest_temperature_a53p9_n52p9_1","question":"Around the peak of systolic BP, which interval contains the closest recorded temperature?\nOptions: A. [97.24, 97.56) B. [97.56, 97.88) C. [96.92, 97.24) D. [99.48, 99.8]","answer":"A","answer_text":"[97.24, 97.56)","episode_id":"iv_000357","anchor_time":53.901389}
{"id":"ASR_iv_000081_heart_rate_trough_nearest_creatinine_a19p4_n15p18_1","question":"At the time closest to the minimum of pulse rate, which interval includes the nearest creatinine?\nOptions: A. [0.75, 0.76) B. [0.79, 0.8] C. [0.71, 0.72) D. [0.7, 0.71)","answer":"D","answer_text":"[0.7, 0.71)","episode_id":"iv_000081","anchor_time":19.396944}
{"id":"ASR_iv_000412_map_trough_nearest_systolic_bp_a1p98_n1p98_0","question":"Taking the mean arterial pressure minimum as the reference time, which interval contains the closest systolic BP?\nOptions: A. [100.5, 106) B. [117, 122.5) C. [128, 133.5) D. [95, 100.5)","answer":"D","answer_text":"[95, 100.5)","episode_id":"iv_000412","anchor_time":1.9775}
{"id":"ASR_iv_000412_heart_rate_trough_nearest_resp_rate_a0p79_n0p81_1","question":"For the moment HR reaches its minimum, pick the interval for the nearest breathing rate value. If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [15.1, 16.8) B. [11.7, 13.4) C. [18.5, 20.2) D. [16.8, 18.5)","answer":"A","answer_text":"[15.1, 16.8)","episode_id":"iv_000412","anchor_time":0.794167}
{"id":"ASR_iv_000388_systolic_bp_trough_nearest_spo2_a25p68_n25p98_1","question":"When systolic BP is lowest in the episode, which option contains the nearest pulse oximetry saturation reading?\nOptions: A. [98.5, 100] B. [92.5, 94) C. [85, 86.5) D. [88, 89.5)","answer":"A","answer_text":"[98.5, 100]","episode_id":"iv_000388","anchor_time":25.683056}
{"id":"ASR_iv_000003_systolic_bp_trough_nearest_map_a26p05_n26p05_0","question":"Around the minimum of SBP, which interval contains the closest recorded MAP?\nOptions: A. [87.4, 90.3) B. [81.6, 84.5) C. [78.7, 81.6) D. [75.8, 78.7)","answer":"D","answer_text":"[75.8, 78.7)","episode_id":"iv_000003","anchor_time":26.05}
{"id":"ASR_iv_000445_spo2_trough_nearest_resp_rate_a8p23_n8p23_0","question":"When pulse oximetry saturation is at the episode low, which range includes the nearest respiratory rate measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [24.2, 26] B. [22.4, 24.2) C. [15.2, 17) D. [17, 18.8)","answer":"D","answer_text":"[17, 18.8)","episode_id":"iv_000445","anchor_time":8.226667}
{"id":"ASR_iv_000445_urine_output_trough_nearest_spo2_a23p23_n23p23_1","question":"Near the time urinary output reaches its minimum, which range contains the closest pulse oximetry saturation value?\nOptions: A. [88, 89.5) B. [98.5, 100] C. [91, 92.5) D. [85, 86.5)","answer":"B","answer_text":"[98.5, 100]","episode_id":"iv_000445","anchor_time":23.226667}
{"id":"ASR_iv_000414_urine_output_peak_nearest_resp_rate_a0p17_n0p25_0","question":"At the time when urinary output is highest, which range includes the nearest breathing rate value?\nOptions: A. [15.6, 17.5) B. [17.5, 19.4) C. [13.7, 15.6) D. [21.3, 23.2)","answer":"C","answer_text":"[13.7, 15.6)","episode_id":"iv_000414","anchor_time":0.168889}
{"id":"ASR_iv_000142_systolic_bp_trough_nearest_creatinine_a4p37_n3p8_0","question":"When systolic BP hits its lowest point, which interval includes the closest available creatinine?\nOptions: A. [56.86, 71.05) B. [14.29, 28.48) C. [0.1, 14.29) D. [113.62, 127.81)","answer":"C","answer_text":"[0.1, 14.29)","episode_id":"iv_000142","anchor_time":4.366667}
{"id":"ASR_iv_000301_systolic_bp_trough_nearest_resp_rate_a15p65_n15p65_0","question":"Which listed range covers the breathing rate value nearest to the lowest systolic BP?\nOptions: A. [17.8, 19.4) B. [21, 22.6) C. [16.2, 17.8) D. [19.4, 21)","answer":"B","answer_text":"[21, 22.6)","episode_id":"iv_000301","anchor_time":15.65}
{"id":"ASR_iv_000301_temperature_trough_nearest_spo2_a0p65_n0p65_1","question":"When temperature reaches the lowest point, choose the range for the nearest pulse oximetry saturation observation.\nOptions: A. [89.4, 91) B. [97.4, 99] C. [91, 92.6) D. [84.6, 86.2)","answer":"D","answer_text":"[84.6, 86.2)","episode_id":"iv_000301","anchor_time":0.65}
{"id":"ASR_iv_000229_map_peak_nearest_resp_rate_a0p65_n0p65_0","question":"Near the time mean arterial pressure reaches its peak, which range contains the closest resp rate value?\nOptions: A. [18.9, 21.6) B. [2.7, 5.4) C. [13.5, 16.2) D. [24.3, 27]","answer":"C","answer_text":"[13.5, 16.2)","episode_id":"iv_000229","anchor_time":0.651389}
{"id":"ASR_iv_000229_spo2_peak_nearest_systolic_bp_a0p18_n0p22_1","question":"Around the peak of pulse oximetry saturation, what interval does the closest SBP reading fall into? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [96.4, 102.6) B. [133.6, 139.8) C. [139.8, 146] D. [108.8, 115)","answer":"B","answer_text":"[133.6, 139.8)","episode_id":"iv_000229","anchor_time":0.184722}
{"id":"ASR_iv_000214_spo2_peak_nearest_wbc_a0p15_n2p24_1","question":"Around the peak of SpO2, what interval does the closest white blood cell count reading fall into? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [9.4, 10.2) B. [7, 7.8) C. [3, 3.8) D. [4.6, 5.4)","answer":"C","answer_text":"[3, 3.8)","episode_id":"iv_000214","anchor_time":0.153333}
{"id":"ASR_iv_000486_spo2_trough_nearest_temperature_a0p63_n0p63_0","question":"At the point where pulse oximetry saturation reaches its nadir, which interval contains the nearest temperature value? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [97.92, 98.06) B. [98.2, 98.34) C. [98.34, 98.48) D. [98.48, 98.62)","answer":"D","answer_text":"[98.48, 98.62)","episode_id":"iv_000486","anchor_time":0.626667}
{"id":"ASR_iv_000359_creatinine_peak_nearest_wbc_a35p02_n35p02_0","question":"At the highest value of serum creatinine, which range includes the closest WBC count observation?\nOptions: A. [10.3, 11.4) B. [14.7, 15.8) C. [12.5, 13.6) D. [15.8, 16.9)","answer":"B","answer_text":"[14.7, 15.8)","episode_id":"iv_000359","anchor_time":35.0175}
{"id":"ASR_iv_000359_lactate_peak_nearest_heart_rate_a59p95_n59p73_1","question":"When lactate level reaches its highest value, where does the nearest heart rate measurement fall?\nOptions: A. [57.6, 65.2) B. [65.2, 72.8) C. [80.4, 88) D. [103.2, 110.8)","answer":"B","answer_text":"[65.2, 72.8)","episode_id":"iv_000359","anchor_time":59.950833}
{"id":"ASR_iv_000332_diastolic_bp_peak_nearest_heart_rate_a75p61_n75p57_1","question":"At the time when diastolic blood pressure is highest, which range includes the nearest HR value?\nOptions: A. [88.7, 92.8) B. [84.6, 88.7) C. [72.3, 76.4) D. [76.4, 80.5)","answer":"C","answer_text":"[72.3, 76.4)","episode_id":"iv_000332","anchor_time":75.605278}
{"id":"ASR_iv_000366_lactate_peak_nearest_resp_rate_a22p68_n22p89_0","question":"When lactate hits its highest point, which interval includes the closest available resp rate?\nOptions: A. [23.8, 25.4) B. [25.4, 27] C. [17.4, 19) D. [20.6, 22.2)","answer":"C","answer_text":"[17.4, 19)","episode_id":"iv_000366","anchor_time":22.676944}
{"id":"ASR_iv_000366_temperature_trough_nearest_systolic_bp_a12p89_n12p64_1","question":"At the moment temp reaches its minimum, what interval is the nearest systolic blood pressure in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [89.8, 97.7) B. [129.3, 137.2) C. [121.4, 129.3) D. [105.6, 113.5)","answer":"C","answer_text":"[121.4, 129.3)","episode_id":"iv_000366","anchor_time":12.893611}
{"id":"ASR_iv_000013_resp_rate_peak_nearest_map_a41p74_n41p75_1","question":"What interval should the closest mean arterial pressure be assigned to at the peak of respiratory rate?\nOptions: A. [62.7, 69.4) B. [116.3, 123] C. [56, 62.7) D. [82.8, 89.5)","answer":"D","answer_text":"[82.8, 89.5)","episode_id":"iv_000013","anchor_time":41.735278}
{"id":"ASR_iv_000308_creatinine_trough_nearest_map_a40p02_n40p02_0","question":"At the lowest point for creatinine, which option matches the closest mean arterial pressure reading?\nOptions: A. [74.1, 78.2) B. [90.5, 94.6) C. [86.4, 90.5) D. [94.6, 98.7)","answer":"B","answer_text":"[90.5, 94.6)","episode_id":"iv_000308","anchor_time":40.016667}
{"id":"ASR_iv_000119_heart_rate_peak_nearest_map_a23p1_n23p13_1","question":"Around the time of the highest heart rate, where does the closest mean arterial pressure reading fall?\nOptions: A. [83.6, 86.3) B. [80.9, 83.6) C. [64.7, 67.4) D. [72.8, 75.5)","answer":"B","answer_text":"[80.9, 83.6)","episode_id":"iv_000119","anchor_time":23.100833}
{"id":"ASR_iv_000111_resp_rate_trough_nearest_spo2_a3p6_n3p6_0","question":"Take the time when respiratory rate is lowest; what range does the nearest oxygen saturation belong to?\nOptions: A. [94, 95.5) B. [98.5, 100] C. [85, 86.5) D. [97, 98.5)","answer":"A","answer_text":"[94, 95.5)","episode_id":"iv_000111","anchor_time":3.601944}
{"id":"ASR_iv_000047_creatinine_peak_nearest_spo2_a109p78_n109p87_0","question":"When serum creatinine reaches its highest value, where does the nearest pulse oximetry saturation measurement fall?\nOptions: A. [88, 89.5) B. [95.5, 97) C. [98.5, 100] D. [97, 98.5)","answer":"C","answer_text":"[98.5, 100]","episode_id":"iv_000047","anchor_time":109.783333}
{"id":"ASR_iv_000047_creatinine_trough_nearest_heart_rate_a99p63_n99p87_1","question":"Near the lowest point in creatinine, which interval contains the closest heart rate measurement? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [103.4, 112.3) B. [112.3, 121.2) C. [76.7, 85.6) D. [121.2, 130.1)","answer":"D","answer_text":"[121.2, 130.1)","episode_id":"iv_000047","anchor_time":99.633333}
{"id":"ASR_iv_000016_temperature_trough_nearest_diastolic_bp_a12p23_n12p6_1","question":"For the closest charted DBP near the temp minimum, which range applies?\nOptions: A. [45, 50.9) B. [56.8, 62.7) C. [74.5, 80.4) D. [80.4, 86.3)","answer":"A","answer_text":"[45, 50.9)","episode_id":"iv_000016","anchor_time":12.233333}
{"id":"ASR_iv_000216_wbc_trough_nearest_heart_rate_a2p25_n1p97_0","question":"Near the lowest point of white blood cell count, what interval contains the closest charted pulse rate?\nOptions: A. [68, 71) B. [59, 62) C. [53, 56) D. [65, 68)","answer":"B","answer_text":"[59, 62)","episode_id":"iv_000216","anchor_time":2.25}
{"id":"ASR_iv_000216_spo2_peak_nearest_temperature_a2p85_n3p85_1","question":"What interval contains the closest temperature measurement to the SpO2 peak? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [98, 98.2) B. [97, 97.2) C. [98.6, 98.8) D. [97.4, 97.6)","answer":"A","answer_text":"[98, 98.2)","episode_id":"iv_000216","anchor_time":2.85}
{"id":"ASR_iv_000302_heart_rate_peak_nearest_map_a8p98_n8p98_0","question":"Look at the mean arterial pressure observation nearest to when HR is highest; which interval is it in? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [118, 125.5) B. [103, 110.5) C. [88, 95.5) D. [73, 80.5)","answer":"D","answer_text":"[73, 80.5)","episode_id":"iv_000302","anchor_time":8.9775}
{"id":"ASR_iv_000044_systolic_bp_trough_nearest_heart_rate_a3p97_n3p97_1","question":"At the time SBP reaches its minimum, which range holds the closest pulse rate measurement?\nOptions: A. [65.6, 68.4) B. [82.4, 85.2) C. [68.4, 71.2) D. [74, 76.8)","answer":"B","answer_text":"[82.4, 85.2)","episode_id":"iv_000044","anchor_time":3.969444}
{"id":"ASR_iv_000279_creatinine_peak_nearest_systolic_bp_a132p26_n132p59_1","question":"When the record shows creatinine at its highest value, which interval includes the nearest systolic BP?\nOptions: A. [128.5, 134.6) B. [116.3, 122.4) C. [122.4, 128.5) D. [98, 104.1)","answer":"B","answer_text":"[116.3, 122.4)","episode_id":"iv_000279","anchor_time":132.259722}
{"id":"ASR_iv_000496_resp_rate_peak_nearest_urine_output_a71p58_n71p65_0","question":"Around the peak of respiratory rate, which interval contains the closest recorded UOP?\nOptions: A. [250, 287.5) B. [175, 212.5) C. [362.5, 400] D. [137.5, 175)","answer":"A","answer_text":"[250, 287.5)","episode_id":"iv_000496","anchor_time":71.583333}
{"id":"ASR_iv_000496_urine_output_peak_nearest_systolic_bp_a13p58_n11p62_1","question":"Which option matches the systolic blood pressure measurement nearest to when urinary output is at its highest point?\nOptions: A. [122.5, 131) B. [148, 156.5) C. [156.5, 165) D. [105.5, 114)","answer":"A","answer_text":"[122.5, 131)","episode_id":"iv_000496","anchor_time":13.583333}
{"id":"ASR_iv_000052_lactate_trough_nearest_diastolic_bp_a0p51_n0p46_0","question":"When serum lactate is lowest in the episode, which option contains the nearest DBP reading?\nOptions: A. [78.8, 85.6) B. [85.6, 92.4) C. [51.6, 58.4) D. [58.4, 65.2)","answer":"D","answer_text":"[58.4, 65.2)","episode_id":"iv_000052","anchor_time":0.509722}
{"id":"ASR_iv_000052_lactate_trough_nearest_heart_rate_a0p51_n0p46_1","question":"What interval contains the closest HR measurement to the lactate minimum?\nOptions: A. [89.7, 96.8) B. [54.2, 61.3) C. [96.8, 103.9) D. [82.6, 89.7)","answer":"D","answer_text":"[82.6, 89.7)","episode_id":"iv_000052","anchor_time":0.509722}
{"id":"ASR_iv_000114_heart_rate_peak_nearest_wbc_a12p49_n16p99_0","question":"Which range should be chosen for the WBC count reading closest to the HR peak?\nOptions: A. [16.5, 16.8) B. [14.7, 15) C. [17.4, 17.7] D. [16.2, 16.5)","answer":"B","answer_text":"[14.7, 15)","episode_id":"iv_000114","anchor_time":12.486667}
{"id":"ASR_iv_000114_map_peak_nearest_creatinine_a12p49_n16p99_1","question":"Which listed range covers the creatinine value nearest to the highest MAP?\nOptions: A. [0.95, 0.96) B. [0.91, 0.92) C. [0.9, 0.91) D. [0.92, 0.93)","answer":"C","answer_text":"[0.9, 0.91)","episode_id":"iv_000114","anchor_time":12.486667}
{"id":"ASR_iv_000140_diastolic_bp_trough_nearest_wbc_a34p34_n38p64_0","question":"When diastolic BP is at its episode low, select the range containing the nearest WBC count measurement.\nOptions: A. [8.38, 9.2] B. [4.28, 5.1) C. [1, 1.82) D. [2.64, 3.46)","answer":"C","answer_text":"[1, 1.82)","episode_id":"iv_000140","anchor_time":34.342222}
{"id":"ASR_iv_000012_urine_output_trough_nearest_diastolic_bp_a10p48_n10p5_0","question":"When urinary output hits its lowest point, which interval includes the closest available diastolic BP? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [102.6, 108.8) B. [84, 90.2) C. [77.8, 84) D. [96.4, 102.6)","answer":"D","answer_text":"[96.4, 102.6)","episode_id":"iv_000012","anchor_time":10.481111}
{"id":"ASR_iv_000057_creatinine_peak_nearest_spo2_a4_n3p95_0","question":"If the reference point is the highest serum creatinine, which interval contains the nearest SpO2? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [90.4, 92) B. [87.2, 88.8) C. [84, 85.6) D. [92, 93.6)","answer":"C","answer_text":"[84, 85.6)","episode_id":"iv_000057","anchor_time":4.001667}
{"id":"ASR_iv_000057_spo2_peak_nearest_heart_rate_a5p88_n5p88_1","question":"What interval contains the closest heart rate measurement to the SpO2 peak? If multiple matching anchor events or nearest observations exist, use the earliest one.\nOptions: A. [103, 114.6) B. [68.2, 79.8) C. [79.8, 91.4) D. [114.6, 126.2)","answer":"C","answer_text":"[79.8, 91.4)","episode_id":"iv_000057","anchor_time":5.885}