# ImportVitalRecord

Model ID: `ImportVitalRecord`

One typed vital reading shaped for the downstream import pipeline.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `end_date` | `string|null` | No |  |  | `null` | Yes |  |
| `id` | `string|null` | No |  |  | `null` | Yes |  |
| `source_name` | `string|null` | No |  |  | `null` | Yes |  |
| `source_platform` | `string|null` | No |  |  | `null` | Yes |  |
| `start_date` | `string|null` | No |  |  | `null` | Yes |  |
| `type` | `string|null` | No |  |  | `null` | Yes |  |
| `unit` | `string|null` | No |  |  | `null` | Yes |  |
| `value` | `number|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
