[96a5a0]: / output / allTrials / identified / NCT06057831_identified.json

Download this file

973 lines (973 with data), 42.2 kB

  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
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
{
"info": {
"nct_id": "NCT06057831",
"official_title": "18FDG-PET/MRI Imaging in Predicting Pathological Response to Total Neo-adjuvant Therapy in Rectal Cancer",
"inclusion_criteria": "1. Patients with histologically proven adenocarcinoma of the rectum.\n2. Clinical stage 2-3 rectal adenocarcinoma, cT3/4N0/M0 or Tx N1-2/M0, within 16 cm from anal verge (lesion below the sacral promontory).\n3. Patients deemed suitable to undergo TNT followed by surgical resection.\n4. Male or female ≥ 18 years of age.\n5. ECOG/Zubrod status 0-2.\n6. Able and willing to follow instructions and comply with the protocol.\n7. Provide written informed consent prior to participation in the study.\n8. Women of childbearing potential (WOCBP) must have a negative serum (or urine) pregnancy test at the time of screening if there is concern about pregnancy. WOCBP is defined as any female who has experienced menarche and who has not undergone surgical sterilization (hysterectomy or bilateral oophorectomy or bilateral salpingectomy) and is not postmenopausal.\n9. If female of child-bearing potential and outside of the window of 10 days since the first day of the last menstrual period, concerned about pregnancy are not eligible for the study.\n10. Females must not be breastfeeding (during treatment and at least 6 months from the last dose).\n11. Male patients should agree that not donate sperm during the study (during treatment and at least 6 months from the last dose).\n12. Patients of childbearing/reproductive potential should use highly effective birth control methods if indicated, as defined by the investigator, up to the period of finishing adjuvant chemotherapy. A highly effective method of birth control is defined as those that result in low failure rate (i.e., less than 1% per year) when used consistently and correctly.\n\nNote: abstinence is acceptable if this is established and preferred contraception for the patient and is accepted as a local standard.\nHealthy volunteers allowed\nMust have minimum age of 18 Years",
"exclusion_criteria": "1. Patient receiving short course radiotherapy alone for rectal cancer.\n2. Patient receiving standard TNT.\n3. Patients with metastatic disease.\n4. Prior pelvic radiotherapy or chemotherapy.\n5. Patients in whom MRI is contra-indicated as per prevailing institutional guidelines (e.g. pacemakers, aneurysm clips, cochlear implant, implanted cardiac defibrillator).\n6. Prior or concurrent malignancy (except non-melanomatous skin cancer) unless disease-free for at least 5 years.\n7. Inability to lay in supine position for approximately one hour.\n8. Nursing or pregnant females.\n9. Age <18 years.\n10. Previous and concurrent, experimental, chemotherapy, or radiotherapy treatment for primary rectal carcinoma.\n11. Patients with malabsorption syndrome, ulcerative colitis, inflammatory bowel disease, resection of the stomach or small bowel, or other disease significantly affecting gastrointestinal (GI) function.\n12. Patients with a known history of documented upper GI bleeding or upper GI ulcerative disease.\n13. Patients who have experienced untreated and/or uncontrolled cardiovascular conditions and/or have symptomatic cardiac dysfunction.\n14. Known current alcohol abuse.\n15. Patients with symptomatic inflammatory bowel disease.\n16. Patients with uncontrolled hypothyroidism.\n17. Patients with chronic liver disease.\n18. Patients known to be suffering from infection with HIV, Tuberculosis, Hepatitis C or Hepatitis B.\n19. Any contra-indications for intravenous contrast.\n20. History of anaphylactic reaction to medications or drug allergy.",
"miscellaneous_criteria": ""
},
"inclusion_lines": [
{
"line": "1. Patients with histologically proven adenocarcinoma of the rectum.",
"criterions": [
{
"exact_snippets": "histologically proven adenocarcinoma of the rectum",
"criterion": "adenocarcinoma of the rectum",
"requirements": [
{
"requirement_type": "confirmation method",
"expected_value": "histologically proven"
}
]
}
]
},
{
"line": "2. Clinical stage 2-3 rectal adenocarcinoma, cT3/4N0/M0 or Tx N1-2/M0, within 16 cm from anal verge (lesion below the sacral promontory).",
"criterions": [
{
"exact_snippets": "Clinical stage 2-3 rectal adenocarcinoma",
"criterion": "rectal adenocarcinoma",
"requirements": [
{
"requirement_type": "clinical stage",
"expected_value": {
"comparisons": [
{
"operator": ">=",
"value": 2,
"unit": "N/A"
},
{
"operator": "<=",
"value": 3,
"unit": "N/A"
}
]
}
}
]
},
{
"exact_snippets": "cT3/4N0/M0 or Tx N1-2/M0",
"criterion": "tumor classification",
"requirements": [
{
"requirement_type": "TNM classification",
"expected_value": [
"cT3/4N0/M0",
"Tx N1-2/M0"
]
}
]
},
{
"exact_snippets": "within 16 cm from anal verge",
"criterion": "distance from anal verge",
"requirements": [
{
"requirement_type": "distance",
"expected_value": {
"operator": "<=",
"value": 16,
"unit": "cm"
}
}
]
},
{
"exact_snippets": "lesion below the sacral promontory",
"criterion": "lesion location",
"requirements": [
{
"requirement_type": "location",
"expected_value": "below the sacral promontory"
}
]
}
]
},
{
"line": "3. Patients deemed suitable to undergo TNT followed by surgical resection.",
"criterions": [
{
"exact_snippets": "Patients deemed suitable to undergo TNT",
"criterion": "suitability for TNT",
"requirements": [
{
"requirement_type": "suitability",
"expected_value": true
}
]
},
{
"exact_snippets": "suitable to undergo ... surgical resection",
"criterion": "suitability for surgical resection",
"requirements": [
{
"requirement_type": "suitability",
"expected_value": true
}
]
}
]
},
{
"line": "4. Male or female ≥ 18 years of age.",
"criterions": [
{
"exact_snippets": "Male or female",
"criterion": "gender",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "≥ 18 years of age",
"criterion": "age",
"requirements": [
{
"requirement_type": "minimum",
"expected_value": {
"operator": ">=",
"value": 18,
"unit": "years"
}
}
]
}
]
},
{
"line": "5. ECOG/Zubrod status 0-2.",
"criterions": [
{
"exact_snippets": "ECOG/Zubrod status 0-2",
"criterion": "ECOG/Zubrod status",
"requirements": [
{
"requirement_type": "range",
"expected_value": {
"comparisons": [
{
"operator": ">=",
"value": 0,
"unit": "N/A"
},
{
"operator": "<=",
"value": 2,
"unit": "N/A"
}
]
}
}
]
}
]
},
{
"line": "6. Able and willing to follow instructions and comply with the protocol.",
"criterions": [
{
"exact_snippets": "Able and willing to follow instructions",
"criterion": "ability and willingness to follow instructions",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "comply with the protocol",
"criterion": "compliance with the protocol",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "7. Provide written informed consent prior to participation in the study.",
"criterions": [
{
"exact_snippets": "Provide written informed consent",
"criterion": "informed consent",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "8. Women of childbearing potential (WOCBP) must have a negative serum (or urine) pregnancy test at the time of screening if there is concern about pregnancy. WOCBP is defined as any female who has experienced menarche and who has not undergone surgical sterilization (hysterectomy or bilateral oophorectomy or bilateral salpingectomy) and is not postmenopausal.",
"criterions": [
{
"exact_snippets": "Women of childbearing potential (WOCBP)",
"criterion": "women of childbearing potential",
"requirements": [
{
"requirement_type": "definition",
"expected_value": "any female who has experienced menarche and who has not undergone surgical sterilization (hysterectomy or bilateral oophorectomy or bilateral salpingectomy) and is not postmenopausal"
}
]
},
{
"exact_snippets": "must have a negative serum (or urine) pregnancy test",
"criterion": "pregnancy test",
"requirements": [
{
"requirement_type": "result",
"expected_value": "negative"
}
]
},
{
"exact_snippets": "at the time of screening",
"criterion": "timing of pregnancy test",
"requirements": [
{
"requirement_type": "timing",
"expected_value": "at the time of screening"
}
]
},
{
"exact_snippets": "if there is concern about pregnancy",
"criterion": "concern about pregnancy",
"requirements": [
{
"requirement_type": "condition",
"expected_value": "if there is concern about pregnancy"
}
]
}
]
},
{
"line": "9. If female of child-bearing potential and outside of the window of 10 days since the first day of the last menstrual period, concerned about pregnancy are not eligible for the study.",
"criterions": [
{
"exact_snippets": "female of child-bearing potential",
"criterion": "gender and reproductive potential",
"requirements": [
{
"requirement_type": "gender",
"expected_value": "female"
},
{
"requirement_type": "reproductive potential",
"expected_value": "child-bearing"
}
]
},
{
"exact_snippets": "outside of the window of 10 days since the first day of the last menstrual period",
"criterion": "menstrual cycle timing",
"requirements": [
{
"requirement_type": "timing",
"expected_value": {
"operator": ">",
"value": 10,
"unit": "days since the first day of the last menstrual period"
}
}
]
},
{
"exact_snippets": "concerned about pregnancy",
"criterion": "pregnancy concern",
"requirements": [
{
"requirement_type": "concern",
"expected_value": true
}
]
}
]
},
{
"line": "10. Females must not be breastfeeding (during treatment and at least 6 months from the last dose).",
"criterions": [
{
"exact_snippets": "Females must not be breastfeeding",
"criterion": "breastfeeding",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "at least 6 months from the last dose",
"criterion": "time since last dose",
"requirements": [
{
"requirement_type": "duration",
"expected_value": {
"operator": ">=",
"value": 6,
"unit": "months"
}
}
]
}
]
},
{
"line": "11. Male patients should agree that not donate sperm during the study (during treatment and at least 6 months from the last dose).",
"criterions": [
{
"exact_snippets": "Male patients should agree that not donate sperm during the study (during treatment and at least 6 months from the last dose).",
"criterion": "sperm donation",
"requirements": [
{
"requirement_type": "agreement",
"expected_value": false
}
]
}
]
},
{
"line": "12. Patients of childbearing/reproductive potential should use highly effective birth control methods if indicated, as defined by the investigator, up to the period of finishing adjuvant chemotherapy. A highly effective method of birth control is defined as those that result in low failure rate (i.e., less than 1% per year) when used consistently and correctly.",
"criterions": [
{
"exact_snippets": "Patients of childbearing/reproductive potential",
"criterion": "childbearing/reproductive potential",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "should use highly effective birth control methods",
"criterion": "use of highly effective birth control methods",
"requirements": [
{
"requirement_type": "necessity",
"expected_value": true
}
]
},
{
"exact_snippets": "A highly effective method of birth control is defined as those that result in low failure rate (i.e., less than 1% per year)",
"criterion": "birth control method effectiveness",
"requirements": [
{
"requirement_type": "failure rate",
"expected_value": {
"operator": "<",
"value": 1,
"unit": "% per year"
}
}
]
}
]
},
{
"line": "Note: abstinence is acceptable if this is established and preferred contraception for the patient and is accepted as a local standard.",
"criterions": [
{
"exact_snippets": "abstinence is acceptable",
"criterion": "abstinence",
"requirements": [
{
"requirement_type": "acceptability",
"expected_value": true
}
]
},
{
"exact_snippets": "preferred contraception for the patient",
"criterion": "preferred contraception",
"requirements": [
{
"requirement_type": "establishment",
"expected_value": true
}
]
},
{
"exact_snippets": "accepted as a local standard",
"criterion": "local standard acceptance",
"requirements": [
{
"requirement_type": "acceptability",
"expected_value": true
}
]
}
]
},
{
"line": "Healthy volunteers allowed",
"criterions": [
{
"exact_snippets": "Healthy volunteers allowed",
"criterion": "volunteer health status",
"requirements": [
{
"requirement_type": "status",
"expected_value": "healthy"
}
]
}
]
},
{
"line": "Must have minimum age of 18 Years",
"criterions": [
{
"exact_snippets": "minimum age of 18 Years",
"criterion": "age",
"requirements": [
{
"requirement_type": "minimum",
"expected_value": {
"operator": ">=",
"value": 18,
"unit": "Years"
}
}
]
}
]
}
],
"exclusion_lines": [
{
"line": "1. Patient receiving short course radiotherapy alone for rectal cancer.",
"criterions": [
{
"exact_snippets": "Patient receiving short course radiotherapy alone for rectal cancer.",
"criterion": "treatment type",
"requirements": [
{
"requirement_type": "specific treatment",
"expected_value": "short course radiotherapy alone"
}
]
},
{
"exact_snippets": "Patient receiving short course radiotherapy alone for rectal cancer.",
"criterion": "cancer type",
"requirements": [
{
"requirement_type": "specific cancer",
"expected_value": "rectal cancer"
}
]
}
]
},
{
"line": "2. Patient receiving standard TNT.",
"criterions": [
{
"exact_snippets": "Patient receiving standard TNT.",
"criterion": "standard TNT",
"requirements": [
{
"requirement_type": "receiving",
"expected_value": true
}
]
}
]
},
{
"line": "3. Patients with metastatic disease.",
"criterions": [
{
"exact_snippets": "Patients with metastatic disease",
"criterion": "metastatic disease",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "4. Prior pelvic radiotherapy or chemotherapy.",
"criterions": [
{
"exact_snippets": "Prior pelvic radiotherapy",
"criterion": "pelvic radiotherapy",
"requirements": [
{
"requirement_type": "prior treatment",
"expected_value": true
}
]
},
{
"exact_snippets": "Prior ... chemotherapy",
"criterion": "chemotherapy",
"requirements": [
{
"requirement_type": "prior treatment",
"expected_value": true
}
]
}
]
},
{
"line": "5. Patients in whom MRI is contra-indicated as per prevailing institutional guidelines (e.g. pacemakers, aneurysm clips, cochlear implant, implanted cardiac defibrillator).",
"criterions": [
{
"exact_snippets": "MRI is contra-indicated",
"criterion": "MRI contraindication",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "pacemakers",
"criterion": "pacemaker",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "aneurysm clips",
"criterion": "aneurysm clip",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "cochlear implant",
"criterion": "cochlear implant",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "implanted cardiac defibrillator",
"criterion": "implanted cardiac defibrillator",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "6. Prior or concurrent malignancy (except non-melanomatous skin cancer) unless disease-free for at least 5 years.",
"criterions": [
{
"exact_snippets": "Prior or concurrent malignancy",
"criterion": "malignancy",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "disease-free for at least 5 years",
"criterion": "disease-free period",
"requirements": [
{
"requirement_type": "duration",
"expected_value": {
"operator": ">=",
"value": 5,
"unit": "years"
}
}
]
}
]
},
{
"line": "7. Inability to lay in supine position for approximately one hour.",
"criterions": [
{
"exact_snippets": "Inability to lay in supine position for approximately one hour.",
"criterion": "ability to lay in supine position",
"requirements": [
{
"requirement_type": "duration",
"expected_value": "approximately one hour"
}
]
}
]
},
{
"line": "8. Nursing or pregnant females.",
"criterions": [
{
"exact_snippets": "Nursing ... females",
"criterion": "nursing status",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "pregnant females",
"criterion": "pregnancy status",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
}
]
},
{
"line": "9. Age <18 years.",
"criterions": [
{
"exact_snippets": "Age <18 years.",
"criterion": "age",
"requirements": [
{
"requirement_type": "value",
"expected_value": {
"operator": "<",
"value": 18,
"unit": "years"
}
}
]
}
]
},
{
"line": "10. Previous and concurrent, experimental, chemotherapy, or radiotherapy treatment for primary rectal carcinoma.",
"criterions": [
{
"exact_snippets": "Previous and concurrent, experimental, chemotherapy, or radiotherapy treatment for primary rectal carcinoma.",
"criterion": "previous treatment for primary rectal carcinoma",
"requirements": [
{
"requirement_type": "treatment type",
"expected_value": [
"experimental",
"chemotherapy",
"radiotherapy"
]
}
]
},
{
"exact_snippets": "Previous and concurrent, experimental, chemotherapy, or radiotherapy treatment for primary rectal carcinoma.",
"criterion": "concurrent treatment for primary rectal carcinoma",
"requirements": [
{
"requirement_type": "treatment type",
"expected_value": [
"experimental",
"chemotherapy",
"radiotherapy"
]
}
]
}
]
},
{
"line": "11. Patients with malabsorption syndrome, ulcerative colitis, inflammatory bowel disease, resection of the stomach or small bowel, or other disease significantly affecting gastrointestinal (GI) function.",
"criterions": [
{
"exact_snippets": "malabsorption syndrome",
"criterion": "malabsorption syndrome",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "ulcerative colitis",
"criterion": "ulcerative colitis",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "inflammatory bowel disease",
"criterion": "inflammatory bowel disease",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "resection of the stomach or small bowel",
"criterion": "resection of the stomach or small bowel",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "other disease significantly affecting gastrointestinal (GI) function",
"criterion": "disease affecting gastrointestinal function",
"requirements": [
{
"requirement_type": "severity",
"expected_value": "significant"
}
]
}
]
},
{
"line": "12. Patients with a known history of documented upper GI bleeding or upper GI ulcerative disease.",
"criterions": [
{
"exact_snippets": "known history of documented upper GI bleeding",
"criterion": "upper GI bleeding",
"requirements": [
{
"requirement_type": "history",
"expected_value": true
}
]
},
{
"exact_snippets": "known history of documented ... upper GI ulcerative disease",
"criterion": "upper GI ulcerative disease",
"requirements": [
{
"requirement_type": "history",
"expected_value": true
}
]
}
]
},
{
"line": "13. Patients who have experienced untreated and/or uncontrolled cardiovascular conditions and/or have symptomatic cardiac dysfunction.",
"criterions": [
{
"exact_snippets": "untreated and/or uncontrolled cardiovascular conditions",
"criterion": "cardiovascular conditions",
"requirements": [
{
"requirement_type": "treatment status",
"expected_value": "untreated"
},
{
"requirement_type": "control status",
"expected_value": "uncontrolled"
}
]
},
{
"exact_snippets": "symptomatic cardiac dysfunction",
"criterion": "cardiac dysfunction",
"requirements": [
{
"requirement_type": "symptoms",
"expected_value": true
}
]
}
]
},
{
"line": "14. Known current alcohol abuse.",
"criterions": [
{
"exact_snippets": "Known current alcohol abuse",
"criterion": "alcohol abuse",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
},
{
"requirement_type": "timeframe",
"expected_value": "current"
}
]
}
]
},
{
"line": "15. Patients with symptomatic inflammatory bowel disease.",
"criterions": [
{
"exact_snippets": "symptomatic inflammatory bowel disease",
"criterion": "inflammatory bowel disease",
"requirements": [
{
"requirement_type": "symptom presence",
"expected_value": true
}
]
}
]
},
{
"line": "16. Patients with uncontrolled hypothyroidism.",
"criterions": [
{
"exact_snippets": "uncontrolled hypothyroidism",
"criterion": "hypothyroidism",
"requirements": [
{
"requirement_type": "control status",
"expected_value": "uncontrolled"
}
]
}
]
},
{
"line": "17. Patients with chronic liver disease.",
"criterions": [
{
"exact_snippets": "Patients with chronic liver disease",
"criterion": "chronic liver disease",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "18. Patients known to be suffering from infection with HIV, Tuberculosis, Hepatitis C or Hepatitis B.",
"criterions": [
{
"exact_snippets": "infection with HIV",
"criterion": "HIV infection",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "infection with ... Tuberculosis",
"criterion": "Tuberculosis infection",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "infection with ... Hepatitis C",
"criterion": "Hepatitis C infection",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "infection with ... Hepatitis B",
"criterion": "Hepatitis B infection",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "19. Any contra-indications for intravenous contrast.",
"criterions": [
{
"exact_snippets": "contra-indications for intravenous contrast",
"criterion": "intravenous contrast",
"requirements": [
{
"requirement_type": "contra-indications",
"expected_value": false
}
]
}
]
},
{
"line": "20. History of anaphylactic reaction to medications or drug allergy.",
"criterions": [
{
"exact_snippets": "History of anaphylactic reaction to medications",
"criterion": "anaphylactic reaction to medications",
"requirements": [
{
"requirement_type": "history",
"expected_value": true
}
]
},
{
"exact_snippets": "drug allergy",
"criterion": "drug allergy",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
}
],
"miscellaneous_lines": [],
"failed_inclusion": [],
"failed_exclusion": [],
"failed_miscellaneous": []
}