netflypsb commited on
Commit
a615ce7
1 Parent(s): fc1a58d

Update data.json

Browse files
Files changed (1) hide show
  1. data.json +234 -2
data.json CHANGED
@@ -37,7 +37,239 @@ data = [
37
  'extra_notes': 'Adjusted medication dosage',
38
  'treatment': 'Medication'
39
  },
40
- # Add more patient data here following the same structure
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  ]
42
 
43
-
 
37
  'extra_notes': 'Adjusted medication dosage',
38
  'treatment': 'Medication'
39
  },
40
+ {
41
+ 'patient_id': 1,
42
+ 'name': 'John Doe',
43
+ 'age': 45,
44
+ 'gender': 'Male',
45
+ 'medical_history': 'Hypertension, Diabetes',
46
+ 'date': '2024-03-01',
47
+ 'heart_rate': 80,
48
+ 'blood_pressure': 130,
49
+ 'blood_glucose': 100,
50
+ 'temperature': 98.8,
51
+ 'medical_complaints': 'Fatigue',
52
+ 'symptoms': 'Lethargy',
53
+ 'physical_examination': 'Increased heart rate',
54
+ 'diagnosis': 'Hypertension',
55
+ 'extra_notes': 'Recommended regular exercise',
56
+ 'treatment': 'Lifestyle changes'
57
+ },
58
+ {
59
+ 'patient_id': 2,
60
+ 'name': 'Jane Smith',
61
+ 'age': 38,
62
+ 'gender': 'Female',
63
+ 'medical_history': 'Asthma',
64
+ 'date': '2024-01-02',
65
+ 'heart_rate': 88,
66
+ 'blood_pressure': 135,
67
+ 'blood_glucose': 110,
68
+ 'temperature': 99.0,
69
+ 'medical_complaints': 'Shortness of breath',
70
+ 'symptoms': 'Coughing, Wheezing',
71
+ 'physical_examination': 'Wheezing in lungs',
72
+ 'diagnosis': 'Asthma',
73
+ 'extra_notes': 'Prescribed inhaler',
74
+ 'treatment': 'Inhaler'
75
+ },
76
+ {
77
+ 'patient_id': 2,
78
+ 'name': 'Jane Smith',
79
+ 'age': 38,
80
+ 'gender': 'Female',
81
+ 'medical_history': 'Asthma',
82
+ 'date': '2024-02-02',
83
+ 'heart_rate': 85,
84
+ 'blood_pressure': 130,
85
+ 'blood_glucose': 108,
86
+ 'temperature': 98.9,
87
+ 'medical_complaints': 'Wheezing',
88
+ 'symptoms': 'Shortness of breath',
89
+ 'physical_examination': 'Mild respiratory distress',
90
+ 'diagnosis': 'Asthma',
91
+ 'extra_notes': 'Reviewed inhaler technique',
92
+ 'treatment': 'Inhaler'
93
+ },
94
+ {
95
+ 'patient_id': 2,
96
+ 'name': 'Jane Smith',
97
+ 'age': 38,
98
+ 'gender': 'Female',
99
+ 'medical_history': 'Asthma',
100
+ 'date': '2024-03-02',
101
+ 'heart_rate': 82,
102
+ 'blood_pressure': 128,
103
+ 'blood_glucose': 105,
104
+ 'temperature': 98.8,
105
+ 'medical_complaints': 'Coughing',
106
+ 'symptoms': 'Mild fever',
107
+ 'physical_examination': 'Normal',
108
+ 'diagnosis': 'Asthma',
109
+ 'extra_notes': 'Advised on avoiding allergens',
110
+ 'treatment': 'Inhaler'
111
+ },
112
+ {
113
+ 'patient_id': 3,
114
+ 'name': 'Emily Davis',
115
+ 'age': 50,
116
+ 'gender': 'Female',
117
+ 'medical_history': 'Cardiovascular Disease',
118
+ 'date': '2024-01-03',
119
+ 'heart_rate': 92,
120
+ 'blood_pressure': 145,
121
+ 'blood_glucose': 100,
122
+ 'temperature': 98.6,
123
+ 'medical_complaints': 'Chest pain',
124
+ 'symptoms': 'Chest pain, Fatigue',
125
+ 'physical_examination': 'Irregular heartbeat',
126
+ 'diagnosis': 'Cardiovascular Disease',
127
+ 'extra_notes': 'Scheduled for ECG',
128
+ 'treatment': 'Medication'
129
+ },
130
+ {
131
+ 'patient_id': 3,
132
+ 'name': 'Emily Davis',
133
+ 'age': 50,
134
+ 'gender': 'Female',
135
+ 'medical_history': 'Cardiovascular Disease',
136
+ 'date': '2024-02-03',
137
+ 'heart_rate': 90,
138
+ 'blood_pressure': 142,
139
+ 'blood_glucose': 98,
140
+ 'temperature': 98.5,
141
+ 'medical_complaints': 'Palpitations',
142
+ 'symptoms': 'Shortness of breath',
143
+ 'physical_examination': 'Normal',
144
+ 'diagnosis': 'Cardiovascular Disease',
145
+ 'extra_notes': 'Referred to cardiologist',
146
+ 'treatment': 'Follow-up'
147
+ },
148
+ {
149
+ 'patient_id': 3,
150
+ 'name': 'Emily Davis',
151
+ 'age': 50,
152
+ 'gender': 'Female',
153
+ 'medical_history': 'Cardiovascular Disease',
154
+ 'date': '2024-03-03',
155
+ 'heart_rate': 88,
156
+ 'blood_pressure': 140,
157
+ 'blood_glucose': 96,
158
+ 'temperature': 98.4,
159
+ 'medical_complaints': 'Shortness of breath',
160
+ 'symptoms': 'Palpitations',
161
+ 'physical_examination': 'Normal',
162
+ 'diagnosis': 'Cardiovascular Disease',
163
+ 'extra_notes': 'Reviewed medication',
164
+ 'treatment': 'Medication'
165
+ },
166
+ {
167
+ 'patient_id': 4,
168
+ 'name': 'Michael Brown',
169
+ 'age': 60,
170
+ 'gender': 'Male',
171
+ 'medical_history': 'Chronic Kidney Disease',
172
+ 'date': '2024-01-04',
173
+ 'heart_rate': 70,
174
+ 'blood_pressure': 110,
175
+ 'blood_glucose': 85,
176
+ 'temperature': 97.5,
177
+ 'medical_complaints': 'Fatigue',
178
+ 'symptoms': 'Fatigue',
179
+ 'physical_examination': 'Normal',
180
+ 'diagnosis': 'Chronic Kidney Disease',
181
+ 'extra_notes': 'Advised on diet and hydration',
182
+ 'treatment': 'Medication'
183
+ },
184
+ {
185
+ 'patient_id': 4,
186
+ 'name': 'Michael Brown',
187
+ 'age': 60,
188
+ 'gender': 'Male',
189
+ 'medical_history': 'Chronic Kidney Disease',
190
+ 'date': '2024-02-04',
191
+ 'heart_rate': 72,
192
+ 'blood_pressure': 112,
193
+ 'blood_glucose': 87,
194
+ 'temperature': 97.6,
195
+ 'medical_complaints': 'Nausea',
196
+ 'symptoms': 'Nausea',
197
+ 'physical_examination': 'Mild dehydration',
198
+ 'diagnosis': 'Chronic Kidney Disease',
199
+ 'extra_notes': 'Adjusted medication',
200
+ 'treatment': 'Medication'
201
+ },
202
+ {
203
+ 'patient_id': 4,
204
+ 'name': 'Michael Brown',
205
+ 'age': 60,
206
+ 'gender': 'Male',
207
+ 'medical_history': 'Chronic Kidney Disease',
208
+ 'date': '2024-03-04',
209
+ 'heart_rate': 74,
210
+ 'blood_pressure': 115,
211
+ 'blood_glucose': 89,
212
+ 'temperature': 97.7,
213
+ 'medical_complaints': 'Vomiting',
214
+ 'symptoms': 'Vomiting',
215
+ 'physical_examination': 'Normal',
216
+ 'diagnosis': 'Chronic Kidney Disease',
217
+ 'extra_notes': 'Referred to specialist',
218
+ 'treatment': 'Referral'
219
+ },
220
+ {
221
+ 'patient_id': 5,
222
+ 'name': 'Sarah Wilson',
223
+ 'age': 30,
224
+ 'gender': 'Female',
225
+ 'medical_history': 'Healthy',
226
+ 'date': '2024-01-05',
227
+ 'heart_rate': 65,
228
+ 'blood_pressure': 100,
229
+ 'blood_glucose': 75,
230
+ 'temperature': 98.2,
231
+ 'medical_complaints': 'None',
232
+ 'symptoms': 'None',
233
+ 'physical_examination': 'Normal',
234
+ 'diagnosis': 'Healthy',
235
+ 'extra_notes': 'None',
236
+ 'treatment': 'None'
237
+ },
238
+ {
239
+ 'patient_id': 5,
240
+ 'name': 'Sarah Wilson',
241
+ 'age': 30,
242
+ 'gender': 'Female',
243
+ 'medical_history': 'Healthy',
244
+ 'date': '2024-02-05',
245
+ 'heart_rate': 67,
246
+ 'blood_pressure': 102,
247
+ 'blood_glucose': 77,
248
+ 'temperature': 98.3,
249
+ 'medical_complaints': 'None',
250
+ 'symptoms': 'None',
251
+ 'physical_examination': 'Normal',
252
+ 'diagnosis': 'Healthy',
253
+ 'extra_notes': 'None',
254
+ 'treatment': 'None'
255
+ },
256
+ {
257
+ 'patient_id': 5,
258
+ 'name': 'Sarah Wilson',
259
+ 'age': 30,
260
+ 'gender': 'Female',
261
+ 'medical_history': 'Healthy',
262
+ 'date': '2024-03-05',
263
+ 'heart_rate': 69,
264
+ 'blood_pressure': 105,
265
+ 'blood_glucose': 79,
266
+ 'temperature': 98.4,
267
+ 'medical_complaints': 'None',
268
+ 'symptoms': 'None',
269
+ 'physical_examination': 'Normal',
270
+ 'diagnosis': 'Healthy',
271
+ 'extra_notes': 'None',
272
+ 'treatment': 'None'
273
+ }
274
  ]
275