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

Any other notes and comments made about the procedure (`Procedure.note[]`).

**Primary Keys:**

* procedure\_note\_id

**Foreign Keys:**

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

| Column              | Data Type | Description                        |
| ------------------- | --------- | ---------------------------------- |
| procedure\_note\_id | varchar   | Unique identifier for the note row |
| procedure\_id       | varchar   | Parent procedure                   |
| text                | varchar   | Free-text note content             |

**Related Tables:**

**Parent:**

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