CarePlan.category[].coding[] property on the CarePlan FHIR resource.
Primary Keys:
- careplan_category_coding_id
- careplan_category_id - links to the careplan_category table
† Metriport Platform added
| Column | Data Type | Description |
|---|---|---|
| careplan_category_coding_id | varchar | Unique identifier for the coding row |
| careplan_category_id | varchar | FK to the parent careplan_category record |
| code_rank† | int | 1-based position of this coding in the source array |
| code | varchar | Code value |
| display | varchar | Human-readable display text |
| system | varchar | Coding system URI |

