medai_server / diseases.json
mnni43353's picture
Create diseases.json
a689c2c verified
raw
history blame contribute delete
565 Bytes
{
"الالتهاب الرئوي": {
"symptoms": ["سعال", "حمى", "ضيق تنفس", "ألم في الصدر"],
"source": "https://medlineplus.gov/pneumonia.html"
},
"الأنفلونزا": {
"symptoms": ["حمى", "احتقان", "ألم في الجسم", "صداع"],
"source": "https://www.who.int/news-room/fact-sheets/detail/influenza-(seasonal)"
},
"الربو": {
"symptoms": ["ضيق تنفس", "صفير", "سعال", "ضيق في الصدر"],
"source": "https://www.mayoclinic.org/diseases-conditions/asthma"
}
}