# CheckEncounterResponse

Model ID: `CheckEncounterResponse`

Result of resolving a patient's current walk-in encounter.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `athena_appointment_id` | `string|null` | No |  |  |  | Yes |  |
| `athena_encounter_error` | `string|null` | No |  |  |  | Yes |  |
| `athena_encounter_id` | `string|null` | No |  |  |  | Yes |  |
| `athena_encounter_status` | `string` | Yes |  |  |  | No |  |
| `athena_insurance_error` | `string|null` | No |  |  |  | Yes |  |
| `athena_insurance_status` | `string|null` | No |  |  |  | Yes |  |
| `athena_patient_id` | `string|null` | No |  |  |  | Yes |  |
| `created` | `boolean` | Yes |  |  |  | No |  |
| `encounter` | [`patient.Encounter`](./patient.Encounter.md) | Yes |  |  |  | No |  |
| `notes_athena_sections` | `object|null` | No |  |  |  | Yes |  |
| `notes_fhir_error` | `string|null` | No |  |  |  | Yes |  |
| `notes_fhir_status` | `string|null` | No |  |  |  | Yes |  |
| `openloop_appointment_id` | `string|null` | No |  |  |  | Yes |  |
| `openloop_encounter_error` | `string|null` | No |  |  |  | Yes |  |
| `openloop_encounter_id` | `string|null` | No |  |  |  | Yes |  |
| `openloop_encounter_status` | `string` | Yes |  |  |  | No |  |
| `steadymd_consult_guid` | `string|null` | No |  |  |  | Yes |  |
| `steadymd_encounter_error` | `string|null` | No |  |  |  | Yes |  |
| `steadymd_encounter_status` | `string` | Yes |  |  |  | No |  |
| `steadymd_episode_guid` | `string|null` | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
