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

Detailed and structured anatomical location information (`Procedure.bodySite[]`).

**Primary Keys:**

* procedure\_bodysite\_id

**Foreign Keys:**

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

| Column                  | Data Type | Description                             |
| ----------------------- | --------- | --------------------------------------- |
| procedure\_bodysite\_id | varchar   | Unique identifier for the body site row |
| procedure\_id           | varchar   | FK to the parent procedure record       |
| text                    | varchar   | Display text for the body site          |

**Related Tables:**

**Parent:**

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

**Child:**

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