# AthenaVitalFailedReading

Model ID: `AthenaVitalFailedReading`

A single vital reading that did not land on the Athena chart.

Only failed readings are itemized (the caller does not act on a per-reading
status for everything); successful and skipped-duplicate readings are
summarized by the `created` / `skipped` counts on the parent result.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `clinicalelementid` | `string` | Yes |  |  |  | No | Athena clinical element id, e.g. VITALS.BLOODPRESSURE.SYSTOLIC. |
| `error` | `string` | Yes |  |  |  | No | Athena's failure reason for the group this reading belonged to. |
| `loinc` | `string` | No |  |  | `""` | No | Source FHIR LOINC code for this reading, when known. |
| `readingtaken` | `string` | Yes |  |  |  | No | Reading-taken date (MM/DD/YYYY) that was submitted. |
| `value` | `string` | Yes |  |  |  | No | Value that was submitted (post unit-conversion). |

## Example

None declared in canonical OpenAPI.
