feat(provider-online): add billingsementara endpoint and mapping fixes
This commit is contained in:
@@ -23,8 +23,10 @@ class RequestLog extends Model
|
|||||||
'invoice_no',
|
'invoice_no',
|
||||||
'billing_no',
|
'billing_no',
|
||||||
'submission_date',
|
'submission_date',
|
||||||
|
'admission_date',
|
||||||
'discharge_date',
|
'discharge_date',
|
||||||
'member_id',
|
'member_id',
|
||||||
|
'plan_id',
|
||||||
'payment_type',
|
'payment_type',
|
||||||
'service_code',
|
'service_code',
|
||||||
'type_of_member',
|
'type_of_member',
|
||||||
@@ -38,6 +40,12 @@ class RequestLog extends Model
|
|||||||
'claim_id',
|
'claim_id',
|
||||||
'organization_id',
|
'organization_id',
|
||||||
'keterangan',
|
'keterangan',
|
||||||
|
'nomor_sep',
|
||||||
|
'status_rujukan',
|
||||||
|
'nomor_rujukan',
|
||||||
|
'no_transaksi_provider',
|
||||||
|
'inacbgs_code',
|
||||||
|
'inacbgs_amount',
|
||||||
'hak_kamar_pasien',
|
'hak_kamar_pasien',
|
||||||
'penempatan_kamar',
|
'penempatan_kamar',
|
||||||
'catatan',
|
'catatan',
|
||||||
|
|||||||
Reference in New Issue
Block a user