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
office_messagesadded report_id column
office_messages_recipientsadded removed_from_thread column
office_messages_recipientsadded removed_at column
appointmentadded is_blocking column
med_orderadded supervising_physician_id column
med_orderadded fulfillment_state column
med_orderadded num_samples column
med_orderadded patient_adherence column
provider_letteradded viewed_at column
referral_orderremoved clinical_reason column

Bug Fixes

TableDescription
patient_problemfixed duplicate row issue caused by incorrect fields in unique key: all unique keys will change
patient_phonefixed 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.
TableDescription
elation_noteCleaned, structured data to reconstruct custom note blocks by note
elation_note_structured_dataGranular form data linking to questions and blocks
elation_note_response_optionResponse options for checkbox, dropdown, and radio button question types
elation_note_questionCurrent state of each question in a custom block
elation_note_custom_block_snapshotSnapshot of the custom block at the time the note was created (static)
elation_note_custom_blockCurrent 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.