Initial import.
[openemr.git] / interface / billing / sl_eob_help.php
blob7eec0ddbdf22b4865ba02c7d27da37c110596ef1
1 <html>
2 <head>
3 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
4 <title>EOB Posting - Instructions</title>
5 </head>
6 <body>
7 <center><h2>EOB Data Entry</h2></center>
9 <p>This module consists of two windows (not including this help page)
10 and promotes efficient entry of EOB data.
12 <p>The first window is the invoice search page. At the top you should
13 enter a check number, pay date and check amount. The reason for the check
14 number and pay date is so that you don't have to enter them over and over
15 again for each claim. The amount that you enter will be decreased for each
16 invoice that is given part of the payment, and hopefully will end at zero
17 when you are done.
19 <p>Just below the check information is a blue area where you put in your
20 search parameters. You can search by patient name, chart number, encounter
21 number or date of service, or any combination of these. The "Closed" checkbox,
22 if checked, will include closed invoices in the search. Click the Search
23 button to perform the search.
25 <p>Upon searching you are presented with a list of invoices. Click on one
26 of the invoice numbers to open the second window, which is the data entry
27 page.
29 <p>In the data entry page you can change the due date and notes for the invoice.
30 More importantly, for each billing code for which an amount was charged, you
31 can enter payment and adjustment information.
33 <p>The Source and Date columns are copied from the first page, so normally
34 you will not need to touch those. You can put a payment amount in the Pay
35 column, an adjustment amount in the Adjust column, or both. You can also click
36 the "W" on the right to automatically compute an adjustment value that
37 writes off the remainder of the charge for that line item.
39 <p>Pay attention to the due date. This is the date when we will start asking
40 the patient to pay the remaining balance. If there is a balance
41 that the patient should pay, then set the due date to the current date. If
42 you will be submitting a secondary claim then set the due date about 40 days
43 into the future, or as otherwise prescribed by your site's policies.
45 <p>After the information is correctly entered, click the Save button.
46 </body>
47 </html>