# GetCheckinCheckinResponse

Model ID: `GetCheckinCheckinResponse`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `checked_in` | `boolean` | Yes |  |  |  | No | Whether the patient has an Encounter with status `in-progress`. |
| `encounters` | array of [`patient.Encounter`](./patient.Encounter.md) | Yes |  |  |  | No | The patient's FHIR Encounters, most recent first. |
| `ok` | `boolean` | Yes |  |  |  | No | Always `true` on a successful response. |
| `patient_id` | `string|null` | Yes |  |  |  | Yes | FHIR Patient resource ID for the caller. |

## Example

None declared in canonical OpenAPI.
