# Address

Model ID: `Address`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `city` | `string` | Yes |  |  |  | No | City in the address. |
| `country` | `string` | No |  |  | `"US"` | No | ISO 3166-1 alpha-2 country code, e.g. 'US'. |
| `is_primary` | `boolean` | No |  |  | `false` | No | Whether this is the patient's primary address. |
| `state` | `string` | Yes |  |  |  | No | 2-letter US state code, e.g. 'CA', 'NY'. |
| `street1` | `string` | Yes |  |  |  | No | First address line (street number and name). |
| `street2` | `string|null` | No |  |  |  | Yes | Second address line (apartment, suite, unit), when present. |
| `type` | [`AddressType`](./AddressType.md) | No |  |  | `"home"` | No | Address use: home, work, mailing, temporary, billing. |
| `zip_code` | `string` | Yes |  |  |  | No | US ZIP code (5 or 9 digits). |

## Example

None declared in canonical OpenAPI.
