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.
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_tagcreation_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.