# ListDependentsResponse

Model ID: `ListDependentsResponse`

Response for GET /patients/dependents.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `dependents` | array of [`DependentResponse`](./DependentResponse.md) | Yes |  |  |  | No | The patient's dependents. |
| `patient_id` | `string` | Yes |  |  |  | No | FHIR Patient resource ID the dependents belong to. |

## Example

None declared in canonical OpenAPI.
