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

[Adolescent Sewa Rural]: Update Nutritional Status Under Medical Details and Program Summary in Baseline and Endline Form - May 2024 #59

Closed
13 tasks done
kameshbhariya opened this issue May 17, 2024 · 3 comments
Assignees

Comments

@kameshbhariya
Copy link

kameshbhariya commented May 17, 2024

  • Make the changes in UAT.
  • Add Nutritional Status Under Medical Details and Program Summary in Baseline and Endline Form.
  • Nutritional Statuses are
    Severe Malnourished
    Moderate Malnourished
    Mild Malnourished
    Normal
    Mild Obese
    Moderate Obese
    Severe Obese
  • Baseline Link
  • Endline Link

Tech notes

  • Create a new coded type concept "Nutritional status as per WHO"
  • Add this as a new field in the Baseline and Endline form just below "BMI (kg/m²)"
  • Use the following to calculate the "Nutritional status as per WHO"

imports.common.calculateGrowthStatusForAdolescent({individual, weight, height, asOnDate})

  • The above will return result/grade as {zScore: 2}
  • [ ]. Now, based upon the zscore value, display status as text depending upon the ranges shared in requirement-
    Severe Malnourished: -3
    Moderate Malnourished: -2
    Mild Malnourished: -1
    Normal: 0
    Mild Obese: 1
    Moderate Obese: 2
    Severe Obese: 3
  • Update the decision rule to update the "Risk of" to show the "Nutritional status as per WHO"
  • Update the program summary to display the latest "Nutritional status as per WHO" based upon the new field
  • Update/rename the current concept "Nutrition status" to "Nutrition status as per BMI"
  • Test the decision and program summary rules for this new change
@vedfordev vedfordev self-assigned this May 28, 2024
@vedfordev
Copy link
Contributor

@Dinesh2019 It will work in 8.1

@Dinesh2019
Copy link

Dinesh2019 commented May 29, 2024

productbug

@Dinesh2019
Copy link

as discussed with the vedant Update the decision rule to update the "Risk of" to show the "Nutritional status as per WHO" is the wrong logic.

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

No branches or pull requests

3 participants