Skip to main content

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