> For the complete documentation index, see [llms.txt](https://icure.gitbook.io/icure/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icure.gitbook.io/icure/icure-data-stack/icure-data-model/healthelement/careteammember.md).

# Care team member

List of care team members assigned for the healthcare element.

## Properties

| Property             | Type                                                                                                                                   | Description                                                                                                                     |
| -------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `id *`               | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)     |                                                                                                                                 |
| `careTeamMemberType` | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)     | Values: physician, specialist, other                                                                                            |
| `healthcarePartyId`  | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)     |                                                                                                                                 |
| `quality`            | [CodeStub](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/CodeStub/README.md) |                                                                                                                                 |
| `encryptedSelf`      | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)     | The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys. |
