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

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

**Primary Keys:**

* encounter\_type\_coding\_id

**Foreign Keys:**

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

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

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

**Related Tables:**

**Parent:**

* [encounter\_type](/medical-api/handling-data/schema-v100/encounter/type)
