# CheckEncounterRequest

Model ID: `CheckEncounterRequest`

Request body for POST /encounters/check.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `notes` | `string|null` | No |  |  |  | Yes | Optional raw conversation/summary text (e.g. symptoms, chief complaint) to write onto the resolved encounter's FHIR notes and, when the encounter is Athena-linked, split via AI into Athena's Reason for Visit / Screening / HPI sections. Omit for unchanged (notes-free) behavior. |
| `patient_id` | `string` | Yes |  |  |  | No | FHIR Patient resource id. |

## Example

None declared in canonical OpenAPI.
