birthSex property

the birth sex of the patient: male, female, indeterminate, unknown

Implementation

PatientBirthSexEnum? get birthSex;
void birthSex=(PatientBirthSexEnum? value)

Implementation

set birthSex(PatientBirthSexEnum? value);