Condition.category[]). One row per anchor_index on the normalized stage table.
Primary Keys:
- condition_category_id (surrogate)
- condition_id – links to the condition table
| Column | Data Type | Description |
|---|---|---|
| condition_category_id | varchar | Surrogate key for this category row |
| condition_id | varchar | Parent condition |
| text | varchar | Category narrative (Condition.category[].text) |

