Skip to content

Commit 6f49ff9

Browse files
Add additional symptoms to SiSx list data (#836)
1 parent 87ecca7 commit 6f49ff9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

effect_lists/list_data.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
"effect_lists.sisx": [
214214
(NOT_APPLICABLE, "--Not applicable"),
215215
("abdominal_cramps", "Abdominal cramps"),
216+
("abdominal_distention", "Abdominal distention"),
216217
("abdominal_pain", "Abdominal pain"),
217218
("back_pain_lp_site", "Back pain at LP site"),
218219
("backache", "Backache"),
@@ -224,13 +225,18 @@
224225
("dizziness", "Dizziness"),
225226
("double_vision", "Double vision"),
226227
("drowsiness", "Drowsiness"),
228+
("dry_mouth", "Dry mouth"),
229+
("dry_skin", "Dry skin"),
227230
("fatigue_malaise", "Fatigue/malaise"),
228231
("fever", "Fever"),
229232
("focal_weakness", "Focal weakness"),
230233
("general_weakness", "General weakness"),
231234
(HEADACHE, "Headache"),
232235
("hearing_loss", "Hearing loss"),
236+
("increased_appetite", "Increased appetite"),
237+
("insomnia", "Insomnia"),
233238
("itching", "Itching"),
239+
("itchy_eyes", "Itchy eyes"),
234240
("jaundice", "Jaundice"),
235241
("loss_appetite", "Loss of appetite"),
236242
("luts", "Lower urinary tract symptoms (LUTS)"),
@@ -260,9 +266,11 @@
260266
"Neuro - Other focal neurologic deficit, please specify below ...",
261267
),
262268
("neuromuscular_weakness", "Neuromuscular weakness"),
269+
("palpitations", "Palpitations"),
263270
("peripheral_neuropathy", "Peripheral neuropathy"),
264271
("pleuritic_chest_pain", "Pleuritic chest pain"),
265272
("rash", "Rash"),
273+
("rhinorrhoea", "Rhinorrhoea (runny nose)"),
266274
("shortness_of_breath", "Shortness of breath"),
267275
("skin_lesions", "Skin lesions"),
268276
(VISUAL_LOSS, "Visual loss"),

0 commit comments

Comments
 (0)