4 * Ledger Dashboard Help.
7 * @link http://www.open-emr.org
8 * @author Ranganath Pathak <pathak@scrs1.org>
9 * @copyright Copyright (c) 2018 Ranganath Pathak <pathak@scrs1.org>
10 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
13 use OpenEMR\Core\Header
;
15 require_once("../../interface/globals.php");
20 <?php Header
::setupHeader();?
>
21 <title
><?php
echo xlt("Patient Ledger Help");?
></title
>
24 <div
class="container oe-help-container">
26 <h2
class="text-center"><a name
='entire_doc'><?php
echo xlt("Patient Ledger Help");?
></a
></h2
>
29 <div
class="col-sm-12">
30 <p
><?php
echo xlt("Is a record of all financial transactions between the patient and the practice");?
>.</p
>
32 <p
><?php
echo xlt("Click on the Ledger menu item in the navigation bar to to enter the Patient Ledger page");?
>.</p
>
34 <p
><?php
echo xlt("Select a date range and click Submit");?
>.
35 <button type
="button" class="btn btn-secondary btn-save btn-sm oe-no-float"><?php
echo xlt("Submit"); ?
></button
>
38 <p
><?php
echo xlt("Financial transactions corresponding to the date range, if any, will be listed in the table");?
>.</p
>
40 <p
><?php
echo xlt("They are listed in ascending order by encounter date");?
>.</p
>
42 <p
><?php
echo xlt("The first line will show the Encounter date and Reason as well as the Provider for that encounter");?
>.</p
>
44 <p
><?php
echo xlt("The next few lines will list all the E/M and CPT codes that were billed, one line per code");?
>.</p
>
46 <p
><?php
echo xlt("For those lines the Description will indicate the details of the code");?
>.</p
>
48 <p
><?php
echo xlt("The Billed Date/Payor column will show the date the line item was billed and the Payor - either insurance or patient");?
>.</p
>
50 <p
><?php
echo xlt("The Type will be blank");?
>.</p
>
52 <p
><?php
echo xlt("The Units will be 1 as each code is billed only once for the encounter");?
>.</p
>
54 <p
><?php
echo xlt("The Charge will be the actual amount being charged for each line item");?
>.</p
>
56 <p
><?php
echo xlt("The Payment, Adjustment and Balance will be blank as these lines reflect only the charges being made");?
>.</p
>
58 <p
><?php
echo xlt("The subsequent lines will indicate the details of the payments received, adjustments made and the balance due");?
>.</p
>
60 <p
><?php
echo xlt("On these lines the Code column will be blank");?
>.</p
>
62 <p
><?php
echo xlt("The Description will detail the type of payment or adjustment - Cash, Check, Electronic etc ");?
>.</p
>
64 <p
><?php
echo xlt("The Billed Date/Payor column will show the date the line item payment was received and the Payor name - either insurance or patient");?
>.</p
>
66 <p
><?php
echo xlt("The Type will Insurance or Patient");?
>.</p
>
68 <p
><?php
echo xlt("The Unit column would be blank");?
>.</p
>
70 <p
><?php
echo xlt("The Charge column would be blank");?
>.</p
>
72 <p
><?php
echo xlt("The amount will be displayed in either the Payment or Adjustment column as the case may be");?
>.</p
>
74 <p
><?php
echo xlt("The Balance column would be empty");?
>.</p
>
76 <p
><?php
echo xlt("The last line of this encounter block will give the encounter totals of Charges, Payments, Adjustments and the Balance");?
>.</p
>
78 <p
><?php
echo xlt("The very last line of this report will give the Grand Total of Charges, Payments, Adjustments and the Balance");?
>.</p
>
81 </div
><!--end of container div
-->