Spaces:
Running
Running
Create diseases.json
Browse files- 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 |
+
}
|