# Relationship

A relationship between this patient and another person.

## Properties

| Property    | Type                                                                                                                         | Description                                                                                                                                                                                                                                                                                                                               |
| ----------- | ---------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `type`      | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/String/README.md) | Type of relationship. Values: primary\_contact, primary\_contact\_for, family, friend, counselor, contact, brother, brotherinlaw, child, daughter, employer, father, grandchild, grandparent, husband, lawyer, mother, neighbour, notary, partner, sister, sisterinlaw, son, spouse, stepdaughter, stepfather, stepmother, stepson, tutor |
| `status`    | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/String/README.md) | Status of the relationship. Values: active, complicated, past                                                                                                                                                                                                                                                                             |
| `partnerId` | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/String/README.md) | UUID of the contact person or patient in this relationship.                                                                                                                                                                                                                                                                               |
