Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add symptom severity mapping #165

Closed
mellowgeek opened this issue May 14, 2020 · 1 comment · Fixed by #172
Closed

Add symptom severity mapping #165

mellowgeek opened this issue May 14, 2020 · 1 comment · Fixed by #172
Assignees
Milestone

Comments

@mellowgeek
Copy link
Contributor

Symptom inputs need to be mapped to severity and encoded in the message to the backend.

Mapping should be:

  • 3 states for Fever: no fever (<98.6); mild (<100.5); fever (>100.6)
  • 3 states for Cough: no cough, wet cough, dry cough
  • 1 state for breathlessness - (yes/no)
@ivnsch ivnsch added this to the 0.3 milestone May 15, 2020
@ivnsch
Copy link
Collaborator

ivnsch commented May 15, 2020

Updated/confirmed description:

Memo representation:
Fever: not present | mild | severe
Cough: not present | present(no description) | wet | dry
Breathlessness: not present | present

Where:
Fever not present: Didn't select fever in symptoms OR skipped temp OR temp <98.6
Cough not present: Didn't select cough
Breathlessness not present: Didn't select breathlessness

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants