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