Observation.category[]).
Primary Keys:
- observation_category_id
- observation_id - links to the observation table
| Column | Data Type | Description |
|---|---|---|
| observation_category_id | varchar | Unique identifier for the category row |
| observation_id | varchar | FK to the parent observation record |
| category_text | varchar | Display text for the category |

