# Patient Hcp care period

One or several periods of care by an hcp for this patient

## Properties

| Property            | Type                                                                                                                                                      | Description                                                                                                                                  |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `type`              | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/patienthealthcareparty/String/README.md)       | Type of care/relationship. Values: doctor, referral, medicalhouse, retirementhome, hospital, other, referringphysician, managingOrganization |
| `healthcarePartyId` | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/patienthealthcareparty/String/README.md)       | UUID of the hcp.                                                                                                                             |
| `sendFormats *`     | [Map](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/patienthealthcareparty/String/README.md)          | Preferred format of exchange for diverse means of communication                                                                              |
| `referralPeriods *` | [List](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/patienthealthcareparty/ReferralPeriod/README.md) | Time periods                                                                                                                                 |
| `encryptedSelf`     | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/patient/patienthealthcareparty/String/README.md)       | The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.              |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://icure.gitbook.io/icure/icure-data-stack/icure-data-model/patient/patienthealthcareparty.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
