# RecordVitalsResponse

Model ID: `RecordVitalsResponse`

Response for POST /patients/{patient_id}/vitals (201).

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `athena_vitals` | [`AthenaVitalsMirrorResult`](./AthenaVitalsMirrorResult.md) | Yes |  |  |  | No | Best-effort Athena chart mirror outcome for the newly created observations. |
| `observations` | `integer` | Yes |  |  |  | No | Number of FHIR Observation resources created from the supplied vitals. |
| `patient_id` | `string` | Yes |  |  |  | No | Echoes the {patient_id} path parameter. |

## Example

None declared in canonical OpenAPI.
