-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
236 lines (236 loc) · 7.15 KB
/
db.json
File metadata and controls
236 lines (236 loc) · 7.15 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
{
"trials": [
{
"id": "trial-001",
"name": "Cardiovascular Health Study - Phase III",
"status": "active",
"phase": "Phase III",
"startDate": "2024-01-15",
"endDate": "2025-12-31",
"description": "A randomized, double-blind study evaluating the efficacy of a novel cardiovascular medication in patients with hypertension.",
"principalInvestigator": "Dr. Sarah Johnson",
"targetEnrollment": 500,
"currentEnrollment": 342,
"location": "Multiple Sites - USA",
"sponsor": "Evinova Health Research",
"createdAt": "2023-11-01T10:00:00Z",
"updatedAt": "2025-10-12T15:30:00Z"
},
{
"id": "trial-002",
"name": "Diabetes Management Protocol",
"status": "active",
"phase": "Phase II",
"startDate": "2024-06-01",
"endDate": "2026-05-31",
"description": "Investigating the effectiveness of a new diabetes management approach combining medication and lifestyle interventions.",
"principalInvestigator": "Dr. Michael Chen",
"targetEnrollment": 300,
"currentEnrollment": 187,
"location": "Boston Medical Center",
"sponsor": "Evinova Health Research",
"createdAt": "2024-03-15T09:00:00Z",
"updatedAt": "2025-10-11T14:20:00Z"
},
{
"id": "trial-003",
"name": "Oncology Immunotherapy Study",
"status": "planning",
"phase": "Phase I",
"startDate": "2025-02-01",
"endDate": "2027-01-31",
"description": "Early-phase study of a novel immunotherapy approach for solid tumors.",
"principalInvestigator": "Dr. Emily Rodriguez",
"targetEnrollment": 50,
"currentEnrollment": 0,
"location": "Stanford Medical Center",
"sponsor": "Evinova Oncology Division",
"createdAt": "2024-10-01T11:00:00Z",
"updatedAt": "2025-10-10T16:45:00Z"
},
{
"id": "trial-004",
"name": "Alzheimer's Prevention Trial",
"status": "completed",
"phase": "Phase III",
"startDate": "2022-03-01",
"endDate": "2024-08-31",
"description": "Long-term study evaluating preventive strategies for Alzheimer's disease in high-risk populations.",
"principalInvestigator": "Dr. Robert Williams",
"targetEnrollment": 400,
"currentEnrollment": 400,
"location": "Multiple Sites - International",
"sponsor": "Evinova Neuroscience",
"createdAt": "2021-12-01T10:00:00Z",
"updatedAt": "2024-09-15T12:00:00Z"
},
{
"id": "trial-005",
"name": "Respiratory Health Initiative",
"status": "active",
"phase": "Phase II",
"startDate": "2024-09-01",
"endDate": "2026-08-31",
"description": "Evaluating a new treatment for chronic obstructive pulmonary disease (COPD).",
"principalInvestigator": "Dr. Lisa Anderson",
"targetEnrollment": 250,
"currentEnrollment": 89,
"location": "Mayo Clinic",
"sponsor": "Evinova Respiratory Research",
"createdAt": "2024-06-01T09:30:00Z",
"updatedAt": "2025-10-12T10:15:00Z"
}
],
"participants": [
{
"id": "part-001",
"trialId": "trial-001",
"participantNumber": "CV-001",
"firstName": "John",
"lastName": "Smith",
"dateOfBirth": "1965-04-12",
"gender": "male",
"email": "john.smith@email.com",
"phone": "(555) 123-4567",
"enrollmentDate": "2024-02-15",
"status": "active",
"visits": [],
"createdAt": "2024-02-10T14:00:00Z",
"updatedAt": "2025-10-12T09:30:00Z"
},
{
"id": "part-002",
"trialId": "trial-001",
"participantNumber": "CV-002",
"firstName": "Maria",
"lastName": "Garcia",
"dateOfBirth": "1972-08-23",
"gender": "female",
"email": "maria.garcia@email.com",
"phone": "(555) 234-5678",
"enrollmentDate": "2024-02-20",
"status": "active",
"visits": [],
"createdAt": "2024-02-18T11:00:00Z",
"updatedAt": "2025-10-11T16:45:00Z"
},
{
"id": "part-003",
"trialId": "trial-002",
"participantNumber": "DM-001",
"firstName": "David",
"lastName": "Johnson",
"dateOfBirth": "1980-11-05",
"gender": "male",
"email": "david.j@email.com",
"phone": "(555) 345-6789",
"enrollmentDate": "2024-06-15",
"status": "active",
"visits": [],
"createdAt": "2024-06-10T10:30:00Z",
"updatedAt": "2025-10-10T14:20:00Z"
},
{
"id": "part-004",
"trialId": "trial-002",
"participantNumber": "DM-002",
"firstName": "Sarah",
"lastName": "Williams",
"dateOfBirth": "1978-03-17",
"gender": "female",
"email": "s.williams@email.com",
"phone": "(555) 456-7890",
"enrollmentDate": "2024-07-01",
"status": "active",
"visits": [],
"createdAt": "2024-06-28T09:00:00Z",
"updatedAt": "2025-10-09T11:15:00Z"
},
{
"id": "part-005",
"trialId": "trial-004",
"participantNumber": "ALZ-001",
"firstName": "Robert",
"lastName": "Brown",
"dateOfBirth": "1955-07-30",
"gender": "male",
"email": "r.brown@email.com",
"phone": "(555) 567-8901",
"enrollmentDate": "2022-04-10",
"status": "completed",
"completionDate": "2024-08-15",
"visits": [],
"createdAt": "2022-04-01T13:00:00Z",
"updatedAt": "2024-08-20T15:30:00Z"
},
{
"id": "part-006",
"trialId": "trial-005",
"participantNumber": "RESP-001",
"firstName": "Jennifer",
"lastName": "Martinez",
"dateOfBirth": "1968-12-08",
"gender": "female",
"email": "j.martinez@email.com",
"phone": "(555) 678-9012",
"enrollmentDate": "2024-09-20",
"status": "active",
"visits": [],
"createdAt": "2024-09-15T10:00:00Z",
"updatedAt": "2025-10-08T13:45:00Z"
}
],
"visits": [
{
"id": "visit-001",
"participantId": "part-001",
"visitNumber": 1,
"visitDate": "2024-02-15",
"visitType": "Baseline",
"status": "completed",
"notes": "Initial screening completed. All vitals within normal range.",
"vitalSigns": {
"bloodPressureSystolic": 145,
"bloodPressureDiastolic": 92,
"heartRate": 78,
"temperature": 98.6,
"weight": 185,
"height": 70
}
},
{
"id": "visit-002",
"participantId": "part-001",
"visitNumber": 2,
"visitDate": "2024-05-15",
"visitType": "Follow-up",
"status": "completed",
"notes": "Blood pressure showing improvement.",
"vitalSigns": {
"bloodPressureSystolic": 138,
"bloodPressureDiastolic": 88,
"heartRate": 75,
"temperature": 98.4,
"weight": 182,
"height": 70
}
},
{
"id": "visit-003",
"participantId": "part-002",
"visitNumber": 1,
"visitDate": "2024-02-20",
"visitType": "Baseline",
"status": "completed",
"notes": "Baseline assessment completed successfully.",
"vitalSigns": {
"bloodPressureSystolic": 152,
"bloodPressureDiastolic": 95,
"heartRate": 82,
"temperature": 98.7,
"weight": 165,
"height": 65
}
}
]
}