# OpenLoopVitalsMirrorResult

Model ID: `OpenLoopVitalsMirrorResult`

Outcome of attempting to mirror newly stored HC vital observations to
the patient's Healthie (OpenLoop) metric entries.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `created` | `integer` | No |  |  | `0` | No | Number of metric entries created in Healthie. |
| `error` | `string|null` | No |  |  |  | Yes | Sanitized mirror failure detail, present only when status is `failed`. |
| `skipped` | `integer` | No |  |  | `0` | No | Number of readings already present in Healthie and therefore not created again. |
| `status` | `string` | Yes |  | synced, skipped_openloop_misconfigured, skipped_no_openloop, skipped_unlinked_patient, failed |  | No | Whether Healthie accepted the readings, was not applicable, or could not be reached. |

## Example

None declared in canonical OpenAPI.
