Hello CHUG,
Is anyone capturing and sending this data for HEDIS and Medicaid Plans? For BMI Percentile the Medicaid plans in our area are requiring ICD-10 codes, for Counseling for Nutrition they want a HCPCS code of G0270 or G0271 and for Counseling for Physical Activity, they want HCPCS G0447. All of this information needs to be on a claim and sent to the Medicaid Carrier for credit. We are trying to figure out how we could automate this in our EMR but it seems to be very difficult. We would appreciate any feedback.
Thank you,
Shannon Mastroianni
Rowan Medicine (CEMR v9.12)
[email protected]
We do this now. We use a custom vitals form. This is our basic workflow: When the height and weight are entered the BMI value is calculated. Then in the page close handler for the form if the BMI obs term is present we call a function that takes the BMI value as a parameter. Based on the BMI value then use the MEL_ADD_ORDER() function to send the appropriate CPT code with the needed ICD code attached.
I hope that is helpful.
Thanks,
Brad
Hi Brad I was wondering would you be willing to share a screen shot of the custom vitals form that you are using? After the upgrade we had I thought we are supposed to get a really nice vitals forms for PEDS, but come to find out it was missing a lot of information. Thank you in advance
We were told by some insurance plans to use dx codes Z71.3 and Z71.82
Do you calculate or read the "Percentile" somehow?