# PatientLink

Model ID: `PatientLink`

FHIR Patient.link — link to a related or duplicate patient record.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `other_patient_fhir_id` | `string` | Yes |  |  |  | No | FHIR Patient id of the linked patient record. |
| `type` | [`PatientLinkType`](./PatientLinkType.md) | No |  |  | `"seealso"` | No | Link type: replaced-by, replaces, refer, or seealso. |

## Example

None declared in canonical OpenAPI.
