-
Notifications
You must be signed in to change notification settings - Fork 134
Finance Patient Deposit Management
Dr M H B Ariyaratne edited this page May 22, 2026
·
1 revision
Patient deposits (also called patient balance or pre-paid balance) allow patients to load funds onto their account in advance. The balance can be drawn down at billing using the PatientDeposit payment method, avoiding the need to carry cash for each visit. This is distinct from BHT admission deposits (which are inpatient-specific — see BHT Deposits).
Main Menu → Financial Transaction Manager → Patient Deposit tab OR Patient Registration → Manage Deposit
- Navigate to the Patient Deposit page.
- Search for the patient by name, NIC, or patient number.
- Click Add Deposit.
- Enter:
- Amount — amount the patient is loading
- Payment method — Cash, Card, etc.
- Reference — optional note
- Click Save. The balance is added to the patient's account.
- Print the deposit receipt.
- Navigate to the Patient Deposit page.
- Search for the patient.
- The current balance is shown on the patient's deposit summary.
- Transaction history shows all loads, deductions, and refunds.
- When a cashier creates a bill for this patient, select PatientDeposit as the payment method.
- The system shows the available balance.
- The bill amount is deducted from the balance.
- If the bill exceeds the balance, the cashier selects a second payment method for the shortfall.
If the patient requests a refund of their remaining balance:
- Navigate to Patient Deposit → Refund.
- Enter the refund amount (cannot exceed current balance).
- Select payment method for the refund (usually Cash).
- Provide a reason.
- Click Save. The balance is reduced.
- Print the refund receipt.
- Open the patient's deposit record.
- Navigate to the Statement tab.
- All credit entries (loads) and debit entries (billing deductions, refunds) are listed with dates and references.
- The closing balance is shown at the bottom.
| Item | Detail |
|---|---|
| PaymentMethod |
PatientDeposit in PaymentMethod enum |
| Entity |
PatientDeposit or equivalent balance entity |
| Inpatient deposit | Different entity — see BHT Deposits |