-
Notifications
You must be signed in to change notification settings - Fork 134
Finance Membership Scheme Payment Methods
Dr M H B Ariyaratne edited this page May 22, 2026
·
1 revision
A membership scheme grants enrolled patients preferential treatment — reduced consultation fees, pharmacy discounts, priority appointments, or access to specific wards. The payment method configuration within a membership scheme controls how members can pay and what discounts are applied automatically when their membership is active.
Main Menu → Administration → Membership → Schemes OR Main Menu → Configuration → Finance → Membership Schemes
| Setting | Description |
|---|---|
| Scheme Name | Name of the membership plan (e.g., "Gold Health Card") |
| Duration | Membership validity period (months or years) |
| Fee | Enrollment or renewal fee |
| Allowed Payment Methods | Which payment methods members can use |
| PatientPoints | Whether members earn and redeem points |
| OPD Discount | Discount on OPD consultation and services |
| Pharmacy Discount | Discount on pharmacy purchases |
| Channelling Discount | Discount on channel appointment fees |
| Inpatient Discount | Discount on inpatient charges (if applicable) |
- Open the membership scheme.
- Navigate to the Payment Methods tab.
- Enable or restrict payment methods as needed:
- Enable PatientPoints if members earn and redeem loyalty points.
- Enable eWallet if the scheme is linked to a mobile payment provider.
- Restrict or require specific methods to enforce scheme rules.
- Save.
When the membership scheme enables PatientPoints:
- Members earn points on eligible transactions (e.g., 1 point per Rs 100 spent).
- Points accumulate in the patient's account.
- At billing, the cashier selects PatientPoints as the (full or partial) payment method.
- The system deducts the equivalent value from the patient's point balance.
When a patient with an active membership visits:
- The billing system detects the active membership from the patient record.
- Applicable discount rules for the scheme are loaded automatically.
- Discounts are applied before the total is presented to the cashier.
If the membership has expired or is not active, discounts are not applied.
- Go to the patient record.
- Click Enroll in Membership.
- Select the scheme and enter the enrollment date.
- Collect the enrollment fee (if applicable) using any allowed payment method.
- Print the membership card or certificate.
- Locate the patient's membership record.
- Click Renew.
- Collect the renewal fee.
- The new expiry date is calculated from the scheme's duration.
| Item | Detail |
|---|---|
| Entity |
MembershipScheme, PatientMembership
|
| Points |
PatientPoints payment method in PaymentMethod enum |
| Discount integration | Membership lookup during billing → discount rules applied |
| Related | OPD Discount Rules, Pharmacy Channelling Discount Rules |