# EmergencyContact

Model ID: `EmergencyContact`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `email` | `string|null` | No |  |  |  | Yes | Contact's email address, when present. |
| `first_name` | `string` | Yes |  |  |  | No | Contact's given (first) name. |
| `is_primary` | `boolean` | No |  |  | `false` | No | Whether this is the patient's primary emergency contact. |
| `last_name` | `string` | Yes |  |  |  | No | Contact's family (last) name. |
| `phones` | array of [`Phone`](./Phone.md) | Yes |  |  |  | No | Phone numbers for the contact (at least one required). |
| `relationship` | `string` | Yes |  |  |  | No | Relationship to the patient, e.g. 'spouse', 'parent', 'sibling'. |
| `relationship_v2_code` | `string|null` | No |  |  |  | Yes | HL7 v2-0063 relationship code (e.g. MTH, FTH, SPO, OTH) |

## Example

None declared in canonical OpenAPI.
