...
Validate Response $.data.employee_type == DOCTOR
Check "no_tax_id" flag
If "no_tax_id"= true, tax_id field should be empty, in case error return 422
If "no_tax_id"=false, tax_id should be prsent, in case error return 422
Calculate patient age
Calculate patient age
...