Consent.category[].coding[] property on the Consent FHIR resource.
Primary Keys:
- consent_category_coding_id
- consent_category_id - links to the consent_category table
† Metriport Platform added
| Column | Data Type | Description |
|---|---|---|
| consent_category_coding_id | varchar | Unique identifier for the coding row |
| consent_category_id | varchar | FK to the parent consent_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 |

