├── .DS_Store ├── .gitignore ├── README.md ├── conditions.json ├── infermedica.py ├── main.py ├── process_voice.py ├── requirements.txt ├── result_speech.mp3 ├── speak.py └── symptoms.json /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letsgogeeky/Health-Assistant/bc70accfb6757adda3eb5dd465b533a2b7e10f6d/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | venv 2 | .vscode 3 | .idea 4 | __pycache__ 5 | *.pyc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Health-Assistant 2 | 3 | 4 | ## Installation 5 | 6 | ```bash 7 | $ virtualenv venv 8 | 9 | $ source venv/bin/activate 10 | 11 | $ pip install -r requirements.txt 12 | ``` 13 | 14 | 15 | ## Get infermedica API credentials 16 | 17 | Request API credentials here: https://infermedica.com then edit the following in infermedica.py file 18 | 19 | ```bash 20 | app_id = '{get your key from infermedica}' 21 | app_key = "{get your key from infermedica}" 22 | ``` -------------------------------------------------------------------------------- /conditions.json: -------------------------------------------------------------------------------- 1 | [{"name": "Abdominal aortic aneurysm", "severity": "severe", "extras": {"icd10_code": "I71.4", "hint": "I recommend a consult with your family doctor."}, "categories": ["Surgery"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_764", "common_name": "Abdominal aortic aneurysm", "sex_filter": "both"}, {"name": "Abdominal aortic dissection", "severity": "severe", "extras": {"icd10_code": "I71.0", "hint": "You may require immediate medical attention, seek emergency care."}, "categories": ["Surgery"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_885", "common_name": "Abdominal aortic dissection", "sex_filter": "both"}, {"name": "Abducens nerve palsy", "severity": "mild", "extras": {"icd10_code": null, "hint": "I suggest you see an ophthalmologist or a neurologist."}, "categories": ["Ophthalmology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_547", "common_name": "Abducens nerve palsy", "sex_filter": "both"}, {"name": "Acetaminophen poisoning", "severity": "severe", "extras": {"icd10_code": "T39.1", "hint": "You may need immediate medical attention!"}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_306", "common_name": "Acetaminophen poisoning", "sex_filter": "both"}, {"name": "Achalasia", "severity": "moderate", "extras": {"icd10_code": "K22.0", "hint": "You need to be evaluated by a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_1", "common_name": "Achalasia", "sex_filter": "both"}, {"name": "Achilles tendinitis", "severity": "mild", "extras": {"icd10_code": "M76.6", "hint": "You should consult an orthopedist or a trauma surgeon."}, "categories": ["Orthopedics"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_803", "common_name": "Achilles tendinitis", "sex_filter": "both"}, {"name": "Achilles tendon rupture", "severity": "moderate", "extras": {"icd10_code": "S86.1", "hint": "You should visit an orthopedist or a trauma surgeon immediately!"}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_806", "common_name": "Achilles tendon rupture", "sex_filter": "both"}, {"name": "Acne", "severity": "mild", "extras": {"icd10_code": "L70", "hint": "I suggest making an appointment with your family doctor or a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_111", "common_name": "Acne", "sex_filter": "both"}, {"name": "Acquired Immunodeficiency syndrome (AIDS)", "severity": "severe", "extras": {"icd10_code": "B20", "hint": "See your family doctor or an infectious disease specialist!"}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_259", "common_name": "Acquired Immunodeficiency syndrome (AIDS)", "sex_filter": "both"}, {"name": "Acromegaly", "severity": "mild", "extras": {"icd10_code": "E22.0", "hint": "I recommend seeing an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_163", "common_name": "Acromegaly", "sex_filter": "both"}, {"name": "Acute HIV infection", "severity": "moderate", "extras": {"icd10_code": "B23.0", "hint": "You should consult an Infectious Disease Specialist immediately."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_665", "common_name": "Acute HIV infection", "sex_filter": "both"}, {"name": "Acute anticholinergic syndrome", "severity": "severe", "extras": {"icd10_code": null, "hint": "You need to seek medical attention as soon as possible!"}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_296", "common_name": "Acute anticholinergic syndrome", "sex_filter": "both"}, {"name": "Acute bronchitis", "severity": "mild", "extras": {"icd10_code": "J20", "hint": "See your family doctor. You may also need to consult a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "acute", "prevalence": "common", "triage_level": "consultation", "id": "c_72", "common_name": "Acute bronchitis", "sex_filter": "both"}, {"name": "Acute cholinergic syndrome", "severity": "severe", "extras": {"icd10_code": null, "hint": "See a doctor as soon as possible!"}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_187", "common_name": "Acute cholinergic syndrome", "sex_filter": "both"}, {"name": "Acute hypnotic toxicity", "severity": "severe", "extras": {"icd10_code": "F13.0", "hint": "I suggest consulting a toxicologist and/or psychiatrist."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_191", "common_name": "Acute hypnotic toxicity", "sex_filter": "both"}, {"name": "Acute intestinal ischemia", "severity": "severe", "extras": {"icd10_code": "K55.0", "hint": "You need to see a doctor as soon as possible! Ask someone nearby for help."}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_697", "common_name": "Acute intestinal ischemia", "sex_filter": "both"}, {"name": "Acute kidney injury", "severity": "severe", "extras": {"icd10_code": "N17", "hint": "Visit a nephrologist or your family doctor immediately."}, "categories": ["Nephrology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_662", "common_name": "Acute kidney injury", "sex_filter": "both"}, {"name": "Acute liver failure", "severity": "severe", "extras": {"icd10_code": "K72.90", "hint": "You need immediate medical attention. Call an ambulance!"}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_507", "common_name": "Acute liver failure", "sex_filter": "both"}, {"name": "Acute lower gastrointestinal bleeding", "severity": "severe", "extras": {"icd10_code": "K92.2", "hint": "Please, consult a gastroenterologist immediately."}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_705", "common_name": "Acute lower gastrointestinal bleeding", "sex_filter": "both"}, {"name": "Acute lymphoblastic leukemia", "severity": "severe", "extras": {"icd10_code": "C91.0", "hint": "For a proper diagnosis you must see a hematologist!"}, "categories": ["Hematology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_70", "common_name": "Acute lymphoid leukemia", "sex_filter": "both"}, {"name": "Acute mastoiditis", "severity": "severe", "extras": {"icd10_code": "H70.0", "hint": "I suggest seeing an ENT specialist as soon as possible!"}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_526", "common_name": "Acute mastoiditis", "sex_filter": "both"}, {"name": "Acute myeloid leukemia", "severity": "severe", "extras": {"icd10_code": "C92.0", "hint": "For a proper diagnosis you must see a hematologist!"}, "categories": ["Hematology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_71", "common_name": "Acute myeloid leukemia", "sex_filter": "both"}, {"name": "Acute opioid (morphine, heroin) toxicity", "severity": "severe", "extras": {"icd10_code": "T50.7", "hint": "I suggest consulting a toxicologist and/or psychiatrist."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_193", "common_name": "Acute opioid (morphine, heroin) toxicity", "sex_filter": "both"}, {"name": "Acute pancreatitis", "severity": "severe", "extras": {"icd10_code": "K85", "hint": "You need to see a doctor as soon as possible! Ask someone nearby for help."}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_73", "common_name": "Acute pancreatitis", "sex_filter": "both"}, {"name": "Acute porphyria", "severity": "moderate", "extras": {"icd10_code": "E80.2", "hint": "Please see your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_168", "common_name": "Acute porphyria", "sex_filter": "both"}, {"name": "Acute rheumatic fever", "severity": "moderate", "extras": {"icd10_code": "I01.1", "hint": "Please see a cardiologist or your family doctor as soon as possible."}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_331", "common_name": "Acute rheumatic fever", "sex_filter": "both"}, {"name": "Acute rhinosinusitis", "severity": "moderate", "extras": {"icd10_code": "J01", "hint": "Consult your family doctor or an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "common", "triage_level": "self_care", "id": "c_133", "common_name": "Acute rhinosinusitis", "sex_filter": "both"}, {"name": "Acute stimulant (amphetamine, cocaine) overdose", "severity": "severe", "extras": {"icd10_code": "T43.6", "hint": "I suggest consulting a toxicologist and/or psychiatrist immediately."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_194", "common_name": "Acute stimulant (amphetamine, cocaine) overdose", "sex_filter": "both"}, {"name": "Acute streptococcal tonsillopharyngitis", "severity": "moderate", "extras": {"icd10_code": "J02.0", "hint": "I suggest seeing your family doctor."}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "consultation", "id": "c_249", "common_name": "Strep throat", "sex_filter": "both"}, {"name": "Acute thyroiditis", "severity": "moderate", "extras": {"icd10_code": "E06.0", "hint": "Please see an endocrinologist as soon as possible!"}, "categories": ["Endocrinology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_430", "common_name": "Acute thyroiditis", "sex_filter": "both"}, {"name": "Acute upper gastrointestinal bleeding", "severity": "severe", "extras": {"icd10_code": "K92.2", "hint": "You should consult a gastroenterologist immediately."}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_703", "common_name": "Acute upper gastrointestinal bleeding", "sex_filter": "both"}, {"name": "Acute viral tonsillopharyngitis", "severity": "mild", "extras": {"icd10_code": "J02.9", "hint": "See your family doctor. You may also need to consult an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "self_care", "id": "c_121", "common_name": "Acute viral tonsillopharyngitis", "sex_filter": "both"}, {"name": "Addison's disease", "severity": "moderate", "extras": {"icd10_code": "E27.1", "hint": "You need to contact an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_57", "common_name": "Addison's disease", "sex_filter": "both"}, {"name": "Adenomyosis", "severity": "mild", "extras": {"icd10_code": "N80.0", "hint": "You need to consult with a gynecologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_868", "common_name": "Adenomyosis", "sex_filter": "female"}, {"name": "Adjustment disorder", "severity": "mild", "extras": {"icd10_code": "F43.2", "hint": "I suggest you consult a psychologist or a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_270", "common_name": "Adjustment disorder", "sex_filter": "both"}, {"name": "Adnexitis", "severity": "severe", "extras": {"icd10_code": "N70", "hint": "You should make an appointment with a gynecologist."}, "categories": ["Gynecology"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "consultation", "id": "c_160", "common_name": "Adnexitis", "sex_filter": "female"}, {"name": "Adrenal cancer", "severity": "severe", "extras": {"icd10_code": "C74.9", "hint": "You should see an endocrinologist or an oncologist as soon as possible!"}, "categories": ["Oncology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_784", "common_name": "Adrenal cancer", "sex_filter": "both"}, {"name": "African trypanosomiasis", "severity": "severe", "extras": {"icd10_code": "B56", "hint": "Please see an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_535", "common_name": "African trypanosomiasis", "sex_filter": "both"}, {"name": "Agoraphobia", "severity": "mild", "extras": {"icd10_code": "F40.0", "hint": "I'd recommend consulting a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_366", "common_name": "Agoraphobia", "sex_filter": "both"}, {"name": "Alcohol poisoning (ethanol toxicity)", "severity": "severe", "extras": {"icd10_code": "T51.0", "hint": "Call an ambulance immediately."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_667", "common_name": "Alcohol poisoning (ethanol toxicity)", "sex_filter": "both"}, {"name": "Alcohol withdrawal syndrom with delirium", "severity": "severe", "extras": {"icd10_code": "F10.4", "hint": "Please call an ambulance immediately, you may require emergency psychiatric help."}, "categories": ["Psychiatry"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_609", "common_name": "Alcohol withdrawal syndrom with delirium", "sex_filter": "both"}, {"name": "Alcohol withdrawal syndrome", "severity": "severe", "extras": {"icd10_code": "F10.239", "hint": "You should consult a psychiatrist as soon as possible!"}, "categories": ["Psychiatry"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_227", "common_name": "Alcohol withdrawal syndrome", "sex_filter": "both"}, {"name": "Alcoholic cerebellar degeneration", "severity": "mild", "extras": {"icd10_code": null, "hint": "I would recommend seeing a neurologist."}, "categories": ["Toxicology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_622", "common_name": "Alcoholic cerebellar degeneration", "sex_filter": "both"}, {"name": "Alcoholic liver disease", "severity": "moderate", "extras": {"icd10_code": "K70", "hint": "You need to see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_6", "common_name": "Alcoholic liver disease", "sex_filter": "both"}, {"name": "Alcoholism", "severity": "moderate", "extras": {"icd10_code": "F10.2", "hint": "I suggest you see a psychiatrist or psychologist."}, "categories": ["Psychiatry"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_5", "common_name": "Alcoholism", "sex_filter": "both"}, {"name": "Allergic bronchopulmonary aspergillosis", "severity": "severe", "extras": {"icd10_code": "B44.1", "hint": "I think you should see a pulmonologist or an allergist."}, "categories": ["Pulmonology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_578", "common_name": "Allergic bronchopulmonary aspergillosis", "sex_filter": "both"}, {"name": "Allergic conjunctivitis", "severity": "mild", "extras": {"icd10_code": "H10.1", "hint": "You should consult an allergist or ophthalmologist."}, "categories": ["Allergology"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_3", "common_name": "Allergic conjunctivitis", "sex_filter": "both"}, {"name": "Allergic rhinitis", "severity": "mild", "extras": {"icd10_code": "J30", "hint": "I'd recommend seeing an allergist."}, "categories": ["Allergology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_4", "common_name": "Allergic rhinitis", "sex_filter": "both"}, {"name": "Alzheimer's disease", "severity": "moderate", "extras": {"icd10_code": "G30", "hint": "I suggest you see a neurologist, and you may also need to consult a geriatrician or psychiatrist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_16", "common_name": "Alzheimer's disease", "sex_filter": "both"}, {"name": "Amebiasis", "severity": "moderate", "extras": {"icd10_code": "A06", "hint": "Please see an infectious disease specialist immediately!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_522", "common_name": "Amebiasis", "sex_filter": "both"}, {"name": "Ampullary cancer", "severity": "severe", "extras": {"icd10_code": "C24.1", "hint": "For a proper diagnosis you should see a gastroenterologist and an oncologist as soon as possible!"}, "categories": ["Oncology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_874", "common_name": "Ampullary cancer", "sex_filter": "both"}, {"name": "Amyloidosis", "severity": "moderate", "extras": {"icd10_code": "E85", "hint": "I'd suggest seeing your family doctor or a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_291", "common_name": "Amyloidosis", "sex_filter": "both"}, {"name": "Amyotrophic lateral sclerosis", "severity": "severe", "extras": {"icd10_code": "G12.2", "hint": "See a neurologist as soon as possible."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_396", "common_name": "Amyotrophic lateral sclerosis", "sex_filter": "both"}, {"name": "Anal cancer", "severity": "severe", "extras": {"icd10_code": "C21", "hint": "I suggest seeing an oncologist or gastroenterologist as soon as possible."}, "categories": ["Oncology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_276", "common_name": "Anal cancer", "sex_filter": "both"}, {"name": "Anal fissure", "severity": "mild", "extras": {"icd10_code": "K60", "hint": "I'd suggest seeing a surgeon or proctologist."}, "categories": ["Surgery"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_275", "common_name": "Anal fissure", "sex_filter": "both"}, {"name": "Anal fistula", "severity": "moderate", "extras": {"icd10_code": "K60.3", "hint": "I recommend you see a surgeon."}, "categories": ["Surgery"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_866", "common_name": "Anal fistula", "sex_filter": "both"}, {"name": "Anaphylaxis", "severity": "severe", "extras": {"icd10_code": "T78.2", "hint": "You may require an immediate medical attention! Call an ambulance!"}, "categories": ["Allergology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_700", "common_name": "Anaphylaxis", "sex_filter": "both"}, {"name": "Ancylostomiasis", "severity": "mild", "extras": {"icd10_code": "B76.0", "hint": "I recommend seeing your family doctor or an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_290", "common_name": "Ancylostomiasis", "sex_filter": "both"}, {"name": "Anemia of chronic disease", "severity": "moderate", "extras": {"icd10_code": "D63", "hint": "I suggest consulting your family doctor or a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_372", "common_name": "Anemia of chronic disease", "sex_filter": "both"}, {"name": "Ankle osteoarthritis", "severity": "mild", "extras": {"icd10_code": "M19.0", "hint": "I suggest seeing an orthopedist or a rheumatologist."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_222", "common_name": "Ankle osteoarthritis", "sex_filter": "both"}, {"name": "Ankylosing spondylitis", "severity": "moderate", "extras": {"icd10_code": "M45", "hint": "You should be seen by a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_149", "common_name": "Ankylosing spondylitis", "sex_filter": "both"}, {"name": "Anorexia", "severity": "severe", "extras": {"icd10_code": "F50.0", "hint": "You should consult a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_7", "common_name": "Anorexia", "sex_filter": "both"}, {"name": "Antiphospholipid syndrome", "severity": "moderate", "extras": {"icd10_code": "D68.61", "hint": "You should see your family doctor, a rheumatologist or a gynecologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_198", "common_name": "Antiphospholipid syndrome", "sex_filter": "both"}, {"name": "Anxiety disorder", "severity": "moderate", "extras": {"icd10_code": "F41", "hint": "I suggest you consult a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_117", "common_name": "Anxiety disorder", "sex_filter": "both"}, {"name": "Anxiety disorder with panic attacks", "severity": "moderate", "extras": {"icd10_code": "F41.0", "hint": "I suggest you consult a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_183", "common_name": "Anxiety disorder with panic attacks", "sex_filter": "both"}, {"name": "Aplastic anemia", "severity": "severe", "extras": {"icd10_code": "D61", "hint": "You should consult a hematologist as soon as possible!"}, "categories": ["Hematology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_382", "common_name": "Aplastic anemia", "sex_filter": "both"}, {"name": "Appendicitis", "severity": "severe", "extras": {"icd10_code": "K35", "hint": "See a doctor immediately or call an ambulance!"}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "emergency", "id": "c_132", "common_name": "Appendicitis", "sex_filter": "both"}, {"name": "Ascariasis", "severity": "mild", "extras": {"icd10_code": "B77", "hint": "Please see your family doctor or an infectious disease specialist!"}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_289", "common_name": "Ascariasis", "sex_filter": "both"}, {"name": "Asthma", "severity": "moderate", "extras": {"icd10_code": "J45", "hint": "I think you should see a pulmonologist or an allergist."}, "categories": ["Pulmonology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_8", "common_name": "Asthma", "sex_filter": "both"}, {"name": "Atherogenic hyperlipidemia", "severity": "moderate", "extras": {"icd10_code": "E78.5", "hint": "I suggest you consult your family doctor or an internist."}, "categories": ["Internal Medicine"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_542", "common_name": "Atherogenic hyperlipidemia", "sex_filter": "both"}, {"name": "Atopic dermatitis", "severity": "mild", "extras": {"icd10_code": "L20", "hint": "I'd recommend seeing an allergist or dermatologist."}, "categories": ["Allergology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_2", "common_name": "Atopic dermatitis", "sex_filter": "both"}, {"name": "Atrial fibrillation", "severity": "severe", "extras": {"icd10_code": "I48", "hint": "You may urgently need to be seen by a cardiologist! Ask someone nearby to help you."}, "categories": ["Cardiology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "emergency", "id": "c_48", "common_name": "Atrial fibrillation", "sex_filter": "both"}, {"name": "Attention deficit hyperactivity disorder", "severity": "moderate", "extras": {"icd10_code": "F90", "hint": "I'd suggest seeing your family doctor or a psychologist."}, "categories": ["Psychiatry"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_581", "common_name": "Attention deficit hyperactivity disorder", "sex_filter": "both"}, {"name": "Autoimmune gastritis", "severity": "mild", "extras": {"icd10_code": null, "hint": "I recommend you seeing a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_567", "common_name": "Autoimmune gastritis", "sex_filter": "both"}, {"name": "Autoimmune hepatitis", "severity": "severe", "extras": {"icd10_code": "K75.4", "hint": "You should consult a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_485", "common_name": "Autoimmune hepatitis", "sex_filter": "both"}, {"name": "Babesiosis", "severity": "moderate", "extras": {"icd10_code": "B60.0", "hint": "I suggest making an appointment with your family doctor or infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_639", "common_name": "Babesiosis", "sex_filter": "both"}, {"name": "Back injury", "severity": "mild", "extras": {"icd10_code": "T09.9", "hint": "You should contact an orthopedist or physical therapist."}, "categories": ["Traumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_900", "common_name": "Back injury", "sex_filter": "both"}, {"name": "Bacterial meningitis", "severity": "severe", "extras": {"icd10_code": null, "hint": "I recommend you seeing a doctor immediately or call an ambulance."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_563", "common_name": "Bacterial meningitis", "sex_filter": "both"}, {"name": "Bacterial vaginitis", "severity": "mild", "extras": {"icd10_code": "N76.0", "hint": "You should make an appointment with a gynecologist."}, "categories": ["Gynecology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_128", "common_name": "Bacterial vaginitis", "sex_filter": "female"}, {"name": "Baker's cyst", "severity": "mild", "extras": {"icd10_code": "M71.2", "hint": "You should consult an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_910", "common_name": "Baker's cyst", "sex_filter": "both"}, {"name": "Balanoposthitis", "severity": "moderate", "extras": {"icd10_code": "N48.1", "hint": "You should see a urologist."}, "categories": ["Urology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_134", "common_name": "Balanoposthitis", "sex_filter": "male"}, {"name": "Bartholin's abscess", "severity": "mild", "extras": {"icd10_code": "N75.1", "hint": "You should see a gynecologist."}, "categories": ["Gynecology"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "consultation", "id": "c_751", "common_name": "Bartholin's abscess", "sex_filter": "female"}, {"name": "Beh\u00e7et's disease", "severity": "mild", "extras": {"icd10_code": "M35.2", "hint": "You should visit a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_531", "common_name": "Beh\u00e7et's disease", "sex_filter": "both"}, {"name": "Benign paroxysmal positional vertigo", "severity": "mild", "extras": {"icd10_code": "H81.1", "hint": "Please see your family doctor or an otolaryngologist!"}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_871", "common_name": "Benign paroxysmal positional vertigo", "sex_filter": "both"}, {"name": "Benign prostatic hyperplasia", "severity": "mild", "extras": {"icd10_code": "N40", "hint": "It would be a good idea to see a urologist."}, "categories": ["Urology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_81", "common_name": "Benign prostatic hyperplasia", "sex_filter": "male"}, {"name": "Beta-thalassemia", "severity": "moderate", "extras": {"icd10_code": "D56", "hint": "Please consult a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_504", "common_name": "Beta-thalassemia", "sex_filter": "both"}, {"name": "Bipolar disorder", "severity": "severe", "extras": {"icd10_code": "F31", "hint": "I suggest you consult a psychologist or a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_273", "common_name": "Bipolar disorder", "sex_filter": "both"}, {"name": "Biventricular heart failure", "severity": "moderate", "extras": {"icd10_code": "I50", "hint": "I'd recommend seeing a cardiologist."}, "categories": ["Cardiology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_612", "common_name": "Biventricular heart failure", "sex_filter": "both"}, {"name": "Bladder cancer", "severity": "severe", "extras": {"icd10_code": "C67", "hint": "See an oncologist or your primary care physician as soon as possible."}, "categories": ["Urology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_185", "common_name": "Bladder cancer", "sex_filter": "both"}, {"name": "Blepharitis", "severity": "mild", "extras": {"icd10_code": "H01.0", "hint": "You should consult an ophthalmologist."}, "categories": ["Ophthalmology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_769", "common_name": "Blepharitis", "sex_filter": "both"}, {"name": "Botulism", "severity": "severe", "extras": {"icd10_code": "A05.1", "hint": "You need help. Call an ambulance as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_432", "common_name": "Botulism", "sex_filter": "both"}, {"name": "Brain abscess", "severity": "severe", "extras": {"icd10_code": "G06.0", "hint": "Please consult an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "emergency", "id": "c_680", "common_name": "Brain abscess", "sex_filter": "both"}, {"name": "Brain tumor", "severity": "severe", "extras": {"icd10_code": "C71.9", "hint": "See a neurologist immediately!"}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_333", "common_name": "Brain tumor", "sex_filter": "both"}, {"name": "Breast cancer", "severity": "severe", "extras": {"icd10_code": "C50", "hint": "See an oncologist as soon as possible. You may also need to see a gynecologist."}, "categories": ["Oncology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_93", "common_name": "Breast cancer", "sex_filter": "female"}, {"name": "Brucellosis", "severity": "moderate", "extras": {"icd10_code": "A23", "hint": "You should see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_235", "common_name": "Brucellosis", "sex_filter": "both"}, {"name": "Budd-Chiari syndrome", "severity": "severe", "extras": {"icd10_code": "I82.0", "hint": "You should see a doctor immediately!"}, "categories": ["Gastroenterology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_524", "common_name": "Budd-Chiari syndrome", "sex_filter": "both"}, {"name": "Bulimia", "severity": "moderate", "extras": {"icd10_code": "F50.2", "hint": "You should consult a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_14", "common_name": "Bulimia", "sex_filter": "both"}, {"name": "Bursitis", "severity": "mild", "extras": {"icd10_code": "M70.0", "hint": "I recommend you to consult a family doctor or orthopedic surgeon."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_712", "common_name": "Bursitis", "sex_filter": "both"}, {"name": "Carbon monoxide poisoning", "severity": "severe", "extras": {"icd10_code": "T58.9", "hint": "You need to see a doctor as soon as possible! Ask someone nearby for help."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_161", "common_name": "Carbon monoxide poisoning", "sex_filter": "both"}, {"name": "Carcinoid syndrome", "severity": "severe", "extras": {"icd10_code": "E34.0", "hint": "See a doctor immediately!"}, "categories": ["Oncology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_415", "common_name": "Carcinoid syndrome", "sex_filter": "both"}, {"name": "Cardiac tamponade", "severity": "severe", "extras": {"icd10_code": "I31.4", "hint": "Call an ambulance immediately!"}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_649", "common_name": "Cardiac tamponade", "sex_filter": "both"}, {"name": "Cardiogenic shock", "severity": "severe", "extras": {"icd10_code": "R57.0", "hint": "You may require an immediate medical attention! Ask someone nearby for help."}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_677", "common_name": "Cardiogenic shock", "sex_filter": "both"}, {"name": "Carotid artery disease", "severity": "severe", "extras": {"icd10_code": "I65.2", "hint": "You should contact with angiologist or vascular surgeon."}, "categories": ["Angiology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_736", "common_name": "Carotid artery disease", "sex_filter": "both"}, {"name": "Carotid artery dissection", "severity": "severe", "extras": {"icd10_code": "I72.0", "hint": "I'd recommend seeing a neurologist as soon as possible. You need emergency help."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_381", "common_name": "Carotid artery dissection", "sex_filter": "both"}, {"name": "Carotid sinus syndrome", "severity": "moderate", "extras": {"icd10_code": "G90.01", "hint": "I suggest consulting a cardiologist."}, "categories": ["Cardiology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_451", "common_name": "Carotid sinus syndrome", "sex_filter": "both"}, {"name": "Carpal tunnel syndrome", "severity": "moderate", "extras": {"icd10_code": "G56.0", "hint": "You should consult an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "self_care", "id": "c_212", "common_name": "Carpal tunnel syndrome", "sex_filter": "both"}, {"name": "Cat-scratch disease", "severity": "mild", "extras": {"icd10_code": "A28.1", "hint": "Please see your family doctor or an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_242", "common_name": "Cat-scratch disease", "sex_filter": "both"}, {"name": "Cataract", "severity": "mild", "extras": {"icd10_code": "H25", "hint": "Please see an ophthalmologist."}, "categories": ["Ophthalmology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_176", "common_name": "Cataract", "sex_filter": "both"}, {"name": "Cavernous sinus thrombosis", "severity": "severe", "extras": {"icd10_code": null, "hint": "You need to see a doctor as soon as possible! Ask someone nearby to help you or seek emergency care."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_614", "common_name": "Cavernous sinus thrombosis", "sex_filter": "both"}, {"name": "Celiac disease", "severity": "moderate", "extras": {"icd10_code": "K90.0", "hint": "See a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_15", "common_name": "Sprue", "sex_filter": "both"}, {"name": "Cerebellar stroke", "severity": "severe", "extras": {"icd10_code": "G46.4", "hint": "I suggest you consult a neurologist as soon as possible."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_379", "common_name": "Cerebellar stroke", "sex_filter": "both"}, {"name": "Cerebellopontine angle syndrome", "severity": "severe", "extras": {"icd10_code": "D43.1", "hint": "I'd recommend seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_471", "common_name": "Cerebellopontine angle syndrome", "sex_filter": "both"}, {"name": "Cerebral edema", "severity": "severe", "extras": {"icd10_code": "G93.6", "hint": "I suggest consulting a neurologist."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_361", "common_name": "Cerebral edema", "sex_filter": "both"}, {"name": "Cerebral stroke", "severity": "severe", "extras": {"icd10_code": "I63", "hint": "You need to be urgently seen by a doctor! Ask someone nearby to help you or seek emergency care."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "emergency", "id": "c_114", "common_name": "Cerebral stroke", "sex_filter": "both"}, {"name": "Cervical acceleration-deceleration syndrome", "severity": "moderate", "extras": {"icd10_code": "S13.4", "hint": "You should report to a trauma surgeon or orthopedist."}, "categories": ["Traumatology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_899", "common_name": "Whiplash", "sex_filter": "both"}, {"name": "Cervical cancer", "severity": "severe", "extras": {"icd10_code": "C53", "hint": "For a proper diagnosis you must see a gynecologist. You will also need to consult an oncologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_96", "common_name": "Cervical cancer", "sex_filter": "female"}, {"name": "Cervicitis", "severity": "mild", "extras": {"icd10_code": "N72", "hint": "You should see a gynecologist."}, "categories": ["Gynecology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_129", "common_name": "Cervicitis", "sex_filter": "female"}, {"name": "Chalazion", "severity": "mild", "extras": {"icd10_code": "H00.1", "hint": "You need to see an ophthalmologist."}, "categories": ["Ophthalmology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_171", "common_name": "Chalazion", "sex_filter": "both"}, {"name": "Chickenpox", "severity": "mild", "extras": {"icd10_code": "B01", "hint": "I'd recommend seeing your family doctor."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_68", "common_name": "Chickenpox", "sex_filter": "both"}, {"name": "Chinese restaurant syndrome", "severity": "mild", "extras": {"icd10_code": "T47", "hint": "Please see your family doctor."}, "categories": ["Gastroenterology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_481", "common_name": "Chinese restaurant syndrome", "sex_filter": "both"}, {"name": "Cholecystitis", "severity": "severe", "extras": {"icd10_code": "K81.0", "hint": "You should see a surgeon."}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "emergency", "id": "c_215", "common_name": "Cholecystitis", "sex_filter": "both"}, {"name": "Cholera", "severity": "severe", "extras": {"icd10_code": "A00", "hint": "Please see a doctor immediately!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_254", "common_name": "Cholera", "sex_filter": "both"}, {"name": "Cholestasis", "severity": "mild", "extras": {"icd10_code": "K71.0", "hint": "You need to be evaluated by a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_707", "common_name": "Cholestasis", "sex_filter": "both"}, {"name": "Choriocarcinoma", "severity": "severe", "extras": {"icd10_code": "C58", "hint": "For a proper diagnosis you must see a gynecologist. You will also need to consult an oncologist."}, "categories": ["Gynecology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_557", "common_name": "Choriocarcinoma", "sex_filter": "female"}, {"name": "Chronic cannabinoid use", "severity": "mild", "extras": {"icd10_code": null, "hint": "I'd recommend seeing a psychologist or psychiatrist."}, "categories": ["Toxicology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_282", "common_name": "Chronic cannabinoid use", "sex_filter": "both"}, {"name": "Chronic constipation", "severity": "mild", "extras": {"icd10_code": "K59.0", "hint": "Please visit your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_674", "common_name": "Chronic constipation", "sex_filter": "both"}, {"name": "Chronic eosinophilic leukemia", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I suggest you make an appointment with a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_512", "common_name": "Chronic eosinophilic leukemia", "sex_filter": "both"}, {"name": "Chronic fatigue syndrome", "severity": "mild", "extras": {"icd10_code": "R53.82", "hint": "You should consult your family doctor."}, "categories": ["Internal Medicine"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_668", "common_name": "Chronic fatigue syndrome", "sex_filter": "both"}, {"name": "Chronic intestinal ischemia", "severity": "moderate", "extras": {"icd10_code": null, "hint": "You need to see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_494", "common_name": "Chronic intestinal ischemia", "sex_filter": "both"}, {"name": "Chronic kidney disease", "severity": "moderate", "extras": {"icd10_code": "N18", "hint": "I'd recommend seeing a nephrologist or an internist."}, "categories": ["Nephrology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_180", "common_name": "Chronic kidney disease", "sex_filter": "both"}, {"name": "Chronic lymphocytic leukemia", "severity": "severe", "extras": {"icd10_code": "C91.1", "hint": "For a proper diagnosis you must see a hematologist!"}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_82", "common_name": "Chronic lymphocytic leukemia", "sex_filter": "both"}, {"name": "Chronic myelogenous leukemia", "severity": "severe", "extras": {"icd10_code": "C92.1", "hint": "For a proper diagnosis you must see a hematologist!"}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_83", "common_name": "Chronic myelogenous leukemia", "sex_filter": "both"}, {"name": "Chronic obstructive jaundice", "severity": "moderate", "extras": {"icd10_code": "k83.1", "hint": "I suggest seeing a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_250", "common_name": "Chronic obstructive jaundice", "sex_filter": "both"}, {"name": "Chronic obstructive pulmonary disease", "severity": "severe", "extras": {"icd10_code": "J44.1", "hint": "I recommend consulting a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_76", "common_name": "Chronic obstructive pulmonary disease", "sex_filter": "both"}, {"name": "Chronic pancreatitis", "severity": "moderate", "extras": {"icd10_code": "K86.0", "hint": "You need to see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_86", "common_name": "Chronic pancreatitis", "sex_filter": "both"}, {"name": "Chronic sinusitis", "severity": "mild", "extras": {"icd10_code": "J32", "hint": "I suggest seeing an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_269", "common_name": "Chronic sinusitis", "sex_filter": "both"}, {"name": "Chronic tonsillitis", "severity": "mild", "extras": {"icd10_code": "J35.0", "hint": "Please consult your family doctor."}, "categories": ["Laryngology/ENT"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_669", "common_name": "Chronic tonsillitis", "sex_filter": "both"}, {"name": "Chronic venous insufficiency", "severity": "mild", "extras": {"icd10_code": "I87.2", "hint": "You need to consult a vascular surgeon."}, "categories": ["Angiology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_84", "common_name": "Chronic venous insufficiency", "sex_filter": "both"}, {"name": "Churg-Strauss syndrome", "severity": "moderate", "extras": {"icd10_code": "M30.1", "hint": "I'd recommend seeing your family doctor or an angiologist."}, "categories": ["Angiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_267", "common_name": "Churg-Strauss syndrome", "sex_filter": "both"}, {"name": "Cirrhosis of the liver", "severity": "severe", "extras": {"icd10_code": "K74.60", "hint": "Please consult a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_503", "common_name": "Cirrhosis of the liver", "sex_filter": "both"}, {"name": "Cluster headaches (CH)", "severity": "mild", "extras": {"icd10_code": "G44.0", "hint": "I suggest seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_39", "common_name": "Cluster headaches (CH)", "sex_filter": "both"}, {"name": "Cold urticaria", "severity": "moderate", "extras": {"icd10_code": "L50.2", "hint": "I suggest you see a dermatologist or an allergist."}, "categories": ["Dermatology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "self_care", "id": "c_837", "common_name": "Cold urticaria", "sex_filter": "both"}, {"name": "Colon cancer", "severity": "severe", "extras": {"icd10_code": "C78.5", "hint": "For a proper diagnosis you should see a gastroenterologist and an oncologist as soon as possible."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_90", "common_name": "Colon cancer", "sex_filter": "both"}, {"name": "Common cold", "severity": "mild", "extras": {"icd10_code": "J00", "hint": "If your symptoms get worse, see your family doctor."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "common", "triage_level": "self_care", "id": "c_87", "common_name": "Common cold", "sex_filter": "both"}, {"name": "Concussion", "severity": "moderate", "extras": {"icd10_code": "S06.0", "hint": "Please visit a neurologist as soon as possible."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_672", "common_name": "Concussion", "sex_filter": "both"}, {"name": "Conjunctivitis", "severity": "mild", "extras": {"icd10_code": "H10", "hint": "You should see your family doctor or an ophthalmologist. Viral or bacterial conjunctivitis are very contagious, so remember about personal hygiene to reduce the risk of spreading it to others (avoid touching your eyes, wash your hands often, do not share personal items, such as pillows, towels, eyeglasses)."}, "categories": ["Ophthalmology"], "acuteness": "acute_potentially_chronic", "prevalence": "common", "triage_level": "consultation", "id": "c_172", "common_name": "Conjunctivitis", "sex_filter": "both"}, {"name": "Conn's syndrome", "severity": "severe", "extras": {"icd10_code": "E26.01", "hint": "Please consult your family doctor."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_449", "common_name": "Conn's syndrome", "sex_filter": "both"}, {"name": "Contact dermatitis", "severity": "mild", "extras": {"icd10_code": "L25.9", "hint": "You should consult a dermatologist."}, "categories": ["Dermatology"], "acuteness": "acute_potentially_chronic", "prevalence": "common", "triage_level": "self_care", "id": "c_670", "common_name": "Contact dermatitis", "sex_filter": "both"}, {"name": "Corneal abrasion", "severity": "moderate", "extras": {"icd10_code": "S05.0", "hint": "Please see an ophthalmologist as soon as possible."}, "categories": ["Ophthalmology"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "consultation", "id": "c_174", "common_name": "Corneal abrasion", "sex_filter": "both"}, {"name": "Corneal ulceration", "severity": "severe", "extras": {"icd10_code": "H16.0", "hint": "Please see an ophthalmologist as soon as possible."}, "categories": ["Ophthalmology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_175", "common_name": "Corneal ulceration", "sex_filter": "both"}, {"name": "Corticotropin releasing pituitary adenoma", "severity": "severe", "extras": {"icd10_code": null, "hint": "You should visit an endocrinologist or oncologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_545", "common_name": "Corticotropin releasing pituitary adenoma", "sex_filter": "both"}, {"name": "Costochondritis", "severity": "mild", "extras": {"icd10_code": "M94.0", "hint": "See your family doctor. You may also need to consult a traumatologist."}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "self_care", "id": "c_746", "common_name": "Costochondritis", "sex_filter": "both"}, {"name": "Crohn's disease", "severity": "moderate", "extras": {"icd10_code": "K50", "hint": "You need to see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_17", "common_name": "Crohn's disease", "sex_filter": "both"}, {"name": "Cruciate ligament injury", "severity": "mild", "extras": {"icd10_code": "S83.5", "hint": "You should visit a trauma surgeon or an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_811", "common_name": "Cruciate ligament injury", "sex_filter": "both"}, {"name": "Cushing's syndrome", "severity": "moderate", "extras": {"icd10_code": "E24", "hint": "It would be a good idea to see an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_141", "common_name": "Cushing's syndrome", "sex_filter": "both"}, {"name": "Cystic fibrosis", "severity": "moderate", "extras": {"icd10_code": "E84", "hint": "I suggest consulting a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_188", "common_name": "Cystic fibrosis", "sex_filter": "both"}, {"name": "Cysticercosis", "severity": "severe", "extras": {"icd10_code": "B69", "hint": "Please consult an infectious disease specialist as soon as possible."}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_434", "common_name": "Cysticercosis", "sex_filter": "both"}, {"name": "Cystitis", "severity": "mild", "extras": {"icd10_code": "N30", "hint": "You should see your family doctor."}, "categories": ["Urology"], "acuteness": "acute", "prevalence": "common", "triage_level": "consultation", "id": "c_184", "common_name": "Cystitis", "sex_filter": "both"}, {"name": "De Quervain's thyroiditis", "severity": "moderate", "extras": {"icd10_code": "E06.1", "hint": "Please consult an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_431", "common_name": "De Quervain's thyroiditis", "sex_filter": "both"}, {"name": "Death cap poisoning", "severity": "severe", "extras": {"icd10_code": "T62.0", "hint": "You may need immediate medical attention! Ask someone nearby for help."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_303", "common_name": "Death cap poisoning", "sex_filter": "both"}, {"name": "Decompression sickness", "severity": "severe", "extras": {"icd10_code": "T70.3", "hint": "You may need immediate medical attention! Ask someone nearby for help and seek emergency care."}, "categories": ["Other"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_891", "common_name": "Decompression sickness", "sex_filter": "both"}, {"name": "Deep vein thrombosis", "severity": "severe", "extras": {"icd10_code": "I80", "hint": "I suggest consulting a vascular surgeon."}, "categories": ["Angiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_148", "common_name": "Deep vein thrombosis", "sex_filter": "both"}, {"name": "Degeneration of the temporomandibular joint", "severity": "mild", "extras": {"icd10_code": "K07.6", "hint": "Please see a dentist."}, "categories": ["Dentistry"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_152", "common_name": "Degeneration of the temporomandibular joint", "sex_filter": "both"}, {"name": "Degenerative disc disease of the cervical spine", "severity": "mild", "extras": {"icd10_code": "M50.9", "hint": "I'd recommend seeing a neurologist"}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_576", "common_name": "Degenerative disc disease of the cervical spine", "sex_filter": "both"}, {"name": "Degenerative disc disease of the lumbar and sacral spine", "severity": "mild", "extras": {"icd10_code": "M51", "hint": "It would be a good idea to see an orthopedist or a neurologist."}, "categories": ["Orthopedics"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_30", "common_name": "Degenerative disc disease of the lumbar and sacral spine", "sex_filter": "both"}, {"name": "Degenerative disc disease of the thoracic spine", "severity": "mild", "extras": {"icd10_code": "M47", "hint": "I'd recommend seeing an orthopedist or a neurologist"}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_577", "common_name": "Degenerative disc disease of the thoracic spine", "sex_filter": "both"}, {"name": "Dehydration", "severity": "moderate", "extras": {"icd10_code": "E86.0", "hint": "I suggest seeing your family doctor."}, "categories": ["Internal Medicine"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_298", "common_name": "Dehydration", "sex_filter": "both"}, {"name": "Dementia", "severity": "moderate", "extras": {"icd10_code": "F03", "hint": "I suggest seeing a psychologist or psychiatrist, as well as your primary doctor."}, "categories": ["Psychiatry"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_260", "common_name": "Dementia", "sex_filter": "both"}, {"name": "Dengue fever", "severity": "severe", "extras": {"icd10_code": "A97", "hint": "Please see an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_245", "common_name": "Dengue fever", "sex_filter": "both"}, {"name": "Dental caries", "severity": "mild", "extras": {"icd10_code": "K02", "hint": "I'd recommend seeing your dentist."}, "categories": ["Dentistry"], "acuteness": "chronic", "prevalence": "common", "triage_level": "consultation", "id": "c_79", "common_name": "Dental caries", "sex_filter": "both"}, {"name": "Dental pulp gangrene", "severity": "moderate", "extras": {"icd10_code": "K04.1", "hint": "See a dentist immediately!"}, "categories": ["Dentistry"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_146", "common_name": "Dental pulp gangrene", "sex_filter": "both"}, {"name": "Depersonalization-derealization disorder", "severity": "moderate", "extras": {"icd10_code": "F48.1", "hint": "I recommend you see a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_754", "common_name": "Depersonalization-derealization disorder", "sex_filter": "both"}, {"name": "Dermatomyositis", "severity": "moderate", "extras": {"icd10_code": "M33", "hint": "I recommend seeing a dermatologist or a rheumatologist."}, "categories": ["Dermatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_315", "common_name": "Dermatomyositis", "sex_filter": "both"}, {"name": "Diabetes insipidus", "severity": "moderate", "extras": {"icd10_code": "E23.2", "hint": "Consult an endocrinologist as soon as possible!"}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_407", "common_name": "Diabetes insipidus", "sex_filter": "both"}, {"name": "Diabetes mellitus type 1", "severity": "severe", "extras": {"icd10_code": "E10", "hint": "You should consult your family doctor, an internist or an endocrinologist."}, "categories": ["Diabetology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_404", "common_name": "Diabetes mellitus type 1", "sex_filter": "both"}, {"name": "Diabetes mellitus type 2", "severity": "moderate", "extras": {"icd10_code": "E11", "hint": "Please see your family doctor, a diabetologist or an endocrinologist as soon as possible."}, "categories": ["Diabetology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_405", "common_name": "Diabetes mellitus type 2", "sex_filter": "both"}, {"name": "Diabetic neuropathy", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I suggest consulting a endocrinologists and diabetologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_439", "common_name": "Diabetic neuropathy", "sex_filter": "both"}, {"name": "Diabetic retinopathy", "severity": "moderate", "extras": {"icd10_code": "E11.3", "hint": "I recommend you see an ophthalmologist."}, "categories": ["Ophthalmology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_771", "common_name": "Diabetic retinopathy", "sex_filter": "both"}, {"name": "Dilated cardiomyopathy", "severity": "severe", "extras": {"icd10_code": "I42.0", "hint": "You should talk with a cardiologist."}, "categories": ["Cardiology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_759", "common_name": "Dilated cardiomyopathy", "sex_filter": "both"}, {"name": "Disulfiram-like reaction", "severity": "severe", "extras": {"icd10_code": "F10.9", "hint": "See a doctor as soon as possible."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_190", "common_name": "Disulfiram-like reaction", "sex_filter": "both"}, {"name": "Diverticulitis", "severity": "mild", "extras": {"icd10_code": null, "hint": "See your family doctor or a surgeon as soon as possible."}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_186", "common_name": "Diverticulitis", "sex_filter": "both"}, {"name": "Diverticulosis", "severity": "mild", "extras": {"icd10_code": "K57", "hint": "You ought to see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_113", "common_name": "Diverticulosis", "sex_filter": "both"}, {"name": "Dubin-Johnson syndrome", "severity": "mild", "extras": {"icd10_code": "E80.6", "hint": "I suggest seeing your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_325", "common_name": "Dubin-Johnson syndrome", "sex_filter": "both"}, {"name": "Dysmenorrhea", "severity": "mild", "extras": {"icd10_code": "N94.6", "hint": "You should see a gynecologist, and you may also have to consult an endocrinologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "common", "triage_level": "self_care", "id": "c_11", "common_name": "Dysmenorrhea", "sex_filter": "female"}, {"name": "Ear barotrauma", "severity": "mild", "extras": {"icd10_code": "T70", "hint": "Please visit a family doctor or an otolaryngologist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_688", "common_name": "Ear barotrauma", "sex_filter": "both"}, {"name": "Earwax blockage", "severity": "mild", "extras": {"icd10_code": "H61.2", "hint": "You should consult otolaryngologist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_808", "common_name": "Earwax blockage", "sex_filter": "both"}, {"name": "Echinococcosis", "severity": "severe", "extras": {"icd10_code": "B67", "hint": "See an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_435", "common_name": "Echinococcosis", "sex_filter": "both"}, {"name": "Ectopic pregnancy", "severity": "severe", "extras": {"icd10_code": "O00.0", "hint": "You should visit obstetrician-gynecologist immediately!"}, "categories": ["Gynecology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_627", "common_name": "Ectopic pregnancy", "sex_filter": "female"}, {"name": "Ehrlichiosis", "severity": "moderate", "extras": {"icd10_code": "A77.4", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_240", "common_name": "Ehrlichiosis", "sex_filter": "both"}, {"name": "Empty sella syndrome", "severity": "severe", "extras": {"icd10_code": "E23", "hint": "Please consult an endocrinologist!"}, "categories": ["Endocrinology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_492", "common_name": "Empty sella syndrome", "sex_filter": "both"}, {"name": "Encephalitis", "severity": "severe", "extras": {"icd10_code": "G04.0", "hint": "Please see a neurologist or an infectious disease specialist immediately!"}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_671", "common_name": "Encephalitis", "sex_filter": "both"}, {"name": "Endometrial cancer", "severity": "severe", "extras": {"icd10_code": "C54.1", "hint": "For a proper diagnosis you should see a gynecologist, and you may also need to consult an oncologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_88", "common_name": "Endometrial cancer", "sex_filter": "female"}, {"name": "Endometriosis", "severity": "mild", "extras": {"icd10_code": "N80", "hint": "You need to be under the care of a gynecologist."}, "categories": ["Gynecology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_31", "common_name": "Endometriosis", "sex_filter": "female"}, {"name": "Enterobiasis", "severity": "mild", "extras": {"icd10_code": "B80", "hint": "Please see your family doctor."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_166", "common_name": "Enterobiasis", "sex_filter": "both"}, {"name": "Epilepsy", "severity": "severe", "extras": {"icd10_code": "G40", "hint": "You will need to see a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_74", "common_name": "Epilepsy", "sex_filter": "both"}, {"name": "Erysipelas", "severity": "moderate", "extras": {"icd10_code": "A46", "hint": "I'd recommend seeing your primary care physician."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_169", "common_name": "Erysipelas", "sex_filter": "both"}, {"name": "Esophageal cancer", "severity": "severe", "extras": {"icd10_code": "C15", "hint": "For a proper diagnosis you need to see a gastroenterologist and an oncologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_94", "common_name": "Esophageal cancer", "sex_filter": "both"}, {"name": "Esophageal diverticula", "severity": "mild", "extras": {"icd10_code": "Q39.6/K22.5", "hint": "Please consult a surgeon or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_496", "common_name": "Esophageal diverticula", "sex_filter": "both"}, {"name": "Essential thrombocytosis", "severity": "moderate", "extras": {"icd10_code": "D75.2", "hint": "Please consult a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_421", "common_name": "Essential thrombocytosis", "sex_filter": "both"}, {"name": "Essential tremor", "severity": "mild", "extras": {"icd10_code": "G25.0", "hint": "You will have to see a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_29", "common_name": "Essential tremor", "sex_filter": "both"}, {"name": "Extrasystoles", "severity": "mild", "extras": {"icd10_code": "I49.4", "hint": "I recommend seeing a cardiologist, who will evaluate your condition."}, "categories": ["Cardiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_28", "common_name": "Extrasystoles", "sex_filter": "both"}, {"name": "Facial nerve palsy", "severity": "mild", "extras": {"icd10_code": "G51", "hint": "I suggest you see a neurologist."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_467", "common_name": "Facial nerve palsy", "sex_filter": "both"}, {"name": "Fasciolosis", "severity": "mild", "extras": {"icd10_code": "B66.9", "hint": "I suggest consulting an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_426", "common_name": "Fasciolosis", "sex_filter": "both"}, {"name": "Fatigue", "severity": "mild", "extras": {"icd10_code": "R53.83", "hint": "I suggest you see your family doctor or an internist."}, "categories": ["Internal Medicine"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_80", "common_name": "Fatigue", "sex_filter": "both"}, {"name": "Fibroadenoma of breast", "severity": "mild", "extras": {"icd10_code": "D24", "hint": "I recommend you see a gynecologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_778", "common_name": "Fibroadenoma of breast", "sex_filter": "female"}, {"name": "Fibrocystic breasts", "severity": "mild", "extras": {"icd10_code": "N60.1", "hint": "I recommend to consult a gynecologist."}, "categories": ["Gynecology"], "acuteness": "chronic_with_exacerbations", "prevalence": "common", "triage_level": "consultation", "id": "c_739", "common_name": "Fibrocystic breasts", "sex_filter": "female"}, {"name": "Fibromyalgia", "severity": "mild", "extras": {"icd10_code": "M79.7", "hint": "I suggest consulting a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_598", "common_name": "Fibromyalgia", "sex_filter": "both"}, {"name": "Food allergy", "severity": "moderate", "extras": {"icd10_code": "T78.1", "hint": "You should visit your family doctor or an allergist."}, "categories": ["Allergology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "self_care", "id": "c_832", "common_name": "Food allergy", "sex_filter": "both"}, {"name": "Food poisoning", "severity": "mild", "extras": {"icd10_code": "A05", "hint": "If you feel very sick, see a doctor."}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "common", "triage_level": "self_care", "id": "c_138", "common_name": "Food poisoning", "sex_filter": "both"}, {"name": "Foot osteoarthritis", "severity": "mild", "extras": {"icd10_code": "M19", "hint": "I suggest seeing an orthopedist or a rheumatologist."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_223", "common_name": "Foot osteoarthritis", "sex_filter": "both"}, {"name": "Foreign body aspiration", "severity": "moderate", "extras": {"icd10_code": "T17.9", "hint": "You may require immediate medical assistance. Seek emergency care."}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_887", "common_name": "Foreign body aspiration", "sex_filter": "both"}, {"name": "Functional dyspepsia", "severity": "mild", "extras": {"icd10_code": "K30", "hint": "I recommend you see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_815", "common_name": "Functional dyspepsia", "sex_filter": "both"}, {"name": "Furuncles, carbuncles and cutaneous abscesses", "severity": "moderate", "extras": {"icd10_code": "L02.9", "hint": "I suggest you see your family doctor."}, "categories": ["Dermatology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_723", "common_name": "Furuncles, carbuncles and cutaneous abscesses", "sex_filter": "both"}, {"name": "Gall bladder and bile duct cancer", "severity": "severe", "extras": {"icd10_code": null, "hint": "For a proper diagnosis you need to see a gastroenterologist and an oncologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_65", "common_name": "Gall bladder and bile duct cancer", "sex_filter": "both"}, {"name": "Gallstone disease", "severity": "moderate", "extras": {"icd10_code": "K80", "hint": "I'd recommend seeing a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_38", "common_name": "Gallstone disease", "sex_filter": "both"}, {"name": "Gastric cancer", "severity": "severe", "extras": {"icd10_code": "C16", "hint": "For a proper diagnosis you need to see a gastroenterologist and an oncologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_66", "common_name": "Gastric cancer", "sex_filter": "both"}, {"name": "Gastritis", "severity": "mild", "extras": {"icd10_code": "K29.0", "hint": "I recommend seeing an internist or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_515", "common_name": "Gastritis", "sex_filter": "both"}, {"name": "Gastroenteritis", "severity": "mild", "extras": {"icd10_code": "A09", "hint": "I'd recommend seeing your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "common", "triage_level": "self_care", "id": "c_10", "common_name": "Gastroenteritis", "sex_filter": "both"}, {"name": "Gastroesophageal reflux disease", "severity": "mild", "extras": {"icd10_code": "K21.0", "hint": "I'd recommend seeing your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "common", "triage_level": "consultation", "id": "c_101", "common_name": "Gastroesophageal reflux disease", "sex_filter": "both"}, {"name": "General anxiety disorder", "severity": "moderate", "extras": {"icd10_code": "F41.1", "hint": "I suggest you consult a psychologist or a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_225", "common_name": "General anxiety disorder", "sex_filter": "both"}, {"name": "Genital herpes", "severity": "mild", "extras": {"icd10_code": "A60", "hint": "I'd recommend seeing your family doctor or a dermatologist."}, "categories": ["Venereology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_534", "common_name": "Genital herpes", "sex_filter": "both"}, {"name": "Genital warts", "severity": "mild", "extras": {"icd10_code": "A63.0", "hint": "I recommend consulting a dermatologist."}, "categories": ["Venereology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_12", "common_name": "Genital warts", "sex_filter": "both"}, {"name": "Giardiasis", "severity": "mild", "extras": {"icd10_code": "A07.1", "hint": "Please see your family doctor."}, "categories": ["Gastroenterology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_165", "common_name": "Giardiasis", "sex_filter": "both"}, {"name": "Gilbert's syndrome", "severity": "mild", "extras": {"icd10_code": "E80.4", "hint": "You need to see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_34", "common_name": "Gilbert's syndrome", "sex_filter": "both"}, {"name": "Gingivitis", "severity": "mild", "extras": {"icd10_code": "K05", "hint": "You should see a dentist."}, "categories": ["Dentistry"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_120", "common_name": "Gingivitis", "sex_filter": "both"}, {"name": "Gitelman syndrome", "severity": "moderate", "extras": {"icd10_code": "N25.8", "hint": "Please consult a nephrologist."}, "categories": ["Nephrology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_447", "common_name": "Gitelman syndrome", "sex_filter": "both"}, {"name": "Glaucoma", "severity": "severe", "extras": {"icd10_code": "H40", "hint": "Please visit an ophthalmologist as soon as possible."}, "categories": ["Ophthalmology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "emergency", "id": "c_173", "common_name": "Glaucoma", "sex_filter": "both"}, {"name": "Glomerulonephritis", "severity": "moderate", "extras": {"icd10_code": null, "hint": "Please see your family doctor, an internist or a nephrologist urgently."}, "categories": ["Nephrology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_374", "common_name": "Glomerulonephritis", "sex_filter": "both"}, {"name": "Glossitis", "severity": "mild", "extras": {"icd10_code": "K14.0", "hint": "I suggest seeing your family doctor."}, "categories": ["Internal Medicine"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_247", "common_name": "Glossitis", "sex_filter": "both"}, {"name": "Glossopharyngeal nerve palsy", "severity": "mild", "extras": {"icd10_code": null, "hint": "Please consult your family doctor or neurologist."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_476", "common_name": "Glossopharyngeal nerve palsy", "sex_filter": "both"}, {"name": "Goiter", "severity": "moderate", "extras": {"icd10_code": "E01.8", "hint": "You should contact with an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_734", "common_name": "Goiter", "sex_filter": "both"}, {"name": "Gonorrhea", "severity": "mild", "extras": {"icd10_code": "A54", "hint": "Please see a venereologist or your family doctor."}, "categories": ["Venereology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_159", "common_name": "Gonorrhea", "sex_filter": "both"}, {"name": "Goodpasture's syndrome", "severity": "severe", "extras": {"icd10_code": "M31.0", "hint": "You should visit a rheumatologist as soon as possible."}, "categories": ["Rheumatology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_464", "common_name": "Goodpasture's syndrome", "sex_filter": "both"}, {"name": "Gout", "severity": "mild", "extras": {"icd10_code": "M10", "hint": "You need to see a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_27", "common_name": "Gout", "sex_filter": "both"}, {"name": "Granulomatosis with polyangiitis", "severity": "moderate", "extras": {"icd10_code": "M31.3", "hint": "I suggest consulting a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_264", "common_name": "Granulomatosis with polyangiitis", "sex_filter": "both"}, {"name": "Graves' disease", "severity": "moderate", "extras": {"icd10_code": "E05.00", "hint": "Please consult an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_427", "common_name": "Graves' disease", "sex_filter": "both"}, {"name": "Guillain-Barr\u00e9 syndrome", "severity": "severe", "extras": {"icd10_code": "G61.0", "hint": "You may need immediate medical attention! Ask someone nearby for help."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_314", "common_name": "Guillain-Barr\u00e9 syndrome", "sex_filter": "both"}, {"name": "Hand osteoarthritis", "severity": "mild", "extras": {"icd10_code": "M19", "hint": "I suggest seeing an orthopedist or a rheumatologist."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_219", "common_name": "Hand osteoarthritis", "sex_filter": "both"}, {"name": "Hangover", "severity": "mild", "extras": {"icd10_code": "F10.129", "hint": "If you feel very sick, see a doctor."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_137", "common_name": "Hangover", "sex_filter": "both"}, {"name": "Hashimoto's thyroiditis", "severity": "moderate", "extras": {"icd10_code": "E06.3", "hint": "Please consult an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_428", "common_name": "Hashimoto's thyroiditis", "sex_filter": "both"}, {"name": "Heart valve disease", "severity": "moderate", "extras": {"icd10_code": null, "hint": "You should counsult with a cardiologist."}, "categories": ["Cardiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_897", "common_name": "Heart valve disease", "sex_filter": "both"}, {"name": "Heat and sun-related illness", "severity": "severe", "extras": {"icd10_code": "T67.9", "hint": "See your family doctor as soon as possible!"}, "categories": ["Other"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_424", "common_name": "Heat and sun-related illness", "sex_filter": "both"}, {"name": "Hemochromatosis", "severity": "moderate", "extras": {"icd10_code": "E83.11", "hint": "Please consult a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_328", "common_name": "Hemochromatosis", "sex_filter": "both"}, {"name": "Hemolytic anemia", "severity": "severe", "extras": {"icd10_code": "D59", "hint": "Make an appointment with a hematologist."}, "categories": ["Hematology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_60", "common_name": "Hemolytic anemia", "sex_filter": "both"}, {"name": "Hemolytic-uremic syndrome", "severity": "severe", "extras": {"icd10_code": "D59.3", "hint": "You need immediate medical attention. Call an ambulance!"}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_606", "common_name": "Hemolytic-uremic syndrome", "sex_filter": "both"}, {"name": "Hemophagocytic lymphohistiocytosis", "severity": "severe", "extras": {"icd10_code": "D76.1", "hint": "Call an ambulance immediately!"}, "categories": ["Hematology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_514", "common_name": "Hemophagocytic lymphohistiocytosis", "sex_filter": "both"}, {"name": "Hemophilia A", "severity": "severe", "extras": {"icd10_code": "D66", "hint": "Please consult a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_386", "common_name": "Hemophilia A", "sex_filter": "male"}, {"name": "Hemophilia B", "severity": "severe", "extras": {"icd10_code": "D67", "hint": "Please consult a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_387", "common_name": "Hemophilia B", "sex_filter": "male"}, {"name": "Hemorrhagic anemia", "severity": "moderate", "extras": {"icd10_code": "D62", "hint": "I suggest consulting a hematologist."}, "categories": ["Hematology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_371", "common_name": "Hemorrhagic anemia", "sex_filter": "both"}, {"name": "Hemorrhoids", "severity": "mild", "extras": {"icd10_code": "I84", "hint": "You will need to see a proctologist or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_147", "common_name": "Hemorrhoids", "sex_filter": "both"}, {"name": "Henoch-Sch\u00f6nlein purpura", "severity": "moderate", "extras": {"icd10_code": "D69.0", "hint": "Please see a hematologist as soon as possible."}, "categories": ["Hematology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_463", "common_name": "Henoch-Sch\u00f6nlein purpura", "sex_filter": "both"}, {"name": "Hepatic abscess", "severity": "severe", "extras": {"icd10_code": "K75.0", "hint": "I'd suggest a surgical consultation."}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_590", "common_name": "Hepatic abscess", "sex_filter": "both"}, {"name": "Hepatic encephalopathy", "severity": "severe", "extras": {"icd10_code": "K72", "hint": "Call an ambulance immediately."}, "categories": ["Gastroenterology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "emergency", "id": "c_443", "common_name": "Hepatic encephalopathy", "sex_filter": "both"}, {"name": "Hepatitis", "severity": "moderate", "extras": {"icd10_code": "K75.9", "hint": "I'd recommend seeing an infectious disease specialist or an internist."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_285", "common_name": "Hepatitis", "sex_filter": "both"}, {"name": "Hepatitis A", "severity": "moderate", "extras": {"icd10_code": "B15", "hint": "Please see your family doctor and infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_477", "common_name": "Hepatitis A", "sex_filter": "both"}, {"name": "Hepatitis B", "severity": "severe", "extras": {"icd10_code": "B16", "hint": "Please consult an infectious disease specialist as soon as possible."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_478", "common_name": "Hepatitis B", "sex_filter": "both"}, {"name": "Hepatitis C", "severity": "severe", "extras": {"icd10_code": null, "hint": "Please consult an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_479", "common_name": "Hepatitis C", "sex_filter": "both"}, {"name": "Herbicide poisoning", "severity": "severe", "extras": {"icd10_code": "T60.3", "hint": "You may need immediate medical attention! Ask someone nearby for help."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_294", "common_name": "Herbicide poisoning", "sex_filter": "both"}, {"name": "Herpes simplex", "severity": "mild", "extras": {"icd10_code": "B00", "hint": "I'd recommend seeing your family doctor or a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "common", "triage_level": "self_care", "id": "c_67", "common_name": "Herpes simplex", "sex_filter": "both"}, {"name": "Hiatal hernia", "severity": "mild", "extras": {"icd10_code": "K44.9", "hint": "You should contact a gastroenterologist"}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_822", "common_name": "Hiatal hernia", "sex_filter": "both"}, {"name": "High altitude sickness", "severity": "moderate", "extras": {"icd10_code": "T70.2", "hint": "See the nearest doctor as soon as possible!"}, "categories": ["Other"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_465", "common_name": "High altitude sickness", "sex_filter": "both"}, {"name": "Hip osteoarthritis", "severity": "mild", "extras": {"icd10_code": "M16", "hint": "I suggest seeing an orthopedist or a rheumatologist."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_221", "common_name": "Hip osteoarthritis", "sex_filter": "both"}, {"name": "Hives", "severity": "moderate", "extras": {"icd10_code": "L50", "hint": "I suggest you see a dermatologist or allergist."}, "categories": ["Dermatology"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "consultation", "id": "c_77", "common_name": "Hives", "sex_filter": "both"}, {"name": "Hodgkin's lymphoma", "severity": "severe", "extras": {"icd10_code": "C81", "hint": "See your family doctor or a hematologist as soon as possible."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_181", "common_name": "Hodgkin's lymphoma", "sex_filter": "both"}, {"name": "Horner's syndrome", "severity": "moderate", "extras": {"icd10_code": "G90.2", "hint": "I'd recommend seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_287", "common_name": "Horner's syndrome", "sex_filter": "both"}, {"name": "Human papillomavirus infection", "severity": "mild", "extras": {"icd10_code": "B97.7", "hint": "If you have warts of any kind that cause embarrassment, discomfort or pain, seek advice from your doctor."}, "categories": ["Infectiology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_785", "common_name": "Human papillomavirus infection", "sex_filter": "both"}, {"name": "Hydrocele testis", "severity": "mild", "extras": {"icd10_code": "N43", "hint": "Please consult a urologist."}, "categories": ["Urology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_525", "common_name": "Hydrocele testis", "sex_filter": "male"}, {"name": "Hyperandrogenism", "severity": "mild", "extras": {"icd10_code": "E28.1", "hint": "In your case I'd recommend seeing an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_53", "common_name": "Hyperandrogenism", "sex_filter": "female"}, {"name": "Hyperparathyroidism", "severity": "severe", "extras": {"icd10_code": "E21", "hint": "You should be seen by an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_51", "common_name": "Hyperparathyroidism", "sex_filter": "both"}, {"name": "Hyperprolactinemia", "severity": "mild", "extras": {"icd10_code": "E22.1", "hint": "I'd recommend seeing a gynaecologist or endocrinologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_920", "common_name": "Hyperprolactinemia", "sex_filter": "both"}, {"name": "Hypertension", "severity": "moderate", "extras": {"icd10_code": "I10", "hint": "Consult your family doctor, and I suggest you see a cardiologist periodically."}, "categories": ["Cardiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "common", "triage_level": "consultation", "id": "c_50", "common_name": "Hypertension", "sex_filter": "both"}, {"name": "Hypertensive emergency", "severity": "severe", "extras": {"icd10_code": null, "hint": "I recommend you seeing a doctor immediately or call an ambulance!"}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_461", "common_name": "Hypertensive emergency", "sex_filter": "both"}, {"name": "Hypertensive encephalopathy", "severity": "severe", "extras": {"icd10_code": "I67.4", "hint": "You need to see a doctor immediately!"}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_462", "common_name": "Hypertensive encephalopathy", "sex_filter": "both"}, {"name": "Hyperthyroidism", "severity": "moderate", "extras": {"icd10_code": "E05", "hint": "I suggest that you see an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_52", "common_name": "Hyperthyroidism", "sex_filter": "both"}, {"name": "Hypoglycemia", "severity": "severe", "extras": {"icd10_code": "E16.2", "hint": "See your family doctor as soon as possible!"}, "categories": ["Internal Medicine"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_446", "common_name": "Hypoglycemia", "sex_filter": "both"}, {"name": "Hypoparathyroidism", "severity": "severe", "extras": {"icd10_code": "E20", "hint": "I suggest you make an appointment with an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_58", "common_name": "Hypoparathyroidism", "sex_filter": "both"}, {"name": "Hypopituitarism", "severity": "moderate", "extras": {"icd10_code": "E23.0", "hint": "I suggest consulting an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_196", "common_name": "Hypopituitarism", "sex_filter": "both"}, {"name": "Hypotension", "severity": "mild", "extras": {"icd10_code": "I95.0", "hint": "See your family doctor."}, "categories": ["Internal Medicine"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_35", "common_name": "Hypotension", "sex_filter": "both"}, {"name": "Hypothyroidism", "severity": "moderate", "extras": {"icd10_code": "E03.9", "hint": "You will have to consult an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_59", "common_name": "Hypothyroidism", "sex_filter": "both"}, {"name": "Idiopathic pulmonary fibrosis", "severity": "severe", "extras": {"icd10_code": "J84.112", "hint": "You need to see a pulmonologist urgently."}, "categories": ["Pulmonology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_489", "common_name": "Idiopathic pulmonary fibrosis", "sex_filter": "both"}, {"name": "Impacted wisdom tooth", "severity": "mild", "extras": {"icd10_code": null, "hint": "You should see a dentist or an oral and maxillofacial surgeon."}, "categories": ["Dentistry"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_139", "common_name": "Impacted wisdom tooth", "sex_filter": "both"}, {"name": "Impetigo", "severity": "mild", "extras": {"icd10_code": "L01", "hint": "I'd recommend seeing your family doctor or a dermatologist."}, "categories": ["Dermatology"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_42", "common_name": "Impetigo", "sex_filter": "both"}, {"name": "Improper use of sleeping pills and sedatives", "severity": "moderate", "extras": {"icd10_code": "F13.1", "hint": "I suggest consulting a toxicologist and/or psychiatrist."}, "categories": ["Toxicology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_195", "common_name": "Improper use of sleeping pills and sedatives", "sex_filter": "both"}, {"name": "Incarcerated inguinal hernia", "severity": "severe", "extras": {"icd10_code": "K40", "hint": "You should see a surgeon immediately!"}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_551", "common_name": "Incarcerated inguinal hernia", "sex_filter": "both"}, {"name": "Increased intracranial pressure", "severity": "severe", "extras": {"icd10_code": null, "hint": "See a neurologist immediately!"}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_332", "common_name": "Increased intracranial pressure", "sex_filter": "both"}, {"name": "Infectious arthritis", "severity": "mild", "extras": {"icd10_code": "M00", "hint": "You will need to see a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_36", "common_name": "Infectious arthritis", "sex_filter": "both"}, {"name": "Infectious mononucleosis", "severity": "moderate", "extras": {"icd10_code": "B27", "hint": "I suggest seeing your family doctor."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_200", "common_name": "Kissing disease", "sex_filter": "both"}, {"name": "Infective endocarditis", "severity": "severe", "extras": {"icd10_code": "I33", "hint": "You need to see a cardiologist or your family doctor urgently!"}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_206", "common_name": "Infective endocarditis", "sex_filter": "both"}, {"name": "Influenza", "severity": "moderate", "extras": {"icd10_code": "J10", "hint": "See your family doctor, and you may also need to consult an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "consultation", "id": "c_33", "common_name": "Flu", "sex_filter": "both"}, {"name": "Inguinal hernia", "severity": "moderate", "extras": {"icd10_code": "K40", "hint": "I suggest you see a surgeon."}, "categories": ["Surgery"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_550", "common_name": "Inguinal hernia", "sex_filter": "both"}, {"name": "Insulinoma", "severity": "moderate", "extras": {"icd10_code": "D13.7, C25.4", "hint": "Please see your family doctor or an endocrinologist. You may also need to consult a surgeon."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_408", "common_name": "Insulinoma", "sex_filter": "both"}, {"name": "Intercostal neuralgia", "severity": "mild", "extras": {"icd10_code": "G58.0", "hint": "Please consult your family doctor."}, "categories": ["Neurology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_520", "common_name": "Intercostal neuralgia", "sex_filter": "both"}, {"name": "Interstitial acute renal failure", "severity": "severe", "extras": {"icd10_code": "N17.8", "hint": "See a nephrologist or a family doctor immediately!"}, "categories": ["Nephrology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_509", "common_name": "Interstitial acute renal failure", "sex_filter": "both"}, {"name": "Intestinal obstruction and paralytic ileus", "severity": "severe", "extras": {"icd10_code": "K56", "hint": "You need medical attention! Ask someone for help and go to the Emergency Department."}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_694", "common_name": "Intestinal obstruction and paralytic ileus", "sex_filter": "both"}, {"name": "Intracerebral hemorrhage", "severity": "severe", "extras": {"icd10_code": "I61", "hint": "You need to be seen by a doctor immediately! Ask someone nearby to help you and seek emergency care."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_709", "common_name": "Intracerebral hemorrhage", "sex_filter": "both"}, {"name": "Invasive mole", "severity": "severe", "extras": {"icd10_code": "D39.2", "hint": "See a gynecologist as soon as possible."}, "categories": ["Gynecology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_556", "common_name": "Invasive mole", "sex_filter": "female"}, {"name": "Iron deficiency anemia", "severity": "moderate", "extras": {"icd10_code": "D50", "hint": "See your family doctor or a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_62", "common_name": "Iron deficiency anemia", "sex_filter": "both"}, {"name": "Irritable bowel syndrome", "severity": "mild", "extras": {"icd10_code": "K58", "hint": "You need to see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_142", "common_name": "Irritable bowel syndrome", "sex_filter": "both"}, {"name": "Ischemic heart disease", "severity": "moderate", "extras": {"icd10_code": "I25", "hint": "Please see a cardiologist immediately."}, "categories": ["Cardiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_18", "common_name": "Ischemic heart disease", "sex_filter": "both"}, {"name": "Keratitis", "severity": "moderate", "extras": {"icd10_code": "H16.9", "hint": "Please see an ophthalmologist as soon as possible."}, "categories": ["Ophthalmology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_892", "common_name": "Keratitis", "sex_filter": "both"}, {"name": "Kidney cancer", "severity": "severe", "extras": {"icd10_code": "C64", "hint": "For a proper diagnosis you should see a nephrologist and an oncologist as soon as possible."}, "categories": ["Nephrology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_92", "common_name": "Kidney cancer", "sex_filter": "both"}, {"name": "Kl\u00fcver-Bucy bitemporal syndrome", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I suggest consulting a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_420", "common_name": "Kl\u00fcver-Bucy bitemporal syndrome", "sex_filter": "both"}, {"name": "Knee bursitis", "severity": "mild", "extras": {"icd10_code": "M70.4", "hint": "I recommend you seeing a family doctor or an orthopedic."}, "categories": ["Internal Medicine"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_720", "common_name": "Knee bursitis", "sex_filter": "both"}, {"name": "Knee osteoarthritis", "severity": "mild", "extras": {"icd10_code": "M17", "hint": "I suggest seeing an orthopedist or a rheumatologist."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_220", "common_name": "Knee osteoarthritis", "sex_filter": "both"}, {"name": "Korsakoff's syndrome", "severity": "severe", "extras": {"icd10_code": "F10.6", "hint": "I'd recommend seeing your primary care physician or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_347", "common_name": "Korsakoff's syndrome", "sex_filter": "both"}, {"name": "Labyrinthitis", "severity": "moderate", "extras": {"icd10_code": "H83.0", "hint": "You should be examined by an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_162", "common_name": "Labyrinthitis", "sex_filter": "both"}, {"name": "Lactose intolerance", "severity": "mild", "extras": {"icd10_code": "E73.0", "hint": "Please consult with your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_735", "common_name": "Lactose intolerance", "sex_filter": "both"}, {"name": "Laryngeal cancer", "severity": "severe", "extras": {"icd10_code": "C32", "hint": "You need to see an ENT specialist and an oncologist as soon as possible."}, "categories": ["Laryngology/ENT"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_91", "common_name": "Laryngeal cancer", "sex_filter": "both"}, {"name": "Laryngitis", "severity": "mild", "extras": {"icd10_code": "J04", "hint": "You should be examined by an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_123", "common_name": "Laryngitis", "sex_filter": "both"}, {"name": "Lassa fever", "severity": "severe", "extras": {"icd10_code": "A96.2", "hint": "Please see an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_246", "common_name": "Lassa fever", "sex_filter": "both"}, {"name": "Lateral medullary syndrome", "severity": "moderate", "extras": {"icd10_code": "G46.4", "hint": "Please, consult a neurologist."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_553", "common_name": "Lateral medullary syndrome", "sex_filter": "both"}, {"name": "Left-sided heart failure", "severity": "moderate", "extras": {"icd10_code": "I50.1", "hint": "You should see a cardiologist."}, "categories": ["Cardiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_211", "common_name": "Left-sided heart failure", "sex_filter": "both"}, {"name": "Legionellosis", "severity": "severe", "extras": {"icd10_code": "A48.1", "hint": "Please see a pulmonologist or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_272", "common_name": "Legionellosis", "sex_filter": "both"}, {"name": "Leptospirosis", "severity": "moderate", "extras": {"icd10_code": "A27", "hint": "See your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_256", "common_name": "Leptospirosis", "sex_filter": "both"}, {"name": "Leriche's syndrome", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I'd recommend seeing an internist or vascular specialist (angiologist)."}, "categories": ["Angiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_313", "common_name": "Leriche's syndrome", "sex_filter": "both"}, {"name": "Leukoplakia", "severity": "mild", "extras": {"icd10_code": "K13.2", "hint": "See your dentist, please."}, "categories": ["Dentistry"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_841", "common_name": "Leukoplakia", "sex_filter": "both"}, {"name": "Limbic encephalitis", "severity": "severe", "extras": {"icd10_code": "G04.8", "hint": "Seek medical treatment right away!"}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_585", "common_name": "Limbic encephalitis", "sex_filter": "both"}, {"name": "Liver cancer", "severity": "severe", "extras": {"icd10_code": "C22", "hint": "For a proper diagnosis you need to see a gastroenterologist and an oncologist as soon as possible."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_99", "common_name": "Liver cancer", "sex_filter": "both"}, {"name": "Lower limb fracture", "severity": "moderate", "extras": {"icd10_code": "S82.9", "hint": "You may require immediate medical attention. Seek emergency care."}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_893", "common_name": "Broken leg", "sex_filter": "both"}, {"name": "Lung cancer", "severity": "severe", "extras": {"icd10_code": "C34", "hint": "You must see a pulmonologist or oncologist!"}, "categories": ["Pulmonology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_64", "common_name": "Lung cancer", "sex_filter": "both"}, {"name": "Lyme disease", "severity": "moderate", "extras": {"icd10_code": "A69.2", "hint": "I suggest that you see your family doctor or an infectious disease (ID) specialist."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_182", "common_name": "Lyme disease", "sex_filter": "both"}, {"name": "Major depressive disorder", "severity": "moderate", "extras": {"icd10_code": "F33", "hint": "I suggest you consult a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_26", "common_name": "Depression", "sex_filter": "both"}, {"name": "Malaria", "severity": "severe", "extras": {"icd10_code": "B50-B54", "hint": "Consult an infectious disease specialist urgently!"}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_413", "common_name": "Malaria", "sex_filter": "both"}, {"name": "Mammary duct ectasia", "severity": "mild", "extras": {"icd10_code": "N60.4", "hint": "I recommend you see your doctor."}, "categories": ["Surgery"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_801", "common_name": "Plugged milk duct", "sex_filter": "female"}, {"name": "Manic syndrome", "severity": "severe", "extras": {"icd10_code": "F30", "hint": "I suggest seeing a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_274", "common_name": "Mania", "sex_filter": "both"}, {"name": "Mastitis", "severity": "moderate", "extras": {"icd10_code": "N61", "hint": "You should consult a gynecologist immediately."}, "categories": ["Gynecology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_727", "common_name": "Inflammation of breast", "sex_filter": "female"}, {"name": "Mastocytosis", "severity": "severe", "extras": {"icd10_code": null, "hint": "Please consult a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_513", "common_name": "Mastocytosis", "sex_filter": "both"}, {"name": "Measles", "severity": "mild", "extras": {"icd10_code": "B05", "hint": "I'd recommend seeing an infectious disease specialist or your family doctor."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_286", "common_name": "Measles", "sex_filter": "both"}, {"name": "Mediastinitis", "severity": "severe", "extras": {"icd10_code": null, "hint": "See the nearest doctor as soon as possible!"}, "categories": ["Pulmonology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_469", "common_name": "Inflammation of mediastinum", "sex_filter": "both"}, {"name": "Medulloblastoma", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I'd suggest consulting a neurosurgeon."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_620", "common_name": "Medulloblastoma", "sex_filter": "both"}, {"name": "Melanoma", "severity": "severe", "extras": {"icd10_code": "C43", "hint": "You should be urgently seen by a dermatologist!"}, "categories": ["Dermatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_25", "common_name": "Cancer of skin", "sex_filter": "both"}, {"name": "Menopause", "severity": "mild", "extras": {"icd10_code": "N95", "hint": "Consult a gynecologist. You may also need to see an endocrinologist."}, "categories": ["Gynecology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_45", "common_name": "Menopause", "sex_filter": "female"}, {"name": "Methanol poisoning", "severity": "severe", "extras": {"icd10_code": "T51.1", "hint": "You need to see a doctor as soon as possible! Ask someone nearby to help you."}, "categories": ["Toxicology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_619", "common_name": "Methyl alcohol poisoning", "sex_filter": "both"}, {"name": "Microscopic polyangiitis", "severity": "moderate", "extras": {"icd10_code": "M31.7", "hint": "I recommend you seeing a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_510", "common_name": "Microscopic artery inflammation", "sex_filter": "both"}, {"name": "Middle cerebral artery syndrome", "severity": "severe", "extras": {"icd10_code": "I63.31", "hint": "I suggest you consult a neurologist as soon as possible."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_383", "common_name": "Blocked middle brain artery", "sex_filter": "both"}, {"name": "Migraine", "severity": "mild", "extras": {"icd10_code": "G43", "hint": "I'd recommend seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_49", "common_name": "Migraine", "sex_filter": "both"}, {"name": "Mild cognitive impairment", "severity": "moderate", "extras": {"icd10_code": "G31.84", "hint": "You need to see a psychiatrist or a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_41", "common_name": "Mild cognitive impairment", "sex_filter": "both"}, {"name": "Milk-alkali syndrome", "severity": "moderate", "extras": {"icd10_code": "E83.52", "hint": "I suggest consulting your family doctor."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_323", "common_name": "Milk-alkali syndrome", "sex_filter": "both"}, {"name": "Mixed connective tissue disease", "severity": "moderate", "extras": {"icd10_code": "M35.1", "hint": "You should consult a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_511", "common_name": "Mixed connective tissue disease", "sex_filter": "both"}, {"name": "Molar pregnancy", "severity": "severe", "extras": {"icd10_code": "O01", "hint": "You should visit obstetrician-gynecologist as soon as possible!"}, "categories": ["Gynecology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_414", "common_name": "Molar pregnancy", "sex_filter": "female"}, {"name": "Mononeuritis multiplex", "severity": "moderate", "extras": {"icd10_code": "G58.7", "hint": "You should visit a neurologist!"}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_575", "common_name": "Inflammation of multiple individual nerves", "sex_filter": "both"}, {"name": "Morning sickness", "severity": "mild", "extras": {"icd10_code": "O21.9", "hint": "You should consult your obstetrician/gynecologist."}, "categories": ["Gynecology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_710", "common_name": "Nausea and vomiting in pregnancy", "sex_filter": "female"}, {"name": "Multiple myeloma", "severity": "severe", "extras": {"icd10_code": "C90", "hint": "Please see a hematologist as soon as possible."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_179", "common_name": "Cancer of blood plasma cells", "sex_filter": "both"}, {"name": "Multiple sclerosis", "severity": "severe", "extras": {"icd10_code": "G35", "hint": "You should consult a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_108", "common_name": "Multiple sclerosis", "sex_filter": "both"}, {"name": "Mumps", "severity": "mild", "extras": {"icd10_code": "B26", "hint": "You should consult your family doctor."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_192", "common_name": "Inflammation of parotid salivary glands", "sex_filter": "both"}, {"name": "Myasthenia gravis", "severity": "moderate", "extras": {"icd10_code": "G70.0", "hint": "You will need to see a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_46", "common_name": "Progressive muscle weakness", "sex_filter": "both"}, {"name": "Myelofibrosis", "severity": "severe", "extras": {"icd10_code": "C94.4", "hint": "Please consult a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_423", "common_name": "Replacement of bone marrow with scar tissue", "sex_filter": "both"}, {"name": "Myocardial infarction", "severity": "severe", "extras": {"icd10_code": "I21", "hint": "You may need immediate medical attention! Ask someone nearby for help and seek emergency care."}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_140", "common_name": "Heart attack", "sex_filter": "both"}, {"name": "Myocarditis", "severity": "severe", "extras": {"icd10_code": "I40", "hint": "You should see a cardiologist immediately."}, "categories": ["Cardiology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "emergency", "id": "c_210", "common_name": "Inflammation of heart muscle", "sex_filter": "both"}, {"name": "M\u00e9ni\u00e8re's disease", "severity": "mild", "extras": {"icd10_code": "H81.0", "hint": "I suggest seeing an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_203", "common_name": "M\u00e9ni\u00e8re's disease", "sex_filter": "both"}, {"name": "M\u00e9n\u00e9trier's disease", "severity": "moderate", "extras": {"icd10_code": "K29", "hint": "I'd recommend seeing your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_164", "common_name": "M\u00e9n\u00e9trier's disease", "sex_filter": "both"}, {"name": "Nasal polyps", "severity": "mild", "extras": {"icd10_code": null, "hint": "I suggest consulting an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_440", "common_name": "Nasal polyps", "sex_filter": "both"}, {"name": "Nasal septum deviation", "severity": "mild", "extras": {"icd10_code": "J34.2", "hint": "Please consult with an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_810", "common_name": "Nasal septum deviation", "sex_filter": "both"}, {"name": "Nasolacrimal duct obstruction", "severity": "mild", "extras": {"icd10_code": "H04.5", "hint": "You should visit an ophthalmologist."}, "categories": ["Ophthalmology"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "self_care", "id": "c_799", "common_name": "Nasolacrimal duct obstruction", "sex_filter": "both"}, {"name": "Nephrolithiasis", "severity": "moderate", "extras": {"icd10_code": "N23", "hint": "It would be a good idea to consult a nephrologist."}, "categories": ["Urology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_37", "common_name": "Kidney stones", "sex_filter": "both"}, {"name": "Nephrotic syndrome", "severity": "severe", "extras": {"icd10_code": "N04", "hint": "I'd recommend seeing an internist or a nephrologist."}, "categories": ["Nephrology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_265", "common_name": "Nephrotic syndrome", "sex_filter": "both"}, {"name": "Neurasthenia", "severity": "mild", "extras": {"icd10_code": "F48.0", "hint": "Please consult a family doctor or a psychologist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_375", "common_name": "Neurasthenia", "sex_filter": "both"}, {"name": "Neuroblastoma", "severity": "severe", "extras": {"icd10_code": "C74.9", "hint": "Please see an oncologist."}, "categories": ["Oncology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_584", "common_name": "Neuroblastoma", "sex_filter": "both"}, {"name": "Nicotine dependence", "severity": "mild", "extras": {"icd10_code": "F17", "hint": "I suggest you see your family doctor, an internist or a psychologist."}, "categories": ["Psychiatry"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_63", "common_name": "Nicotine dependence", "sex_filter": "both"}, {"name": "Non-Hodgkin lymphoma", "severity": "severe", "extras": {"icd10_code": "C85", "hint": "Please see a hematologist and an oncologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_583", "common_name": "Non-Hodgkin lymphoma", "sex_filter": "both"}, {"name": "Nonalcoholic fatty liver disease", "severity": "mild", "extras": {"icd10_code": "K76.0", "hint": "I suggest seeing a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_644", "common_name": "Nonalcoholic fatty liver disease", "sex_filter": "both"}, {"name": "Nonallergic noninfectious rhinitis", "severity": "mild", "extras": {"icd10_code": "J30.0", "hint": "Please consult your family doctor or an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_666", "common_name": "Nonallergic noninfectious rhinitis", "sex_filter": "both"}, {"name": "Obsessive-compulsive disorder", "severity": "moderate", "extras": {"icd10_code": "F42", "hint": "I suggest you consult a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_118", "common_name": "Obsessive-compulsive disorder", "sex_filter": "both"}, {"name": "Obstructive jaundice", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I'd suggest seeing your family doctor, an internist or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_248", "common_name": "Obstructive jaundice", "sex_filter": "both"}, {"name": "Obstructive sleep apnea", "severity": "moderate", "extras": {"icd10_code": "G47.33", "hint": "You should consult a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_711", "common_name": "Obstructive sleep apnea", "sex_filter": "both"}, {"name": "Oculomotor nerve palsy", "severity": "mild", "extras": {"icd10_code": "H49.0", "hint": "I suggest you see an ophthalmologist or a neurologist."}, "categories": ["Ophthalmology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_549", "common_name": "Oculomotor nerve palsy", "sex_filter": "both"}, {"name": "Onychomycosis", "severity": "mild", "extras": {"icd10_code": "B35.1", "hint": "I recommend you see a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic", "prevalence": "common", "triage_level": "consultation", "id": "c_888", "common_name": "Onychomycosis", "sex_filter": "both"}, {"name": "Oral candidiasis", "severity": "mild", "extras": {"icd10_code": "B37.0", "hint": "Please see your family doctor."}, "categories": ["Internal Medicine"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_698", "common_name": "Oral thrush", "sex_filter": "both"}, {"name": "Orchitis and epididymitis", "severity": "moderate", "extras": {"icd10_code": "N45", "hint": "You must see a urologist."}, "categories": ["Urology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_125", "common_name": "Orchitis and epididymitis", "sex_filter": "male"}, {"name": "Osteomalacia", "severity": "moderate", "extras": {"icd10_code": "M83", "hint": "I'd recommend seeing your family doctor or an internist."}, "categories": ["Internal Medicine"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_337", "common_name": "Osteomalacia", "sex_filter": "both"}, {"name": "Osteomyelitis", "severity": "moderate", "extras": {"icd10_code": "M86", "hint": "You should consult an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_533", "common_name": "Osteomyelitis", "sex_filter": "both"}, {"name": "Osteoporosis", "severity": "moderate", "extras": {"icd10_code": "M81", "hint": "I'd recommend seeing a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_69", "common_name": "Osteoporosis", "sex_filter": "both"}, {"name": "Otitis externa", "severity": "moderate", "extras": {"icd10_code": "H60", "hint": "You should be examined by your family doctor or an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_131", "common_name": "Inflammation of the external ear", "sex_filter": "both"}, {"name": "Otitis media", "severity": "moderate", "extras": {"icd10_code": "H66", "hint": "I'd recommend seeing your family doctor or an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_130", "common_name": "Middle ear infection", "sex_filter": "both"}, {"name": "Ovarian cancer", "severity": "severe", "extras": {"icd10_code": "C56", "hint": "For a proper diagnosis you should see a gynecologist, and you may also need to consult an oncologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_89", "common_name": "Ovarian cancer", "sex_filter": "female"}, {"name": "Paget's disease of bone", "severity": "moderate", "extras": {"icd10_code": "M88", "hint": "Please consult a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_321", "common_name": "Paget's disease of bone", "sex_filter": "both"}, {"name": "Pancoast tumor", "severity": "severe", "extras": {"icd10_code": null, "hint": "I'd suggest seeing a thoracic surgeon and neurologist."}, "categories": ["Pulmonology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_617", "common_name": "Pancoast tumor", "sex_filter": "both"}, {"name": "Pancreatic cancer", "severity": "severe", "extras": {"icd10_code": "C25", "hint": "For a proper diagnosis you need to see a gastroenterologist and an oncologist as soon as possible."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_98", "common_name": "Pancreatic cancer", "sex_filter": "both"}, {"name": "Paranoid schizophrenia", "severity": "moderate", "extras": {"icd10_code": "F20.0", "hint": "I suggest consulting a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_310", "common_name": "Paranoid schizophrenia", "sex_filter": "both"}, {"name": "Parkinson's disease", "severity": "moderate", "extras": {"icd10_code": "G20", "hint": "Please consult a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_19", "common_name": "Parkinson's disease", "sex_filter": "both"}, {"name": "Paronychia", "severity": "moderate", "extras": {"icd10_code": "L03.0/L03.01", "hint": "See a surgeon or a dermatologist."}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "self_care", "id": "c_529", "common_name": "Paronychia", "sex_filter": "both"}, {"name": "Paroxysmal nocturnal hemoglobinuria", "severity": "moderate", "extras": {"icd10_code": "D59.5", "hint": "You should consult a hematologist as soon as possible."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_445", "common_name": "Paroxysmal nocturnal hemoglobinuria", "sex_filter": "both"}, {"name": "Pediculosis capitis", "severity": "mild", "extras": {"icd10_code": "B85.0", "hint": "I suggest seeing your family doctor."}, "categories": ["Infectiology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_633", "common_name": "Pediculosis capitis", "sex_filter": "both"}, {"name": "Peptic ulcer", "severity": "mild", "extras": {"icd10_code": "K27", "hint": "I'd recommend seeing your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_20", "common_name": "Peptic ulcer", "sex_filter": "both"}, {"name": "Pericarditis", "severity": "severe", "extras": {"icd10_code": "I30", "hint": "Consult a cardiologist as soon as possible."}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_126", "common_name": "Pericarditis", "sex_filter": "both"}, {"name": "Perimenopause", "severity": "mild", "extras": {"icd10_code": "N95.9", "hint": "I recommend you seeing a gynecologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_772", "common_name": "Perimenopause", "sex_filter": "female"}, {"name": "Periodontitis", "severity": "mild", "extras": {"icd10_code": "K05.3", "hint": "You need to see a dentist."}, "categories": ["Dentistry"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_75", "common_name": "Periodontitis", "sex_filter": "both"}, {"name": "Peripheral neuropathy", "severity": "moderate", "extras": {"icd10_code": "G62", "hint": "You will need to see a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_56", "common_name": "Peripheral neuropathy", "sex_filter": "both"}, {"name": "Peripheral vascular disease", "severity": "moderate", "extras": {"icd10_code": "I73.9", "hint": "I'd recommend seeing a vascular surgeon."}, "categories": ["Angiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_85", "common_name": "Peripheral vascular disease", "sex_filter": "both"}, {"name": "Peritonitis", "severity": "severe", "extras": {"icd10_code": "K65.0", "hint": "See a doctor immediately or call an ambulance!"}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_660", "common_name": "Peritonitis", "sex_filter": "both"}, {"name": "Peritonsillar abscess", "severity": "moderate", "extras": {"icd10_code": "J36", "hint": "Please visit an otolaryngologist as soon as possible!"}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_686", "common_name": "Peritonsillar abscess", "sex_filter": "both"}, {"name": "Pernicious anemia", "severity": "mild", "extras": {"icd10_code": "D51.0", "hint": "I suggest consulting a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_324", "common_name": "Pernicious anemia", "sex_filter": "both"}, {"name": "Personality disorder", "severity": "mild", "extras": {"icd10_code": "F06", "hint": "I'd recommend seeing a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_350", "common_name": "Personality disorder", "sex_filter": "both"}, {"name": "Pertussis", "severity": "moderate", "extras": {"icd10_code": "A37.9", "hint": "Please visit an infectious disease specialist!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_724", "common_name": "Pertussis", "sex_filter": "both"}, {"name": "Pesticide poisoning", "severity": "severe", "extras": {"icd10_code": null, "hint": "You may need immediate medical attention! Ask someone nearby for help."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_295", "common_name": "Pesticide poisoning", "sex_filter": "both"}, {"name": "Pheochromocytoma", "severity": "severe", "extras": {"icd10_code": "C74.10", "hint": "I suggest consulting an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_207", "common_name": "Pheochromocytoma", "sex_filter": "both"}, {"name": "Pituitary prolactin releasing adenoma", "severity": "severe", "extras": {"icd10_code": null, "hint": "You should visit an endocrinologist or oncologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_543", "common_name": "Pituitary prolactin releasing adenoma", "sex_filter": "both"}, {"name": "Pituitary somatotropin releasing tumor", "severity": "severe", "extras": {"icd10_code": null, "hint": "You should visit an endocrinologist or an oncologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_544", "common_name": "Pituitary somatotropin releasing tumor", "sex_filter": "both"}, {"name": "Pituitary tumor", "severity": "severe", "extras": {"icd10_code": null, "hint": "I suggest consulting an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_334", "common_name": "Pituitary tumor", "sex_filter": "both"}, {"name": "Plague", "severity": "severe", "extras": {"icd10_code": "A20", "hint": "Please see an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_271", "common_name": "Plague", "sex_filter": "both"}, {"name": "Pneumocystis jiroveci pneumonia", "severity": "severe", "extras": {"icd10_code": "B59", "hint": "You require immediate medical attention! You should consult your family doctor or a pulmonologist as soon as possible."}, "categories": ["Pulmonology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_798", "common_name": "Pneumocystis jiroveci pneumonia", "sex_filter": "both"}, {"name": "Pneumonia", "severity": "moderate", "extras": {"icd10_code": "J18", "hint": "See your family doctor as soon as possible. You may also need to consult a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_127", "common_name": "Pneumonia", "sex_filter": "both"}, {"name": "Pneumothorax", "severity": "severe", "extras": {"icd10_code": "J93.0", "hint": "See a doctor immediately or call an ambulance!"}, "categories": ["Pulmonology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_661", "common_name": "Pneumothorax", "sex_filter": "both"}, {"name": "Polyarteritis nodosa", "severity": "severe", "extras": {"icd10_code": "M30.0", "hint": "I recommend seeing a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_458", "common_name": "Polyarteritis nodosa", "sex_filter": "both"}, {"name": "Polycystic ovary syndrome", "severity": "moderate", "extras": {"icd10_code": "E28.2", "hint": "You should consult a gynecologist and an endocrinologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_145", "common_name": "Polycystic ovary syndrome", "sex_filter": "female"}, {"name": "Polycythemia vera", "severity": "moderate", "extras": {"icd10_code": "D45", "hint": "You should see a hematologist immediately!"}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_251", "common_name": "Erythremia", "sex_filter": "both"}, {"name": "Polymyositis", "severity": "moderate", "extras": {"icd10_code": "M33.2", "hint": "I'd recommend seeing a rheumatologist or an internist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_317", "common_name": "Polymyositis", "sex_filter": "both"}, {"name": "Portal hypertension", "severity": "moderate", "extras": {"icd10_code": "K76.6", "hint": "You should consult your family doctor or a gastroenterologist."}, "categories": ["Internal Medicine"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_695", "common_name": "Portal hypertension", "sex_filter": "both"}, {"name": "Post-traumatic stress disorder", "severity": "moderate", "extras": {"icd10_code": "F43.1", "hint": "I suggest seeing a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_299", "common_name": "Post-traumatic stress disorder", "sex_filter": "both"}, {"name": "Postconcussional syndrome", "severity": "severe", "extras": {"icd10_code": "F07.81", "hint": "I suggest consulting a neurologist."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_351", "common_name": "Postconcussional syndrome", "sex_filter": "both"}, {"name": "Postpartum depression", "severity": "moderate", "extras": {"icd10_code": "F53.0", "hint": "I suggest you consult a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_309", "common_name": "Postpartum depression", "sex_filter": "female"}, {"name": "Pre-eclampsia", "severity": "severe", "extras": {"icd10_code": "O14", "hint": "Please see your gynecologist as soon as possible!"}, "categories": ["Gynecology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_369", "common_name": "Pre-eclampsia", "sex_filter": "female"}, {"name": "Pregnancy", "severity": "mild", "extras": {"icd10_code": "Z32.1", "hint": "It sounds as if you might be pregnant. You should see a gynecologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_22", "common_name": "Pregnancy", "sex_filter": "female"}, {"name": "Premenstrual syndrome", "severity": "mild", "extras": {"icd10_code": "N94.3", "hint": "You will need to see a gynecologist and an endocrinologist."}, "categories": ["Gynecology"], "acuteness": "chronic_with_exacerbations", "prevalence": "common", "triage_level": "self_care", "id": "c_143", "common_name": "Premenstrual syndrome", "sex_filter": "female"}, {"name": "Prerenal acute renal failure", "severity": "severe", "extras": {"icd10_code": "N17.9", "hint": "Visit nephrologist or family doctor immediately!"}, "categories": ["Nephrology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_508", "common_name": "Prerenal acute renal failure", "sex_filter": "both"}, {"name": "Presbycusis", "severity": "mild", "extras": {"icd10_code": "H91.1", "hint": "Please consult an otolaryngologist."}, "categories": ["Laryngology/ENT"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_681", "common_name": "Presbycusis", "sex_filter": "both"}, {"name": "Primary biliary cirrhosis", "severity": "severe", "extras": {"icd10_code": "K74.3", "hint": "Please consult a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_486", "common_name": "Primary biliary cirrhosis", "sex_filter": "both"}, {"name": "Primary sclerosing cholangitis", "severity": "severe", "extras": {"icd10_code": null, "hint": "Please consult a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_488", "common_name": "Primary sclerosing cholangitis", "sex_filter": "both"}, {"name": "Primary syphilis", "severity": "mild", "extras": {"icd10_code": "A51.9", "hint": "You should visit a dermatovenerologist as soon as possible!"}, "categories": ["Venereology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_775", "common_name": "Primary syphilis", "sex_filter": "both"}, {"name": "Prinzmetal's angina", "severity": "mild", "extras": {"icd10_code": null, "hint": "Please see a cardiologist as soon as possible!"}, "categories": ["Cardiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_497", "common_name": "Prinzmetal's angina", "sex_filter": "both"}, {"name": "Proctitis", "severity": "mild", "extras": {"icd10_code": "K62.8", "hint": "Please see your family doctor or a gastroenterologist"}, "categories": ["Gastroenterology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_728", "common_name": "Proctitis", "sex_filter": "both"}, {"name": "Progressive supranuclear palsy", "severity": "severe", "extras": {"icd10_code": "G23.1", "hint": "Please consult a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_397", "common_name": "Progressive supranuclear palsy", "sex_filter": "both"}, {"name": "Prostate cancer", "severity": "severe", "extras": {"icd10_code": "C61", "hint": "See a urologist as soon as possible!"}, "categories": ["Urology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_335", "common_name": "Prostate cancer", "sex_filter": "male"}, {"name": "Prostatitis", "severity": "moderate", "extras": {"icd10_code": "N41.0", "hint": "It would be a good idea to see a urologist."}, "categories": ["Urology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_122", "common_name": "Prostatitis", "sex_filter": "male"}, {"name": "Pseudo-Tetany", "severity": "mild", "extras": {"icd10_code": null, "hint": "Please visit your family doctor."}, "categories": ["Internal Medicine"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_571", "common_name": "Pseudo-Tetany", "sex_filter": "both"}, {"name": "Pseudobulbar palsy", "severity": "severe", "extras": {"icd10_code": null, "hint": "I'd recommend seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_390", "common_name": "Pseudobulbar palsy", "sex_filter": "both"}, {"name": "Pseudobulbar syndrome with acute vestibulopathy", "severity": "severe", "extras": {"icd10_code": null, "hint": "I'd recommend you seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_380", "common_name": "Pseudobulbar syndrome with acute vestibulopathy", "sex_filter": "both"}, {"name": "Pseudogout", "severity": "mild", "extras": {"icd10_code": "M11", "hint": "We recommend you see a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_587", "common_name": "Pseudogout", "sex_filter": "both"}, {"name": "Pseudomembranous colitis", "severity": "moderate", "extras": {"icd10_code": "A04.7", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible."}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_444", "common_name": "Pseudomembranous colitis", "sex_filter": "both"}, {"name": "Psittacosis", "severity": "moderate", "extras": {"icd10_code": "A70", "hint": "Consult your family doctor or an infectious disease specialist!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_263", "common_name": "Psittacosis", "sex_filter": "both"}, {"name": "Psoriasis", "severity": "moderate", "extras": {"icd10_code": "L40", "hint": "I suggest that you make an appointment with a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_43", "common_name": "Psoriasis", "sex_filter": "both"}, {"name": "Psychotic depression", "severity": "severe", "extras": {"icd10_code": null, "hint": "I suggest you consult a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_318", "common_name": "Psychotic depression", "sex_filter": "both"}, {"name": "Psychotic mania", "severity": "severe", "extras": {"icd10_code": "F30.2", "hint": "I suggest consulting a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_319", "common_name": "Psychotic mania", "sex_filter": "both"}, {"name": "Pulmonary edema", "severity": "severe", "extras": {"icd10_code": "J81", "hint": "See a cardiologist or internist as soon as possible!"}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_288", "common_name": "Pulmonary edema", "sex_filter": "both"}, {"name": "Pulmonary embolism", "severity": "severe", "extras": {"icd10_code": "I26", "hint": "You need to see a doctor as soon as possible! Ask someone nearby to help you."}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_136", "common_name": "Pulmonary embolism", "sex_filter": "both"}, {"name": "Pulmonary hypertension", "severity": "severe", "extras": {"icd10_code": "I27.0/I27.2", "hint": "Please consult a cardiologist or a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_493", "common_name": "Pulmonary hypertension", "sex_filter": "both"}, {"name": "Pulpitis", "severity": "mild", "extras": {"icd10_code": "K04.0", "hint": "It would be a good idea to see a dentist."}, "categories": ["Dentistry"], "acuteness": "acute", "prevalence": "common", "triage_level": "consultation", "id": "c_124", "common_name": "Pulpitis", "sex_filter": "both"}, {"name": "Pure hypercholesterolemia", "severity": "mild", "extras": {"icd10_code": "E78.0", "hint": "I suggest consulting your family doctor or an internist."}, "categories": ["Internal Medicine"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_540", "common_name": "Pure hypercholesterolemia", "sex_filter": "both"}, {"name": "Pure hypertriglyceridemia", "severity": "mild", "extras": {"icd10_code": "E78.1", "hint": "I suggest consulting your family doctor or an internist."}, "categories": ["Internal Medicine"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_541", "common_name": "Pure hypertriglyceridemia", "sex_filter": "both"}, {"name": "Pyelonephritis", "severity": "moderate", "extras": {"icd10_code": "N12.3", "hint": "I'd recommend seeing an internist or a nephrologist."}, "categories": ["Nephrology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_284", "common_name": "Pyelonephritis", "sex_filter": "both"}, {"name": "Q fever", "severity": "severe", "extras": {"icd10_code": "A78", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_241", "common_name": "Q fever", "sex_filter": "both"}, {"name": "Rabies", "severity": "severe", "extras": {"icd10_code": "A82", "hint": "Seek emergency medical treatment immediately."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_579", "common_name": "Rabies", "sex_filter": "both"}, {"name": "Ramsay Hunt syndrome type II", "severity": "moderate", "extras": {"icd10_code": null, "hint": "Please consult an otolaryngologist or family doctor."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_468", "common_name": "Ramsay Hunt syndrome type II", "sex_filter": "both"}, {"name": "Raynaud's phenomenon", "severity": "mild", "extras": {"icd10_code": "I73.0", "hint": "You should see your family doctor."}, "categories": ["Dermatology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_209", "common_name": "Raynaud's phenomenon", "sex_filter": "both"}, {"name": "Reactive arthritis", "severity": "moderate", "extras": {"icd10_code": "M02.9", "hint": "You should make an appointment with a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_100", "common_name": "Reactive arthritis", "sex_filter": "both"}, {"name": "Recurrent laryngeal nerve paralysis", "severity": "mild", "extras": {"icd10_code": null, "hint": "I recommend seeing an ears, nose and throat specialist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_621", "common_name": "Recurrent laryngeal nerve paralysis", "sex_filter": "both"}, {"name": "Relapsing fever", "severity": "severe", "extras": {"icd10_code": "A68", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_237", "common_name": "Relapsing fever", "sex_filter": "both"}, {"name": "Respiratory diphtheria", "severity": "severe", "extras": {"icd10_code": "A36", "hint": "Please, consult an infectious disease specialist immediately."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_687", "common_name": "Respiratory diphtheria", "sex_filter": "both"}, {"name": "Respiratory failure", "severity": "severe", "extras": {"icd10_code": "J96", "hint": "I suggest consulting your family doctor or a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_362", "common_name": "Respiratory failure", "sex_filter": "both"}, {"name": "Retinal detachment", "severity": "moderate", "extras": {"icd10_code": "H33", "hint": "You should visit an ophthalmologist as soon as possible!"}, "categories": ["Ophthalmology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_596", "common_name": "Retinal detachment", "sex_filter": "both"}, {"name": "Retinopathy", "severity": "moderate", "extras": {"icd10_code": "H36", "hint": "I'd recommend seeing an ophthalmologist."}, "categories": ["Ophthalmology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_593", "common_name": "Retinopathy", "sex_filter": "both"}, {"name": "Rheumatoid arthritis", "severity": "moderate", "extras": {"icd10_code": "M05", "hint": "You will need to see a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_104", "common_name": "Rheumatoid arthritis", "sex_filter": "both"}, {"name": "Rib fracture", "severity": "severe", "extras": {"icd10_code": "S22.3", "hint": "You may require immediate medical attention. Seek emergency care."}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_889", "common_name": "Broken rib", "sex_filter": "both"}, {"name": "Rift Valley fever", "severity": "mild", "extras": {"icd10_code": "A92.4", "hint": "Please see an infectious disease specialist immediately!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_252", "common_name": "Rift Valley fever", "sex_filter": "both"}, {"name": "Right-sided heart failure", "severity": "moderate", "extras": {"icd10_code": "I50.0", "hint": "I suggest seeing your family doctor, an internist or a cardiologist."}, "categories": ["Cardiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_572", "common_name": "Right-sided heart failure", "sex_filter": "both"}, {"name": "Rocky Mountain spotted fever", "severity": "severe", "extras": {"icd10_code": "A96.2", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_239", "common_name": "Rocky Mountain spotted fever", "sex_filter": "both"}, {"name": "Rosacea", "severity": "mild", "extras": {"icd10_code": "L71.9", "hint": "I recommend seeing a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_849", "common_name": "Rosacea", "sex_filter": "both"}, {"name": "Rotor syndrome", "severity": "mild", "extras": {"icd10_code": "E80.6", "hint": "I recommend seeing your family doctor or a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_326", "common_name": "Rotor syndrome", "sex_filter": "both"}, {"name": "Rubella", "severity": "mild", "extras": {"icd10_code": "B06", "hint": "I'd recommend seeing your primary care physician."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_189", "common_name": "Rubella", "sex_filter": "both"}, {"name": "Ruptured eardrum", "severity": "mild", "extras": {"icd10_code": "H72.9", "hint": "You should make an appointment with otolaryngologist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_738", "common_name": "Ruptured eardrum", "sex_filter": "both"}, {"name": "Salicylate poisoning", "severity": "severe", "extras": {"icd10_code": null, "hint": "You may need immediate medical attention! Ask someone nearby for help."}, "categories": ["Toxicology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_307", "common_name": "Salicylate poisoning", "sex_filter": "both"}, {"name": "Sarcoidosis", "severity": "moderate", "extras": {"icd10_code": "D86", "hint": "You should consult a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_105", "common_name": "Sarcoidosis", "sex_filter": "both"}, {"name": "Scabies", "severity": "mild", "extras": {"icd10_code": "B86", "hint": "I recommend you see your family doctor."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_589", "common_name": "Scabies", "sex_filter": "both"}, {"name": "Scarlet fever", "severity": "moderate", "extras": {"icd10_code": "A38", "hint": "See an infectious disease specialist or your family doctor!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_676", "common_name": "Scarlet fever", "sex_filter": "both"}, {"name": "Schizoaffective disorder - depressive type", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I suggest you consult a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_311", "common_name": "Schizoaffective disorder - depressive type", "sex_filter": "both"}, {"name": "Schizoaffective disorder - manic type", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I suggest you consult a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_312", "common_name": "Schizoaffective disorder - manic type", "sex_filter": "both"}, {"name": "Sciatica", "severity": "moderate", "extras": {"icd10_code": "M54.3", "hint": "You should be seen by your family doctor or a neurologist."}, "categories": ["Neurology"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_102", "common_name": "Sciatica", "sex_filter": "both"}, {"name": "Scoliosis", "severity": "mild", "extras": {"icd10_code": "M41.9", "hint": "You should consult your family doctor or a orthopedic surgeon."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_675", "common_name": "Scoliosis", "sex_filter": "both"}, {"name": "Scrub typhus", "severity": "moderate", "extras": {"icd10_code": "A75.3", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_257", "common_name": "Scrub typhus", "sex_filter": "both"}, {"name": "Seasonal affective disorder", "severity": "mild", "extras": {"icd10_code": "F33", "hint": "I suggest you consult a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_320", "common_name": "Seasonal affective disorder", "sex_filter": "both"}, {"name": "Seborrheic dermatitis", "severity": "mild", "extras": {"icd10_code": "L21", "hint": "You should see a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "self_care", "id": "c_453", "common_name": "Seborrheic dermatitis", "sex_filter": "both"}, {"name": "Secondary syphilis", "severity": "moderate", "extras": {"icd10_code": "A51.3", "hint": "You should visit a dermatovenerologist as soon as possible!"}, "categories": ["Venereology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_766", "common_name": "Secondary syphilis", "sex_filter": "both"}, {"name": "Sepsis", "severity": "severe", "extras": {"icd10_code": "A41.9", "hint": "Seek medical attention immediately!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_645", "common_name": "Sepsis", "sex_filter": "both"}, {"name": "Sexual addiction", "severity": "moderate", "extras": {"icd10_code": "F52.7", "hint": "I suggest you see a psychologist or psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_106", "common_name": "Sexual addiction", "sex_filter": "both"}, {"name": "Shigellosis", "severity": "severe", "extras": {"icd10_code": "A03", "hint": "Please see an infectious disease specialist immediately!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_521", "common_name": "Shigellosis", "sex_filter": "both"}, {"name": "Shingles", "severity": "mild", "extras": {"icd10_code": "B02", "hint": "It would be a good idea to see your family doctor or a dermatologist."}, "categories": ["Dermatology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_78", "common_name": "Shingles", "sex_filter": "both"}, {"name": "Sickle cell anemia", "severity": "moderate", "extras": {"icd10_code": "D57", "hint": "Please visit your family doctor or a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_588", "common_name": "Sickle cell anemia", "sex_filter": "both"}, {"name": "Sj\u00f6gren's syndrome", "severity": "mild", "extras": {"icd10_code": "M35.0", "hint": "I'd recommend seeing a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_144", "common_name": "Sj\u00f6gren's syndrome", "sex_filter": "both"}, {"name": "Small intestinal bacterial overgrowth", "severity": "mild", "extras": {"icd10_code": null, "hint": "Please consult a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_466", "common_name": "Small intestinal bacterial overgrowth", "sex_filter": "both"}, {"name": "Social anxiety disorder", "severity": "mild", "extras": {"icd10_code": "F40.11", "hint": "I'd suggest seeing a psychiatrist or a psychologist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_308", "common_name": "Social anxiety disorder", "sex_filter": "both"}, {"name": "Specific phobia", "severity": "mild", "extras": {"icd10_code": null, "hint": "I'd suggest seeing a psychiatrist."}, "categories": ["Psychiatry"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_370", "common_name": "Specific phobia", "sex_filter": "both"}, {"name": "Spinal osteoarthritis", "severity": "mild", "extras": {"icd10_code": "M47", "hint": "I suggest seeing an orthopedist or a rheumatologist."}, "categories": ["Orthopedics"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_218", "common_name": "Spinal osteoarthritis", "sex_filter": "both"}, {"name": "Splenic injury", "severity": "severe", "extras": {"icd10_code": "S36.0", "hint": "Call an ambulance immediately!"}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_755", "common_name": "Splenic injury", "sex_filter": "both"}, {"name": "Sprained ankle", "severity": "mild", "extras": {"icd10_code": "S93.4", "hint": "You should visit an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_689", "common_name": "Sprained ankle", "sex_filter": "both"}, {"name": "Sprained elbow", "severity": "mild", "extras": {"icd10_code": "S53.4", "hint": "Please visit an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_817", "common_name": "Sprained elbow", "sex_filter": "both"}, {"name": "Sprained knee", "severity": "mild", "extras": {"icd10_code": "S83.9", "hint": "I recommend seeing an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_829", "common_name": "Sprained knee", "sex_filter": "both"}, {"name": "Sprained shoulder", "severity": "mild", "extras": {"icd10_code": "S43.4", "hint": "I recommend you see a traumatologist."}, "categories": ["Traumatology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_830", "common_name": "Sprained shoulder", "sex_filter": "both"}, {"name": "Sprained thumb", "severity": "mild", "extras": {"icd10_code": "S63.6", "hint": "Please visit an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_821", "common_name": "Sprained thumb", "sex_filter": "both"}, {"name": "Sprained wrist", "severity": "mild", "extras": {"icd10_code": "S63.5", "hint": "Please visit an orthopedist."}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "self_care", "id": "c_818", "common_name": "Sprained wrist", "sex_filter": "both"}, {"name": "Stress incontinence", "severity": "mild", "extras": {"icd10_code": "N39.3", "hint": "You should be seen by a urologist."}, "categories": ["Urology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_116", "common_name": "Stress incontinence", "sex_filter": "both"}, {"name": "Stye", "severity": "mild", "extras": {"icd10_code": "H00.0", "hint": "Please visit your family doctor or an ophthalmologist."}, "categories": ["Ophthalmology"], "acuteness": "acute", "prevalence": "common", "triage_level": "self_care", "id": "c_170", "common_name": "Stye", "sex_filter": "both"}, {"name": "Subarachnoid hemorrhage", "severity": "severe", "extras": {"icd10_code": "I60", "hint": "You require immediate medical assistance. Call an ambulance."}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_685", "common_name": "Subarachnoid hemorrhage", "sex_filter": "both"}, {"name": "Sudden sensorineural hearing loss", "severity": "moderate", "extras": {"icd10_code": "H90.4", "hint": "Visit an otolaryngologist or family doctor immediately! Early presentation to a physician and early institution of treatment improves the prognosis for hearing recovery."}, "categories": ["Laryngology/ENT"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_673", "common_name": "Sudden sensorineural hearing loss", "sex_filter": "both"}, {"name": "Sun allergy", "severity": "mild", "extras": {"icd10_code": "L56.8", "hint": "For severe or persistent symptoms, you may need to see a doctor (dermatologist)."}, "categories": ["Dermatology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_819", "common_name": "Sun allergy", "sex_filter": "both"}, {"name": "Superficial phlebitis", "severity": "moderate", "extras": {"icd10_code": "I80.0", "hint": "You need to consult a vascular surgeon."}, "categories": ["Angiology"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "self_care", "id": "c_135", "common_name": "Superficial phlebitis", "sex_filter": "both"}, {"name": "Superior vena cava syndrome", "severity": "severe", "extras": {"icd10_code": "I87.1", "hint": "Please seek medical attention right away."}, "categories": ["Angiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_616", "common_name": "Superior vena cava syndrome", "sex_filter": "both"}, {"name": "Syndrome of inappropriate antidiuretic hormone secretion", "severity": "moderate", "extras": {"icd10_code": null, "hint": "Please consult an endocrinologist or an internist."}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_505", "common_name": "Syndrome of inappropriate antidiuretic hormone secretion", "sex_filter": "both"}, {"name": "Systemic lupus erythematosus", "severity": "moderate", "extras": {"icd10_code": "M32", "hint": "I'd recommend seeing a rheumatologist and a dermatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_109", "common_name": "Systemic lupus erythematosus", "sex_filter": "both"}, {"name": "Systemic scleroderma", "severity": "moderate", "extras": {"icd10_code": "M34", "hint": "You need to see a rheumatologist and a dermatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_112", "common_name": "Systemic scleroderma", "sex_filter": "both"}, {"name": "Taeniasis", "severity": "mild", "extras": {"icd10_code": "B68", "hint": "You should visit an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_437", "common_name": "Taeniasis", "sex_filter": "both"}, {"name": "Takayasu's disease", "severity": "moderate", "extras": {"icd10_code": "M31.4", "hint": "I recommend seeing a rheumatologist, a cardiologist or an internist."}, "categories": ["Rheumatology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_452", "common_name": "Takayasu's disease", "sex_filter": "both"}, {"name": "Temporal giant cell arteritis", "severity": "moderate", "extras": {"icd10_code": "M31.6", "hint": "You should see a neurologist!"}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_459", "common_name": "Temporal giant cell arteritis", "sex_filter": "both"}, {"name": "Tension-type headaches", "severity": "mild", "extras": {"icd10_code": "G44.2", "hint": "You had better consult a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic_with_exacerbations", "prevalence": "common", "triage_level": "self_care", "id": "c_55", "common_name": "Tension-type headaches", "sex_filter": "both"}, {"name": "Tertiary syphilis", "severity": "severe", "extras": {"icd10_code": "A52.9", "hint": "You should visit a venereologist as soon as possible!"}, "categories": ["Venereology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_774", "common_name": "Tertiary syphilis", "sex_filter": "both"}, {"name": "Testicular cancer", "severity": "severe", "extras": {"icd10_code": "C62", "hint": "I suggest seeing a urologist as soon as possible!"}, "categories": ["Urology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_519", "common_name": "Testicular cancer", "sex_filter": "male"}, {"name": "Testicular torsion", "severity": "severe", "extras": {"icd10_code": "N44", "hint": "See a surgeon or urologist as soon as possible."}, "categories": ["Urology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_523", "common_name": "Testicular torsion", "sex_filter": "male"}, {"name": "Tetanus", "severity": "severe", "extras": {"icd10_code": "A35", "hint": "Please see a doctor immediately!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_255", "common_name": "Tetanus", "sex_filter": "both"}, {"name": "Tetany", "severity": "moderate", "extras": {"icd10_code": "R29.0", "hint": "You should see your family doctor."}, "categories": ["Internal Medicine"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_208", "common_name": "Tetany", "sex_filter": "both"}, {"name": "Third-degree atrioventricular block", "severity": "severe", "extras": {"icd10_code": "I44.2", "hint": "You should consult a cardiologist."}, "categories": ["Cardiology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_890", "common_name": "Third-degree atrioventricular block", "sex_filter": "both"}, {"name": "Thoracic aortic aneurysm", "severity": "severe", "extras": {"icd10_code": "I71.2", "hint": "I recommend you to see your family doctor and surgeon for medical monitoring of your condition."}, "categories": ["Surgery"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_765", "common_name": "Thoracic aortic aneurysm", "sex_filter": "both"}, {"name": "Thoracic aortic dissection", "severity": "severe", "extras": {"icd10_code": "I71.0", "hint": "You may require immediate medical assistance, call for emergency services."}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_884", "common_name": "Thoracic aortic dissection", "sex_filter": "both"}, {"name": "Thoracic outlet syndrome", "severity": "mild", "extras": {"icd10_code": "G54.0", "hint": "I'd recommend seeing a neurologist or an angiologist."}, "categories": ["Angiology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_618", "common_name": "Thoracic outlet syndrome", "sex_filter": "both"}, {"name": "Threatened miscarriage", "severity": "moderate", "extras": {"icd10_code": "O20.0", "hint": "Meet a gynaecologist as soon as possible!"}, "categories": ["Gynecology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_925", "common_name": "Threatened miscarriage", "sex_filter": "female"}, {"name": "Thrombocytopathy", "severity": "moderate", "extras": {"icd10_code": "D69.1", "hint": "I suggest you see a hematologist or an internist."}, "categories": ["Hematology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_392", "common_name": "Thrombocytopathy", "sex_filter": "both"}, {"name": "Thrombotic thrombocytopenic purpura", "severity": "severe", "extras": {"icd10_code": "M31.1", "hint": "You need to see a doctor as soon as possible! Ask someone nearby to help you."}, "categories": ["Hematology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_597", "common_name": "Thrombotic thrombocytopenic purpura", "sex_filter": "both"}, {"name": "Thymoma", "severity": "severe", "extras": {"icd10_code": "D15.0", "hint": "For a proper diagnosis you should visit an oncologist as soon as possible."}, "categories": ["Oncology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_472", "common_name": "Thymoma", "sex_filter": "both"}, {"name": "Thyroid cancer", "severity": "severe", "extras": {"icd10_code": "C73", "hint": "For a proper diagnosis you should see an endocrinologist. You will also need to consult an oncologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_97", "common_name": "Thyroid cancer", "sex_filter": "both"}, {"name": "Thyrotoxic crisis with thyrotoxicosis", "severity": "severe", "extras": {"icd10_code": "E05.11", "hint": "Seek emergency care immediately!"}, "categories": ["Endocrinology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_429", "common_name": "Thyrotoxic crisis with thyrotoxicosis", "sex_filter": "both"}, {"name": "Thyrotropin releasing pituitary adenoma", "severity": "moderate", "extras": {"icd10_code": null, "hint": "You should visit an endocrinologist or oncologist."}, "categories": ["Endocrinology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_546", "common_name": "Thyrotropin releasing pituitary adenoma", "sex_filter": "both"}, {"name": "Tinea capitis", "severity": "mild", "extras": {"icd10_code": "B35.0", "hint": "I recommend you seeing a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_835", "common_name": "Fungal infection of the scalp, ringworm of the scalp", "sex_filter": "both"}, {"name": "Tinea pedis", "severity": "mild", "extras": {"icd10_code": "B35.3", "hint": "I recommend you seeing a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic", "prevalence": "common", "triage_level": "consultation", "id": "c_857", "common_name": "Athlete's foot", "sex_filter": "both"}, {"name": "Tinea versicolor", "severity": "mild", "extras": {"icd10_code": "B36.0", "hint": "Please see a dermatologist."}, "categories": ["Dermatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "self_care", "id": "c_786", "common_name": "Tinea versicolor", "sex_filter": "both"}, {"name": "Toxocariasis", "severity": "moderate", "extras": {"icd10_code": "B83.0", "hint": "Please see an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_436", "common_name": "Toxocariasis", "sex_filter": "both"}, {"name": "Toxoplasmosis", "severity": "moderate", "extras": {"icd10_code": "B58.0", "hint": "Please visit an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_729", "common_name": "Toxoplasmosis", "sex_filter": "both"}, {"name": "Transient ischemic attack", "severity": "moderate", "extras": {"icd10_code": "G45", "hint": "I'd recommend seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "emergency", "id": "c_378", "common_name": "Transient ischemic attack", "sex_filter": "both"}, {"name": "Trichinosis", "severity": "moderate", "extras": {"icd10_code": "B75", "hint": "Please consult an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_433", "common_name": "Trichinosis", "sex_filter": "both"}, {"name": "Trichomoniasis", "severity": "mild", "extras": {"icd10_code": "A59", "hint": "I'd recommend seeing your family doctor or a gynecologist."}, "categories": ["Venereology"], "acuteness": "acute", "prevalence": "rare", "triage_level": "consultation", "id": "c_103", "common_name": "Trichomoniasis", "sex_filter": "both"}, {"name": "Trichuriasis", "severity": "mild", "extras": {"icd10_code": "B79", "hint": "Please consult an infectious disease specialist."}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_438", "common_name": "Trichuriasis", "sex_filter": "both"}, {"name": "Trigeminal nerve damage", "severity": "mild", "extras": {"icd10_code": "G50", "hint": "I suggest you see a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_473", "common_name": "Trigeminal nerve damage", "sex_filter": "both"}, {"name": "Trigeminal neuralgia", "severity": "mild", "extras": {"icd10_code": "G50.0", "hint": "You need to contact a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_150", "common_name": "Trigeminal neuralgia", "sex_filter": "both"}, {"name": "Trochlear nerve palsy", "severity": "mild", "extras": {"icd10_code": "H49.1", "hint": "I suggest you see an ophthalmologist or a neurologist."}, "categories": ["Ophthalmology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_548", "common_name": "Trochlear nerve palsy", "sex_filter": "both"}, {"name": "Trypanosomiasis", "severity": "severe", "extras": {"icd10_code": "B57", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_243", "common_name": "Trypanosomiasis", "sex_filter": "both"}, {"name": "Tuberculosis", "severity": "severe", "extras": {"icd10_code": "A15", "hint": "You should consult a pulmonologist."}, "categories": ["Pulmonology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_32", "common_name": "Tuberculosis", "sex_filter": "both"}, {"name": "Tuberculous meningitis", "severity": "severe", "extras": {"icd10_code": "A17.0", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_570", "common_name": "Tuberculous meningitis", "sex_filter": "both"}, {"name": "Tularemia", "severity": "severe", "extras": {"icd10_code": "A21", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_236", "common_name": "Tularemia", "sex_filter": "both"}, {"name": "Tumor lysis syndrome", "severity": "severe", "extras": {"icd10_code": "E88.3", "hint": "See an oncologist as soon as possible!"}, "categories": ["Oncology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_330", "common_name": "Tumor lysis syndrome", "sex_filter": "both"}, {"name": "Type 1 Neurofibromatosis", "severity": "mild", "extras": {"icd10_code": "Q85.0", "hint": "I suggest you make an appointment with a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_202", "common_name": "Type 1 Neurofibromatosis", "sex_filter": "both"}, {"name": "Type 2 Neurofibromatosis", "severity": "mild", "extras": {"icd10_code": null, "hint": "Please visit a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_574", "common_name": "Type 2 Neurofibromatosis", "sex_filter": "both"}, {"name": "Typhoid fever", "severity": "severe", "extras": {"icd10_code": "A01.0", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_234", "common_name": "Typhoid fever", "sex_filter": "both"}, {"name": "Typhus or Epidemic typhus", "severity": "severe", "extras": {"icd10_code": "A77.9", "hint": "Please see your family doctor or an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_238", "common_name": "Typhus or Epidemic typhus", "sex_filter": "both"}, {"name": "Ulcerative colitis", "severity": "moderate", "extras": {"icd10_code": "K51", "hint": "You should see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_23", "common_name": "Ulcerative colitis", "sex_filter": "both"}, {"name": "Unstable angina pectoris", "severity": "severe", "extras": {"icd10_code": "I20.0", "hint": "See a cardiologist urgently or call an ambulance!"}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_664", "common_name": "Unstable angina pectoris", "sex_filter": "both"}, {"name": "Upper limb fracture", "severity": "moderate", "extras": {"icd10_code": "S52.9", "hint": "You may require immediate medical attention. Seek emergency care."}, "categories": ["Orthopedics"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_895", "common_name": "Broken arm", "sex_filter": "both"}, {"name": "Urethritis", "severity": "mild", "extras": {"icd10_code": "N34", "hint": "I suggest seeing your family doctor or a urologist."}, "categories": ["Urology"], "acuteness": "acute", "prevalence": "common", "triage_level": "consultation", "id": "c_292", "common_name": "Urethritis", "sex_filter": "both"}, {"name": "Urge incontinence", "severity": "mild", "extras": {"icd10_code": "N39.41", "hint": "You need to consult a urologist."}, "categories": ["Urology"], "acuteness": "chronic_with_exacerbations", "prevalence": "moderate", "triage_level": "consultation", "id": "c_54", "common_name": "Urge incontinence", "sex_filter": "both"}, {"name": "Uterine fibroids", "severity": "mild", "extras": {"icd10_code": "D25", "hint": "It would be a good idea to see a gynecologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_47", "common_name": "Uterine fibroids", "sex_filter": "female"}, {"name": "Uveitis", "severity": "moderate", "extras": {"icd10_code": "H30", "hint": "I suggest consulting an ophthalmologist or a rheumatologist."}, "categories": ["Ophthalmology"], "acuteness": "acute_potentially_chronic", "prevalence": "rare", "triage_level": "emergency", "id": "c_216", "common_name": "Uveitis", "sex_filter": "both"}, {"name": "VIPoma", "severity": "moderate", "extras": {"icd10_code": "C25.4/E16.8", "hint": "You should visit an oncologist as soon as possible!"}, "categories": ["Endocrinology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_480", "common_name": "VIPoma", "sex_filter": "both"}, {"name": "Vagus nerve palsy", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I recommend seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_554", "common_name": "Vagus nerve palsy", "sex_filter": "both"}, {"name": "Varicocele", "severity": "mild", "extras": {"icd10_code": "I86.1", "hint": "You should make an appointment with urologist."}, "categories": ["Urology"], "acuteness": "chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_767", "common_name": "Varicocele", "sex_filter": "male"}, {"name": "Varicose veins", "severity": "mild", "extras": {"icd10_code": "I83.1", "hint": "You should consult your family doctor and surgeon."}, "categories": ["Surgery"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "self_care", "id": "c_684", "common_name": "Varicose veins", "sex_filter": "both"}, {"name": "Vascular hemorrhagic diathesis", "severity": "moderate", "extras": {"icd10_code": "D69.9", "hint": "Please see a hematologist."}, "categories": ["Hematology"], "acuteness": "acute_potentially_chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_391", "common_name": "Vascular hemorrhagic diathesis", "sex_filter": "both"}, {"name": "Vasculitis", "severity": "moderate", "extras": {"icd10_code": null, "hint": "I recommend seeing a rheumatologist."}, "categories": ["Rheumatology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_316", "common_name": "Vasculitis", "sex_filter": "both"}, {"name": "Vertebrobasilar insufficiency", "severity": "moderate", "extras": {"icd10_code": "G45.0", "hint": "I'd recommend seeing a neurologist."}, "categories": ["Neurology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_384", "common_name": "Vertebrobasilar insufficiency", "sex_filter": "both"}, {"name": "Vestibular neuronitis", "severity": "moderate", "extras": {"icd10_code": "H81.2", "hint": "You should visit an ENT specialist."}, "categories": ["Laryngology/ENT"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_599", "common_name": "Vestibular neuronitis", "sex_filter": "both"}, {"name": "Vestibulocochlear nerve damage", "severity": "moderate", "extras": {"icd10_code": "S04.6", "hint": "Please consult a neurologist."}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_470", "common_name": "Vestibulocochlear nerve damage", "sex_filter": "both"}, {"name": "Viral meningitis", "severity": "severe", "extras": {"icd10_code": "A87.9", "hint": "I recommend you seeing a neurologist as soon as possible."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_562", "common_name": "Viral meningitis", "sex_filter": "both"}, {"name": "Visceral leishmaniasis", "severity": "severe", "extras": {"icd10_code": "B55.0", "hint": "You should see an infectious disease specialist immediately!"}, "categories": ["Infectiology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_214", "common_name": "Visceral leishmaniasis", "sex_filter": "both"}, {"name": "Vitamin B12 deficiency anemia", "severity": "moderate", "extras": {"icd10_code": "D51", "hint": "See your family doctor or a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_61", "common_name": "Vitamin B12 deficiency anemia", "sex_filter": "both"}, {"name": "Von Willebrand disease", "severity": "severe", "extras": {"icd10_code": "D68.0", "hint": "Please see a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "rare", "triage_level": "consultation", "id": "c_388", "common_name": "Von Willebrand disease", "sex_filter": "both"}, {"name": "Vulvar cancer", "severity": "moderate", "extras": {"icd10_code": "C51", "hint": "For a proper diagnosis you must see a gynecologist. You will also need to consult an oncologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_95", "common_name": "Vulvar cancer", "sex_filter": "female"}, {"name": "Vulvar cysts", "severity": "mild", "extras": {"icd10_code": "N90.7", "hint": "You ought to see a gynecologist."}, "categories": ["Gynecology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_110", "common_name": "Vulvar cysts", "sex_filter": "female"}, {"name": "Vulvovaginal candidiasis", "severity": "mild", "extras": {"icd10_code": "B37.3", "hint": "Please consult your family doctor or a gynecologist."}, "categories": ["Gynecology"], "acuteness": "acute_potentially_chronic", "prevalence": "moderate", "triage_level": "consultation", "id": "c_732", "common_name": "Vulvovaginal candidiasis", "sex_filter": "female"}, {"name": "Waldenstr\u00f6m's macroglobulinemia", "severity": "severe", "extras": {"icd10_code": "C88.0", "hint": "I suggest consulting a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic", "prevalence": "rare", "triage_level": "consultation", "id": "c_400", "common_name": "Waldenstr\u00f6m's macroglobulinemia", "sex_filter": "both"}, {"name": "Warts", "severity": "mild", "extras": {"icd10_code": "B07", "hint": "I suggest that you see a dermatologist."}, "categories": ["Dermatology"], "acuteness": "acute_potentially_chronic", "prevalence": "common", "triage_level": "self_care", "id": "c_13", "common_name": "Warts", "sex_filter": "both"}, {"name": "Water poisoning", "severity": "moderate", "extras": {"icd10_code": "E87.7", "hint": "I suggest seeing your family doctor or an internist."}, "categories": ["Cardiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_300", "common_name": "Water poisoning", "sex_filter": "both"}, {"name": "Wernicke's encephalopathy", "severity": "severe", "extras": {"icd10_code": "G31.2", "hint": "You need to see a doctor immediately!"}, "categories": ["Neurology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_376", "common_name": "Wernicke's encephalopathy", "sex_filter": "both"}, {"name": "West Nile Virus infection", "severity": "severe", "extras": {"icd10_code": "A92.3", "hint": "I suggest you see a doctor immediately."}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_580", "common_name": "West Nile Virus infection", "sex_filter": "both"}, {"name": "Whipple's disease", "severity": "severe", "extras": {"icd10_code": "K90.81", "hint": "Please consult a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_475", "common_name": "Whipple's disease", "sex_filter": "both"}, {"name": "Whitlow", "severity": "severe", "extras": {"icd10_code": null, "hint": "See a surgeon as soon as possible."}, "categories": ["Surgery"], "acuteness": "acute", "prevalence": "moderate", "triage_level": "consultation", "id": "c_569", "common_name": "Whitlow", "sex_filter": "both"}, {"name": "Wilson's disease", "severity": "moderate", "extras": {"icd10_code": "E83.01", "hint": "Please see a gastroenterologist."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_205", "common_name": "Wilson's disease", "sex_filter": "both"}, {"name": "Wiskott-Aldrich syndrome", "severity": "moderate", "extras": {"icd10_code": "D82.0", "hint": "I recommend seeing a hematologist."}, "categories": ["Hematology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_268", "common_name": "Wiskott-Aldrich syndrome", "sex_filter": "both"}, {"name": "Withdrawal syndrome (sedatives)", "severity": "severe", "extras": {"icd10_code": "F13.3", "hint": "I suggest seeing a psychologist or psychiatrist."}, "categories": ["Toxicology"], "acuteness": "chronic", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_278", "common_name": "Withdrawal syndrome (sedatives)", "sex_filter": "both"}, {"name": "Yellow fever", "severity": "severe", "extras": {"icd10_code": "A95", "hint": "See an infectious disease specialist as soon as possible!"}, "categories": ["Infectiology"], "acuteness": "acute", "prevalence": "very_rare", "triage_level": "emergency", "id": "c_244", "common_name": "Yellow fever", "sex_filter": "both"}, {"name": "Zollinger-Ellison syndrome", "severity": "severe", "extras": {"icd10_code": "E16.4", "hint": "You should see your family doctor or a gastroenterologist as soon as possible."}, "categories": ["Gastroenterology"], "acuteness": "chronic_with_exacerbations", "prevalence": "very_rare", "triage_level": "consultation", "id": "c_213", "common_name": "Zollinger-Ellison syndrome", "sex_filter": "both"}] -------------------------------------------------------------------------------- /infermedica.py: -------------------------------------------------------------------------------- 1 | import infermedica_api 2 | import json 3 | 4 | app_id = '{get your key from infermedica}' 5 | app_key = "{get your key from infermedica}" #https://infermedica.com 6 | api = infermedica_api.API(app_id=app_id, app_key=app_key) 7 | 8 | symptoms_list = [] 9 | conditions_list = [] 10 | with open('symptoms.json') as symfile: 11 | symptoms_list = json.load(symfile) 12 | 13 | with open('conditions.json') as condfile: 14 | conditions_list = json.load(condfile) 15 | 16 | 17 | 18 | 19 | def initialize_request(age, sex): 20 | """ 21 | Creates initial diagnosis request. 22 | :param age: Patient's age. 23 | :param sex: Patient's gender. 24 | :return: 25 | """ 26 | print("requesting " + str(age) + str(sex) ) 27 | request = infermedica_api.Diagnosis(age=age, sex='male') 28 | return request 29 | 30 | def add_symptom_to_request_multichoice(request, id, isPresent): 31 | present = "present" if isPresent else "absent" 32 | request.add_symptom(id, present) 33 | 34 | 35 | def add_symptom_to_request(request, id, isPresent): 36 | present = "present" if isPresent else "absent" 37 | request.add_symptom(id, present) 38 | request = api.diagnosis(request) 39 | return request 40 | 41 | 42 | def filter_words(sentence): 43 | """ 44 | Filter what patient said to what might be a medical symptom. We require at least 4 characters 45 | per word to consider it as a candidate symptom before actually processing it. 46 | I did that to save processing time after checking the list of symptoms. 47 | :param sentence: 48 | :return: relevant_words is a list of possible symptoms. 49 | """ 50 | words = sentence.split(' ') 51 | relevant_words = [] 52 | for word in words: 53 | if len(word) > 4: 54 | relevant_words += [word] 55 | print(word) 56 | else: 57 | print(len(word)) 58 | return relevant_words 59 | 60 | 61 | def find_symptoms_from_relevant_words(relevant_words_list): 62 | """ 63 | Iterate over the list of possibly relevant words and try to find it's corresponding in the 64 | symptoms json file. if found, add their ID to a list. 65 | :param relevant_words_list: list of words filtered from 66 | what patient said in the microphone in the first time. 67 | :return: found_symptoms is a list of symptom identifiers that are known to Infermedica. 68 | """ 69 | found_symptoms = [] 70 | for word in relevant_words_list: 71 | for symptom in symptoms_list: 72 | if symptom['name'].lower() == word: 73 | print(symptom['id'] + " " + word) 74 | found_symptoms += [symptom['id']] 75 | return found_symptoms 76 | 77 | 78 | #print(api.info()) 79 | 80 | 81 | #symptoms_list = api.symptoms_list() 82 | 83 | #conditions_list = api.conditions_list() 84 | 85 | 86 | #with open('symptoms.json', 'w') as symfile: 87 | # json.dump(symptoms_list, symfile) 88 | 89 | 90 | #with open('conditions.json', 'w') as condfile: 91 | # json.dump(conditions_list, condfile) -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- 1 | 2 | import infermedica 3 | import speak 4 | import process_voice 5 | 6 | 7 | #Process Symptoms is the main function that connects the input, output, and 8 | #infermedica AI together to make the medical diagnosis for the patient. 9 | 10 | def ProcessSymptoms(actual, request, isPresent): 11 | """ 12 | Process Symptoms is a recursive function that acts as the main function that guides the 13 | sequence of the medical diagnosis connecting Input, Output, and Infermedica AI system. 14 | :param actual: The symptoms that were found from patient's words spoken in the microphone. 15 | :param request: The request object that holds the session with Infermedica AI system. 16 | :param isPresent: Is the symptom present of absent? 17 | :return: Void. 18 | """ 19 | if len(actual) > 0: 20 | # add_symptom_to_request adds a present or absent symptoms to 21 | # Infermedica Diagnosis session. 22 | request = infermedica.add_symptom_to_request(request, actual[0],isPresent) 23 | print(request.question) 24 | print(request.conditions) 25 | speak.speak_words(request.question.text) 26 | iterator = 0 27 | question_type = request.question.type 28 | if request.should_stop == True: 29 | print("Arrived to results!") 30 | print(request.conditions[0]) 31 | for item in request.question.items: 32 | iterator += 1 33 | speak.speak_words((item["name"] if question_type == "group_multiple" or question_type == "group_single" else "") 34 | + "? Please Answer only Yes or No") 35 | result = process_voice.GetTextFromSpeechUsingGoogle() 36 | isPresent = True if result.lower() == "yes" else False 37 | if iterator == len(request.question.items): 38 | ProcessSymptoms([item['id']], request, isPresent) 39 | else: 40 | infermedica.add_symptom_to_request_multichoice(request, item["id"], isPresent) 41 | else: 42 | speak.speak_words("Sorry, I cannot understand your symptoms.. Please say again What do you feel.") 43 | symptom = process_voice.GetTextFromSpeechUsingGoogle() 44 | symps = infermedica.filter_words(symptom) 45 | actual_again = infermedica.find_symptoms_from_relevant_words(symps) 46 | ProcessSymptoms(actual_again, request, True) 47 | 48 | 49 | #The program starts here by asking the patient about their name. 50 | #speak.speak_words("Hello Patient! What's your name? Please only say your name") 51 | 52 | #We save patient's name in an object called name. 53 | #name = process_voice.GetTextFromSpeechUsingGoogle() 54 | #print(name) 55 | 56 | #We ask the patient to tell their age to use it in Infermedica diagnosis. 57 | #speak.speak_words("How old are you?") 58 | age = 26 #process_voice.GetTextFromSpeechUsingGoogle() 59 | #print(age) 60 | 61 | #Get the gender. 62 | #speak.speak_words("Are you a boy or a girl?") 63 | gender = 'male' #process_voice.GetTextFromSpeechUsingGoogle() 64 | #print(gender) 65 | 66 | #Starting this line, the actual Infermedica Artificial Intelligence 67 | # starts taking control of the program flow. 68 | speak.speak_words("How do you feel?") 69 | #We save what the patient says in the microphone in string object called symptom. 70 | symptom = process_voice.GetTextFromSpeechUsingGoogle() 71 | 72 | #Filtering what patient said to get what might be relevant to medical symptoms. 73 | 74 | symps = infermedica.filter_words(symptom) 75 | print(symps) 76 | 77 | #Get the actual medical symptoms from filtered words. 78 | actual = infermedica.find_symptoms_from_relevant_words(symps) 79 | print(actual) 80 | 81 | #Start Infermedica diagnosis session. 82 | request = infermedica.initialize_request(age, gender) 83 | 84 | #We set isPresent to True in the case because the patient said for ex: 85 | # "I Have a Headache", so he must have headache present right? xDDD 86 | isPresent = True 87 | 88 | #Start the process. 89 | ProcessSymptoms(actual, request, isPresent) 90 | 91 | -------------------------------------------------------------------------------- /process_voice.py: -------------------------------------------------------------------------------- 1 | import speech_recognition as sr 2 | import os 3 | 4 | #We use here SpeechRecognition library to transform voice into text that we can process 5 | # to form the medical diagnosis 6 | def GetTextFromSpeechUsingGoogle(): 7 | rec = sr.Recognizer() 8 | with sr.Microphone() as result: 9 | print("listening now...!") 10 | #The following line is a function that tries to filter out noise 11 | # in the room to get the actual words. 12 | rec.adjust_for_ambient_noise(result, duration=0.5) 13 | #The following line saves what's been said in the microphone in an audio object. 14 | audio = rec.listen(result) 15 | 16 | #The recognize_google function sends the audio object obtained earlier to google to 17 | # turn it into text and return it to the main program to start processing it. 18 | return rec.recognize_google(audio, language="en-GB") -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.7.1 2 | bs4==0.0.1 3 | certifi==2023.7.22 4 | chardet==3.0.4 5 | Click==7.0 6 | gTTS==2.0.3 7 | gTTS-token==1.1.3 8 | idna==2.8 9 | infermedica-api==0.1.0 10 | PyAudio==0.2.11 11 | requests==2.31.0 12 | six==1.12.0 13 | soupsieve==1.8 14 | SpeechRecognition==3.8.1 15 | urllib3==1.26.18 16 | -------------------------------------------------------------------------------- /result_speech.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/letsgogeeky/Health-Assistant/bc70accfb6757adda3eb5dd465b533a2b7e10f6d/result_speech.mp3 -------------------------------------------------------------------------------- /speak.py: -------------------------------------------------------------------------------- 1 | from gtts import gTTS 2 | import os 3 | 4 | 5 | def speak_words(words): 6 | tts = gTTS(text=words, lang='en') 7 | print(words) 8 | tts.save("result_speech.mp3") 9 | os.system("mpg321 result_speech.mp3") --------------------------------------------------------------------------------