Switch to unified view

a b/static/files/Symptoms.json
1
{
2
  "Enlarged Cardiomediastinum": {
3
    "Symptoms": [
4
      "Breathing problems",
5
      "Shortness of breath",
6
      "Dizziness",
7
      "Irregular heartbeat (arrhythmia)"
8
    ]
9
  },
10
  "Cardiomegaly": {
11
    "Symptoms": [
12
      "Abdominal bloating",
13
      "Abnormal heart rhythms (arrhythmia)",
14
      "Chest pain",
15
      "Coughing, especially while lying down",
16
      "Shortness of breath"
17
    ]
18
  },
19
  "Lung Lesion": {
20
    "Symptoms": [
21
      "Mild cough",
22
      "Shortness of breath",
23
      "Blood Coughing"
24
    ]
25
  },
26
  "Lung Opacity": {
27
    "Symptoms": [
28
      "Coughing thick green or bloody sputum",
29
      "Blood Coughing",
30
      "Noisy breathing sounds",
31
      "Fever",
32
      "Fatigue",
33
      "Chest Pain"
34
    ]
35
  },
36
  "Edema": {
37
    "Symptoms": [
38
      "Shortness of breath while being active",
39
      "Difficulty of breathing",
40
      "Wheezing, Coughing",
41
      "Rapid weight gain",
42
      "Headaches, Fever"
43
    ]
44
  },
45
  "Pneumonia": {
46
    "Symptoms": [
47
      "Greenish, yellow or even bloody mucus while coughing",
48
      "Fever, Sweating",
49
      "Shortness of breath",
50
      "Rapid stabbing chest pain",
51
      "Nausea, vomiting"
52
    ]
53
  },
54
  "Consolidation": {
55
    "Symptoms": [
56
      "Coughing up thick green/bloody sputum",
57
      "Chest pain",
58
      "Fever",
59
      "Chest pain"
60
    ]
61
  },
62
  "Atelectasis": {
63
    "Symptoms": [
64
      "Shortness of breath",
65
      "Increased heart rate",
66
      "Chest pain, coughing",
67
      "Skin and lips turning blue"
68
    ]
69
  },
70
  "Pneumothorax": {
71
    "Symptoms": [
72
      "Bluish skin",
73
      "Chest pain, ache",
74
      "Coughing",
75
      "Fast breathing, Abnormally high heart rate"
76
    ]
77
  },
78
  "Pleural Effusion": {
79
    "Symptoms": [
80
      "Shortness of breath",
81
      "Dry Cough",
82
      "Inability to lie flat"
83
    ]
84
  },
85
  "Pleural Other": {
86
    "Symptoms": [
87
      "Shortness of breath",
88
      "Dry Cough",
89
      "[Varies]"
90
    ]
91
  },
92
  "Fracture": {
93
    "Symptoms": [
94
      "Aches"
95
    ]
96
  },
97
  "Nodule": {
98
    "Symptoms": [
99
      "Wheezing",
100
      "Blood coughing",
101
      "Shortness of breath",
102
      "Fever, especially when present with pneumonia"
103
    ]
104
  },
105
  "Emphysema": {
106
    "Symptoms": [
107
      "Frequent coughing or wheezing",
108
      "Shortness of breath while in physical activities",
109
      "A whistling sound while breathing",
110
      "Chest pain"
111
    ]
112
  },
113
  "Fibrosis": {
114
    "Symptoms": [
115
      "Shortness of breath",
116
      "Dry cough",
117
      "Fatigue",
118
      "Abnormal weight loss",
119
      "Joint aches"
120
    ]
121
  },
122
  "Mass": {
123
    "Symptoms": [
124
      "Chest pain",
125
      "Swelling",
126
      "Discomfort in chest"
127
    ]
128
  },
129
  "Infiltration": {
130
    "Symptoms": [
131
      "Shortness of breath",
132
      "Chest pain",
133
      "Cough, fever"
134
    ]
135
  },
136
  "Hernia": {
137
    "Symptoms": [
138
      "Intense chest pain",
139
      "Bad breath",
140
      "Bloating feel",
141
      "Fatigue"
142
    ]
143
  },
144
  "Plueral Thickening": {
145
    "Symptoms": [
146
      "Breathlessness",
147
      "Shortness of breath",
148
      "Chest pain",
149
      "Cough with pain"
150
    ]
151
  },
152
  "Support Devices": {
153
    "Symptoms": []
154
  }
155
}