> ## 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

If this code is found in an instance, then the provision applies (`Consent.provision.code[]`).

**Primary Keys:**

* consent\_provision\_code\_id

**Foreign Keys:**

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

| Column                       | Data Type | Description                                  |
| ---------------------------- | --------- | -------------------------------------------- |
| consent\_provision\_code\_id | varchar   | Unique identifier for the provision code row |
| consent\_id                  | varchar   | FK to the parent consent record              |
| text                         | varchar   | Display text for the provision code          |

**Related Tables:**

**Parent:**

* [consent](/medical-api/handling-data/schema-v100/consent/base)

**Child:**

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