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

# procedure_extension_vcc_coding

Normalized `Procedure.extension[].valueCodeableConcept.coding[]` property on the [Procedure](https://hl7.org/fhir/R4/procedure.html) FHIR resource.

**Primary Keys:**

* procedure\_extension\_vcc\_coding\_id

**Foreign Keys:**

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

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

| Column                                | Data Type | Description                                         |
| ------------------------------------- | --------- | --------------------------------------------------- |
| procedure\_extension\_vcc\_coding\_id | varchar   | Unique identifier for the coding row                |
| procedure\_extension\_id              | varchar   | FK to the parent extension 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:**

* [procedure\_extension](/medical-api/handling-data/schema-v100/procedure/extension)
