# OnboardVitalsStepResult

Model ID: `OnboardVitalsStepResult`

Result of the optional vitals-submission step. 'skipped' means the
request omitted the vitals 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'. |
| `observation_count` | `integer|null` | No |  |  |  | Yes | Number of FHIR Observation resources created from the supplied vitals. Present only on success. |
| `status` | `string` | Yes |  |  |  | No | 'success', 'failed', or 'skipped' |

## Example

None declared in canonical OpenAPI.
