Fixing critical issues with Fees > Batch Payments (#2656)
[openemr.git] / Documentation / help_files / sl_eob_help.php
blobc1c4219956dc15428b7fb24ec7e875b21619f6fa
1 <?php
2 /**
3 * Access Control List Help.
5 * @package OpenEMR
6 * @link http://www.open-emr.org
7 * @author Ranganath Pathak <pathak01@hotmail.com>
8 * @version 1.0.0
9 * @copyright Copyright (c) 2017 Ranganath Pathak <pathak01@hotmail.com>
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
12 use OpenEMR\Core\Header;
14 require_once("../../interface/globals.php");
16 <!DOCTYPE HTML>
17 <html>
18 <head>
19 <?php Header::setupHeader();?>
20 <title><?php echo xlt("EOB Posting - Instructions");?></title>
21 <style>
22 @media only screen and (max-width: 768px) {
23 [class*="col-"] {
24 width: 100%;
25 text-align:left!Important;
28 </style>
30 </head>
31 <body>
32 <div class="container oe-help-container" id="home-div">
33 <div>
34 <center><h2><a name = 'entire_doc'><?php echo xlt("EOB Data Entry");?></a></h2></center>
35 </div>
36 <div class= "row">
37 <p><?php echo xlt("This module promotes efficient entry of EOB data.");?>
39 <p><?php echo xlt("There are two ways this can be accomplished, either by the manual method, by searching and entering data for individual invoices or by uploading an entire electronic remittance advice ERA file.");?>
41 <p><?php echo xlt("The initial screen lets you select a method by offering you these two options.");?>
42 </div>
43 <div class= "row">
44 <form>
45 <fieldset>
46 <legend>
47 &nbsp;<span><?php echo xlt("Select Method");?></span>
48 <div class="pull-right oe-legend-radio">
49 <label class="radio-inline">
50 <input type="radio" id="invoice_search_help" name="radio-search" onclick="" value="inv-search-help"><?php echo xlt("Invoice Search"); ?>
51 </label>
52 <label class="radio-inline">
53 <input type="radio" id="era_upload" name="radio-search" onclick="" value="era-upld-help"><?php echo xlt("ERA Upload"); ?>
54 </label>
55 </div>
57 </legend>
58 </fieldset >
59 </form>
60 </div>
61 <div class= "row">
62 <br>
63 <?php echo xlt("To get started you choose one of the two radio buttons. 'Invoice Search' or 'ERA Upload' "); ?>
65 <ul>
66 <li><a href="#invoice-search-div"><?php echo xlt("Invoice Search");?></a></li>
67 <li><a href="#era-upload-div"><?php echo xlt("ERA Upload");?></a></li>
68 </ul>
69 </div>
70 <div class= "row" id="invoice-search-div">
71 <h4 class="oe-help-heading"><?php echo xlt("Invoice Search"); ?><a name = 'invoice_search' href="#"><i class="fa fa-arrow-circle-up oe-pull-away oe-help-redirect" aria-hidden="true"></i></a></h4>
72 <p><?php echo xlt("If you choose to do a manual entry click the 'Invoice Search' radio button. It displays two sections 'Post Item' and 'Invoice Search'"); ?>
73 <form>
75 <fieldset>
76 <legend>
77 &nbsp;<span><?php echo xlt("Post Item");?></span>
78 </legend>
79 </fieldset>
80 <fieldset>
81 <legend>
82 &nbsp;<span><?php echo xlt("Invoice Search");?></span>
83 <div class="pull-right oe-legend-radio">
84 <label class="radio-inline">
85 <input type="radio" id="invoice_search_help" name="radio-search" onclick="" value="inv-search-help"><?php echo xlt("Invoice Search"); ?>
86 </label>
87 <label class="radio-inline">
88 <input type="radio" id="era_upload_help" name="radio-search" onclick="" value="era-upld-help"><?php echo xlt("ERA Upload"); ?>
89 </label>
90 </div>
91 </legend>
92 </fieldset>
94 </form>
95 <br>
96 <p><?php echo xlt("In the 'Post Item' section that is displayed at the top you may enter a source (e.g. check number), pay date and check amount. The reason for the source and pay date is so that you don\'t have to enter them over and over again for each claim. The amount that you enter will be decreased for each invoice that is given part of the payment, and hopefully will end at zero when you are done.")?>
98 <p><?php echo xlt("The section labeled 'Invoice Search' is where you put in your search parameters. You can search by patient name, chart number, encounter number or date of service, or any combination of these. You may also select whether you want to see all invoices, open invoices, or only invoices that are due (by the patient). Click the 'Search' button to perform the search.")?>
100 <p><?php echo xlt("The Search results are displayed in the section 'Search Results'.")?>
101 <form>
102 <fieldset>
103 <legend>
104 &nbsp;<span><?php echo xlt("Search Results");?></span>
105 </legend>
106 </fieldset>
107 </form>
108 <br>
109 <p><?php echo xlt("Upon a successful search you are presented with a list of invoices. You may click on one of the invoice numbers to open a second window, which is the data entry page for manual posting. You may also click on a patient name if you want to enter a note that the front office staff will see when the patient checks in, and you may select invoices to appear on patient statements and print those statements.");?>
111 <p><?php echo xlt("Upon clicking an invoice number the 'manual posting window' appears. Here you can change the due date and notes for the invoice, select the party for whom you are posting, and select the insurances for which all expected payments have been received. Most importantly, for each billing code for which an amount was charged, you can enter payment and adjustment information.");?>
113 <p><?php echo xlt("The Source and Date columns are copied from the first page, so normally you will not need to touch those. You can put a payment amount in the Pay column, an adjustment amount in the Adjust column, or both. You can also click the 'W' on the right to automatically compute an adjustment value that writes off the remainder of the charge for that line item.");?>
115 <p><?php echo xlt("Pay attention to the 'Done with' checkboxes. After the insurances are marked complete then we will start asking the patient to pay the remaining balance; if you fail to mark all of the insurances complete then the remaining amount will not be collected! Also if there is a balance that the patient should pay, then set the due date appropriately, as this will affect the language that appears on patient statements.");?>
117 <p><?php echo xlt("After the information is correctly entered, click the Save button.");?>
119 <p><?php echo xlt("Another thing you can do in the posting window is request secondary billing. If you select this checkbox before saving, then the original claim will be re-opened and queued on the Billing page, and will be processed during the next billing run.");?>
120 </div>
121 <div class= "row" id="era-upload-div">
122 <h4 class="oe-help-heading"><?php echo xlt("ERA Upload"); ?><a id = 'electronic_remits' name = 'electonic_remits' href="#"><i class="fa fa-arrow-circle-up oe-pull-away oe-help-redirect" aria-hidden="true"></i></a></h4>
123 <p><?php echo xlt("Alternatively, you may choose to upload an electronic remittance (X12 835) file that you have obtained from your payer or clearinghouse. You can do this by first selecting the 'ERA upload' option in the initial 'Select Method' section. This brings up the 'ERA Upload' Section.")?>
124 <form>
125 <fieldset>
126 <legend>
127 &nbsp;<span><?php echo xlt("Select Method");?></span>
128 <div class="pull-right oe-legend-radio">
129 <label class="radio-inline">
130 <input type="radio" id="invoice_search_help" name="radio-search" onclick="" value="inv-search-help"><?php echo xlt("Invoice Search"); ?>
131 </label>
132 <label class="radio-inline">
133 <input type="radio" id="era_upload_help" name="radio-search" onclick="" value="era-upld-help"><?php echo xlt("ERA Upload"); ?>
134 </label>
135 </div>
136 </legend>
137 </fieldset>
138 <fieldset>
139 <legend>
140 &nbsp;<span><?php echo xlt("ERA Upload");?></span>
141 </legend>
142 </fieldset>
143 </form>
144 <br>
145 <p><?php echo xlt("Start by clicking the Browse button and selecting the file to upload, and then clicking 'Upload' to perform the upload and display the corresponding invoices. In this case the other parameters mentioned above do not apply and will be ignored. Uploading saves the file but does not yet process its contents -- that is done separately as described below.")?>
147 <p><?php echo xlt("If you have chosen to upload electronic remittances, then the search window redisplays itself with the matching invoices from the X12 file. You may click on any of these invoice numbers (as described above) if you wish to make any corrections before the remittance information is applied. To apply the changes, click the 'Process ERA File' button at the bottom of the page. This will produce a new window with a detailed report."); ?>
149 <p> <strong style="color:blue"><?php echo xlt("Blue lines in this report are informational.");?></strong>
150 <p><strong style="color:black"><?php echo xlt("Black lines show previously existing information.");?></strong>
151 <p><strong style="color:green"><?php echo xlt("Green lines show changes that were successfully applied.");?> </strong>
152 <p><strong style="color:red"><?php echo xlt("Red lines indicate errors, or changes that were not applied; these must be processed manually. Currently denied claims and payment reversals are not handled automatically and so will appear in red.");?></strong>
154 <p><?php echo xlt("If you have entered a Pay Date in the search page, this will override the posting date of payments and adjustments that are otherwise taken from the X12 file. This may be useful for reporting purposes, if you want your receipts reporting to use your posting date rather than the insurance company\'s processing date. Note that this will also affect dates of prior payments and adjustments that are put into secondary claims."); ?>
156 <p><?php echo xlt("The X12 files as well as the resulting HTML output reports are archived in the 'era' subdirectory of the main OpenEMR installation directory. You will want to refer to these archives from time to time."); ?>
157 <span><strong>
158 <?php
159 $url = ($_SERVER['HTTPS'] == 'on') ? 'https' : 'http';
160 $url .= "://" . $_SERVER['HTTP_HOST'] . "$web_root/sites/" . $_SESSION['site_id'] . "/documents/era/";
161 echo "$url";
163 </strong></span>
164 </div>
165 </div><!--end of container div-->
166 </body>
167 </html>