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

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

**Primary Keys:**

* procedure\_reasoncode\_coding\_id

**Foreign Keys:**

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

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

| Column                            | Data Type | Description            |
| --------------------------------- | --------- | ---------------------- |
| procedure\_reasoncode\_coding\_id | varchar   | Unique identifier      |
| procedure\_reasoncode\_id         | varchar   | Parent reason code row |
| code\_rank†                       | int       | 1-based index          |
| code                              | varchar   | Code value             |
| display                           | varchar   | Display                |
| system                            | varchar   | Code system URI        |

**Related Tables:**

**Parent:**

* [procedure\_reasoncode](/medical-api/handling-data/schema-v100/procedure/reasoncode)
