> ## Documentation Index
> Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 1.2: August 2023

## Product Enhancements

| Table                 | Updates                               |
| --------------------- | ------------------------------------- |
| patient               | added deceased\_date column           |
| visit\_note\_bullet   | added is\_deleted column              |
| user                  | added direct\_message\_address column |
| report\_document\_tag | added is\_deleted column              |

## Bug Fixes

| Table              | Description                                                             |
| ------------------ | ----------------------------------------------------------------------- |
| referral\_order    | uq\_referral\_order column logic updated to fix incremental build issue |
| patient\_insurance | various bugs fixed                                                      |

***

## Release Highlights

**patient.deceased\_date**

Practices can now report on and filter by patient deceased date directly from the `patient` table.

**user.direct\_message\_address**

Customers can pull a list of all direct message addresses configured for their practice, useful for directory and communication audits.

**visit\_note\_bullet and report\_document\_tag: is\_deleted**

The `is_deleted` flag was added to both tables to account for both hard and soft deletes, ensuring deleted records surface correctly in incremental builds.
