# PatientRegisterResponse

Model ID: `patient.RegisterResponse`

Response for POST /auth/register.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `access_token` | `string` | No |  |  |  | No | Cognito access token, present only when the tenant's flow auto-signs the user in after registration. |
| `athena_drivers_license_status` | `string|null` | No |  |  |  | Yes | Outcome of mirroring the driver's license (image + text fields) to Athena, present only when a driver's license was submitted with registration. |
| `cognito_sub` | `string` | Yes |  |  |  | No | Newly created Cognito user's stable `sub` claim. |
| `email_otp_sent` | `boolean` | Yes |  |  |  | No | Whether an email verification OTP was sent. `false` when the tenant's registration flow auto-verifies the email instead. |
| `email_verified` | `boolean` | Yes |  |  |  | No | Whether the email is already verified (tenant auto-verify flows only). |
| `expires_in` | `integer` | No |  |  |  | No | Access token lifetime in seconds, present only alongside `access_token`. |
| `fhir_document_reference_id` | `string|null` | No |  |  |  | Yes | FHIR DocumentReference resource ID of the stored driver's license image, present only when a driver's license image was submitted with registration. |
| `fhir_patient_id` | `string` | Yes |  |  |  | No | Newly created FHIR Patient resource ID. |
| `id_token` | `string|null` | No |  |  |  | Yes | Cognito ID token, present only when the tenant's flow auto-signs the user in after registration. |
| `openloop_drivers_license_status` | `string|null` | No |  |  |  | Yes | Outcome of mirroring the driver's license image to the patient's Healthie (OpenLoop) account, present only when a driver's license image was submitted with registration. |
| `steadymd_drivers_license_status` | `string|null` | No |  |  |  | Yes | Outcome of mirroring the driver's license image to the patient's SteadyMD intake, present only when a driver's license image was submitted with registration. |
| `telehealth_id` | `integer|null` | Yes |  |  |  | Yes | Telehealth platform numeric user ID assigned at registration. |

## Example

None declared in canonical OpenAPI.
