mnni43353 commited on
Commit
a689c2c
·
verified ·
1 Parent(s): 4c94372

Create diseases.json

Browse files
Files changed (1) hide show
  1. diseases.json +14 -0
diseases.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "الالتهاب الرئوي": {
3
+ "symptoms": ["سعال", "حمى", "ضيق تنفس", "ألم في الصدر"],
4
+ "source": "https://medlineplus.gov/pneumonia.html"
5
+ },
6
+ "الأنفلونزا": {
7
+ "symptoms": ["حمى", "احتقان", "ألم في الجسم", "صداع"],
8
+ "source": "https://www.who.int/news-room/fact-sheets/detail/influenza-(seasonal)"
9
+ },
10
+ "الربو": {
11
+ "symptoms": ["ضيق تنفس", "صفير", "سعال", "ضيق في الصدر"],
12
+ "source": "https://www.mayoclinic.org/diseases-conditions/asthma"
13
+ }
14
+ }