> 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/other-models/address/telecom.md).

# Telecom

This entity represents available contact details of a user, reachable by telecom methods

## Properties

| Property             | Type                                                                                                                                      | Description                                                                                                                                                                                       |
| -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `telecomType`        | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | The type of telecom method being used, ex: landline phone, mobile phone, email, fax, etc. Values: mobile, phone, email, fax, skype, im, medibridge, ehealthbox, apicrypt, web, print, disk, other |
| `telecomNumber`      | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) |                                                                                                                                                                                                   |
| `telecomDescription` | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) |                                                                                                                                                                                                   |
| `encryptedSelf`      | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys.                                                                   |
