Calculating provider pay at two different rates
Posted: Tue Nov 15, 2022 5:01 am
Hello world, how is everyone?
So it looks like the office manager created two different providers for the same provider because he makes a different percentage of production based on the procedures performed. (Dentist is multi-speciality.)
This is breaking our "Search for next appointment" feature (times that have appointments are being shown as available) and I'm sure will cascade into a bunch of problems.
I have mulled over:
1) Keeping the two separate providers but only using one of them for future appointments, and then on the DOS change the provider to the correct provider.
2) Finding a SQL query for procedures that have a different reimbursement for the provider and subtracting this amount from the provider's total.
Does anyone have a better solution for given a single provider two different percentages of production?
So it looks like the office manager created two different providers for the same provider because he makes a different percentage of production based on the procedures performed. (Dentist is multi-speciality.)
This is breaking our "Search for next appointment" feature (times that have appointments are being shown as available) and I'm sure will cascade into a bunch of problems.
I have mulled over:
1) Keeping the two separate providers but only using one of them for future appointments, and then on the DOS change the provider to the correct provider.
2) Finding a SQL query for procedures that have a different reimbursement for the provider and subtracting this amount from the provider's total.
Does anyone have a better solution for given a single provider two different percentages of production?