fixed inactivity timeout failure
[openemr.git] / interface / billing / sl_eob_help.php
blob97665d0fd3bc6751eb3e2a6fe35d9668af46479e
1 <?php
2 // Copyright (C) 2005-2006 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="<?php echo $css_header;?>" type="text/css">
14 <title><?php xl('EOB Posting - Instructions','e')?></title>
15 </head>
16 <body>
17 <center><h2><?php xl('EOB Data Entry','e')?></h2></center>
19 <p><?php xl('This module promotes efficient entry of EOB data.','e')?>
21 <p><b><?php xl('Input Fields','e') ?></b>
23 <p><?php xl('The initial window is the invoice search page. At the top you may enter
24 a source (e.g. check number), pay date and check amount. The reason for the
25 source and pay date is so that you don\'t have to enter them over and over
26 again for each claim. The amount that you enter will be decreased for each
27 invoice that is given part of the payment, and hopefully will end at zero
28 when you are done.','e')?>
30 <p><?php xl('Just below the check information is a blue area where you put in your
31 search parameters. You can search by patient name, chart number, encounter
32 number or date of service, or any combination of these. You may also select
33 whether you want to see all invoices, open invoices, or only invoices that
34 are due (by the patient). Click the Search button to perform the search.','e')?>
36 <p><b><?php xl('Electronic Remits','e') ?></b>
38 <p><?php xl('Alternatively, you may use the search page to upload an electronic
39 remittance (X12 835) file that you have obtained from your payer or
40 clearinghouse. You can do this by clicking the Browse button and selecting
41 the file to upload, and then clicking Search to perform the upload and display
42 the corresponding invoices. In this case the other parameters mentioned above
43 do not apply and will be ignored. Uploading saves the file but does not yet
44 process its contents -- that is done separately as described below.','e')?>
46 <p><?php xl('If you have chosen to upload electronic remittances, then the search
47 window redisplays itself with the matching invoices from the X12 file. You
48 may click on any of these invoice numbers (as described below) if you wish to
49 make any corrections before the remittance information is applied.
50 To apply the changes, click the Process ERA File button at the bottom of the
51 page. This will produce a new window with a detailed report.','e') ?>
53 <p><?php xl('Blue lines in this report are informational. Black lines
54 show previously existing information. Green lines show changes
55 that were successfully applied. Red lines indicate errors, or changes that
56 were not applied; these must be processed manually. Currently denied claims and
57 payment reversals are not handled automatically and so will appear in red.','e')?>
59 <p><?php xl('If you have entered a Pay Date in the search page, this will
60 override the posting date of payments and adjustments that are otherwise
61 taken from the X12 file. This may be useful for reporting purposes, if
62 you want your receipts reporting to use your posting date rather than the
63 insurance company\'s processing date. Note that this will also affect
64 dates of prior payments and adjustments that are put into secondary
65 claims.','e') ?>
67 <p><?php xl('The X12 files as well as the resulting HTML output reports are archived
68 in the "era" subdirectory of the main OpenEMR installation directory. You will
69 want to refer to these archives from time to time. The URL is ','e') ?>
70 <?php
71 $url = ($_SERVER['HTTPS'] == 'on') ? 'https' : 'http';
72 $url .= "://" . $_SERVER['HTTP_HOST'] . "$web_root/era/";
73 echo "<a href='$url'>$url</a>.\n";
76 <p><b><?php xl('Manual Posting','e') ?></b>
78 <p><?php xl('The remaining information below applies only if you are posting
79 manually, or if you are doing manual corrections.','e')?>
81 <p><?php xl('Upon searching you are presented with a list of invoices. You may click
82 on one of the invoice numbers to open a second window, which is the data entry
83 page for manual posting. You may also click on a patient name if you want to
84 enter a note that the front office staff will see when the patient checks in, and
85 you may select invoices to appear on patient statements and print those
86 statements.','e')?>
88 <p><?php xl('Upon clicking an invoice number the "manual posting window" appears.
89 Here you can change the due date and notes for the invoice, select the party
90 for whom you are posting, and select the insurances for which all expected
91 paymants have been received. Most importantly, for each billing code for which
92 an amount was charged, you can enter payment and adjustment information.','e')?>
94 <p><?php xl('The Source and Date columns are copied from the first page, so normally
95 you will not need to touch those. You can put a payment amount in the Pay
96 column, an adjustment amount in the Adjust column, or both. You can also click
97 the "W" on the right to automatically compute an adjustment value that
98 writes off the remainder of the charge for that line item.','e')?>
100 <p><?php xl('Pay attention to the "Done with" checkboxes. After the insurances are
101 marked complete then we will start asking the patient to pay the remaining
102 balance; if you fail to mark all of the insurances complete then the remaining
103 amount will not be collected! Also if there is a balance that the patient
104 should pay, then set the due date appropriately, as this will affect the
105 language that appears on patient statements.','e')?>
107 <p><?php xl('After the information is correctly entered, click the Save button.','e')?>
109 <p><?php xl('Another thing you can do in the posting window is request secondary billing.
110 If you select this checkbox before saving, then the original claim will be
111 re-opened and queued on the Billing page, and will be processed during the next
112 billing run.','e')?>
113 </body>
114 </html>