WorldHealthOrganization / smart-emcare

Emergency Care - a digital platform/reference mobile application that is able to rapidly share WHO guidelines.
11 stars 2 forks source link

Not reaching "Classification" = "EmCare.B23.DE105 - Fever: bacterial infection unlikely" #164

Open kaledip opened 1 year ago

kaledip commented 1 year ago

Tested n v1.1.2 build 611 Inputs:

  1. "Age" = "≥2 months to <60 months"
  2. "Fever" = "Yes"
  3. "Classification" ≠ "Possible Shigella" "Classification" ≠ "Fever: possible bacterial infection" "Classification" ≠ "Throat Abscess or Possible Diptheria" "Classification" ≠ "Severe Complicated Measles" "Classification" ≠ "Measles with Eye or Mouth Complication" "Classification" ≠ "Possible Measles" "Classification" ≠ "Mastoiditis" "Classification" ≠ "Very Severe Febrile Disease" "Classification" ≠ "Severe Pneumonia or Very Severe Disease"
kaledip commented 1 year ago

Also facing same issue for "Identify ""Classification"" = ""EmCare.B23.DE105 - Fever: bacterial infection unlikely"" ""Classification - Qualifier"" = ""EmCare.B23.DE26a - Fever present every day for more than 7 days"

delcroip commented 1 year ago

likely will appear quite easily

C."Age >= 2 months to <60 months" and C."Fever" = true and ( "Streptococcal Sore Throat"!=true or "Pneumonia"!=true or "Acute Ear Infection"!=true or "Chronic Ear Infection"!=true or "Dysentery"!=true) and "Possible Shigella"!=true and "Throat Abscess or Possible Diptheria"!=true and "Severe Complicated Measles"!=true and "Measles with Eye or Mouth Complication"!=true and "Possible Measles"!=true and "Mastoiditis"!=true and "Very Severe Febrile Disease"!=true and "Severe Pneumonia or Very Severe Disease"!=true

and "unlikely" exclude "likely"

C."Age >= 2 months to <60 months" and C."Fever" = true and "Possible Shigella"!=true and "Fever: possible bacterial infection"!=true and "Throat Abscess or Possible Diptheria"!=true and "Severe Complicated Measles"!=true and "Measles with Eye or Mouth Complication"!=true and "Possible Measles"!=true and "Mastoiditis"!=true and "Very Severe Febrile Disease"!=true

so the only usecase for "unlikely" will be something like

C."Age >= 2 months to <60 months" and "Streptococcal Sore Throat"=true