[96a5a0]: / output / chiaCancer / identified / NCT01082549_identified.json

Download this file

964 lines (964 with data), 46.4 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
{
"info": {
"nct_id": "NCT01082549",
"official_title": "Randomized Phase 3 Trial of Gemcitabine/Carboplatin With or Without Iniparib (SAR240550) (a PARP1 Inhibitor) in Subjects With Previously Untreated Stage IV Squamous Non-Small-Cell Lung Cancer (NSCLC)",
"inclusion_criteria": "Eligible patients must meet the following criteria to be enrolled in the study:\n\n1. Newly diagnosed, stage IV squamous cell lung cancer. This includes patients who present with disseminated metastases, and those with a malignant pleural or pericardial effusion (i.e., formerly stage IIIB in the 6th TNM staging system).\n2. Patients who have received prior adjuvant therapy for early-stage lung cancer are eligible if at least 12 months have elapsed from that treatment.\n3. Histologically confirmed squamous cell bronchogenic carcinoma. Patients whose tumors contain mixed non-small cell histologies are eligible, as long as squamous carcinoma is the predominant histology. Mixed tumors with small cell anaplastic elements are not eligible. Cytologic specimens obtained by brushings, washings, or needle aspiration of the defined lesion are acceptable.\n4. Patients with previous radiotherapy as definitive therapy for locally advanced non-small cell lung cancer are eligible, as long as the recurrence is outside the original radiation therapy port. Radiation therapy must have been completed >4 weeks prior to the initiation of study treatment. Patients who have received chemo/radiation for locally advanced NSCLC are not eligible. Patients who have received palliative radiation therapy for symptomatic metastases must have completed treatment >14 days prior the initiation of the study treatment.\n5. Presence of evaluable (measureable or non-measurable) disease.\n6. ECOG Performance Status of 0 or 1.\n7. Laboratory values as follows:\n\n * Absolute neutrophil count (ANC) >1,500/microL and platelets >100,000/microL (≤72 hours prior to initial treatment).\n * Hemoglobin >9 g/dL (Note: Patients may be transfused or receive erythropoietin to maintain or exceed this level).\n * Bilirubin < ULN.\n * Alanine aminotransferase (ALT) and aspartate aminotransferase (AST) ≤2.5 times the upper limit of normal if no liver involvement or ≤5 times the upper limit of normal with liver involvement.\n * Creatinine <2.0 mg/dL, or creatinine clearance >40 mL/min (as calculated by the Cockcroft-Gault method.\n8. Women of childbearing potential must have a negative serum pregnancy test performed within 7 days prior to start of treatment. Women of childbearing potential or men with partners of childbearing potential must use effective birth control measures during treatment and at least 6 months after the last dose of the study treatment. If a woman becomes pregnant or suspects she is pregnant while participating in this study, she must agree to inform her treating physician immediately. Sexually active men must agree to use a medically acceptable form of birth control during treatment and at least 6 months after the last dose. If a female partner becomes pregnant during the course of the study the treating physician should be informed immediately.\n9. >18 years of age.\n10. Ability to understand the nature of this study, give written informed consent, and comply with study requirements.\n11. Patients entering this study must be willing to provide tissue from a previous tumor biopsy (if available) for correlative testing. An exception to this is when the national/local regulations prohibits some of the key activities of this research like the export of samples to third countries, storage of coded samples or global gene expression profiling without a pre-specified list of target genes. If tissue is not available, a patient will still be eligible for enrollment into the study.\nHealthy volunteers allowed\nMust have minimum age of 18 Years",
"exclusion_criteria": "1. Prior treatment with gemcitabine, carboplatin (except in the adjuvant setting), or Iniparib.\n2. Past or current history of neoplasm other than the entry diagnosis, with the exception of treated non-melanoma skin cancer or carcinoma in-situ of any primary site, or invasive cancers treated definitively, with treatment ending >5 years previously and no evidence of recurrences.\n3. A history of cardiac disease, as defined by:\n\n * Malignant hypertension\n * Unstable angina\n * Congestive heart failure\n * Myocardial infarction within the previous 6 months\n * Symptomatic, unstable or uncontrolled, cardiac arrhythmias. Patients who have stable, rate-controlled atrial fibrillation are eligible for study enrollment.\n4. Active brain metastases. Patients with treated brain metastases are eligible, if (1) radiation therapy was completed at least 2 weeks prior to study entry; (2) follow-up scan shows no disease progression; and (3) patient does not require steroids.\n5. Women who are pregnant or lactating.\n6. Any serious, active infection (> Grade 2) at the time of treatment.\n7. A serious underlying medical condition that would impair the ability of the patient to receive protocol treatment.\n8. A major surgical procedure, or significant traumatic injury ≤28 days of beginning treatment, or anticipation of the need for major surgery during the course of the study.\n9. Uncontrolled or intercurrent illness including, that in the opinion of the investigator may increase the risks associated with study participation or administration of the investigational products, or that may interfere with the interpretation of the results.\n10. History of any medical or psychiatric condition or laboratory abnormality that, in the opinion of the investigator, may increase the risks associated with the study participation or administration of the investigational products, or that may interfere with the interpretation of the results.\n11. Known or suspected allergy/hypersensitivity to any agent given in the course of this trial.\n\nThe above information is not intended to contain all considerations relevant to a patient's potential participation in a clinical trial.",
"miscellaneous_criteria": ""
},
"inclusion_lines": [
{
"line": "1. Newly diagnosed, stage IV squamous cell lung cancer. This includes patients who present with disseminated metastases, and those with a malignant pleural or pericardial effusion (i.e., formerly stage IIIB in the 6th TNM staging system).",
"criterions": [
{
"exact_snippets": [
"Newly diagnosed"
],
"criterion": "diagnosis status",
"requirement_type": "recency",
"expected_value": "newly diagnosed"
},
{
"exact_snippets": [
"stage IV squamous cell lung cancer"
],
"criterion": "squamous cell lung cancer",
"requirement_type": "stage",
"expected_value": "IV"
},
{
"exact_snippets": [
"disseminated metastases"
],
"criterion": "metastases",
"requirement_type": "presence",
"expected_value": true
},
{
"exact_snippets": [
"malignant pleural or pericardial effusion"
],
"criterion": "effusion",
"requirement_type": "malignancy",
"expected_value": true
}
]
},
{
"line": "2. Patients who have received prior adjuvant therapy for early-stage lung cancer are eligible if at least 12 months have elapsed from that treatment.",
"criterions": [
{
"exact_snippets": [
"Patients who have received prior adjuvant therapy for early-stage lung cancer"
],
"criterion": "prior adjuvant therapy for early-stage lung cancer",
"requirement_type": "receipt",
"expected_value": true
},
{
"exact_snippets": [
"at least 12 months have elapsed from that treatment"
],
"criterion": "time elapsed since prior adjuvant therapy",
"requirement_type": "duration",
"expected_value": {
"comparisons": [
{
"operator": ">=",
"value": 12
}
]
}
}
]
},
{
"line": "3. Histologically confirmed squamous cell bronchogenic carcinoma. Patients whose tumors contain mixed non-small cell histologies are eligible, as long as squamous carcinoma is the predominant histology. Mixed tumors with small cell anaplastic elements are not eligible. Cytologic specimens obtained by brushings, washings, or needle aspiration of the defined lesion are acceptable.",
"criterions": [
{
"exact_snippets": [
"Histologically confirmed squamous cell bronchogenic carcinoma"
],
"criterion": "squamous cell bronchogenic carcinoma",
"requirement_type": "confirmation",
"expected_value": true
},
{
"exact_snippets": [
"tumors contain mixed non-small cell histologies",
"squamous carcinoma is the predominant histology"
],
"criterion": "mixed non-small cell histologies",
"requirement_type": "predominance",
"expected_value": "squamous carcinoma"
},
{
"exact_snippets": [
"Mixed tumors with small cell anaplastic elements are not eligible"
],
"criterion": "small cell anaplastic elements",
"requirement_type": "presence",
"expected_value": false
},
{
"exact_snippets": [
"Cytologic specimens obtained by brushings, washings, or needle aspiration of the defined lesion are acceptable"
],
"criterion": "cytologic specimens",
"requirement_type": "acceptability",
"expected_value": true
}
]
},
{
"line": "4. Patients with previous radiotherapy as definitive therapy for locally advanced non-small cell lung cancer are eligible, as long as the recurrence is outside the original radiation therapy port. Radiation therapy must have been completed >4 weeks prior to the initiation of study treatment. Patients who have received chemo/radiation for locally advanced NSCLC are not eligible. Patients who have received palliative radiation therapy for symptomatic metastases must have completed treatment >14 days prior the initiation of the study treatment.",
"criterions": [
{
"exact_snippets": [
"previous radiotherapy as definitive therapy for locally advanced non-small cell lung cancer"
],
"criterion": "previous radiotherapy",
"requirement_type": "treatment type",
"expected_value": "definitive therapy for locally advanced non-small cell lung cancer"
},
{
"exact_snippets": [
"recurrence is outside the original radiation therapy port"
],
"criterion": "recurrence location",
"requirement_type": "location",
"expected_value": "outside the original radiation therapy port"
},
{
"exact_snippets": [
"Radiation therapy must have been completed >4 weeks prior to the initiation of study treatment"
],
"criterion": "radiation therapy completion",
"requirement_type": "time since completion",
"expected_value": {
"operator": ">",
"value": 4
}
},
{
"exact_snippets": [
"Patients who have received chemo/radiation for locally advanced NSCLC are not eligible"
],
"criterion": "chemo/radiation for locally advanced NSCLC",
"requirement_type": "treatment history",
"expected_value": false
},
{
"exact_snippets": [
"palliative radiation therapy for symptomatic metastases",
"completed treatment >14 days prior the initiation of the study treatment"
],
"criterion": "palliative radiation therapy completion",
"requirement_type": "time since completion",
"expected_value": {
"operator": ">",
"value": 14
}
}
]
},
{
"line": "5. Presence of evaluable (measureable or non-measurable) disease.",
"criterions": [
{
"exact_snippets": [
"Presence of evaluable (measureable or non-measurable) disease"
],
"criterion": "evaluable disease",
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"line": "6. ECOG Performance Status of 0 or 1.",
"criterions": [
{
"exact_snippets": [
"ECOG Performance Status"
],
"criterion": "ECOG Performance Status",
"requirement_type": "value",
"expected_value": [
"0",
"1"
]
}
]
},
{
"line": "7. Laboratory values as follows:",
"criterions": [
{
"exact_snippets": [
"Laboratory values"
],
"criterion": "laboratory values",
"requirement_type": "N/A",
"expected_value": "as follows"
}
]
},
{
"line": "* Absolute neutrophil count (ANC) >1,500/microL and platelets >100,000/microL (≤72 hours prior to initial treatment).",
"criterions": [
{
"exact_snippets": [
"Absolute neutrophil count (ANC) >1,500/microL"
],
"criterion": "absolute neutrophil count",
"requirement_type": "quantity",
"expected_value": {
"operator": ">",
"value": 1500
}
},
{
"exact_snippets": [
"platelets >100,000/microL"
],
"criterion": "platelets",
"requirement_type": "quantity",
"expected_value": {
"operator": ">",
"value": 100000
}
}
]
},
{
"line": "* Hemoglobin >9 g/dL (Note: Patients may be transfused or receive erythropoietin to maintain or exceed this level).",
"criterions": [
{
"exact_snippets": [
"Hemoglobin >9 g/dL"
],
"criterion": "hemoglobin",
"requirement_type": "level",
"expected_value": {
"comparisons": [
{
"operator": ">",
"value": 9
}
]
}
}
]
},
{
"line": "* Bilirubin < ULN.",
"criterions": [
{
"exact_snippets": [
"Bilirubin < ULN"
],
"criterion": "bilirubin",
"requirement_type": "level",
"expected_value": {
"comparisons": [
{
"operator": "<",
"value": 1
}
]
}
}
]
},
{
"line": "* Alanine aminotransferase (ALT) and aspartate aminotransferase (AST) ≤2.5 times the upper limit of normal if no liver involvement or ≤5 times the upper limit of normal with liver involvement.",
"criterions": [
{
"exact_snippets": [
"Alanine aminotransferase (ALT)",
"≤2.5 times the upper limit of normal if no liver involvement",
"≤5 times the upper limit of normal with liver involvement"
],
"criterion": "Alanine aminotransferase (ALT)",
"requirement_type": "level",
"expected_value": {
"comparisons": [
{
"operator": "<=",
"value": 2.5
},
{
"operator": "<=",
"value": 5
}
]
}
},
{
"exact_snippets": [
"aspartate aminotransferase (AST)",
"≤2.5 times the upper limit of normal if no liver involvement",
"≤5 times the upper limit of normal with liver involvement"
],
"criterion": "aspartate aminotransferase (AST)",
"requirement_type": "level",
"expected_value": {
"comparisons": [
{
"operator": "<=",
"value": 2.5
},
{
"operator": "<=",
"value": 5
}
]
}
}
]
},
{
"line": "* Creatinine <2.0 mg/dL, or creatinine clearance >40 mL/min (as calculated by the Cockcroft-Gault method.",
"criterions": [
{
"exact_snippets": [
"Creatinine <2.0 mg/dL"
],
"criterion": "creatinine",
"requirement_type": "level",
"expected_value": {
"comparisons": [
{
"operator": "<",
"value": 2.0
}
]
}
},
{
"exact_snippets": [
"creatinine clearance >40 mL/min"
],
"criterion": "creatinine clearance",
"requirement_type": "rate",
"expected_value": {
"comparisons": [
{
"operator": ">",
"value": 40
}
]
}
}
]
},
{
"line": "8. Women of childbearing potential must have a negative serum pregnancy test performed within 7 days prior to start of treatment. Women of childbearing potential or men with partners of childbearing potential must use effective birth control measures during treatment and at least 6 months after the last dose of the study treatment. If a woman becomes pregnant or suspects she is pregnant while participating in this study, she must agree to inform her treating physician immediately. Sexually active men must agree to use a medically acceptable form of birth control during treatment and at least 6 months after the last dose. If a female partner becomes pregnant during the course of the study the treating physician should be informed immediately.",
"criterions": [
{
"exact_snippets": [
"Women of childbearing potential",
"must have a negative serum pregnancy test"
],
"criterion": "serum pregnancy test",
"requirement_type": "result",
"expected_value": "negative"
},
{
"exact_snippets": [
"serum pregnancy test",
"performed within 7 days prior to start of treatment"
],
"criterion": "serum pregnancy test",
"requirement_type": "timing",
"expected_value": "within 7 days prior to start of treatment"
},
{
"exact_snippets": [
"Women of childbearing potential",
"must use effective birth control measures",
"during treatment and at least 6 months after the last dose of the study treatment"
],
"criterion": "birth control measures",
"requirement_type": "usage",
"expected_value": true
},
{
"exact_snippets": [
"men with partners of childbearing potential",
"must use effective birth control measures",
"during treatment and at least 6 months after the last dose of the study treatment"
],
"criterion": "birth control measures",
"requirement_type": "usage",
"expected_value": true
},
{
"exact_snippets": [
"Sexually active men",
"must agree to use a medically acceptable form of birth control",
"during treatment and at least 6 months after the last dose"
],
"criterion": "birth control measures",
"requirement_type": "usage",
"expected_value": true
},
{
"exact_snippets": [
"If a woman becomes pregnant or suspects she is pregnant while participating in this study",
"she must agree to inform her treating physician immediately"
],
"criterion": "pregnancy during study",
"requirement_type": "reporting",
"expected_value": true
},
{
"exact_snippets": [
"If a female partner becomes pregnant during the course of the study",
"the treating physician should be informed immediately"
],
"criterion": "partner pregnancy during study",
"requirement_type": "reporting",
"expected_value": true
}
]
},
{
"line": "9. >18 years of age.",
"criterions": [
{
"exact_snippets": [
">18 years of age"
],
"criterion": "age",
"requirement_type": "range",
"expected_value": {
"comparisons": [
{
"operator": ">",
"value": 18
}
]
}
}
]
},
{
"line": "10. Ability to understand the nature of this study, give written informed consent, and comply with study requirements.",
"criterions": [
{
"exact_snippets": [
"Ability to understand the nature of this study"
],
"criterion": "understanding of study",
"requirement_type": "ability",
"expected_value": true
},
{
"exact_snippets": [
"give written informed consent"
],
"criterion": "informed consent",
"requirement_type": "ability to give",
"expected_value": true
},
{
"exact_snippets": [
"comply with study requirements"
],
"criterion": "compliance with study requirements",
"requirement_type": "ability",
"expected_value": true
}
]
},
{
"line": "11. Patients entering this study must be willing to provide tissue from a previous tumor biopsy (if available) for correlative testing. An exception to this is when the national/local regulations prohibits some of the key activities of this research like the export of samples to third countries, storage of coded samples or global gene expression profiling without a pre-specified list of target genes. If tissue is not available, a patient will still be eligible for enrollment into the study.",
"criterions": [
{
"exact_snippets": [
"willing to provide tissue from a previous tumor biopsy"
],
"criterion": "tumor biopsy tissue",
"requirement_type": "willingness to provide",
"expected_value": true
},
{
"exact_snippets": [
"tissue from a previous tumor biopsy (if available)"
],
"criterion": "tumor biopsy tissue",
"requirement_type": "availability",
"expected_value": true
},
{
"exact_snippets": [
"national/local regulations prohibits some of the key activities of this research"
],
"criterion": "regulations",
"requirement_type": "prohibition",
"expected_value": [
"export of samples to third countries",
"storage of coded samples",
"global gene expression profiling without a pre-specified list of target genes"
]
}
]
},
{
"line": "Healthy volunteers allowed",
"criterions": [
{
"exact_snippets": [
"Healthy volunteers allowed"
],
"criterion": "healthy volunteers",
"requirement_type": "participation",
"expected_value": true
}
]
},
{
"line": "Must have minimum age of 18 Years",
"criterions": [
{
"exact_snippets": [
"minimum age of 18 Years"
],
"criterion": "age",
"requirement_type": "minimum",
"expected_value": {
"operator": ">=",
"value": 18
}
}
]
}
],
"exclusion_lines": [
{
"line": "2. Past or current history of neoplasm other than the entry diagnosis, with the exception of treated non-melanoma skin cancer or carcinoma in-situ of any primary site, or invasive cancers treated definitively, with treatment ending >5 years previously and no evidence of recurrences.",
"criterions": [
{
"exact_snippets": [
"Past or current history of neoplasm other than the entry diagnosis"
],
"criterion": "neoplasm",
"requirement_type": "history",
"expected_value": true
},
{
"exact_snippets": [
"treated non-melanoma skin cancer"
],
"criterion": "non-melanoma skin cancer",
"requirement_type": "treatment status",
"expected_value": "treated"
},
{
"exact_snippets": [
"carcinoma in-situ of any primary site"
],
"criterion": "carcinoma in-situ",
"requirement_type": "primary site",
"expected_value": "any"
},
{
"exact_snippets": [
"invasive cancers treated definitively"
],
"criterion": "invasive cancers",
"requirement_type": "treatment status",
"expected_value": "treated definitively"
},
{
"exact_snippets": [
"treatment ending >5 years previously"
],
"criterion": "treatment",
"requirement_type": "end time",
"expected_value": {
"operator": ">",
"value": 5
}
},
{
"exact_snippets": [
"no evidence of recurrences"
],
"criterion": "recurrences",
"requirement_type": "evidence",
"expected_value": false
}
]
},
{
"line": "3. A history of cardiac disease, as defined by:",
"criterions": [
{
"exact_snippets": [
"history of cardiac disease"
],
"criterion": "cardiac disease",
"requirement_type": "history",
"expected_value": true
}
]
},
{
"line": "* Malignant hypertension",
"criterions": [
{
"exact_snippets": [
"Malignant hypertension"
],
"criterion": "malignant hypertension",
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"line": "* Unstable angina",
"criterions": [
{
"exact_snippets": [
"Unstable angina"
],
"criterion": "unstable angina",
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"line": "* Congestive heart failure",
"criterions": [
{
"exact_snippets": [
"Congestive heart failure"
],
"criterion": "congestive heart failure",
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"line": "* Myocardial infarction within the previous 6 months",
"criterions": [
{
"exact_snippets": [
"Myocardial infarction within the previous 6 months"
],
"criterion": "myocardial infarction",
"requirement_type": "time since occurrence",
"expected_value": {
"comparisons": [
{
"operator": "<=",
"value": 6
}
]
}
}
]
},
{
"line": "* Symptomatic, unstable or uncontrolled, cardiac arrhythmias. Patients who have stable, rate-controlled atrial fibrillation are eligible for study enrollment.",
"criterions": [
{
"exact_snippets": [
"Symptomatic, unstable or uncontrolled, cardiac arrhythmias"
],
"criterion": "cardiac arrhythmias",
"requirement_type": "stability",
"expected_value": false
},
{
"exact_snippets": [
"stable, rate-controlled atrial fibrillation"
],
"criterion": "atrial fibrillation",
"requirement_type": "stability",
"expected_value": true
}
]
},
{
"line": "4. Active brain metastases. Patients with treated brain metastases are eligible, if (1) radiation therapy was completed at least 2 weeks prior to study entry; (2) follow-up scan shows no disease progression; and (3) patient does not require steroids.",
"criterions": [
{
"exact_snippets": [
"Active brain metastases"
],
"criterion": "brain metastases",
"requirement_type": "activity",
"expected_value": true
},
{
"exact_snippets": [
"treated brain metastases"
],
"criterion": "brain metastases",
"requirement_type": "treatment status",
"expected_value": "treated"
},
{
"exact_snippets": [
"radiation therapy was completed at least 2 weeks prior to study entry"
],
"criterion": "radiation therapy",
"requirement_type": "completion time",
"expected_value": {
"comparisons": [
{
"operator": ">=",
"value": 2
}
]
}
},
{
"exact_snippets": [
"follow-up scan shows no disease progression"
],
"criterion": "disease progression",
"requirement_type": "scan result",
"expected_value": false
},
{
"exact_snippets": [
"patient does not require steroids"
],
"criterion": "steroid requirement",
"requirement_type": "necessity",
"expected_value": false
}
]
},
{
"line": "5. Women who are pregnant or lactating.",
"criterions": [
{
"exact_snippets": [
"Women who are pregnant"
],
"criterion": "pregnancy",
"requirement_type": "status",
"expected_value": true
},
{
"exact_snippets": [
"Women who are",
"lactating"
],
"criterion": "lactation",
"requirement_type": "status",
"expected_value": true
}
]
},
{
"line": "6. Any serious, active infection (> Grade 2) at the time of treatment.",
"criterions": [
{
"exact_snippets": [
"serious, active infection"
],
"criterion": "infection",
"requirement_type": "severity",
"expected_value": {
"comparisons": [
{
"operator": ">",
"value": 2
}
]
}
}
]
},
{
"line": "7. A serious underlying medical condition that would impair the ability of the patient to receive protocol treatment.",
"criterions": [
{
"exact_snippets": [
"serious underlying medical condition"
],
"criterion": "underlying medical condition",
"requirement_type": "severity",
"expected_value": "serious"
},
{
"exact_snippets": [
"impair the ability of the patient to receive protocol treatment"
],
"criterion": "ability to receive protocol treatment",
"requirement_type": "impairment",
"expected_value": true
}
]
},
{
"line": "8. A major surgical procedure, or significant traumatic injury ≤28 days of beginning treatment, or anticipation of the need for major surgery during the course of the study.",
"criterions": [
{
"exact_snippets": [
"major surgical procedure"
],
"criterion": "major surgical procedure",
"requirement_type": "recency",
"expected_value": {
"comparisons": [
{
"operator": "<=",
"value": 28
}
]
}
},
{
"exact_snippets": [
"significant traumatic injury"
],
"criterion": "significant traumatic injury",
"requirement_type": "recency",
"expected_value": {
"comparisons": [
{
"operator": "<=",
"value": 28
}
]
}
},
{
"exact_snippets": [
"anticipation of the need for major surgery"
],
"criterion": "major surgery",
"requirement_type": "anticipated need",
"expected_value": true
}
]
},
{
"line": "9. Uncontrolled or intercurrent illness including, that in the opinion of the investigator may increase the risks associated with study participation or administration of the investigational products, or that may interfere with the interpretation of the results.",
"criterions": [
{
"exact_snippets": [
"Uncontrolled or intercurrent illness"
],
"criterion": "illness",
"requirement_type": "control status",
"expected_value": false
},
{
"exact_snippets": [
"in the opinion of the investigator may increase the risks associated with study participation"
],
"criterion": "illness",
"requirement_type": "risk assessment",
"expected_value": "may increase risks"
},
{
"exact_snippets": [
"in the opinion of the investigator",
"may interfere with the interpretation of the results"
],
"criterion": "illness",
"requirement_type": "interference with results",
"expected_value": "may interfere"
}
]
},
{
"line": "10. History of any medical or psychiatric condition or laboratory abnormality that, in the opinion of the investigator, may increase the risks associated with the study participation or administration of the investigational products, or that may interfere with the interpretation of the results.",
"criterions": [
{
"exact_snippets": [
"History of any medical or psychiatric condition"
],
"criterion": "medical or psychiatric condition",
"requirement_type": "history",
"expected_value": true
},
{
"exact_snippets": [
"laboratory abnormality"
],
"criterion": "laboratory abnormality",
"requirement_type": "presence",
"expected_value": true
}
]
},
{
"line": "11. Known or suspected allergy/hypersensitivity to any agent given in the course of this trial.",
"criterions": [
{
"exact_snippets": [
"Known or suspected allergy/hypersensitivity"
],
"criterion": "allergy/hypersensitivity",
"requirement_type": "presence",
"expected_value": true
},
{
"exact_snippets": [
"any agent given in the course of this trial"
],
"criterion": "agent given in the course of this trial",
"requirement_type": "association with allergy/hypersensitivity",
"expected_value": true
}
]
}
],
"miscellaneous_lines": [],
"failed_inclusion": [
{
"line": "Eligible patients must meet the following criteria to be enrolled in the study:",
"criterions": []
}
],
"failed_exclusion": [
{
"line": "1. Prior treatment with gemcitabine, carboplatin (except in the adjuvant setting), or Iniparib.",
"criterions": [
{
"exact_snippets": [
"Prior treatment with gemcitabine"
],
"criterion": "gemcitabine",
"requirement_type": "prior treatment",
"expected_value": true
},
{
"exact_snippets": [
"Prior treatment with",
"carboplatin (except in the adjuvant setting)"
],
"criterion": "carboplatin",
"requirement_type": "prior treatment",
"expected_value": true
},
{
"exact_snippets": [
"Prior treatment with Iniparib"
],
"criterion": "Iniparib",
"requirement_type": "prior treatment",
"expected_value": true
}
]
},
{
"line": "The above information is not intended to contain all considerations relevant to a patient's potential participation in a clinical trial.",
"criterions": []
}
],
"failed_miscellaneous": []
}