Product Enhancements
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.