-
Notifications
You must be signed in to change notification settings - Fork 134
Finance Inpatient Final Bill
Dr M H B Ariyaratne edited this page May 22, 2026
·
1 revision
The final bill closes the patient's inpatient episode. It consolidates all outstanding charges since the last interim bill (or since admission if no interim bills were issued), applies any deposits already paid, and calculates the balance due. Generating the final bill is the trigger for discharge from a billing perspective.
Main Menu → Inward → Billing → Final Bill OR BHT Search → select admission → Generate Final Bill
- Confirm all ward charges have been entered (nursing notes, final pharmacy issues, OT charges).
- Navigate to
inward/inward_bill_final.xhtml. - The system loads:
- All unbilled charges for the stay
- Previously collected deposits (shown as credit)
- Any interim payments already collected
- Review each charge category line.
- Apply any approved discounts or adjustments if authorised.
- Click Generate Final Bill.
- Collect the balance payment via the payment screen.
- Print the final bill.
| Section | Description |
|---|---|
| Charge Summary | Room, Nursing, Investigation, Pharmacy, Surgery totals |
| Professional Fees | Consultant/surgeon fees (if settled before discharge) |
| Deposits Applied | BHT deposits credited against the total |
| Interim Payments | Payments already collected during admission |
| Balance Due | Total charges − deposits − interim payments |
- After reviewing the final bill, click Collect Payment or navigate to
inward/inward_bill_payment.xhtml. - Enter the balance payment.
- If the patient is paying more than the balance, a refund may be issued.
- Once payment is complete, the admission is flagged as financially discharged.
Professional fees for consultants and surgeons may be settled as part of the final billing or separately. See Inpatient Professional Fees for details.
Approved discounts can be applied before generating the final bill:
- Click Price Adjustment (if authorised).
- Enter the discount amount or percentage.
- Provide a reason.
- Save. The adjustment is reflected in the final bill total.
Navigate to the BHT bill search, locate the final bill entry, and click Reprint.
| Item | Detail |
|---|---|
| Page | inward/inward_bill_final.xhtml |
| Controller | InwardPaymentController |
| BillType | InwardFinalBill |
| Payment page | inward/inward_bill_payment.xhtml |
| Professional fees | InwardProfessionalBillController |