File size: 20,762 Bytes
d3a44ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57a17af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d3a44ea
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57a17af
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d3a44ea
57a17af
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
disease_doctor_specialty = {
    "asthma": "Pulmonologist",
    "heart disease": "Cardiologist",
    "diabetes": "Endocrinologist",
    "hypertension": "Cardiologist / General Physician",
    "stroke": "Neurologist",
    "cancer": "Oncologist",
    "tuberculosis": "Pulmonologist / Infectious Disease Specialist",
    "pneumonia": "Pulmonologist",
    "bronchitis": "Pulmonologist",
    "copd": "Pulmonologist",
    "arthritis": "Rheumatologist",
    "migraine": "Neurologist",
    "anemia": "Hematologist",
    "allergy": "Allergist / Immunologist",
    "obesity": "Endocrinologist / Nutritionist",
    "epilepsy": "Neurologist",
    "dementia": "Neurologist / Geriatrician",
    "autism": "Developmental Pediatrician / Psychiatrist",
    "parkinson's disease": "Neurologist",
    "leukemia": "Hematologist / Oncologist",
    "glaucoma": "Ophthalmologist",
    "hepatitis": "Hepatologist / Gastroenterologist",
    "kidney disease": "Nephrologist",
    "thyroid disorder": "Endocrinologist",
    "hiv/aids": "Infectious Disease Specialist",
    "dengue": "Infectious Disease Specialist / General Physician",
    "malaria": "Infectious Disease Specialist / General Physician",
    "covid-19": "Pulmonologist / Infectious Disease Specialist",
    "dengue fever": "Infectious Disease Specialist / General Physician",
    "typhoid": "Infectious Disease Specialist / Gastroenterologist",
    "herpes simplex": "Dermatologist / Infectious Disease Specialist",
    "herpes zoster": "Dermatologist / Neurologist",
    "chronic fatigue syndrome": "Rheumatologist / Neurologist",
    "fibromyalgia": "Rheumatologist / Pain Specialist",
    "sleep apnea": "Pulmonologist / Sleep Specialist",
    "narcolepsy": "Neurologist / Sleep Specialist",
    "insomnia": "Sleep Specialist / Psychiatrist",
    "meningitis": "Infectious Disease Specialist / Neurologist",
    "encephalitis": "Neurologist / Infectious Disease Specialist",
    "brain abscess": "Neurologist / Neurosurgeon",
    "spinal cord infection": "Neurologist / Infectious Disease Specialist",
    "Guillain-Barré syndrome": "Neurologist",
    "toxoplasmosis": "Infectious Disease Specialist",
    "pericarditis": "Cardiologist",
    "sjogren’s syndrome": "Rheumatologist",
    "trigeminal neuralgia": "Neurologist / Pain Specialist",
    "rectal cancer": "Colorectal Surgeon / Oncologist"
}

disease_home_care = {
    "asthma": [
        "Use prescribed inhalers as directed",
        "Avoid known triggers like smoke and dust",
        "Monitor breathing with a peak flow meter",
        "Keep rescue inhaler nearby",
        "Attend regular doctor visits"
    ],
    "heart disease": [
        "Adopt a low-sodium, heart-healthy diet",
        "Engage in doctor-approved physical activity",
        "Take prescribed medications regularly",
        "Manage stress with relaxation techniques",
        "Monitor blood pressure at home"
    ],
    "diabetes": [
        "Monitor blood glucose levels daily",
        "Follow a balanced, low-sugar diet",
        "Exercise regularly as advised",
        "Take insulin or medication as prescribed",
        "Check feet daily for sores or infections"
    ],
    "hypertension": [
        "Reduce salt intake",
        "Maintain a healthy weight",
        "Exercise regularly",
        "Avoid excessive alcohol",
        "Take prescribed blood pressure medication"
    ],
    "stroke": [
        "Follow a rehabilitation plan strictly",
        "Eat a heart-healthy diet",
        "Take all prescribed medications",
        "Monitor blood pressure regularly",
        "Avoid smoking and limit alcohol"
    ],
    "cancer": [
        "Attend all treatment sessions",
        "Eat a balanced, nutrient-rich diet",
        "Stay hydrated",
        "Manage side effects with doctor guidance",
        "Seek emotional and mental health support"
    ],
    "tuberculosis": [
        "Take all prescribed medication daily",
        "Complete the full course of treatment",
        "Cover mouth when coughing",
        "Ventilate living spaces well",
        "Avoid crowded places until cleared by doctor",
        "Attend all follow-up appointments"
    ],
    "pneumonia": [
        "Take antibiotics as prescribed",
        "Rest and stay hydrated",
        "Use humidified air if advised",
        "Complete the full course of medication",
        "Monitor breathing difficulty and seek help if severe"
    ],
    "bronchitis": [
        "Stay hydrated with water and warm fluids",
        "Rest as much as possible",
        "Use inhalers or medicines as prescribed",
        "Avoid smoke and other irritants",
        "Use a humidifier to ease breathing"
    ],
    "copd": [
        "Use inhalers and medications regularly",
        "Avoid smoking entirely",
        "Attend pulmonary rehabilitation sessions",
        "Practice breathing exercises",
        "Monitor oxygen levels if prescribed"
    ],
    "arthritis": [
        "Exercise regularly with low-impact activities",
        "Maintain healthy weight",
        "Use pain relievers as directed",
        "Apply heat or cold packs as needed",
        "Attend physical therapy sessions"
    ],
    "migraine": [
        "Avoid known migraine triggers",
        "Follow prescribed medication plans",
        "Practice stress-reduction techniques",
        "Stay well hydrated",
        "Maintain a regular sleep schedule"
    ],
    "anemia": [
        "Eat iron-rich foods like leafy greens and red meat",
        "Take iron supplements if prescribed",
        "Monitor fatigue and dizziness",
        "Attend regular blood tests",
        "Avoid tea or coffee with iron-rich meals to improve absorption"
    ],
    "allergy": [
        "Avoid known allergens",
        "Use antihistamines as prescribed",
        "Carry an epinephrine auto-injector if severe",
        "Keep living areas clean and dust-free",
        "Monitor symptoms and seek help if they worsen"
    ],
    "obesity": [
        "Adopt a balanced, calorie-controlled diet",
        "Engage in regular physical activity",
        "Seek behavioral counseling if needed",
        "Attend regular medical checkups",
        "Consider medical or surgical options as advised"
    ],
    "epilepsy": [
        "Take anti-seizure medications as prescribed",
        "Maintain regular sleep schedule",
        "Avoid known seizure triggers",
        "Inform close contacts about first aid for seizures",
        "Attend regular neurology appointments"
    ],
    "dementia": [
        "Keep a structured daily routine",
        "Use reminders and labels to aid memory",
        "Ensure home safety (locks, alarms)",
        "Maintain social engagement",
        "Attend regular medical evaluations"
    ],
    "autism": [
        "Engage in behavioral therapy sessions",
        "Create structured routines",
        "Use communication aids if needed",
        "Encourage social skills practice",
        "Coordinate care with specialists"
    ],
    "parkinson's disease": [
        "Take medications on schedule",
        "Attend physiotherapy sessions",
        "Use mobility aids if necessary",
        "Maintain a balanced diet",
        "Practice speech and occupational therapy exercises"
    ],
    "leukemia": [
        "Follow chemotherapy schedules precisely",
        "Monitor for infection signs",
        "Maintain a nutritious diet",
        "Stay hydrated",
        "Attend all follow-up appointments"
    ],
    "glaucoma": [
        "Use eye drops as prescribed",
        "Attend regular eye exams",
        "Avoid activities that increase eye pressure",
        "Report vision changes promptly",
        "Follow ophthalmologist instructions carefully"
    ],
    "hepatitis": [
        "Avoid alcohol completely",
        "Follow prescribed medication regimens",
        "Eat a balanced, liver-friendly diet",
        "Get adequate rest",
        "Attend all medical follow-up visits"
    ],
    "kidney disease": [
        "Follow renal diet guidelines",
        "Control blood pressure",
        "Monitor fluid intake as advised",
        "Avoid NSAIDs unless prescribed",
        "Attend nephrologist appointments"
    ],
    "thyroid disorder": [
        "Take thyroid medication at the same time daily",
        "Avoid food interactions if advised (e.g. soy, iron)",
        "Monitor symptoms and report changes",
        "Get regular blood tests",
        "Attend endocrinologist appointments"
    ],
    "hiv/aids": [
        "Take antiretroviral therapy daily",
        "Eat a balanced diet",
        "Practice safe sex",
        "Avoid sharing needles",
        "Attend regular viral load testing"
    ],
    "dengue": [
        "Rest as much as possible",
        "Stay well hydrated",
        "Take acetaminophen for fever (avoid NSAIDs)",
        "Monitor for warning signs",
        "Seek immediate care if symptoms worsen"
    ],
    "malaria": [
        "Take full course of antimalarial drugs",
        "Use bed nets to avoid mosquito bites",
        "Stay hydrated",
        "Rest until fever subsides",
        "Seek prompt care for any recurrence"
    ],
    "covid-19": [
        "Isolate to avoid spreading",
        "Stay hydrated",
        "Monitor oxygen levels if possible",
        "Rest adequately",
        "Seek medical help if breathing difficulty develops"
    ],
    "dengue fever": [
        "Rest and avoid strenuous activities",
        "Stay well hydrated with fluids",
        "Take acetaminophen for fever and pain (avoid NSAIDs)",
        "Monitor for warning signs like bleeding or severe pain",
        "Seek immediate medical attention if symptoms worsen"
    ],
    "typhoid": [
        "Take all prescribed antibiotics exactly as directed",
        "Maintain hydration and eat a balanced diet",
        "Avoid raw or contaminated foods",
        "Rest adequately to support recovery",
        "Attend all follow-up appointments for monitoring"
    ],
    "herpes simplex": [
        "Take antiviral medication as prescribed",
        "Keep affected areas clean and dry",
        "Avoid touching or scratching lesions",
        "Practice safe sexual habits to prevent transmission",
        "Monitor for outbreaks and seek care if severe"
    ],
    "herpes zoster": [
        "Take antiviral medication as prescribed promptly",
        "Keep rash clean and covered",
        "Relieve pain with doctor-approved analgesics",
        "Avoid contact with individuals who are immunocompromised",
        "Monitor for postherpetic neuralgia and report persistent pain"
    ],
    "chronic fatigue syndrome": [
        "Pace daily activities to prevent overexertion",
        "Prioritize rest and sleep hygiene",
        "Engage in gentle exercise as tolerated",
        "Track symptoms and triggers in a diary",
        "Seek support from healthcare providers and support groups"
    ],
    "fibromyalgia": [
        "Engage in low-impact exercises regularly",
        "Use prescribed medications for pain management",
        "Apply heat or cold therapy for muscle relief",
        "Practice stress-reducing activities like meditation",
        "Maintain a consistent sleep schedule"
    ],
    "sleep apnea": [
        "Use CPAP or other prescribed airway devices nightly",
        "Maintain a healthy weight",
        "Avoid alcohol or sedatives before sleep",
        "Sleep on your side if advised",
        "Attend regular follow-ups to monitor therapy effectiveness"
    ],
    "narcolepsy": [
        "Take medications as prescribed for wakefulness",
        "Schedule short, planned naps during the day",
        "Maintain a consistent sleep schedule",
        "Avoid activities that could be dangerous during sleep attacks",
        "Track symptoms and report changes to your neurologist"
    ],
    "insomnia": [
        "Practice good sleep hygiene (consistent sleep/wake times)",
        "Avoid caffeine and electronics before bed",
        "Use relaxation techniques to reduce anxiety",
        "Take sleep medication only if prescribed",
        "Track sleep patterns and report persistent problems"
    ],
    "meningitis": [
        "Follow all prescribed medications (antibiotics or antivirals)",
        "Rest and avoid strenuous activities",
        "Stay hydrated and maintain proper nutrition",
        "Monitor for worsening symptoms like headache or confusion",
        "Attend follow-up appointments for recovery monitoring"
    ],
    "encephalitis": [
        "Follow all prescribed treatments and medications",
        "Ensure adequate rest and hydration",
        "Monitor neurological symptoms closely",
        "Engage in rehabilitation therapies as recommended",
        "Attend all follow-up neurological evaluations"
    ],
    "brain abscess": [
        "Take all antibiotics as prescribed completely",
        "Rest and avoid strenuous activities",
        "Monitor for neurological changes",
        "Attend all follow-up imaging and doctor visits",
        "Report any fever, headache, or vomiting immediately"
    ],
    "spinal cord infection": [
        "Take all prescribed antibiotics or antivirals completely",
        "Rest and avoid activities that strain the spine",
        "Monitor for neurological symptoms",
        "Attend follow-up visits and imaging tests",
        "Seek immediate care for worsening weakness or numbness"
    ],
    "Guillain-Barré syndrome": [
        "Monitor breathing and report difficulties immediately",
        "Attend physical therapy as recommended",
        "Take medications as prescribed",
        "Maintain proper nutrition and hydration",
        "Report new or worsening symptoms promptly"
    ],
    "toxoplasmosis": [
        "Take all prescribed antiparasitic medications",
        "Maintain proper hygiene when handling raw meat or soil",
        "Avoid contact with cat litter if immunocompromised",
        "Rest and stay hydrated",
        "Monitor for neurological or eye complications"
    ],
    "pericarditis": [
        "Take anti-inflammatory medications as prescribed",
        "Rest and avoid strenuous physical activity",
        "Monitor for chest pain or shortness of breath",
        "Attend all follow-up cardiology appointments",
        "Report any recurrent or worsening symptoms immediately"
    ],
    "sjogren’s syndrome": [
        "Use artificial tears and saliva substitutes",
        "Maintain good oral hygiene",
        "Stay hydrated",
        "Follow prescribed medications for inflammation",
        "Attend regular rheumatology follow-ups"
    ],
    "trigeminal neuralgia": [
        "Take prescribed anticonvulsants for pain management",
        "Avoid triggers such as cold air or chewing hard foods",
        "Use supportive therapies like warm compresses if recommended",
        "Monitor pain frequency and intensity",
        "Attend regular follow-ups with your neurologist"
    ],
    "rectal cancer": [
        "Follow all prescribed treatment plans (surgery, chemo, radiation)",
        "Maintain a balanced and nutritious diet",
        "Rest adequately to support recovery",
        "Monitor bowel habits and report changes",
        "Attend all follow-up appointments for surveillance"
    ],
        "cardiac": [
        "Follow prescribed medications consistently (beta-blockers, statins, ACE inhibitors, etc.).",
        "Adopt a heart-healthy diet low in sodium, saturated fats, and processed foods.",
        "Engage in safe regular exercise as advised by your doctor.",
        "Monitor for chest pain, palpitations, or shortness of breath.",
        "Attend scheduled cardiology check-ups and heart imaging tests."
    ],
    "inflammation": [
        "Take anti-inflammatory medications as prescribed.",
        "Identify and avoid known triggers (allergens, infections, stress).",
        "Adopt an anti-inflammatory diet rich in omega-3s, fruits, and vegetables.",
        "Practice stress-reducing activities like yoga, meditation, or light exercise.",
        "Report persistent joint pain, swelling, or fever to your doctor."
    ],
    "vitamin": [
        "Take vitamin supplements as prescribed (D, B12, folate, iron).",
        "Include a variety of nutrient-rich foods in your daily diet.",
        "Get safe sunlight exposure for natural vitamin D production.",
        "Monitor for symptoms of deficiency like fatigue, weakness, or numbness.",
        "Schedule repeat blood tests to track vitamin levels."
    ],
    "electrolyte": [
        "Stay hydrated with adequate fluids unless on fluid restriction.",
        "Take electrolyte supplements or IV replacements if prescribed.",
        "Avoid excessive salt or potassium intake depending on lab results.",
        "Monitor for muscle cramps, irregular heartbeat, or confusion.",
        "Follow up with repeat blood tests for sodium, potassium, and calcium."
    ],
    "blood-pressure": [
        "Take prescribed blood pressure medications consistently.",
        "Check blood pressure at home and keep a log for your doctor.",
        "Reduce salt and processed foods in your diet.",
        "Exercise regularly with activities approved by your physician.",
        "Avoid smoking, excessive caffeine, and alcohol."
    ],
    "cbc": [
        "Follow up on abnormal blood counts with your physician.",
        "If anemic, eat iron-rich foods and take supplements as advised.",
        "Monitor for signs of infection (fever, chills) if white blood cells are abnormal.",
        "Report easy bruising or bleeding if platelets are low.",
        "Repeat CBC as recommended to track changes."
    ],
    "iron": [
        "Increase intake of iron-rich foods like lean meats, beans, and leafy greens.",
        "Take iron supplements if prescribed, preferably with vitamin C for absorption.",
        "Avoid tea, coffee, and dairy close to iron intake as they reduce absorption.",
        "Monitor for symptoms like fatigue, dizziness, or paleness.",
        "Follow up with repeat ferritin and iron studies."
    ],
    "liver": [
        "Avoid alcohol and liver-toxic medications unless approved by your doctor.",
        "Take prescribed treatments for hepatitis or fatty liver disease.",
        "Follow a diet low in processed foods and rich in lean protein and vegetables.",
        "Monitor for jaundice, swelling, or confusion and report promptly.",
        "Get regular liver function blood tests and imaging if needed."
    ],
    "respiratory": [
        "Use prescribed inhalers, oxygen, or breathing treatments as directed.",
        "Avoid smoking and secondhand smoke.",
        "Stay up to date with vaccines (flu, pneumonia, COVID-19).",
        "Monitor for worsening cough, wheezing, or shortness of breath.",
        "Perform pulmonary function tests if recommended by your doctor."
    ],
    "coagulation": [
        "Take anticoagulants or clotting factor replacements as prescribed.",
        "Avoid activities with high risk of injury or bleeding.",
        "Report unusual bruising, nosebleeds, or prolonged bleeding.",
        "Get regular PT/INR or aPTT tests as directed.",
        "Consult hematology if clotting or bleeding problems persist."
    ],
    "hormone": [
        "Take hormone replacement or regulating medications consistently.",
        "Monitor symptoms of imbalance such as weight changes, fatigue, or mood swings.",
        "Get regular blood tests for thyroid, adrenal, or reproductive hormones.",
        "Adopt a balanced diet and maintain a healthy sleep routine.",
        "Schedule endocrinology follow-ups for treatment adjustments."
    ],
    "infection": [
        "Take the full course of prescribed antibiotics or antivirals.",
        "Rest and maintain hydration.",
        "Monitor for fever, worsening pain, or spreading symptoms.",
        "Isolate if contagious and follow hygiene measures (handwashing, masking).",
        "Follow up with your doctor if symptoms don’t improve or worsen."
    ],
    "blood-gas": [
        "Use supplemental oxygen if prescribed.",
        "Practice breathing exercises to support lung function.",
        "Follow guidance for treating the underlying cause (e.g., asthma, COPD, metabolic disorder).",
        "Monitor for confusion, dizziness, or worsening shortness of breath.",
        "Get repeat arterial blood gas (ABG) testing as directed."
    ],
    "vitals": [
        "Record daily vital signs (temperature, blood pressure, heart rate, oxygen).",
        "Watch for abnormal readings and notify your healthcare provider.",
        "Maintain a log for trends over time.",
        "Use home monitoring devices as advised (BP cuff, oximeter, thermometer).",
        "Seek immediate care if vitals show dangerous changes (e.g., very high BP, low oxygen)."
    ]
}