input stringlengths 27 56 | output dict |
|---|---|
Patient reports fever, cough, and fatigue | {
"possible_conditions": [
"Flu",
"COVID-19"
],
"recommended_action": "Rest, hydrate, and get tested",
"urgency": "medium",
"reasoning": "Common viral respiratory symptoms"
} |
Patient has chest pain and shortness of breath | {
"possible_conditions": [
"Heart attack",
"Pulmonary embolism"
],
"recommended_action": "Seek emergency care immediately",
"urgency": "emergency",
"reasoning": "Critical cardiovascular symptoms"
} |
Patient reports severe headache and nausea | {
"possible_conditions": [
"Migraine"
],
"recommended_action": "Rest and take pain relief",
"urgency": "low",
"reasoning": "Typical migraine presentation"
} |
Patient has high fever and stiff neck | {
"possible_conditions": [
"Meningitis"
],
"recommended_action": "Go to emergency room",
"urgency": "emergency",
"reasoning": "Serious neurological infection signs"
} |
Patient reports increased thirst and frequent urination | {
"possible_conditions": [
"Diabetes"
],
"recommended_action": "Check blood sugar",
"urgency": "medium",
"reasoning": "Classic diabetes symptoms"
} |
Patient has sore throat and mild cough | {
"possible_conditions": [
"Common cold"
],
"recommended_action": "Rest and fluids",
"urgency": "low",
"reasoning": "Mild respiratory infection"
} |
Patient reports sharp abdominal pain in lower right side | {
"possible_conditions": [
"Appendicitis"
],
"recommended_action": "Seek urgent care",
"urgency": "high",
"reasoning": "Localized abdominal pain"
} |
Patient has blurred vision and headache | {
"possible_conditions": [
"Migraine",
"Hypertension"
],
"recommended_action": "Monitor and consult doctor",
"urgency": "medium",
"reasoning": "Neurological and vascular signs"
} |
Patient reports joint pain and swelling | {
"possible_conditions": [
"Arthritis"
],
"recommended_action": "Consult specialist",
"urgency": "medium",
"reasoning": "Inflammatory joint condition"
} |
Patient has vomiting and diarrhea | {
"possible_conditions": [
"Gastroenteritis"
],
"recommended_action": "Hydrate and rest",
"urgency": "low",
"reasoning": "Digestive infection"
} |
Patient reports persistent cough with blood | {
"possible_conditions": [
"Tuberculosis",
"Lung cancer"
],
"recommended_action": "Seek urgent medical evaluation",
"urgency": "high",
"reasoning": "Serious lung pathology"
} |
Patient has fatigue and pale skin | {
"possible_conditions": [
"Anemia"
],
"recommended_action": "Blood test",
"urgency": "medium",
"reasoning": "Low hemoglobin signs"
} |
Patient reports itchy rash after eating seafood | {
"possible_conditions": [
"Allergic reaction"
],
"recommended_action": "Take antihistamines",
"urgency": "medium",
"reasoning": "Food allergy symptoms"
} |
Patient has swelling of face and difficulty breathing | {
"possible_conditions": [
"Anaphylaxis"
],
"recommended_action": "Emergency treatment",
"urgency": "emergency",
"reasoning": "Severe allergic reaction"
} |
Patient reports burning urination | {
"possible_conditions": [
"UTI"
],
"recommended_action": "Consult doctor",
"urgency": "medium",
"reasoning": "Urinary infection"
} |
Patient has dizziness and fainting | {
"possible_conditions": [
"Low blood pressure"
],
"recommended_action": "Lie down and hydrate",
"urgency": "medium",
"reasoning": "Circulatory issue"
} |
Patient reports chest tightness during exercise | {
"possible_conditions": [
"Angina"
],
"recommended_action": "Seek medical advice",
"urgency": "high",
"reasoning": "Heart-related symptom"
} |
Patient has dry cough and mild fever | {
"possible_conditions": [
"Viral infection"
],
"recommended_action": "Rest and monitor",
"urgency": "low",
"reasoning": "Mild infection"
} |
Patient reports ear pain and hearing loss | {
"possible_conditions": [
"Ear infection"
],
"recommended_action": "Consult doctor",
"urgency": "medium",
"reasoning": "Infection in ear"
} |
Patient has severe back pain after lifting heavy object | {
"possible_conditions": [
"Muscle strain"
],
"recommended_action": "Rest and pain relief",
"urgency": "low",
"reasoning": "Mechanical injury"
} |
Patient reports night sweats and weight loss | {
"possible_conditions": [
"Tuberculosis",
"Cancer"
],
"recommended_action": "Medical evaluation",
"urgency": "high",
"reasoning": "Chronic serious illness signs"
} |
Patient has itchy eyes and sneezing | {
"possible_conditions": [
"Allergic rhinitis"
],
"recommended_action": "Take antihistamines",
"urgency": "low",
"reasoning": "Seasonal allergy"
} |
Patient reports numbness in hand | {
"possible_conditions": [
"Carpal tunnel syndrome"
],
"recommended_action": "Rest and evaluation",
"urgency": "medium",
"reasoning": "Nerve compression"
} |
Patient has high blood pressure readings | {
"possible_conditions": [
"Hypertension"
],
"recommended_action": "Lifestyle changes and medication",
"urgency": "medium",
"reasoning": "Chronic condition"
} |
Patient reports abdominal bloating and discomfort | {
"possible_conditions": [
"Irritable bowel syndrome"
],
"recommended_action": "Dietary changes",
"urgency": "low",
"reasoning": "Functional GI issue"
} |
Patient has skin lesion that is growing | {
"possible_conditions": [
"Skin cancer"
],
"recommended_action": "Dermatology consultation",
"urgency": "high",
"reasoning": "Suspicious lesion"
} |
Patient reports severe tooth pain | {
"possible_conditions": [
"Dental abscess"
],
"recommended_action": "Visit dentist",
"urgency": "high",
"reasoning": "Infection in tooth"
} |
Patient has fever and body aches | {
"possible_conditions": [
"Flu"
],
"recommended_action": "Rest and fluids",
"urgency": "low",
"reasoning": "Typical viral infection"
} |
Patient reports insomnia and anxiety | {
"possible_conditions": [
"Anxiety disorder"
],
"recommended_action": "Consult mental health professional",
"urgency": "medium",
"reasoning": "Psychological symptoms"
} |
Patient has swollen ankle after injury | {
"possible_conditions": [
"Sprain"
],
"recommended_action": "Rest, ice, compression",
"urgency": "low",
"reasoning": "Soft tissue injury"
} |
Patient reports persistent diarrhea | {
"possible_conditions": [
"Infection",
"IBD"
],
"recommended_action": "Medical evaluation",
"urgency": "medium",
"reasoning": "Chronic GI issue"
} |
Patient has yellowing of skin and eyes | {
"possible_conditions": [
"Jaundice"
],
"recommended_action": "Check liver function",
"urgency": "high",
"reasoning": "Liver dysfunction"
} |
Patient reports rapid heartbeat | {
"possible_conditions": [
"Arrhythmia"
],
"recommended_action": "Seek medical advice",
"urgency": "high",
"reasoning": "Heart rhythm issue"
} |
Patient has frequent headaches | {
"possible_conditions": [
"Tension headache"
],
"recommended_action": "Stress management",
"urgency": "low",
"reasoning": "Common headache type"
} |
Patient reports blurred vision in both eyes | {
"possible_conditions": [
"Diabetes",
"Eye disorder"
],
"recommended_action": "Eye exam",
"urgency": "medium",
"reasoning": "Vision-related issue"
} |
Patient has severe abdominal cramps | {
"possible_conditions": [
"Food poisoning"
],
"recommended_action": "Hydrate and rest",
"urgency": "low",
"reasoning": "GI irritation"
} |
Patient reports memory loss | {
"possible_conditions": [
"Dementia"
],
"recommended_action": "Neurological evaluation",
"urgency": "high",
"reasoning": "Cognitive decline"
} |
Patient has difficulty swallowing | {
"possible_conditions": [
"Esophageal disorder"
],
"recommended_action": "Medical evaluation",
"urgency": "high",
"reasoning": "Swallowing dysfunction"
} |
Patient reports cold intolerance | {
"possible_conditions": [
"Hypothyroidism"
],
"recommended_action": "Check thyroid levels",
"urgency": "medium",
"reasoning": "Hormonal imbalance"
} |
Patient has excessive sweating | {
"possible_conditions": [
"Hyperthyroidism"
],
"recommended_action": "Medical evaluation",
"urgency": "medium",
"reasoning": "Metabolic overactivity"
} |
README.md exists but content is empty.
- Downloads last month
- 17