> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# consent_provision_code_coding

Normalized `Consent.provision.code[].coding[]` property on the [Consent](https://hl7.org/fhir/R4/consent.html) FHIR resource.

**Primary Keys:**

* consent\_provision\_code\_coding\_id

**Foreign Keys:**

* consent\_provision\_code\_id - links to the [consent\_provision\_code](/medical-api/handling-data/schema-v100/consent/provision_code) table

<div style={{textAlign: 'right'}}><sub>† Metriport Platform added</sub></div>

| Column                               | Data Type | Description                                         |
| ------------------------------------ | --------- | --------------------------------------------------- |
| consent\_provision\_code\_coding\_id | varchar   | Unique identifier for the coding row                |
| consent\_provision\_code\_id         | varchar   | FK to the parent consent\_provision\_code 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                                   |

**Related Tables:**

**Parent:**

* [consent\_provision\_code](/medical-api/handling-data/schema-v100/consent/provision_code)
