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

# medicationstatement_dosage_route_coding

Normalized `MedicationStatement.dosage[].route.coding[]` property on the [MedicationStatement](https://hl7.org/fhir/R4/medicationstatement.html) FHIR resource.

**Primary Keys:**

* medicationstatement\_dosage\_route\_coding\_id

**Foreign Keys:**

* medicationstatement\_dosage\_id - links to the [medicationstatement\_dosage](/medical-api/handling-data/schema-v100/medicationstatement/dosage) table

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

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

* [medicationstatement\_dosage](/medical-api/handling-data/schema-v100/medicationstatement/dosage)
