feat/encounter-status-107: wip

This commit is contained in:
Andrian Roshandy
2025-10-12 13:18:46 +07:00
parent 743c38804a
commit 89b051b883
6 changed files with 362 additions and 3 deletions
+12 -2
View File
@@ -67,8 +67,18 @@ export const timeUnitCodes: Record<string, string> = {
}
export const dischargeMethodCodes: Record<string, string> = {
home: 'Home',
'home-request': 'Home Request',
home: "Pulang",
"home-request": "Pulang Atas Permintaan Sendiri",
"consul-back": "Konsultasi Balik / Lanjutan",
"consul-poly": "Konsultasi Poliklinik Lain",
"consul-executive": "Konsultasi Antar Dokter Eksekutif",
"consul-ch-day": "Konsultasi Hari Lain",
emergency: "Rujuk IGD",
"emergency-covid": "Rujuk IGD Covid",
inpatient: "Rujuk Rawat Inap",
external: "Rujuk Faskes Lain",
death: "Meninggal",
"death-on-arrival": "Meninggal Saat Tiba"
}
export const genderCodes: Record<string, string> = {