File size: 3,570 Bytes
3f91ed1
1ab43b1
3f91ed1
 
 
 
1ab43b1
 
3f91ed1
 
 
 
 
 
 
 
 
 
 
 
 
1ab43b1
 
 
3f91ed1
 
 
 
 
 
 
 
1ab43b1
 
 
 
 
 
3f91ed1
 
 
 
 
1ab43b1
 
3f91ed1
 
 
 
 
 
1ab43b1
3f91ed1
 
 
 
 
 
 
 
 
1ab43b1
 
 
 
 
 
3f91ed1
 
 
 
 
1ab43b1
 
3f91ed1
 
 
 
 
 
 
 
1ab43b1
3f91ed1
 
 
 
 
 
 
 
 
1ab43b1
 
 
 
 
 
3f91ed1
 
 
 
 
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
{
  "description": "Medium task: detect dosage and classification mismatches across protocol and patient records with multiple deviation candidates.",
  "task_level": "medium",
  "cases": [
    {
      "case_id": "MED-001",
      "objective": "Detect overdose and missing protocol deviation reporting.",
      "protocol_excerpt": "Section 3.2: Investigational product dose must not exceed 120 mg/day. Section 8.1: Any dosing deviation must be reported to sponsor quality within 24 hours.",
      "patient_records": [
        {
          "patient_id": "P042",
          "dose_log": [
            {
              "date": "2026-03-02",
              "dose_mg": 100
            },
            {
              "date": "2026-03-03",
              "dose_mg": 140
            }
          ],
          "site_comment": "Dose escalation entered by mistake and corrected next day.",
          "deviation_report_submitted": false,
          "deviation_report_time": null
        }
      ],
      "expected_deviations": [
        {
          "patient_id": "P042",
          "clause_violated": "Section 3.2",
          "severity": "critical",
          "regulation_ref": "ICH E6(R2) 4.5.2"
        },
        {
          "patient_id": "P042",
          "clause_violated": "Section 8.1",
          "severity": "major",
          "regulation_ref": "ICH E6(R2) 5.18.4"
        }
      ]
    },
    {
      "case_id": "MED-002",
      "objective": "Detect delayed serious adverse event reporting and delayed IRB notification.",
      "protocol_excerpt": "Section 9.1: Serious adverse events must be reported within 24 hours of site awareness. Section 9.4: IRB notification for serious adverse events must occur within 7 calendar days.",
      "patient_records": [
        {
          "patient_id": "P055",
          "sae_event_date": "2026-03-11T10:00:00Z",
          "site_awareness_date": "2026-03-11T13:30:00Z",
          "sae_report_submitted": "2026-03-13T18:00:00Z",
          "irb_notified_date": "2026-03-23",
          "event_summary": "Hospitalization for severe rash."
        }
      ],
      "expected_deviations": [
        {
          "patient_id": "P055",
          "clause_violated": "Section 9.1",
          "severity": "critical",
          "regulation_ref": "ICH E2A 1.5"
        },
        {
          "patient_id": "P055",
          "clause_violated": "Section 9.4",
          "severity": "major",
          "regulation_ref": "ICH E6(R2) 4.11"
        }
      ]
    },
    {
      "case_id": "MED-003",
      "objective": "Detect laboratory threshold breach and missed follow-up laboratory repeat.",
      "protocol_excerpt": "Section 4.3: ALT greater than 3 times upper limit of normal requires immediate dose interruption. Section 4.4: ALT elevation above 3 times upper limit of normal requires repeat liver panel within 48 hours.",
      "patient_records": [
        {
          "patient_id": "P060",
          "lab_results": {
            "alt_uln": 40,
            "alt_value": 165
          },
          "dose_status_after_lab": "continued",
          "repeat_liver_panel_date": "2026-03-16",
          "notes": "No interruption documented."
        }
      ],
      "expected_deviations": [
        {
          "patient_id": "P060",
          "clause_violated": "Section 4.3",
          "severity": "major",
          "regulation_ref": "ICH E6(R2) 4.5.2"
        },
        {
          "patient_id": "P060",
          "clause_violated": "Section 4.4",
          "severity": "major",
          "regulation_ref": "ICH E6(R2) 4.3.1"
        }
      ]
    }
  ]
}