Imagine a database table in one company:
| id | name | manager | healthProvider | healthPlanId | 
|---|---|---|---|---|
| 1 | Pat | 2 | DRD | s21852779q3 | 
| 2 | Jean | NULL | DRD | s21738239q3 | 
and a database table in a completely separate institution:
| id | name | primaryPhys | foots-the-bill | 
|---|---|---|---|
| s21852779q3 | Pat | 186 | FredCo | 
| s21738239q3 | Jean | 718 | FredCo | 
6 of 27  |