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 |
|---|---|
| physician_license | added dea column |
| physician_license | added rx_auth column |
| physician_license | added credentials column |
| physician_license | added supervising_physician_id column |
| visit_note_document_tag | added is_deleted column |
| non_visit_note_document_tag | added is_deleted column |
| clinical_form_collection | added loinc_code column, removed loinc_id column |
| passport | added chart_feed_date column |
| patient | added last_patient_status_change column |
| patient | renamed ethnicity to primary_ethnicity |
| patient | added detailed_primary_ethnicity column |
| patient | added secondary_ethnicity column |
| patient | added detailed_secondary_ethnicity column |
| patient | removed ethnicity column (renamed to primary_ethnicity) |
Release Highlights
physician_license: full multi-state licensing details Four new fields were added to give customers full visibility into physician multi-state licensing:dea: DEA registration numberrx_auth: prescribing authorizationcredentials: license type and credentialssupervising_physician_id: supervising physician for the license
is_deleted was added to both visit_note_document_tag and non_visit_note_document_tag. Tags that have been deleted will now appear with is_deleted = true rather than being silently excluded.
clinical_form_collection: loinc_code replaces loinc_id
The loinc_code column was added to carry the LOINC code directly on the table. The loinc_id foreign key has been removed. Update any queries that joined to the shareable_loinc table via loinc_id.
passport: chart_feed_date
The chart_feed_date column was added to show where the record is located in the patient’s chronological chart.
patient: expanded ethnicity and status fields
ethnicityhas been renamed toprimary_ethnicityto accommodate new secondary ethnicity fields. Update any queries referencingethnicity.detailed_primary_ethnicity,secondary_ethnicity, anddetailed_secondary_ethnicitywere added to reflect the full set of ethnicity options available in the EHR.last_patient_status_changewas added to track when a patient’s status last changed, enabling analysis of patient lifecycle transitions.