-
Notifications
You must be signed in to change notification settings - Fork 135
Finance Collecting Centre Management
A collecting centre is an external partner — typically a private clinic, pharmacy, or diagnostic centre — that collects patient samples or makes referrals and receives a collection fee or commission for each specimen or referral sent to the hospital. Collecting centre management covers setup, fee configuration, billing, and payment to these partners.
Main Menu → Administration → Collecting Centres OR Main Menu → Finance → Collecting Centre Payments
- Navigate to Administration → Collecting Centres.
- Click New Collecting Centre.
- Fill in:
- Name — centre name
- Code — short code for identification
- Contact — address, phone, email
- Default Commission Rate — percentage or fixed fee per referral/test
- Save.
Each test or service can have a specific collection fee for each collecting centre:
- Open the collecting centre record.
- Navigate to the Fee Configuration tab.
- For each service/test:
- Set the collecting fee (fixed amount or %)
- Set whether the fee applies to all tests or specific items
- Save.
The FeeType.CollectingCentre value in the FeeType enum designates these fees in the system.
When a patient is referred from a collecting centre:
- At reception or billing, the referring collecting centre is selected on the patient registration or bill.
- The system records the collecting centre reference on the bill.
- The collection fee is calculated based on the configured rates.
- Navigate to Finance → Collecting Centre Payments.
- Select the collecting centre.
- Set the date range for payments due.
- The system lists all bills with collection fees outstanding.
- Review and verify the amounts.
- Click Generate Payment to create a payment voucher.
- Record the actual payment method (cheque, bank transfer).
- Print the payment voucher.
- Open the collecting centre record.
- Navigate to the Statement tab.
- Set the date range.
- The statement shows: referral date, test/service, bill amount, collection fee, status (paid/unpaid).
- Export to Excel.
Collecting centres typically submit their own fee invoices. To reconcile:
- Generate the HMIS collecting centre statement for the same period.
- Compare line by line with the CC's invoice.
- Resolve discrepancies by checking individual bill details.
| Item | Detail |
|---|---|
| FeeType |
CollectingCentre in FeeType enum |
| Entity |
CollectingCentre, CollectingCentreFee
|
| Bill linkage | Collecting centre reference stored on Bill
|