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

# careplan_activity_detail_performer

Identifies who will be responsible for carrying out the planned activity (`CarePlan.activity.detail.performer[]`).

**Primary Keys:**

* careplan\_activity\_detail\_performer\_id

**Foreign Keys:**

* careplan\_activity\_id - links to the [care plan activity](/medical-api/handling-data/schema-v100/careplan/activity) table

| Column                                    | Data Type | Description                                                      |
| ----------------------------------------- | --------- | ---------------------------------------------------------------- |
| careplan\_activity\_detail\_performer\_id | varchar   | Unique identifier for the performer row                          |
| careplan\_activity\_id                    | varchar   | Parent care plan activity                                        |
| reference\_id                             | varchar   | Resolved ID of the performer (e.g. Practitioner or Organization) |
| reference\_type                           | varchar   | Type of referenced resource (e.g. Practitioner, Organization)    |

**Related Tables:**

**Parent:**

* [careplan\_activity](/medical-api/handling-data/schema-v100/careplan/activity)
