Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Z-score mismatch #1197

Closed
mahalakshme opened this issue Nov 22, 2023 · 3 comments
Closed

Z-score mismatch #1197

mahalakshme opened this issue Nov 22, 2023 · 3 comments

Comments

@mahalakshme
Copy link
Contributor

mahalakshme commented Nov 22, 2023

https://avni.freshdesk.com/a/tickets/3216

Context: Seems like Avni Z- score calculation is not matching with the WHO calculator

https://github.com/avniproject/avni-health-modules/tree/master/src/health_modules - this has the code to calculate z-score.

Process:

  • Understand the impact to see how this mismatch might categorise say a child as normal instead of SAM
  • Analyse why the difference is
  • Discuss with the team - since the z-score calculation doesn't seem to be touched for more than a year now
  • Based on the discussion code changes if necessary
@mahalakshme mahalakshme converted this from a draft issue Nov 22, 2023
@mahalakshme mahalakshme changed the title Z-score mismatch ticket Z-score mismatch Nov 22, 2023
@mahalakshme mahalakshme moved this from In Analysis to Ready in Avni Product Nov 22, 2023
@1t5j0y 1t5j0y moved this from Ready to In Progress in Avni Product Nov 24, 2023
@1t5j0y 1t5j0y self-assigned this Nov 24, 2023
@1t5j0y
Copy link
Contributor

1t5j0y commented Nov 24, 2023

Gaps:

  1. weight for length data on WHO website has 2 separate set of standard data based on age. These sets of data have some overlap as well. Age is not considered in Avni wflh calculation.
  2. weight-for-length data in Avni has some overlaps of weight data points but we use _.find so the overlaps are always ignored. (Eg: Lines 1095 and 1996 in wflh_girls.json )

No other gaps found during preliminary investigation. Moving to on hold to discuss solutioning.

@1t5j0y 1t5j0y moved this from In Progress to Hold in Avni Product Nov 24, 2023
@1t5j0y
Copy link
Contributor

1t5j0y commented Nov 27, 2023

Update from Vinay: Avni z-score calculation is based on WHO standards from 2017 which have since changed. Separate product feature to decide how to handle this in Avni given it will impact a few organisations.

For APF, details to be gathered on what their expectation is.

@vinayvenu
Copy link
Member

Correction - there has not been a change in the values since 2017. We should probably fix this in our code. There will be a change in nutritional status for those who are in the borders (the values will increase for those between 2-5 years old and under 110 cm).

@1t5j0y 1t5j0y removed their assignment Nov 30, 2023
@mahalakshme mahalakshme moved this from Hold to In Analysis in Avni Product Nov 30, 2023
@mahalakshme mahalakshme moved this from In Analysis to Done in Avni Product Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants