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

# documentreference_type_coding

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

**Primary Keys:**

* documentreference\_type\_coding\_id

**Foreign Keys:**

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

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

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

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