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

# condition_code_coding

Normalized `Condition.code.coding[]` property on the [Condition](https://hl7.org/fhir/R4/condition.html) FHIR resource.

**Primary Keys:**

* condition\_code\_coding\_id

**Foreign Keys:**

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

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

| Column                      | Data Type | Description                                        |
| --------------------------- | --------- | -------------------------------------------------- |
| condition\_code\_coding\_id | varchar   | Unique identifier for the coding row               |
| condition\_id               | varchar   | Parent condition                                   |
| code\_rank†                 | int       | 1-based index of this coding on the condition code |
| code                        | varchar   | Code value                                         |
| display                     | varchar   | Human-readable display                             |
| system                      | varchar   | Code system URI                                    |

**Related Tables:**

**Parent:**

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