Showing cpt4 fees and total

markleeds wrote on Tuesday, February 07, 2006:

file download:
http://www.drleeds.com/files/diagnosis.tar.gz

We are still in our first weeks of opening.  We are not providers for any insurance plans yet, so all of our business is self-pay only.  I wanted to be able to record cash payments in OpenEMR, but my staff has to look at a paper price sheet and total the prices in their head or on paper.

I made a few small changes to the diagnosis.php file which may help.  The change causes prices to be displayed next to cpt4 codes as they are entered with the current total at the bottom.  Then, we can just look at the total, ask for that amount, and enter it as a copay.

Please let me know if this is useful or a bad idea.

Thanks!

Mark

sunsetsystems wrote on Tuesday, February 07, 2006:

You could alternatively do this from the Fee Sheet, which already shows prices but not a total.

Another useful enhancement would be to generate a PDF to print as a receipt.

– Rod
www.sunsetsystems.com

markleeds wrote on Wednesday, February 08, 2006:

Thanks for the suggestion.

I just put in a Receipt link in that same lower right corner box with the codes.  It pops up a new window with a nice HTML receipt.  I just borrowed and altered code from print_custom_report.php.

I will try it out today and see how it goes.