Skip to main content

Data Trail Overview

Avatar Data Trail adds new SQL tables, providing auditing information for all RADplus modeled forms and select myAvatar PM forms. Data Trail also allows external SQL table access to auditing information in an easy-to-report format.

This feature is useful in helping you to confirm and record when data is added, edited, reviewed, and deleted. It allows you to see the order in which changes were made, and the date/time of access to patient records.

Although Data Trail is a PM module, auditing is supported in myAvatar CWS and myAvatar MSO.

The new AUDIT tables are based on the associated SYSTEM table (e.g., SYSTEM.billing_tx_history), and will contain several new fields, which are unique to myAvatar Data Trail.

► Fields and allowable values
  • action_code
    • A - A new row is added.
    • E - An existing row is edited with a new entry.
    • R - An existing row is filed with no changes made.
    • D - A row was deleted.
  • action_value
    • Add, Edit, Review, or Delete.
  • audit_date
    • Data entry date.
  • audit_time
    • Data entry time.
  • audit_data_entry_by
    • Description of user logged into myAvatar .
  • audit_data_entry_by_option
    • Description of user logged into the myAvatar form.
  • audit_data_entry_user_id
    • User ID logged into myAvatar .
  • audit_data_entry_user_name
    • Description of user logged into myAvatar .

After adding a form or table to the Audit Trail, you will need to grant user SQL access in the User Definition and/or User Role Definition form.

The selected tables are created in the AUDIT schema.

Refresh your ODBC Connection for access to the new tables.

Note: Newly created AUDIT tables contain no data. Audit entries are created for data files after the table has been selected for Audit Trail auditing.
Data entered prior to the table being selected for Data Trail will not be added to the table.

Tables (New and Existing)

Audit tables will be associated with each form that is supported by myAvatar Data Trail. The audit table will contain the same fields as the source product table, with an additional eight fields, including action_code and action_value.

Currently, the Admission, and Admission (Outpatient) forms are associated with the following SQL tables:

  • SYSTEM.admission_data
  • SYSTEM.admission_data_other
  • SYSTEM.patient_current_demographics
  • SYSTEM.patient_demographic_history
  • SYSTEM.episode_history
  • SYSTEM.admission_practitioner
  • SYSTEM.history_attending_practitioner
  • SYSTEM.discharge_alert_data
  • SYSTEM.history_partial_hosp
  • SYSTEM.site_specific_admission

When support for myAvatar Data Trail is enabled, the following SQL tables will be created to capture audit information:

  • AUDIT.admission_data
  • AUDIT.admission_data_other
  • AUDIT.billing_tx_history
  • AUDIT.patient_current_demographics
  • AUDIT.patient_demographic_history
  • AUDIT.episode_history
  • AUDIT.admission_practitioner
  • AUDIT.history_attending_practitioner
  • AUDIT.discharge_alert_data
  • AUDIT.history_partial_hosp
  • AUDIT.site_specific_admission

 

  • Was this article helpful?