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

# procedure_bodysite_coding

Normalized `Procedure.bodySite[].coding[]` property on the [Procedure](https://hl7.org/fhir/R4/procedure.html) FHIR resource.

**Primary Keys:**

* procedure\_bodysite\_coding\_id

**Foreign Keys:**

* procedure\_bodysite\_id - links to the [procedure\_bodysite](/medical-api/handling-data/schema-v100/procedure/bodysite) table

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

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

**Related Tables:**

**Parent:**

* [procedure\_bodysite](/medical-api/handling-data/schema-v100/procedure/bodysite)
