Activate Care workflows across check-in and financial clearance.
Deploy Ladill Care / deploy (push) Failing after 1m9s
Deploy Ladill Care / deploy (push) Failing after 1m9s
Enforce service-queue gates, cashier settlements, and clinical stage progression so patient journeys cannot bypass configured payment or authorization rules. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -100,6 +100,24 @@ return [
|
||||
'digital' => 'Digital (MoMo / card / Paystack)',
|
||||
],
|
||||
|
||||
'clearance_methods' => [
|
||||
'payment' => 'Payment received',
|
||||
'bank_receipt' => 'External bank receipt verified',
|
||||
'insurance' => 'Insurance authorization',
|
||||
'credit' => 'Approved credit',
|
||||
'waiver' => 'Waiver',
|
||||
'override' => 'Authorized override',
|
||||
],
|
||||
|
||||
'obligation_statuses' => [
|
||||
'pending' => 'Pending',
|
||||
'authorized' => 'Insurance authorized',
|
||||
'paid' => 'Paid',
|
||||
'waived' => 'Waived',
|
||||
'deferred' => 'Deferred / credit',
|
||||
'void' => 'Void',
|
||||
],
|
||||
|
||||
'stage_types' => [
|
||||
'registration' => 'Registration',
|
||||
'payment' => 'Payment',
|
||||
|
||||
Reference in New Issue
Block a user