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
physician_licenseadded dea column
physician_licenseadded rx_auth column
physician_licenseadded credentials column
physician_licenseadded supervising_physician_id column
visit_note_document_tagadded is_deleted column
non_visit_note_document_tagadded is_deleted column
clinical_form_collectionadded loinc_code column, removed loinc_id column
passportadded chart_feed_date column
patientadded last_patient_status_change column
patientrenamed ethnicity to primary_ethnicity
patientadded detailed_primary_ethnicity column
patientadded secondary_ethnicity column
patientadded detailed_secondary_ethnicity column
patientremoved 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 number
  • rx_auth: prescribing authorization
  • credentials: license type and credentials
  • supervising_physician_id: supervising physician for the license
Document tag deletion now visible 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
  • ethnicity has been renamed to primary_ethnicity to accommodate new secondary ethnicity fields. Update any queries referencing ethnicity.
  • detailed_primary_ethnicity, secondary_ethnicity, and detailed_secondary_ethnicity were added to reflect the full set of ethnicity options available in the EHR.
  • last_patient_status_change was added to track when a patient’s status last changed, enabling analysis of patient lifecycle transitions.