> 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/tarification/valorisation.md).

# Valorisation

## Properties

| Property              | Type                                                                                                                                           | Description                                                                                                                     |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| `startOfValidity`     | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/Long/README.md)     | format: int64.                                                                                                                  |
| `endOfValidity`       | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/Long/README.md)     | format: int64.                                                                                                                  |
| `predicate`           | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/String/README.md) |                                                                                                                                 |
| `totalAmount`         | [Double](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/Double/README.md) | format: double.                                                                                                                 |
| `reimbursement`       | [Double](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/Double/README.md) | format: double.                                                                                                                 |
| `patientIntervention` | [Double](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/Double/README.md) | format: double.                                                                                                                 |
| `doctorSupplement`    | [Double](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/Double/README.md) | format: double.                                                                                                                 |
| `vat`                 | [Double](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/Double/README.md) | format: double.                                                                                                                 |
| `label`               | [Map](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/String/README.md)    |                                                                                                                                 |
| `encryptedSelf`       | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/other-models/tarification/String/README.md) | The base64 encoded data of this object, formatted as JSON and encrypted in AES using the random master key from encryptionKeys. |
