Skip to main content

Avatar PM 2023 Update 37

Product Requirements / Recommendations

Avatar PM required
RADplus required

Product Update Form Description

The following issues on form 'Women's Health History' were resolved: 1) Episode Number, Select Para Entry, Para Filed Records, etc. on form not populating correctly. 2) Para Entries in sub-tab 'Para and Gravida' not filing correctly. 3) Textbox field, Para Filed Records in same sub-tab, not displaying correctly.

Included Updates

None

Required Updates

None

Details

NEW0 CHANGED0 FIXED1
Fixed (1)
Women's Health History
An issued has been resolved to ensure that data is being correctly saved to the 'SYSTEM.client_condition_preg' table and the 'SYSTEM.patient_demographic_history' table.
Topics
• Women's Heath History
 
Acceptance Tests

AV-86404 Summary | Details
Women's Health History
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
  • HomeView.Women's Health History
  • SQL Query/Reporting Tool
Scenario 1: Women's Health History - Master Patient Index Historic Sync
Specific Setup:
  • User with Provider credentials
  • User with access to Women's Health History form
  • Female Client with "expected due date" filed via the "Admission" form
Steps
  1. Log into Avatar with a Provider login.
  2. Open "Women's Health History" form.
  3. Enter values for the following fields (Pregnancy Status, Expected Due Date, and Lactating Status).
  4. Add desired values to the 'Para and Gravida' section.
  5. Click [Add/Update].
  6. Click [File Para Records].
  7. Click [Submit].
  8. Click [Yes].
  9. Open "Women's Health History" form.
  10. Select 'Edit' on the record that was added.
  11. Validate that all the data that was entered displays correctly in the form.
  12. Close the form.
  13. Open 'Crystal Reports' or another SQL reporting tool.
  14. Execute the query: 'SELECT * FROM SYSTEM.client_condition_preg where PATID=client id AND assessment_date =current date'.
  15. Validate the table cells "pregnancy_status", "expected_due_date", "lactating_status" match the inputted values from the "Women's Health History" form.
  16. Open 'Crystal Reports' or another SQL reporting tool.
  17. Execute the query: 'SELECT * FROM SYSTEM.patient_demographic_history where PATID=client id'.
  18. Validate the table cells "pregnancy_status", "expected_due_date", "lactating_status" match the values from the ‘SYSTEM.client_condition_preg' table.
Topics
• Women's Heath History