Currently, in Version 5 of OpenEMR, the BMI status is in an input field. If the BMI status can be generated once the BMI has been generated it would be better like we all know that the standard BMI Status is as follows:
Adult BMI Calculator – Results
BMI Weight Status
Below 18.5 Underweight
18.5—24.9 Normal
25.0—29.9 Overweight
30.0 and Above Obese
If this is done it would reduce the thinking time that a nurse would use to think which status to fill in and at most times the nurse woould not fill.
good catch and this could be considered a bug however bmi and bmi status will auto generate if you enter height weight and don’t supply values to the bmi fields
We assume the above code runs on Javascript, so please try Math.sqrt() instead of using sqrt() as shown below:
BSA= Math.sqrt((height*weight)/3600));
Hope this helps.
Please share your feedback or issues if you still face any.