CarePlan.category[]).
Primary Keys:
- careplan_category_id
- careplan_id - links to the care plan table
| Column | Data Type | Description |
|---|---|---|
| careplan_category_id | varchar | Unique identifier for the category row |
| careplan_id | varchar | FK to the parent careplan record |
| text | varchar | Display text for the category |

