fix: add constant and change some service of vclaim
This commit is contained in:
No files matched your search
@@ -25,12 +25,12 @@ export const classLevelUpgrades: Record<string, string> = {
|
||||
'6': 'ICCU',
|
||||
'7': 'ICU',
|
||||
'8': 'Diatas Kelas 1',
|
||||
};
|
||||
}
|
||||
|
||||
export const classPaySources: Record<string, string> = {
|
||||
'1': 'Pribadi',
|
||||
'2': 'Pemberi Kerja',
|
||||
'3': 'Asuransi Kesehatan Tambahan'
|
||||
'3': 'Asuransi Kesehatan Tambahan',
|
||||
}
|
||||
|
||||
export const procedureTypes: Record<string, string> = {
|
||||
@@ -73,3 +73,15 @@ export const serviceAssessments: Record<string, string> = {
|
||||
'4': 'Atas Instruksi RS',
|
||||
'5': 'Tujuan Kontrol',
|
||||
}
|
||||
|
||||
export const paymentTypes: Record<string, string> = {
|
||||
jkn: 'JKN (Jaminan Kesehatan Nasional)',
|
||||
jkmm: 'JKMM (Jaminan Kesehatan Mandiri)',
|
||||
spm: 'SPM (Sistem Pembayaran Mandiri)',
|
||||
pks: 'PKS (Pembiayaan Kesehatan Sosial)',
|
||||
}
|
||||
|
||||
export const sepRefTypeCodes: Record<string, string> = {
|
||||
internal: 'Rujukan Internal',
|
||||
external: 'Faskes Lain',
|
||||
}
|
||||
Reference in New Issue
Block a user