# Address

This entity represents an Address

## Properties

| Property        | Type                                                                                                                                      | Description                                                                                                                                                                            |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `addressType`   | [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 place the address represents, ex: home, office, hospital, clinic, etc. Values: home, work, vacation, hospital, clinic, hq, other, temporary, postal, diplomatic, reference |
| `descr`         | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Descriptive notes about the address                                                                                                                                                    |
| `street`        | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Street name                                                                                                                                                                            |
| `houseNumber`   | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Building / house number                                                                                                                                                                |
| `postboxNumber` | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Post / PO box number                                                                                                                                                                   |
| `postalCode`    | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Postal/PIN/ZIP/Area code                                                                                                                                                               |
| `city`          | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Name of city in the address                                                                                                                                                            |
| `state`         | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Name of state in the Address                                                                                                                                                           |
| `country`       | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Name / code of country in the address                                                                                                                                                  |
| `note`          | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/String/README.md) | Additional notes                                                                                                                                                                       |
| `telecoms *`    | [List](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/address/Telecom/README.md)  | List of other contact details available through telecom services, ex: email, phone number, fax, etc.                                                                                   |
| `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.                                                        |
