# ImportHealthRecordRequest

Model ID: `ImportHealthRecordRequest`

Request body for POST /patients/health-record/import.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `entry` | `array|null` | No |  |  | `null` | Yes | FHIR resource or Bundle entries to import; shape follows the FHIR R4 spec for the given resourceType. |
| `resourceType` | `string` | Yes |  |  |  | No | FHIR resource type of the entry (e.g. 'Bundle', 'Patient', 'Observation'). |

## Example

None declared in canonical OpenAPI.
