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

# composition_section_code_coding

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

**Primary Keys:**

* composition\_section\_code\_coding\_id

**Foreign Keys:**

* composition\_section\_id - links to the [composition section](/medical-api/handling-data/schema-v100/composition/section) table

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

| Column                                 | Data Type | Description                                         |
| -------------------------------------- | --------- | --------------------------------------------------- |
| composition\_section\_code\_coding\_id | varchar   | Unique identifier for the coding row                |
| composition\_section\_id               | varchar   | FK to the parent composition\_section 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:**

* [composition\_section](/medical-api/handling-data/schema-v100/composition/section)
