PatientBirthSexEnum toBirthSex() => PatientBirthSexEnum.values.firstWhere((it) => it.value == this.value);