Mapping All Values in a Form with A Single Query

Make the default item of the patient details look at the select component .selectedItem just make sure the "Value" of that item is the entire item (which it looks like you should be good).

Default value of Patient Details - First Name should be {{user_id.selectedItem.firstName}} and so on...

The real question is why use select components in those areas instead of text inputs?