Hello i’m a newbie trying to use openemr in a clinic . I have managed to setup the clinic’s practice and services . I am having problems with receiving cash payment for patient registration from first time visitors to the clinic . My country does not support credit card transaction so most payments are done over the counter by cash .
Also i would like to know how la results get signed .
Thanks
If you turn on the Inventory Module in Globals you will get a new menu items in the popups called prepay that will solve the problem. You could also use Fees->payments, but it is a little cumbersome for single payments as it is a batch posting tool.
Note to team: Need to decouple the PrePay menu item from the Inventory module and move it to the Fees-> menu
The PrePay item is decoupled already; just for some reason, it is called ‘Payment’ in the popup rather than ‘PrePay’ when the inventory module is not used. Pretty odd. Sounds like it should simply by Payment in both cases; this thing may belongs in the Fees menu item also, since it seems to be a very useful way to make pre-pay/copays.
Made some proposed changes to the Fees section of the left_nav menu:
Renamed Payments to Batch Payments
Placed a link Payments to the link that was only previously in the popup menu
There is now a link to a Checkout and Payments screen which seem to be very similar. The main question here is if it makes sense to retire Checkout? Or should we keep both of them there. If do keep Checkout, then there is a bug (likely very simple to fix) that is not showing copays (copays were migrated to the ar_activity table, so aren’t showing up there).
Hi,
Committed above to sourceforge. It does appear that the Checkout and Payments are different enough (the checkout lists all diagnoses/procedure descriptions in the receipt whereas the Payments just lists the charges), so perhaps makes sense to keep both (until somebody completely merges the fx of the two together).
-brady OpenEMR
No need to add the Inventory module. Can be found in two places (in 4.1.1-dev version):
Fees->Payment (note the Batch Payments now is link for the other stuff)
Popups->Payment
(Note these are both the same thing; and see the Payment Against selection for choosing Pre-pay or Co-pay etc.
I am new to openemr i am using version 4.2.0. Most of my Patient are poor don’t have insurance card so i have to go prepay. when i am opening new patient record in frontoffice and in fee i go for payment prepay at the end of day i cant find any detail about it.
Best to make the system record reflect real life events. When patient shows up at reception,
Create patient record if necessary
If office policy requires fixed charge for today’s visit, create encounter and use fee sheet to record co-payment. After the visit but before patient checks out, clerk can record the charges, collect additional amounts if needed and provide a itemized receipt.
If patient sends payment before the visit, use batch payments to record pre-payment from the patient. This does not require the encounter at the time of receipt. You will find batch payments to be more flexible as you can record parents paying for the visits of several family members (including self) on different dates.
This is done by allocate until the undistributed balance becomes 0.
If your workflow does not match either of the scenarios, you should describe it in detail for others to comment.