Encounter.type[]).
Primary Keys:
- encounter_type_id
- encounter_id - links to the encounter table
| Column | Data Type | Description |
|---|---|---|
| encounter_type_id | varchar | Unique identifier for the type row |
| encounter_id | varchar | FK to the parent encounter record |
| text | varchar | Display text for the encounter type |

