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

# encounter_reasoncode_coding

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

**Primary Keys:**

* encounter\_reasoncode\_coding\_id

**Foreign Keys:**

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

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

| Column                            | Data Type | Description                                   |
| --------------------------------- | --------- | --------------------------------------------- |
| encounter\_reasoncode\_coding\_id | varchar   | Unique identifier for the coding row          |
| encounter\_reasoncode\_id         | varchar   | FK to the parent encounter\_reasoncode record |
| code\_rank†                       | int       | 1-based index                                 |
| code                              | varchar   | Code value                                    |
| display                           | varchar   | Display                                       |
| system                            | varchar   | Code system URI                               |

**Related Tables:**

**Parent:**

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