sunsetsystems wrote on Saturday, April 02, 2005:
I wanted to share some of my thoughts and plans regarding use of SQL-Ledger with OpenEMR, and solicit feedback.
First of all, to be blunt I’m not seeing much value in the EOB handling that was patched in. It seems to me that SQL-Ledger should be usable with no customization whatsoever, and thus the issue of keeping up with ongoing SL releases can be mostly irrelevant. It is, after all, a pretty complete accounting system.
An EOB can be dealt with by opening the associated invoice and keying in the relevant payments and adjustments. Maybe not optimal, but workable.
Secondly, to associate insurance companies with invoice items, SL has a handy thing called a Project ID. So we can think of insurance companies as projects, and put in the ID of the insurance company as the project ID. Add a bit of reporting software, and we’re good to go in terms of insurance.
Thirdly, there’s the issue of keeping up with patient balances. OpenEMR currently reports the patient balance from SQL-Ledger on the patient summary page. However this does not indicate how much of this is pending insurance, and how much is known to be due immediately from the patient, which in a live setting is a pretty important distinction. My plan for this is to change ws_server.pl as follows:
(1) When reporting the patient balance, exclude invoices that are not yet due;
(2) When adding an invoice, set the due date 40 days into the future if it’s billed to insurance. By law insurance companies must respond within 30 days and this adds a small grace period.
Also when the EOB is received and some amount is still due from the patient, the accounting clerk should set the invoice due date to the current date when putting in the payments and adjustments.
Fourthly, OpenEMR by default adds insurance companies as customers in SQL-Ledger but does not seem to do anything with them. It seems messy to clutter up the table of customers with these. I have already added an option in globals.php to turn this off.
All comments appreciated…
– Rod <rod at sunsetsystems cot com>