add patient group
This commit is contained in:
@ -297,6 +297,19 @@ const doc = {
|
||||
$item_master_id: 'Item Master ID (required, UUID)',
|
||||
$item_origin_id: 'Item Origin ID (required, UUID)',
|
||||
$percentage: 'Percentage (required, number, min 0, max 999.99, 2 decimal places)'
|
||||
},
|
||||
patient_group: {
|
||||
$patient_group_name: 'PatientGroup name',
|
||||
},
|
||||
patient_guarantor: {
|
||||
$guarantor_name: 'PatientGuarantor name',
|
||||
$phone: '08123456789', // Nomor telepon
|
||||
$province: 'West Java', // Provinsi
|
||||
$city: 'Bandung', // Kota
|
||||
$zip_code: '40123', // Kode Pos
|
||||
$agreement_no: 'AG123456789', // Nomor Perjanjian
|
||||
$agreement_desc: 'Health Insurance Agreement', // Deskripsi Perjanjian (opsional)
|
||||
$patient_group_id: '2e1a1b33-bbb2-4f33-b2c4-cff5976f3f95', // Patient Group (UUID)
|
||||
}
|
||||
},
|
||||
parameters: {
|
||||
|
||||
Reference in New Issue
Block a user