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

# goal_target

Indicates what should be done by when (`Goal.target[]`).

**Primary Keys:**

* goal\_target\_id

**Foreign Keys:**

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

| Column                | Data Type | Description                          |
| --------------------- | --------- | ------------------------------------ |
| goal\_target\_id      | varchar   | Unique identifier for the target     |
| goal\_id              | varchar   | Parent goal                          |
| duedate               | datetime  | Target due date                      |
| measure\_text         | varchar   | Free-text measure for the target     |
| detailquantity\_value | varchar   | Quantity detail value for the target |

**Related Tables:**

**Parent:**

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

**Child:**

* [goal\_target\_measure\_coding](/medical-api/handling-data/schema-v100/goal/target_measure_coding)
