RelatedPerson.communication[]).
Primary Keys:
- relatedperson_communication_id
- relatedperson_id - links to the relatedperson table
| Column | Data Type | Description |
|---|---|---|
| relatedperson_communication_id | varchar | Unique identifier for the communication row |
| relatedperson_id | varchar | Parent related person |
| language_text | varchar | Human-readable language description |
| preferred | varchar | Whether this is the preferred language for communication |

