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

Download this file

949 lines (949 with data), 41.8 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
{
"info": {
"nct_id": "NCT04799431",
"official_title": "A Pilot Study of a Neoantigen-Targeted Vaccine Combined With Anti-PD-1 Antibody for Patients With Stage IV MMR-p Colorectal Cancer and Pancreatic Ductal Adenocarcinoma",
"inclusion_criteria": "* Age ≥18 years.\n* Have histologically or cytologically - proven cancer of the pancreas or colon.\n* Have tumor lesions amenable to repeated biopsy, and patient's acceptance to have a tumor biopsy of an accessible lesion at baseline and on treatment if the lesion can be biopsied with acceptable clinical risk (as judged by the investigator).\n* Measurable disease as per RECIST 1.1.\n* Have sufficient and accessible tissue for NGS and immune-phenotyping.\n* Have not received any prior systemic therapy in the metastatic setting for PDA or CRC. Patients who have received adjuvant chemotherapy >12 months prior to the diagnosis of metastatic disease may be eligible.\n* ECOG performance status 0.\n* Life expectancy of greater than 6 months.\n* Patients must have adequate organ and marrow function defined by study-specified laboratory tests prior to initial study drug.\n* Woman of childbearing potential must have a negative pregnancy test and follow contraceptive guidelines as defined per protocol.\n* Men must use acceptable form of birth control while on study.\n* Ability to understand and willingness to sign a written informed consent document.\nHealthy volunteers allowed\nMust have minimum age of 18 Years",
"exclusion_criteria": "* Is a candidate for definitive surgical resection.\n* Is unwilling or unable to undergo standard of care therapy.\n* Known history or evidence of brain metastases and/or leptomeningeal spread.\n* Prior treatment with immunotherapy agents (including, anti-PD-1, anti-PD-L1, anti-PD-L2, anti-CTLA4, etc.).\n* Receiving active immunosuppressive agents or chronic use of systemic corticosteroids within 14 days of vaccine treatment.\n* Has active autoimmune disease that has required systemic treatment in the past 5 years, or a documented history of clinically severe autoimmune disease, or a syndrome that requires systemic steroids or immunosuppressive agents.\n* Known history or concurrent interstitial lung disease.\n* Has a pulse oximetry < 95% on room air.\n* Requires the use of home oxygen.\n* Infection with HIV or hepatitis B or C.\n* Uncontrolled intercurrent illness including, but not limited to, uncontrolled infection, symptomatic congestive heart failure, unstable angina, cardiac arrhythmia, metastatic cancer, or psychiatric illness/social situations that would limit compliance with study requirements.\n* Has been diagnosed with another cancer or myeloproliferative disorder within the past 5 year.\n* Has had surgery within 28 days of dosing of investigational agent, excluding minor procedures (dental work, skin biopsy, etc.), celiac plexus block, and biliary stent placement.\n* Has received any non-oncology live vaccine therapy used for prevention of infectious diseases within 28 days of study treatment.\n* If at the time of signing informed consent, a regular user (including \"recreational use\") of any illicit drugs or other substance abuse (including alcohol) that could potentially interfere with adherence to study procedures or requirements.\n* Any other sound medical, psychiatric, and/or social reason as determined by the Investigator.\n* Unwilling or unable to follow the study schedule for any reason.\n* Are pregnant or breastfeeding.\n* Any radiological or clinical pleural effusions or ascites.\n* Any peritoneal involvement by the tumor.\n* History of malignant small bowel obstruction.\n* On parenteral nutrition.\n* Any liver metastasis greater than 3 cm or greater than 5 liver metastases.\n* Known or suspected hypersensitivity to Hiltonol.",
"miscellaneous_criteria": ""
},
"inclusion_lines": [
{
"line": "* Age ≥18 years.",
"criterions": [
{
"exact_snippets": "Age ≥18 years.",
"criterion": "age",
"requirements": [
{
"requirement_type": "value",
"expected_value": {
"operator": ">=",
"value": 18,
"unit": "years"
}
}
]
}
]
},
{
"line": "* Have histologically or cytologically - proven cancer of the pancreas or colon.",
"criterions": [
{
"exact_snippets": "histologically or cytologically - proven cancer of the pancreas",
"criterion": "pancreatic cancer",
"requirements": [
{
"requirement_type": "diagnosis method",
"expected_value": [
"histologically",
"cytologically"
]
}
]
},
{
"exact_snippets": "histologically or cytologically - proven cancer of the ... colon",
"criterion": "colon cancer",
"requirements": [
{
"requirement_type": "diagnosis method",
"expected_value": [
"histologically",
"cytologically"
]
}
]
}
]
},
{
"line": "* Have tumor lesions amenable to repeated biopsy, and patient's acceptance to have a tumor biopsy of an accessible lesion at baseline and on treatment if the lesion can be biopsied with acceptable clinical risk (as judged by the investigator).",
"criterions": [
{
"exact_snippets": "tumor lesions amenable to repeated biopsy",
"criterion": "tumor lesions",
"requirements": [
{
"requirement_type": "amenability to repeated biopsy",
"expected_value": true
}
]
},
{
"exact_snippets": "patient's acceptance to have a tumor biopsy",
"criterion": "patient's acceptance",
"requirements": [
{
"requirement_type": "acceptance",
"expected_value": true
}
]
},
{
"exact_snippets": "accessible lesion at baseline and on treatment",
"criterion": "accessible lesion",
"requirements": [
{
"requirement_type": "accessibility",
"expected_value": true
}
]
},
{
"exact_snippets": "if the lesion can be biopsied with acceptable clinical risk",
"criterion": "biopsy of lesion",
"requirements": [
{
"requirement_type": "acceptable clinical risk",
"expected_value": true
}
]
}
]
},
{
"line": "* Measurable disease as per RECIST 1.1.",
"criterions": [
{
"exact_snippets": "Measurable disease as per RECIST 1.1.",
"criterion": "measurable disease",
"requirements": [
{
"requirement_type": "measurement standard",
"expected_value": "RECIST 1.1"
}
]
}
]
},
{
"line": "* Have sufficient and accessible tissue for NGS and immune-phenotyping.",
"criterions": [
{
"exact_snippets": "sufficient and accessible tissue for NGS",
"criterion": "tissue for NGS",
"requirements": [
{
"requirement_type": "sufficiency",
"expected_value": true
},
{
"requirement_type": "accessibility",
"expected_value": true
}
]
},
{
"exact_snippets": "sufficient and accessible tissue for ... immune-phenotyping",
"criterion": "tissue for immune-phenotyping",
"requirements": [
{
"requirement_type": "sufficiency",
"expected_value": true
},
{
"requirement_type": "accessibility",
"expected_value": true
}
]
}
]
},
{
"line": "* Have not received any prior systemic therapy in the metastatic setting for PDA or CRC. Patients who have received adjuvant chemotherapy >12 months prior to the diagnosis of metastatic disease may be eligible.",
"criterions": [
{
"exact_snippets": "Have not received any prior systemic therapy in the metastatic setting for PDA or CRC.",
"criterion": "prior systemic therapy in the metastatic setting for PDA or CRC",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "Patients who have received adjuvant chemotherapy >12 months prior to the diagnosis of metastatic disease may be eligible.",
"criterion": "adjuvant chemotherapy",
"requirements": [
{
"requirement_type": "timing",
"expected_value": {
"operator": ">",
"value": 12,
"unit": "months"
}
}
]
}
]
},
{
"line": "* ECOG performance status 0.",
"criterions": [
{
"exact_snippets": "ECOG performance status 0",
"criterion": "ECOG performance status",
"requirements": [
{
"requirement_type": "value",
"expected_value": "0"
}
]
}
]
},
{
"line": "* Life expectancy of greater than 6 months.",
"criterions": [
{
"exact_snippets": "Life expectancy of greater than 6 months.",
"criterion": "life expectancy",
"requirements": [
{
"requirement_type": "duration",
"expected_value": {
"operator": ">",
"value": 6,
"unit": "months"
}
}
]
}
]
},
{
"line": "* Patients must have adequate organ and marrow function defined by study-specified laboratory tests prior to initial study drug.",
"criterions": [
{
"exact_snippets": "adequate organ and marrow function",
"criterion": "organ and marrow function",
"requirements": [
{
"requirement_type": "adequacy",
"expected_value": true
}
]
}
]
},
{
"line": "* Woman of childbearing potential must have a negative pregnancy test and follow contraceptive guidelines as defined per protocol.",
"criterions": [
{
"exact_snippets": "Woman of childbearing potential",
"criterion": "gender and reproductive status",
"requirements": [
{
"requirement_type": "presence",
"expected_value": "woman of childbearing potential"
}
]
},
{
"exact_snippets": "must have a negative pregnancy test",
"criterion": "pregnancy test",
"requirements": [
{
"requirement_type": "result",
"expected_value": "negative"
}
]
},
{
"exact_snippets": "follow contraceptive guidelines as defined per protocol",
"criterion": "contraceptive guidelines",
"requirements": [
{
"requirement_type": "adherence",
"expected_value": "as defined per protocol"
}
]
}
]
},
{
"line": "* Men must use acceptable form of birth control while on study.",
"criterions": [
{
"exact_snippets": "Men must use acceptable form of birth control",
"criterion": "birth control usage",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "* Ability to understand and willingness to sign a written informed consent document.",
"criterions": [
{
"exact_snippets": "Ability to understand",
"criterion": "cognitive ability",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "willingness to sign a written informed consent document",
"criterion": "willingness to consent",
"requirements": [
{
"requirement_type": "presence",
"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": "* Is a candidate for definitive surgical resection.",
"criterions": [
{
"exact_snippets": "Is a candidate for definitive surgical resection.",
"criterion": "definitive surgical resection candidacy",
"requirements": [
{
"requirement_type": "candidacy",
"expected_value": true
}
]
}
]
},
{
"line": "* Is unwilling or unable to undergo standard of care therapy.",
"criterions": [
{
"exact_snippets": "unwilling or unable to undergo standard of care therapy",
"criterion": "willingness and ability to undergo standard of care therapy",
"requirements": [
{
"requirement_type": "willingness",
"expected_value": false
},
{
"requirement_type": "ability",
"expected_value": false
}
]
}
]
},
{
"line": "* Known history or evidence of brain metastases and/or leptomeningeal spread.",
"criterions": [
{
"exact_snippets": "Known history or evidence of brain metastases",
"criterion": "brain metastases",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "Known history or evidence of ... leptomeningeal spread",
"criterion": "leptomeningeal spread",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "* Prior treatment with immunotherapy agents (including, anti-PD-1, anti-PD-L1, anti-PD-L2, anti-CTLA4, etc.).",
"criterions": [
{
"exact_snippets": "Prior treatment with immunotherapy agents (including, anti-PD-1, anti-PD-L1, anti-PD-L2, anti-CTLA4, etc.)",
"criterion": "prior treatment with immunotherapy agents",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "* Receiving active immunosuppressive agents or chronic use of systemic corticosteroids within 14 days of vaccine treatment.",
"criterions": [
{
"exact_snippets": "Receiving active immunosuppressive agents",
"criterion": "active immunosuppressive agents",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "chronic use of systemic corticosteroids within 14 days of vaccine treatment",
"criterion": "chronic use of systemic corticosteroids",
"requirements": [
{
"requirement_type": "time frame",
"expected_value": "within 14 days of vaccine treatment"
}
]
}
]
},
{
"line": "* Has active autoimmune disease that has required systemic treatment in the past 5 years, or a documented history of clinically severe autoimmune disease, or a syndrome that requires systemic steroids or immunosuppressive agents.",
"criterions": [
{
"exact_snippets": "active autoimmune disease that has required systemic treatment in the past 5 years",
"criterion": "active autoimmune disease",
"requirements": [
{
"requirement_type": "treatment history",
"expected_value": "systemic treatment in the past 5 years"
}
]
},
{
"exact_snippets": "documented history of clinically severe autoimmune disease",
"criterion": "clinically severe autoimmune disease",
"requirements": [
{
"requirement_type": "history",
"expected_value": "documented"
}
]
},
{
"exact_snippets": "syndrome that requires systemic steroids or immunosuppressive agents",
"criterion": "syndrome",
"requirements": [
{
"requirement_type": "treatment requirement",
"expected_value": [
"systemic steroids",
"immunosuppressive agents"
]
}
]
}
]
},
{
"line": "* Known history or concurrent interstitial lung disease.",
"criterions": [
{
"exact_snippets": "Known history or concurrent interstitial lung disease",
"criterion": "interstitial lung disease",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "* Has a pulse oximetry < 95% on room air.",
"criterions": [
{
"exact_snippets": "pulse oximetry < 95%",
"criterion": "pulse oximetry",
"requirements": [
{
"requirement_type": "value",
"expected_value": {
"operator": "<",
"value": 95,
"unit": "%"
}
},
{
"requirement_type": "condition",
"expected_value": "on room air"
}
]
}
]
},
{
"line": "* Requires the use of home oxygen.",
"criterions": [
{
"exact_snippets": "Requires the use of home oxygen.",
"criterion": "home oxygen use",
"requirements": [
{
"requirement_type": "necessity",
"expected_value": true
}
]
}
]
},
{
"line": "* Uncontrolled intercurrent illness including, but not limited to, uncontrolled infection, symptomatic congestive heart failure, unstable angina, cardiac arrhythmia, metastatic cancer, or psychiatric illness/social situations that would limit compliance with study requirements.",
"criterions": [
{
"exact_snippets": "Uncontrolled intercurrent illness ... uncontrolled infection",
"criterion": "uncontrolled infection",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "Uncontrolled intercurrent illness ... symptomatic congestive heart failure",
"criterion": "symptomatic congestive heart failure",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "Uncontrolled intercurrent illness ... unstable angina",
"criterion": "unstable angina",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "Uncontrolled intercurrent illness ... cardiac arrhythmia",
"criterion": "cardiac arrhythmia",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "Uncontrolled intercurrent illness ... metastatic cancer",
"criterion": "metastatic cancer",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "Uncontrolled intercurrent illness ... psychiatric illness/social situations that would limit compliance with study requirements",
"criterion": "psychiatric illness/social situations",
"requirements": [
{
"requirement_type": "impact on compliance",
"expected_value": "limit compliance with study requirements"
}
]
}
]
},
{
"line": "* Has been diagnosed with another cancer or myeloproliferative disorder within the past 5 year.",
"criterions": [
{
"exact_snippets": "Has been diagnosed with another cancer",
"criterion": "diagnosis of another cancer",
"requirements": [
{
"requirement_type": "time frame",
"expected_value": {
"comparisons": [
{
"operator": "<=",
"value": 5,
"unit": "year"
}
]
}
}
]
},
{
"exact_snippets": "Has been diagnosed with ... myeloproliferative disorder",
"criterion": "diagnosis of myeloproliferative disorder",
"requirements": [
{
"requirement_type": "time frame",
"expected_value": {
"comparisons": [
{
"operator": "<=",
"value": 5,
"unit": "year"
}
]
}
}
]
}
]
},
{
"line": "* Has had surgery within 28 days of dosing of investigational agent, excluding minor procedures (dental work, skin biopsy, etc.), celiac plexus block, and biliary stent placement.",
"criterions": [
{
"exact_snippets": "Has had surgery within 28 days of dosing of investigational agent",
"criterion": "recent surgery",
"requirements": [
{
"requirement_type": "time since surgery",
"expected_value": {
"operator": "<=",
"value": 28,
"unit": "days"
}
}
]
},
{
"exact_snippets": "excluding minor procedures (dental work, skin biopsy, etc.), celiac plexus block, and biliary stent placement",
"criterion": "type of surgery",
"requirements": [
{
"requirement_type": "exclusion",
"expected_value": [
"minor procedures",
"celiac plexus block",
"biliary stent placement"
]
}
]
}
]
},
{
"line": "* Has received any non-oncology live vaccine therapy used for prevention of infectious diseases within 28 days of study treatment.",
"criterions": [
{
"exact_snippets": "Has received any non-oncology live vaccine therapy used for prevention of infectious diseases within 28 days of study treatment.",
"criterion": "non-oncology live vaccine therapy",
"requirements": [
{
"requirement_type": "time since administration",
"expected_value": {
"operator": "<=",
"value": 28,
"unit": "days"
}
}
]
}
]
},
{
"line": "* If at the time of signing informed consent, a regular user (including \"recreational use\") of any illicit drugs or other substance abuse (including alcohol) that could potentially interfere with adherence to study procedures or requirements.",
"criterions": [
{
"exact_snippets": "a regular user (including \"recreational use\") of any illicit drugs",
"criterion": "illicit drug use",
"requirements": [
{
"requirement_type": "frequency",
"expected_value": "regular use"
}
]
},
{
"exact_snippets": "other substance abuse (including alcohol)",
"criterion": "substance abuse",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "* Any other sound medical, psychiatric, and/or social reason as determined by the Investigator.",
"criterions": [
{
"exact_snippets": "Any other sound medical ... reason",
"criterion": "medical reason",
"requirements": [
{
"requirement_type": "determination",
"expected_value": "as determined by the Investigator"
}
]
},
{
"exact_snippets": "Any other sound ... psychiatric ... reason",
"criterion": "psychiatric reason",
"requirements": [
{
"requirement_type": "determination",
"expected_value": "as determined by the Investigator"
}
]
},
{
"exact_snippets": "Any other sound ... social reason",
"criterion": "social reason",
"requirements": [
{
"requirement_type": "determination",
"expected_value": "as determined by the Investigator"
}
]
}
]
},
{
"line": "* Unwilling or unable to follow the study schedule for any reason.",
"criterions": [
{
"exact_snippets": "Unwilling or unable to follow the study schedule",
"criterion": "ability to follow study schedule",
"requirements": [
{
"requirement_type": "ability",
"expected_value": true
}
]
}
]
},
{
"line": "* Are pregnant or breastfeeding.",
"criterions": [
{
"exact_snippets": "Are pregnant",
"criterion": "pregnancy status",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
},
{
"exact_snippets": "breastfeeding",
"criterion": "breastfeeding status",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
}
]
},
{
"line": "* Any radiological or clinical pleural effusions or ascites.",
"criterions": [
{
"exact_snippets": "radiological or clinical pleural effusions",
"criterion": "pleural effusions",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "radiological or clinical ... ascites",
"criterion": "ascites",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "* Any peritoneal involvement by the tumor.",
"criterions": [
{
"exact_snippets": "peritoneal involvement by the tumor",
"criterion": "peritoneal involvement",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "* History of malignant small bowel obstruction.",
"criterions": [
{
"exact_snippets": "History of malignant small bowel obstruction",
"criterion": "malignant small bowel obstruction",
"requirements": [
{
"requirement_type": "history",
"expected_value": true
}
]
}
]
},
{
"line": "* On parenteral nutrition.",
"criterions": [
{
"exact_snippets": "On parenteral nutrition.",
"criterion": "parenteral nutrition",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
},
{
"line": "* Any liver metastasis greater than 3 cm or greater than 5 liver metastases.",
"criterions": [
{
"exact_snippets": "liver metastasis greater than 3 cm",
"criterion": "liver metastasis size",
"requirements": [
{
"requirement_type": "size",
"expected_value": {
"operator": ">",
"value": 3,
"unit": "cm"
}
}
]
},
{
"exact_snippets": "greater than 5 liver metastases",
"criterion": "number of liver metastases",
"requirements": [
{
"requirement_type": "quantity",
"expected_value": {
"operator": ">",
"value": 5,
"unit": "N/A"
}
}
]
}
]
},
{
"line": "* Known or suspected hypersensitivity to Hiltonol.",
"criterions": [
{
"exact_snippets": "Known or suspected hypersensitivity to Hiltonol.",
"criterion": "hypersensitivity to Hiltonol",
"requirements": [
{
"requirement_type": "presence",
"expected_value": false
}
]
}
]
}
],
"miscellaneous_lines": [],
"failed_inclusion": [],
"failed_exclusion": [
{
"line": "* Infection with HIV or hepatitis B or C.",
"criterions": [
{
"exact_snippets": "Infection with HIV",
"criterion": "HIV infection",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "hepatitis B",
"criterion": "hepatitis B infection",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"exact_snippets": "hepatitis C",
"criterion": "hepatitis C infection",
"requirements": [
{
"requirement_type": "presence",
"expected_value": true
}
]
}
]
}
],
"failed_miscellaneous": []
}