# ResponseItem

Model ID: `ResponseItem`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `answers` | array of [`ResponseAnswer`](./ResponseAnswer.md) | No |  |  |  | No | Answers given for this item. |
| `definition` | `string|null` | No |  |  | `null` | Yes | Canonical URI of the element this item collects, when defined. |
| `link_id` | `string` | Yes |  |  |  | No | Stable linkId matching the corresponding Questionnaire.item.linkId. |
| `sub_items` | array of [`ResponseItem`](./ResponseItem.md) | No |  |  |  | No | Nested sub-items, for grouped questions. |
| `text` | `string|null` | No |  |  | `null` | Yes | Display text of the question, when present. |

## Example

None declared in canonical OpenAPI.
