# OnboardPatientFlags

Model ID: `OnboardPatientFlags`

Boolean registration flags accepted by Patient registration.

``AUTO_VERIFY_EMAIL`` is the currently documented flag. Unknown boolean
flags remain accepted so this transport model retains the ordinary Patient
registration service's ``dict[str, bool]`` behavior.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `AUTO_VERIFY_EMAIL` | `boolean` | No |  |  | `false` | No | Auto-verify the new patient's email and attempt immediate login. |

## Example

None declared in canonical OpenAPI.
