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 |
|---|
| office_messages | added report_id column |
| office_messages_recipients | added removed_from_thread column |
| office_messages_recipients | added removed_at column |
| appointment | added is_blocking column |
| med_order | added supervising_physician_id column |
| med_order | added fulfillment_state column |
| med_order | added num_samples column |
| med_order | added patient_adherence column |
| provider_letter | added viewed_at column |
| referral_order | removed clinical_reason column |
Bug Fixes
| Table | Description |
|---|
| patient_problem | fixed duplicate row issue caused by incorrect fields in unique key: all unique keys will change |
| patient_phone | fixed bug where deleted phone numbers (empty strings) were hidden instead of shown |
New Tables (Beta)
The following tables are in beta and may be altered without prior notification. The older vn2_* visit note tables will be removed in a future release.
| Table | Description |
|---|
| elation_note | Cleaned, structured data to reconstruct custom note blocks by note |
| elation_note_structured_data | Granular form data linking to questions and blocks |
| elation_note_response_option | Response options for checkbox, dropdown, and radio button question types |
| elation_note_question | Current state of each question in a custom block |
| elation_note_custom_block_snapshot | Snapshot of the custom block at the time the note was created (static) |
| elation_note_custom_block | Current active state of a custom block (may drift from note content) |
Release Highlights
office_messages: report_id
If a report is attached to an office message, report_id now links to the report table.
office_messages_recipients: thread removal tracking
removed_from_thread (boolean) and removed_at (timestamp) were added to track when recipients are removed from a message thread.
appointment: is_blocking
The is_blocking flag indicates whether an appointment blocks the provider’s schedule. Defaults to true.
med_order: prescription lifecycle and sample tracking
supervising_physician_id: the supervising physician for the order
fulfillment_state: current state of the prescription: new, failure, error, sent, complete, pending_complete, denied, sending
num_samples: populated when the medication is a sample
patient_adherence: patient adherence data for the medication
provider_letter: viewed_at
Records the timestamp when a provider letter was initially viewed.
referral_order: clinical_reason removed
The clinical_reason column has been removed. Use the body column instead, which is pulled from the body of the referral.
patient_problem: unique key change
A bug caused duplicate rows due to incorrect fields being included in the unique key. All unique keys for this table will change as a result of this fix. Customers doing incremental builds will need to account for this.
patient_phone: empty string deletions now visible
When a phone number was manually removed from a chart, it was previously filtered out. It will now appear as an empty phone number (not as deleted).
New Elation Note tables (beta)
Six new tables expose structured data from Elation’s custom note blocks. See the entity relationship diagram for details on how these tables relate.
These tables are beta. Schema may change without notice. The vn2_* tables will be removed in a future release.