# OnboardEncounterStepResult

Model ID: `OnboardEncounterStepResult`

Result of the optional encounter-creation step. 'skipped' means the
request omitted the encounter section entirely — it was never attempted.

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 Encounter id created. Present only on success. |
| `status` | `string` | Yes |  |  |  | No | 'success', 'failed', or 'skipped' |

## Example

None declared in canonical OpenAPI.
