> ## 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.1: April 2023

## Product Enhancements

| Table         | Updates                                              |
| ------------- | ---------------------------------------------------- |
| patient\_tag  | added creation\_time, created\_by\_user\_id columns  |
| patient\_tag  | added deletion\_time, deleted\_by\_user\_id columns  |
| patient\_tag  | removed is\_deleted column                           |
| document\_tag | added creation\_time, created\_by\_user\_id columns  |
| document\_tag | added deletion\_time, deleted\_by\_user\_id columns  |
| document\_tag | removed is\_deleted column                           |
| patient\_hcc  | renamed valid\_till to last\_calculated              |
| patient       | added patient\_status column                         |
| patient       | removed primary\_practice\_provider\_user\_id column |

***

## Release Highlights

This release delivered the first round of priority fixes needed to support the general availability (GA) migration for existing legacy HDB customers.

**Audit columns added to patient\_tag and document\_tag**

`creation_time`, `created_by_user_id`, `deletion_time`, and `deleted_by_user_id` were added to both tables to replace the previous `is_deleted` boolean. This change aligns with coding standards and provides richer audit history.

**patient\_hcc.valid\_till renamed to last\_calculated**

The column was renamed to more accurately describe what it represents: the date the HCC value was last computed.

**patient.patient\_status added**

The `patient_status` column was added to enable reporting on whether a patient is active, inactive, prospect, etc.

**patient.primary\_practice\_provider\_user\_id removed**

This duplicate column was removed. Use `primary_care_provider_id` instead.
