-
Notifications
You must be signed in to change notification settings - Fork 134
Finance Inpatient Interim Bills
An interim bill is a mid-stay summary of charges generated while the patient is still admitted. It shows all services, medications, procedures, and accommodation charges accumulated so far, without closing the admission. Interim bills are used to give patients and families a cost update, collect partial payments, or meet insurance pre-authorisation requirements.
Main Menu → Inward → Billing → Interim Bill OR BHT Search → select admission → Generate Interim Bill
- Locate the patient's BHT (Bed Head Ticket) via BHT search or ward census.
- Navigate to
inward/inward_bill_intrim.xhtml. - The system loads all unbilled charges for the admission.
- Review the charge breakdown by category (Room, Nursing, Investigation, Pharmacy, Surgery, etc.).
- Verify the total and click Generate Bill.
- Print from
inward/inward_bill_intrim_print.xhtml.
| Charge Category | Examples |
|---|---|
| Room Charges | Daily bed rate, ICU/special room premium |
| Nursing Charges | Nursing procedures, dressings |
| Investigation Charges | Lab tests, radiology, ECG |
| Pharmacy Charges | Medications dispensed from ward pharmacy |
| Surgery Charges | OT charges, anaesthesia |
| Other Services | Physiotherapy, dietary supplements |
All charges already included on a previously printed interim bill may appear again if not yet settled — verify with the billing team before collecting payment.
- After generating the interim bill, click Collect Payment.
- The system opens the payment screen (same as
inward/inward_bill_payment.xhtml). - Select payment method and enter the amount.
- Save. The payment is recorded against the BHT balance.
The patient remains admitted; the admission is not closed by interim billing.
Navigate to inward/inward_report_invoice_journal.xhtml (Invoice Journal) or use the BHT bill search to locate the interim bill and reprint.
| Item | Detail |
|---|---|
| Page | inward/inward_bill_intrim.xhtml |
| Print page | inward/inward_bill_intrim_print.xhtml |
| Controller | InwardPaymentController |
| BillType | InwardBill |
| Charge model |
InwardChargeType enum (~100+ values) |