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

Anemia decision logic needs to be updated #188

Open kaledip opened 1 year ago

kaledip commented 1 year ago

"Change in agreement by MoH for anaemia classification:

Decision logic should now be:

kaledip commented 1 year ago

1.Not working for "No anemia" when Some palmar pallor and Hb= 13. It works for first set of inputs but not second.

  1. the case Any pallor (severe or some, palmar or mucosal) AND Hb >=7g/dL, Hb <11g/dL is not working . expected class "Anemia"
delcroip commented 1 year ago
  1. I will keep only: "Severe Anaemia"!=true and "Anaemia"!=true and ("Hemoglobin (Hb) g/dL" >= 11 'g/dL' or ("Palmar Pallor" = "No Palmar Pallor" and "Mucous membrane pallor" = "No mucous membrane pallor"))

  2. I will keep only "Severe Anaemia"!=true and (("Hemoglobin (Hb) g/dL" >= 7 'g/dL' and "Hemoglobin (Hb) g/dL" < 11 'g/dL' ) or ("Hemoglobin Test Not Available" = true and ("Palmar Pallor" = "Some Palmar Pallor" or "Mucous membrane pallor" = "Some mucous membrane pallor" ) ))