# ImportActivityRequest

Model ID: `ImportActivityRequest`

Request body for POST /patients/activity/import.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `entries` | `array|null` | No |  |  | `null` | Yes | Pre-normalized activity entries, when the caller has already normalized. |
| `observations` | `array|null` | No |  |  | `null` | Yes | Pre-normalized FHIR Observation resources, when the caller supplies them directly. |
| `payload` | `object|array|null` | No |  |  | `null` | Yes | Raw vendor payload, shape varies by source. |
| `source` | `string|null` | No |  |  | `null` | Yes | Source of the activity data (e.g. 'apple_health', 'google_health_connect'). |

## Example

None declared in canonical OpenAPI.
