fix another translation bug
[openemr.git] / interface / billing / sl_eob_help.php
blob7ba7ec6cfb929e58d8d3fcba96ea50e6168968a3
1 <?php
2 // Copyright (C) 2005 Rod Roark <rod@sunsetsystems.com>
3 //
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
9 include_once("../globals.php");
11 <html>
12 <head>
13 <link rel=stylesheet href="<?echo $css_header;?>" type="text/css">
14 <title><?xl('EOB Posting - Instructions','e')?></title>
15 </head>
16 <body>
17 <center><h2><?xl('EOB Data Entry','e')?></h2></center>
19 <p><?xl('This module consists of two windows (not including this help page)
20 and promotes efficient entry of EOB data.','e')?>
22 <p><?xl('The first window is the invoice search page. At the top you should
23 enter a source (e.g. check number), pay date and check amount. The reason for the
24 source and pay date is so that you don\'t have to enter them over and over
25 again for each claim. The amount that you enter will be decreased for each
26 invoice that is given part of the payment, and hopefully will end at zero
27 when you are done.','e')?>
29 <p><?xl('Just below the check information is a blue area where you put in your
30 search parameters. You can search by patient name, chart number, encounter
31 number or date of service, or any combination of these. You may also select
32 whether you want to see all invoices, open invoices, or only invoices that
33 are due (by the patient). Click the Search button to perform the search.','e')?>
35 <p><?xl('Upon searching you are presented with a list of invoices. Click on one
36 of the invoice numbers to open the second window, which is the data entry
37 page. You may also click on a patient name if you want to enter a note that
38 the front office staff will see when the patient checks in, and you may
39 select invoices to appear on patient statements and print those statements.','e')?>
41 <p><?xl('Upon clicking an invoice number a "posting window" appears. Here you can
42 change the due date and notes for the invoice, select the party for whom you
43 are posting, and select the insurances for which all expected paymants have
44 been received. Most importantly, for each billing code for which an amount
45 was charged, you can enter payment and adjustment information.','e')?>
47 <p><?xl('The Source and Date columns are copied from the first page, so normally
48 you will not need to touch those. You can put a payment amount in the Pay
49 column, an adjustment amount in the Adjust column, or both. You can also click
50 the "W" on the right to automatically compute an adjustment value that
51 writes off the remainder of the charge for that line item.','e')?>
53 <p><?xl('Pay attention to the "Done with" checkboxes. After the insurances are
54 marked complete then we will start asking the patient to pay the remaining
55 balance; if you fail to mark all of the insurances complete then the remaining
56 amount will not be collected! Also if there is a balance that the patient
57 should pay, then set the due date appropriately, as this will affect the
58 language that appears on patient statements.','e')?>
60 <p><?xl('After the information is correctly entered, click the Save button.','e')?>
62 <p><?xl('Another thing you can do in the posting window is request secondary billing.
63 If you select this checkbox before saving, then the original claim will be
64 re-opened on the Billing page, and you will be able to select the new insurance
65 to be billed during the next billing run.','e')?>
66 </body>
67 </html>