# ResponseAnswer

Model ID: `ResponseAnswer`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `sub_items` | array of [`ResponseItem`](./ResponseItem.md) | No |  |  |  | No | Nested sub-items under this answer, for grouped questions. |
| `value_boolean` | `boolean|null` | No |  |  | `null` | Yes | Boolean answer value, when the question type is boolean. |
| `value_coding` | `object|null` | No |  |  | `null` | Yes | Coded answer value (system/code/display), when the question type is choice or open-choice. |
| `value_date` | `string|null` | No |  |  | `null` | Yes | Date answer value (ISO date), when the question type is date. |
| `value_date_time` | `string|null` | No |  |  | `null` | Yes | DateTime answer value (ISO dateTime), when the question type is dateTime. |
| `value_decimal` | `number|null` | No |  |  | `null` | Yes | Decimal answer value, when the question type is decimal. |
| `value_integer` | `integer|null` | No |  |  | `null` | Yes | Integer answer value, when the question type is integer. |
| `value_quantity` | `object|null` | No |  |  | `null` | Yes | Quantity answer value (value/unit/system), when the question type is quantity. |
| `value_string` | `string|null` | No |  |  | `null` | Yes | String answer value, when the question type is string. |
| `value_time` | `string|null` | No |  |  | `null` | Yes | Time answer value, when the question type is time. |
| `value_uri` | `string|null` | No |  |  | `null` | Yes | URI answer value, when the question type is uri. |

## Example

None declared in canonical OpenAPI.
