Skip to main content

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

TableUpdates
patient_tagadded creation_time, created_by_user_id columns
patient_tagadded deletion_time, deleted_by_user_id columns
patient_tagremoved is_deleted column
document_tagadded creation_time, created_by_user_id columns
document_tagadded deletion_time, deleted_by_user_id columns
document_tagremoved is_deleted column
patient_hccrenamed valid_till to last_calculated
patientadded patient_status column
patientremoved 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.