# PatientFlags

Model ID: `GetPatientFlagsResponse`

Boolean feature/state flags for a patient, keyed by flag name. A patient with no flags set returns an empty object.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `imported_vitals` | `boolean` | No |  |  |  | No | Whether the patient has imported vitals data. |
| `onboarding_completed` | `boolean` | No |  |  |  | No | Whether the patient has completed onboarding. |

## Example

None declared in canonical OpenAPI.
