# PreferredPharmacy

Model ID: `PreferredPharmacy`

Patient's preferred pharmacy. Converts to/from a FHIR Organization resource.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `address_city` | `string|null` | No |  |  |  | Yes | City of the pharmacy, when present. |
| `address_state` | `string|null` | No |  |  |  | Yes | 2-letter state code of the pharmacy, when present. |
| `address_street1` | `string|null` | No |  |  |  | Yes | First address line of the pharmacy, when present. |
| `address_street2` | `string|null` | No |  |  |  | Yes | Second address line of the pharmacy, when present. |
| `address_zip` | `string|null` | No |  |  |  | Yes | ZIP code of the pharmacy, when present. |
| `fax` | `string|null` | No |  |  |  | Yes | Pharmacy fax number, when present. |
| `is_mail_order` | `boolean` | No |  |  | `false` | No | Whether the pharmacy is a mail-order pharmacy. |
| `name` | `string` | Yes |  |  |  | No | Display name of the pharmacy. |
| `ncpdp_id` | `string|null` | No |  |  |  | Yes | NCPDP Provider ID (7-digit) |
| `notes` | `string|null` | No |  |  |  | Yes | Free-text notes about the pharmacy, when present. |
| `npi` | `string|null` | No |  |  |  | Yes | National Provider Identifier |
| `pharmacy_id` | `string|null` | No |  |  |  | Yes | FHIR Organization id of the pharmacy, when stored. |
| `phone` | `string|null` | No |  |  |  | Yes | Pharmacy phone number, when present. |

## Example

None declared in canonical OpenAPI.
