# CareSession

Model ID: `CareSession`

The authenticated patient's active in-clinic visit context.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `encounters` | array of [`patient.Encounter`](./patient.Encounter.md) | Yes |  |  |  | No | The patient's FHIR Encounters, most recent first. |
| `patientId` | `string` | Yes |  |  |  | No | FHIR Patient resource ID for the checked-in patient. |
| `visitorName` | `string` | Yes |  |  |  | No | Patient's display name (first and last name, space-joined). |

## Example

None declared in canonical OpenAPI.
