# Healthcare approach

List of healthcare approaches.

## 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)           |                                                                                                                                                                                                                                                                                                                                                                                               |
| `created`               | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/Long/README.md)               | The timestamp (unix epoch in ms) of creation of this entity, will be filled automatically if missing. Not enforced by the application server. format: int64.                                                                                                                                                                                                                                  |
| `modified`              | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/Long/README.md)               | The date (unix epoch in ms) of the latest modification of this entity, will be filled automatically if missing. Not enforced by the application server. format: int64.                                                                                                                                                                                                                        |
| `author`                | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | The id of the User that has created this entity, will be filled automatically if missing. Not enforced by the application server.                                                                                                                                                                                                                                                             |
| `responsible`           | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | The id of the HealthcareParty that is responsible for this entity, will be filled automatically if missing. Not enforced by the application server.                                                                                                                                                                                                                                           |
| `medicalLocationId`     | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | The id of the medical location where this entity was created.                                                                                                                                                                                                                                                                                                                                 |
| `tags *`                | [List](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/CodeStub/README.md)           | A tag is an item from a codification system that qualifies an entity as being member of a certain class, whatever the value it might have taken. If the tag qualifies the content of a field, it means that whatever the content of the field, the tag will always apply. For example, the label of a field is qualified using a tag. LOINC is a codification system typically used for tags. |
| `codes *`               | [List](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/CodeStub/README.md)           | A code is an item from a codification system that qualifies the content of this entity. SNOMED-CT, ICPC-2 or ICD-10 codifications systems can be used for codes                                                                                                                                                                                                                               |
| `endOfLife`             | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/Long/README.md)               | Soft delete (unix epoch in ms) timestamp of the object. format: int64.                                                                                                                                                                                                                                                                                                                        |
| `prescriberId`          | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | The id of the hcp who prescribed this healthcare approach                                                                                                                                                                                                                                                                                                                                     |
| `valueDate`             | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/Long/README.md)               | The date (unix epoch in ms) when the healthcare approach is noted to have started and also closes on the same date format: int64.                                                                                                                                                                                                                                                             |
| `openingDate`           | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/Long/README.md)               | The date (unix epoch in ms) of the start of the healthcare approach. format: int64.                                                                                                                                                                                                                                                                                                           |
| `closingDate`           | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/Long/README.md)               | The date (unix epoch in ms) marking the end of the healthcare approach. format: int64.                                                                                                                                                                                                                                                                                                        |
| `deadlineDate`          | [Long](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/Long/README.md)               | The date (unix epoch in ms) when the healthcare approach has to be carried out. format: int64.                                                                                                                                                                                                                                                                                                |
| `name`                  | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | The name of the healthcare approach.                                                                                                                                                                                                                                                                                                                                                          |
| `descr`                 | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | Description of the healthcare approach.                                                                                                                                                                                                                                                                                                                                                       |
| `note`                  | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | Note about the healthcare approach.                                                                                                                                                                                                                                                                                                                                                           |
| `idOpeningContact`      | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | Id of the opening contact when the healthcare approach was created.                                                                                                                                                                                                                                                                                                                           |
| `idClosingContact`      | [String](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/String/README.md)           | Id of the closing contact for the healthcare approach.                                                                                                                                                                                                                                                                                                                                        |
| `status *`              | [Integer](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/Integer/README.md)         | bit 0: active/inactive, bit 1: relevant/irrelevant, bit 2 : present/absent, ex: 0 = active,relevant and present format: int32.                                                                                                                                                                                                                                                                |
| `careTeamMemberships *` | [List](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-stack/icure-data-model/healthelement/CareTeamMembership/README.md) | Members of the careteam involved in this approach                                                                                                                                                                                                                                                                                                                                             |
| `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.                                                                                                                                                                                                                                                               |


---

# 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/healthelement/planofaction.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.
