fix: add constant and change some service of vclaim

This commit is contained in:
riefive
2025-10-27 13:41:09 +07:00
parent 26e9ea96ea
commit aa2a20a018
10 changed files with 65 additions and 17 deletions

No files matched your search

+14 -2
View File
@@ -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',
}