fix: rephrase hint for patient without healthinsurance

This commit is contained in:
Marcel Arndt 2025-06-12 17:47:16 +02:00
parent 37d50e04c1
commit 5eb775523f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export function validatePatient(patient: Patient): ValidationResult {
}
if (!patient?.healthinsurance) {
isValid = false;
errors.push('Patient: Krankenkasse ist nicht gefüllt');
errors.push('Patient Stammdaten: Krankenversicherung nicht gefüllt');
}
// if (!patient?.careDegree) {
// notes.push('Patient: Pflegegrad ist nicht gefüllt');