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