You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/flutter/assets/content_bundles/symptom_checker.en.yaml
+58-71Lines changed: 58 additions & 71 deletions
Original file line number
Diff line number
Diff line change
@@ -6,168 +6,145 @@ contents:
6
6
-
7
7
id: q1_emergency
8
8
type: single_selection
9
-
question_html: |
10
-
<p><b>Is this an emergency?</b></p>
11
-
<p>Stop and seek immediate medical attention if you are experiencing:<br/>
12
-
- Difficulty breathing<br/>
13
-
- Shortness of breath<br/>
14
-
- Chest pain or pressure<br/>
15
-
- Loss of speech or movement<br/></p>
9
+
title: Is this an emergency?
10
+
body_html: |
11
+
<p>Stop and seek immediate medical attention if you are experiencing:
12
+
<ul><li>Difficulty breathing</li>
13
+
<li>Shortness of breath</li>
14
+
<li>Chest pain or pressure</li>
15
+
<li>Loss of speech or movement</li></ul></p>
16
16
answers:
17
17
-
18
18
id: emergency
19
19
icon_name: snowflake
20
-
body_html: |
21
-
<p>I am experiencing at least one of these symptoms</p>
20
+
title: I am experiencing at least one of these symptoms
22
21
-
23
22
id: no_emergency
24
23
icon_name: snowflake
25
-
body_html: |
26
-
<p>I do not have any of these symptoms</p>
24
+
title: I do not have any of these symptoms
27
25
28
26
-
29
27
id: q2_symptoms
30
28
type: multiple_selection
31
29
display_condition: >-
32
30
has('no_emergency')
33
-
question_html: |
34
-
<p><b>Do you have any of these symptoms?</b></p>
31
+
title: Do you have any of these symptoms?
35
32
answers:
36
33
-
37
34
id: fever
38
35
icon_name: snowflake
39
-
body_html: |
40
-
<p>Fever</p>
36
+
title: Fever
41
37
-
42
38
id: dry_cough
43
39
icon_name: snowflake
44
-
body_html: |
45
-
<p>Dry cough</p>
40
+
title: Dry cough
46
41
-
47
42
id: tiredness
48
43
icon_name: snowflake
49
-
body_html: |
50
-
<p>Tiredness</p>
44
+
title: Tiredness
51
45
-
52
46
id: aches_and_pains
53
47
icon_name: snowflake
54
-
body_html: |
55
-
<p>Aches and pains</p>
48
+
title: Aches and pains
56
49
-
57
50
id: sore_throat
58
51
icon_name: snowflake
59
-
body_html: |
60
-
<p>Sore throat</p>
52
+
title: Sore throat
61
53
-
62
54
id: diarrhoea
63
55
icon_name: snowflake
64
-
body_html: |
65
-
<p>Diarrhoea</p>
56
+
title: Diarrhoea
66
57
-
67
58
id: conjunctivitis
68
59
icon_name: snowflake
69
-
body_html: |
70
-
<p>Conjunctivitis</p>
60
+
title: Conjunctivitis
71
61
-
72
62
id: headache
73
63
icon_name: snowflake
74
-
body_html: |
75
-
<p>Headache</p>
64
+
title: Headache
76
65
-
77
66
id: loss_of_taste_or_smell
78
67
icon_name: snowflake
79
-
body_html: |
80
-
<p>Loss of taste or smell</p>
68
+
title: Loss of taste or smell
81
69
-
82
70
id: rash_or_discolouration
83
71
icon_name: snowflake
84
-
body_html: |
85
-
<p>A rash on the skin, or discolouration of fingers or toes</p>
72
+
title: A rash on the skin, or discolouration of fingers or toes
86
73
-
87
74
id: q3_covid19contact
88
75
type: single_selection
89
76
display_condition: >-
90
77
has('no_emergency') &&
91
78
!(has('fever') && has('dry_cough'))
92
-
question_html: |
93
-
<p><b>Close contact with COVID-19?</b></p>
79
+
title: Close contact with COVID-19?
80
+
body_html: |
94
81
<p>In the last 14 days, are you aware of having been in close contact with someone who has been diagnosed with COVID-19 or has symptoms of COVID-19 (cough, fever, or difficulty breathing)?</p>
95
82
answers:
96
83
-
97
84
id: contact
98
85
icon_name: snowflake
99
-
body_html: |
100
-
<p>Yes</p>
86
+
title: Yes
101
87
-
102
88
id: no_contact
103
89
icon_name: snowflake
104
-
body_html: |
105
-
<p>No</p>
90
+
title: No
106
91
-
107
92
id: q4_ltc_hcf
108
93
type: single_selection
109
94
display_condition: >-
110
95
has('no_emergency') &&
111
96
(selectionCount('q2_symptoms') > 0) &&
112
97
has('no_contact')
113
-
question_html: |
114
-
<p><b>Are you a resident of or do you work in a healthcare facility or a longterm care facility?</b></p>
98
+
title: Are you a resident of or do you work in a healthcare facility or a longterm care facility?
- Extreme obesity (Body Mass Index [BMI] > 40)</p>
130
+
title: Pre-existing conditions?
131
+
body_html: |
132
+
<p>Do you have any of the following conditions?
133
+
<ul><li>Hypertension</li>
134
+
<li>Diabetes</li>
135
+
<li>Cardiovascular disease</li>
136
+
<li>Chronic respiratory disease</li>
137
+
<li>Immunocompromising conditions</li>
138
+
<li>Extreme obesity (Body Mass Index [BMI] > 40)</li></ul></p>
160
139
answers:
161
140
-
162
141
id: preexisting_cond
163
142
icon_name: snowflake
164
-
body_html: |
165
-
<p>Yes</p>
143
+
title: Yes
166
144
-
167
145
id: no_preexisting_cond
168
146
icon_name: snowflake
169
-
body_html: |
170
-
<p>No</p>
147
+
title: No
171
148
results_cards:
172
149
-
173
150
id: emergency_call
@@ -180,49 +157,55 @@ contents:
180
157
icon_name: call
181
158
-
182
159
id: local_guidance
183
-
title: Always follow local guidance.
184
-
body_html: <p>Regularly check for the latest info from WHO and national and local public health authorities.</p>
185
-
icon_name: note
160
+
title: Always follow local guidance. Regularly check for the latest info from WHO and national and local public health authorities.
186
161
-
187
162
id: testing
188
163
title: Testing
189
164
body_html: >-
190
165
<p>We recommend getting tested for COVID-19. Contact your local health authorities to learn more about testing and care options in your area.</p>
166
+
icon_name: note
191
167
-
192
168
id: avoid_all_contact
193
169
title: Avoid all contact
194
170
body_html: >-
195
171
<p>Avoid contact with other people, including the people you live with. Try and stay away from others for at least 14 days from when your symptoms resolve. Isolation can end if your symptoms improve and you have had no fever for at least 3 days without the use of medicine.</p>
172
+
icon_name: note
196
173
-
197
174
id: wear_a_mask_now
198
175
title: Masks
199
176
body_html: >-
200
177
<p>We recommend that you wear a mask around others. Your caregivers should wear a mask too [TODO: link to guidance for caregivers]. Don't have a mask? [TODO: Link out to instructions for people without a mask]. How to use a mask [TODO: Link out to instructions on how to use a mask]</p>
178
+
icon_name: note
201
179
-
202
180
id: wear_a_mask_if_coughing
203
181
title: Wear a mask
204
182
body_html: >-
205
183
<p>Wear a mask around others, especially if you are coughing. Don’t touch the mask or face during use and discard afterwards. Don't have a mask? [Link out to instructions for people without a mask] How to use a mask [Link out to instructions on how to use a mask]</p>
184
+
icon_name: note
206
185
-
207
186
id: wear_a_mask_if_ill
208
187
title: Masks
209
188
body_html: >-
210
189
<p>Wear a mask if you or someone you are looking after or in close contact with are ill with COVID-19 symptoms (especially coughing). Don’t touch the mask or face during use and discard afterwards. Don't have a mask? [Link out to instructions for people without a mask] How to use a mask [Link out to instructions on how to use a mask]</p>
190
+
icon_name: note
211
191
-
212
192
id: cough_tissue
213
193
title: Cough into your elbow or tissue
214
194
body_html: >-
215
195
<p>If you're not wearing a mask, when coughing and sneezing, cover your mouth and nose with flexed elbow or tissue. Throw your tissue into a closed bin immediately after use.</p>
196
+
icon_name: note
216
197
-
217
198
id: monitor_symptoms_getting_worse
218
199
title: Monitor Symptoms
219
200
body_html: >-
220
201
<p>You should monitor your symptoms closely and if they get worse consult with a healthcare provider.</p>
202
+
icon_name: note
221
203
-
222
204
id: monitor_symptoms_begin
223
205
title: Monitor Symptoms
224
206
body_html: >-
225
207
<p>You should monitor your symptoms closely. If you begin to develop symptoms, consult with a healthcare provider.</p>
208
+
icon_name: note
226
209
-
227
210
id: rest
228
211
title: Rest and Take Care
@@ -233,11 +216,10 @@ contents:
233
216
id: protect_others
234
217
title: >-
235
218
Learn other ways to protect others [TODO: Link out to "prevent" section of app content]
219
+
icon_name: note
236
220
-
237
221
id: call_if_concerned
238
-
title: If you have any concerns, call your healthcare provider.
239
-
body_html: >-
240
-
<p>Always follow local guidance. Regularly check for the latest info from WHO and national and local public health authorities.</p>
222
+
title: If you have any concerns, call your healthcare provider. Always follow local guidance. Regularly check for the latest info from WHO and national and local public health authorities.
241
223
-
242
224
id: quarantine
243
225
title: Quarantine
@@ -261,27 +243,32 @@ contents:
261
243
title: Contact local health authorities
262
244
body_html: >-
263
245
<p>Because you have known risk factors for COVID-19, testing and care might be available in your area. Contact local health authorities to learn more.</p>
246
+
icon_name: note
264
247
-
265
248
id: physical_distancing
266
249
title: Practice Physical Distancing
267
250
body_html: >-
268
251
<p>Avoid groups of people and keep 6 feet apart from anyone who you do not live with. Avoid anyone showing symptoms.</p>
252
+
icon_name: note
269
253
-
270
254
id: hand_hygiene
271
255
title: Hand hygiene
272
256
body_html: >-
273
257
<p>Perform hand hygiene frequently, using an alcohol-based hand rub if hands are not visibly dirty or soap and water when hands are visibly dirty</p>
258
+
icon_name: note
274
259
-
275
260
id: dont_touch_face
276
261
title: Don't touch your face
277
262
body_html: >-
278
263
<p>Avoid touching eyes, nose and mouth. Why? Hands touch many surfaces and can pick up viruses. Once contaminated, hands can transfer the virus to your eyes, nose or mouth. From there, the virus can enter your body and infect you.</p>
264
+
icon_name: note
279
265
-
280
266
id: if_sick_later
281
267
title: >-
282
268
If you feel sick later:
283
269
body_html: >-
284
-
Stay home if you feel sick, even if you develop a slight fever or cough
270
+
<p>Stay home if you feel sick, even if you develop a slight fever or cough</p>
0 commit comments