# OnboardQuestionnaireStepResult

Model ID: `OnboardQuestionnaireStepResult`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `error` | `string|null` | No |  |  |  | Yes | Failure detail; present only when status is 'failed'. |
| `fhir_id` | `string|null` | No |  |  |  | Yes | FHIR id of the created QuestionnaireResponse. |
| `questionnaire_fhir_id` | `string|null` | No |  |  |  | Yes | FHIR id of the Questionnaire used — either the supplied questionnaire_id, or the one just created from definition. |
| `status` | `string` | Yes |  |  |  | No | 'success', 'failed', or 'skipped' |

## Example

None declared in canonical OpenAPI.
