From 6d58cc85858c11b9d20e4c54e82c97297a7e4ff1 Mon Sep 17 00:00:00 2001 From: JamilatulMuyasaroh Date: Fri, 15 May 2026 11:42:14 +0700 Subject: [PATCH] feat(provider-online): add billingsementara endpoint and mapping fixes --- app/Models/RequestLog.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/Models/RequestLog.php b/app/Models/RequestLog.php index af3c8679..1f247b02 100644 --- a/app/Models/RequestLog.php +++ b/app/Models/RequestLog.php @@ -23,8 +23,10 @@ class RequestLog extends Model 'invoice_no', 'billing_no', 'submission_date', + 'admission_date', 'discharge_date', 'member_id', + 'plan_id', 'payment_type', 'service_code', 'type_of_member', @@ -38,6 +40,12 @@ class RequestLog extends Model 'claim_id', 'organization_id', 'keterangan', + 'nomor_sep', + 'status_rujukan', + 'nomor_rujukan', + 'no_transaksi_provider', + 'inacbgs_code', + 'inacbgs_amount', 'hak_kamar_pasien', 'penempatan_kamar', 'catatan',