Avatar CWS 2023 Monthly Release 2023.02.00 Acceptance Tests
- Last updated
-
-
Save as PDF
|
Topics
• Progress Notes
• NX
• Integrated eSignature
• Treatment Plan
• Product Final to Draft Override
|
Manage Observer Caseload - New Fields
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Manage Observer Caseload
- Crystal Report Viewer
Scenario 1: Manage Observer Caseload - Transfer Caseload - Validate Caseload Report
Specific Setup:
- Two users are defined with associated practitioners that have credentials on file (User A & User B).
- A client is enrolled in an existing inpatient episode (Client A).
- "Client A" is not in the observer caseload of "User A" or "User B".
Steps
- Access the 'Manage Observer Caseload' form.
- Select "User A" in the 'Select User' field.
- Select "Add" in the 'Add or Remove Client From Caseload' field.
- Select the unit "Client A" is admitted into in the 'Unit' field.
- Select "Client A" in the 'Select Clients' field.
- Click [Update Caseload].
- Validate the 'Current Caseload' field contains "Client A".
- Select the "Transfer Caseload" section.
- Validate the following new fields are displayed:
- 'Credentials (From Staff)'
- 'Credentials (To Staff)'
- 'Transfer Caseload Reason'
- 'Caseload Assigned By'
- 'Run Caseload Report'
- Select "User A" in the 'Transfer Caseload From' field.
- Validate the 'Credentials (From Staff)' field is read-only and contains the practitioner credentials for "User A".
- Select "User B" in the 'Transfer Caseload To' field.
- Validate the 'Credentials (To Staff)' field is read-only and contains the practitioner credentials for "User B".
- Select "Client A" in the 'Select Clients' field.
- Validate the 'Caseload Assigned By' field contains the logged in user. This can be updated, if desired.
- Select the desired value in the 'Transfer Caseload Reason' field. Note: this is a user defined dictionary - user can right click to add dictionary values.
- Click [Transfer Caseload].
- Validate a message is displayed stating: Selected client(s) will be transferred from the caseload of "User A" to "User B". Are you sure?
- Click [OK] and [Run Caseload Report].
- Validate the report is displayed and contains the following:
- For "User B" there will be a record for "Client A" with the following details:
- Action - Added
- Assigned Date - Transfer date
- Assigned Time - Transfer time
- Caseload Assigned By - User selected in the 'Caseload Assigned By' field
- Reason - Value selected in the 'Transfer Caseload Reason' field
- For "User A" there will be a record for "Client A" with the following details:
- Action - Removed
- Assigned Date - Transfer date
- Assigned Time - Transfer time
- Caseload Assigned By - User selected in the 'Caseload Assigned By' field
- Reason - Value selected in the 'Transfer Caseload Reason' field'
- Close the report and the form.
- Access Crystal Reports or other SQL Reporting tool.
- Select the CWS namespace.
- Create a report using the 'Observer.caseload_audit' SQL table.
- Validate there are two rows for the caseload transfer from "User A" to "User B".
Scenario 2: Manage Observer Caseload - Manage Caseload - Validate Caseload Report
Specific Setup:
- A user is defined with an associated practitioner that has credentials on file (User A).
- A client is enrolled in an existing inpatient episode (Client A).
- "Client A" is not in "User A's" observer caseload.
Steps
- Access the 'Manage Observer Caseload' form.
- Validate the following new fields are displayed:
- 'Credentials'
- 'Caseload Assigned By'
- 'Reason to Remove Caseload'
- 'Run Caseload Report'
- Select "User A" in the 'Select User' field.
- Validate the 'Credentials' field is read-only and contains the practitioner credentials for "User A".
- Validate the 'Caseload Assigned By' field contains the logged in user. This can be updated, if desired.
- Select "Add" in the 'Add or Remove Client From Caseload' field.
- Validate the 'Reason to Remove Caseload' field is disabled. This field will only be enabled when "Remove" is selected in the 'Add or Remove Client From Caseload' field.
- Select the unit "Client A" is admitted into in the 'Unit' field.
- Click [Update Caseload].
- Validate the 'Current Caseload' field contains "Client A".
- Click [Run Caseload Report].
- Validate the report is displayed and contains the following:
- For "User A" there will be a record for "Client A" with the following details:
- Action - Added
- Assigned Date - Added date
- Assigned Time - Added time
- Caseload Assigned By - User selected in the 'Caseload Assigned By' field
- Close the report.
- Access Crystal Reports or other SQL Reporting tool.
- Select the CWS namespace.
- Create a report using the 'Observer.caseload_audit' SQL table.
- Validate there is a row for "Client A" being added to "User A" caseload.
- Validate the 'assigned_by_user_id' and 'assigned_by_user_name' fields contain the 'Caseload Assigned By' user if populated, if not, the logged in user.
- Validate the 'assigned_date' contains the date "Client A" was added.
- Validate the 'assigned_time' field contains the time "Client A" was added.
- Validate the 'assigned_to_user_id' and 'assigned_to_user_name' fields contain "User A".
- Validate the 'PATID' field contains "Client A".
- Validate the 'action_code' field contains "A".
- Validate the 'action_value' field contains "Added".
- Validate the 'client_name' field contains "Client A".
- Validate the 'credentials_code', 'credentials_shval', and 'credentials_value' fields contains the credential codes/values for "User A".
- Navigate back to the 'Manage Observer Caseload' form.
- Validate the 'Select User' field contains "User A".
- Validate the 'Caseload Assigned By' field contains the logged in user.
- Select "Remove" in the 'Add or Remove Client From Caseload' field.
- Validate the 'Reason to Remove Caseload' field is now enabled.
- Select the desired value in the 'Reason to Remove Caseload' field. Note: this is a user defined dictionary - user can right click to add dictionary values.
- Select "Client A" in the 'Select Clients' field.
- Click [Update Caseload].
- Validate a message is displayed stating: You are about to remove the selected client(s) from the caseload of "User A". Are you sure you want to continue?
- Click [OK].
- Validate the 'Current Caseload' field does not contain "Client A".
- Click [Run Caseload Report].
- Validate the report is displayed and contains the following:
- For "User A" there will be a record for "Client A" with the following details:
- Action - Removed
- Assigned Date - Removed date
- Assigned Time - Removed time
- Caseload Assigned By - User selected in the 'Caseload Assigned By' field
- Reason - Value selected in the 'Reason to Remove Caseload' field
- Close the report and the form.
- Access Crystal Reports or other SQL Reporting tool.
- Refresh the report using the 'Observer.caseload_audit' SQL table.
- Validate there is a row for "Client A" being removed from "User A" caseload.
- Validate the 'assigned_by_user_id' and 'assigned_by_user_name' fields contain the 'Caseload Assigned By' user if populated, if not, the logged in user.
- Validate the 'assigned_date' contains the date "Client A" was removed.
- Validate the 'assigned_time' field contains the time "Client A" was removed.
- Validate the 'assigned_to_user_id' and 'assigned_to_user_name' fields contain "User A".
- Validate the 'PATID' field contains "Client A".
- Validate the 'action_code' field contains "R".
- Validate the 'action_value' field contains "Removed".
- Validate the 'client_name' field contains "Client A".
- Validate the 'credentials_code', 'credentials_shval', and 'credentials_value' fields contains the credential codes/values for "User A".
- Validate the 'removal_code' and 'removal_value' field contains the corresponding code/value for the value selected in the 'Reason to Remove Caseload' field.
- Close the report.
Manage Observer Caseload - 'Allow Clear All Caseloads' registry setting
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Manage Nursing Caseload
- Nursing Caseload Assignment
- Manage Observer Caseload
- Registry Settings (PM)
Scenario 1: Manage Observer Caseload - Clear Caseload - Validate the 'Allow Clear All Caseloads' registry setting
Specific Setup:
- A client is enrolled in an existing inpatient episode (Client A).
- "Client A" is not part of the logged in user's caseload (User A).
Steps
- Access the 'Registry Settings' form.
- Enter "Allow Clear All Caseloads" in the 'Limit Registry Settings to the Following Search Criteria' field.
- Click [View Registry Settings].
- Validate the default 'Registry Setting Value' is "Y".
- Validate the 'Registry Setting Details' field contains: Enter 'Y' to allow 'Clear All Caseloads' in the 'Manage Observer Caseload' form. Enter 'N' to disallow 'Clear All Caseloads' in the 'Manage Observer Caseload' form.
- Click [Submit] and close the form.
- Access the 'Manage Observer Caseload' form.
- Search for and select "User A" in the 'Select User' field.
- Select "Add" in the 'Add or Remove Client From Caseload' field.
- Select the unit that "Client A" is admitted into in the 'Unit' field.
- Select "Client A" in the 'Select Clients' field.
- Click [Update Caseload].
- Validate the 'Current Caseload' field contains "Client A".
- Select the "Clear All Caseloads" section.
- Click [Clear All Caseloads].
- Validate a message is displayed stating: You are about to clear observation caseloads for all users. Do you want to continue?
- Click [OK].
- Validate a message is displayed stating: NTST Observer caseloads are cleared for all users.
- Click [OK].
- Select the "Manage Caseload" section.
- Search for and select "User A" in the 'Select User' field.
- Validate the 'Current Caseload' field no longer contains "Client A".
- Close the form.
- Access the 'Registry Settings' form.
- Enter "Allow Clear All Caseloads" in the 'Limit Registry Settings to the Following Search Criteria' field.
- Click [View Registry Settings].
- Enter "N" in the 'Registry Setting Value' field.
- Click [Submit] and close the form.
- Access the 'Manage Observer Caseload' form.
- Search for and select "User A" in the 'Select User' field.
- Select "Add" in the 'Add or Remove Client From Caseload' field.
- Select the unit that "Client A" is admitted into in the 'Unit' field.
- Select "Client A" in the 'Select Clients' field.
- Click [Update Caseload].
- Validate the 'Current Caseload' field contains "Client A".
- Select the "Clear All Caseloads" section.
- Click [Clear All Caseloads].
- Validate a message is displayed stating: 'Clear All Caseloads' is not allowed.
- Click [OK].
- Select the "Manage Caseload" section.
- Validate "Client A" is still displayed in the 'Current Caseload' field.
- Close the form.
|
Topics
• Manage Observer Caseload
• Registry Settings
|
Task List - Performance Improvements
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Nursing Caseload Assignment
- Task Definitions
- Task Associations
- Orders This Episode
- eMAR widget
Scenario 1: Task List - Filter Task List widget to view patients by Unit
|
Topics
• NX
• Task List
|
Progress Notes (Group and Individual) - Client Problem List PCL
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Problem List
- Progress Notes (Group and Individual)
- .Progress Note
- Group Registration
- Clinical Document Viewer
- Set System Defaults (CWS)
- Crystal Report Viewer
Scenario 1: Chart View - View Progress Notes (Group and Individual) documents
Specific Setup:
- Add the "Progress Notes Widget" to the user's homeview.
- Admit a test client into any episode.
- Using the "Site Specific Section Modeling" form.
- Add a "SS Note Multiple Response Dictionary" field with Problem List PCL to the "Progress Notes (Group and Individual)" form or one if it's copies.
- Using the "Problem List" form,
- Add 1 or more problems for the test client.
Steps
- Open the progress note form used for this test.
- Create a note for an individual.
- Select one or more problems in the new field that was added via "Site Specific Section Modeling".
- Finalize the progress note.
- Sign the document.
- Select the client from the Client Search field.
- Double click on the client's name.
- Client's Chart comes up.
- Select the link for the progress note type that was just filed.
- A document list displays.
- Select the document that was just stored.
- Validate the data from the site specific field displays on the document as it was originally stored.
Scenario 2: Progress Notes Widget - Sort Order by Filing Time in descending order
Specific Setup:
- Enable document routing for the progress note form to be used for testing by using the "Document Routing Setup" form.
- Using "Site Specific Section Modeling", add a SS Note Multiple Response Dictionary field to the progress notes used and attach "Problem List" PCL.
- Admit a test client or select an existing test client.
- Add the "Progress Notes Widget" to the user's home view using "View Definition" form.
- Using the "Problem List" form, enter problems for the test client.
Steps
- Open the Progress Notes form selected for testing.
- Generate a progress note for a new service, be sure not to populate the "Start Time" and "End Times".
- Set the "Note Field" text to "Note 1".
- Set the "Draft/Final" to "Draft".
- Submit the form.
- Open the Progress Notes form selected for testing.
- Generate a progress note for a new service, be sure not to populate the "Start Time" and "End Times".
- Set the "Note Field" text to "Note 2".
- Set the "Draft/Final" to "Draft".
- Submit the form.
- Open the Progress Notes form selected for testing.
- Generate a progress note for a new service, be sure not to populate the "Start Time" and "End Time".
- Set the "Note Field" text to "Note 3".
- Set the "Date of Service" to the same date as "Note 2".
- Set the "Draft/Final" to "Draft".
- Submit the form.
- Open the Progress Notes form selected for testing.
- Edit the 3rd note entered.
- Navigate to the "Progress Notes Widget".
- Validate the progress notes entered for this test appear in the following sorted order: "Note 1", "Note 3", "Note 2".
- "Note 3" will appear prior to "Note 2" since it was filed more recently than "Note 2" and due to the absence of start/end times, the program uses the filing time of the note.
- Open the Progress Notes form selected for testing.
- Create a progress note for the client and populate the field with Problem List PCL added via "Site Specific Section Modeling" form.
- Finalize the note.
- Navigate to the "Progress Notes Widget".
- Validate the problem data is included on the document.
Scenario 3: Progress Notes (Group and Individual) - Edit Group Scratch Notes - Independent Note
Specific Setup:
- Using "Site Specific Section Modeling" form:
- There is a new field added to the Group Default Note section of the Progress Notes (Group and Individual) form.
- This field is called "Select Note To Edit" and it's the field that will contain the link to the scratch group default note.
- The "Exclude From Data Collection" field must be set to "N" to use the new functionality.
- Admit 3 test clients or select 3 test clients. They can be admitted to any episode.
- Create a group using "Group Registration" that includes all 3 of the clients as members.
- Document routing must be enabled for the Progress Notes (Group and Individual) form.
- Using "Set System Defaults" form, enable Autosave for the Progress Notes (Group and Individual) form.
- Using the "Site Specific Section Modeling" form, edit the "Progress Notes (Group and Individual)" form or copies of, add a "SS Note Multiple Response Dictionary" field and attach Problem Code PCL.
- Using the "Problem List" form, assign problems to 2 of the test clients admitted.
Steps
- Open the "Progress Notes (Group and Individual)" form.
- Click the group note section. Such as "Group Default Note" or "Begin Default Note".
- Select "Independent" in the "Progress Note For" field.
- Fill in some fields and then click either the "Backup" button or the "Save" icon to create an autosaved copy of the group default note.
- Close the "Progress Note (Group and Individual)" form.
- Open the "Progress Notes (Group and Individual)" form.
- A message pops up asking you if you want to retrieve the autosaved backup.
- Select the backup that you want to retrieve.
- Click the OK button.
- The group default note is restored from backup.
- Fill in all required and desired fields on the form.
- Click "Submit Note" or "File Note" button.
- Using the "Select Note To Edit" field added with this update, select the scratch default group note to edit.
- Make any necessary edits.
- Click "Submit Note" or "File Note" button to save the group scratch note.
- You can edit the scratch notes multiple times if necessary.
- You can have multiple group scratch notes in process at one time.
- Once the group default note is completed, the scratch note can be individualized through the Individual Progress Notes tab and individualized notes can be finalized and routed if necessary.
- If changes are made again to the scratch group default note after some group members have been individualized, it won't change the individualized progress notes, but it will change any that remain with the group default note because they haven't been individualized. You will then receive a message stating which clients in the group have already been individualized and therefore, they won't be changed by the edit just made.
- Open the "Clinical Document Viewer" form.
- Display the progress notes that were finalized.
- Validate that they display as they were saved.
- Open the "Progress Notes (Group and Individual)" form.
- Create a group default note.
- Individualize the progress notes for the group members making sure to select some or all of the problems listed in the SS Note Multiple Response Dictionary field for 2 of the 3 group members.
- Finalize the notes.
- Using the "Clinical Document Viewer" form.
- Validate the problem data is on the document.
- Print the document.
- Validate the printed document reflects the correct problem data for each of the 3 group members.
Chart View - Progress notes with Client Problem List PCL
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Problem List
- Progress Notes (Group and Individual)
- .Progress Note
Scenario 1: Chart View - View Progress Notes (Group and Individual) documents
Specific Setup:
- Add the "Progress Notes Widget" to the user's homeview.
- Admit a test client into any episode.
- Using the "Site Specific Section Modeling" form.
- Add a "SS Note Multiple Response Dictionary" field with Problem List PCL to the "Progress Notes (Group and Individual)" form or one if it's copies.
- Using the "Problem List" form,
- Add 1 or more problems for the test client.
Steps
- Open the progress note form used for this test.
- Create a note for an individual.
- Select one or more problems in the new field that was added via "Site Specific Section Modeling".
- Finalize the progress note.
- Sign the document.
- Select the client from the Client Search field.
- Double click on the client's name.
- Client's Chart comes up.
- Select the link for the progress note type that was just filed.
- A document list displays.
- Select the document that was just stored.
- Validate the data from the site specific field displays on the document as it was originally stored.
Scenario 2: Progress Notes Widget - Sort Order by Filing Time in descending order
Specific Setup:
- Enable document routing for the progress note form to be used for testing by using the "Document Routing Setup" form.
- Using "Site Specific Section Modeling", add a SS Note Multiple Response Dictionary field to the progress notes used and attach "Problem List" PCL.
- Admit a test client or select an existing test client.
- Add the "Progress Notes Widget" to the user's home view using "View Definition" form.
- Using the "Problem List" form, enter problems for the test client.
Steps
- Open the Progress Notes form selected for testing.
- Generate a progress note for a new service, be sure not to populate the "Start Time" and "End Times".
- Set the "Note Field" text to "Note 1".
- Set the "Draft/Final" to "Draft".
- Submit the form.
- Open the Progress Notes form selected for testing.
- Generate a progress note for a new service, be sure not to populate the "Start Time" and "End Times".
- Set the "Note Field" text to "Note 2".
- Set the "Draft/Final" to "Draft".
- Submit the form.
- Open the Progress Notes form selected for testing.
- Generate a progress note for a new service, be sure not to populate the "Start Time" and "End Time".
- Set the "Note Field" text to "Note 3".
- Set the "Date of Service" to the same date as "Note 2".
- Set the "Draft/Final" to "Draft".
- Submit the form.
- Open the Progress Notes form selected for testing.
- Edit the 3rd note entered.
- Navigate to the "Progress Notes Widget".
- Validate the progress notes entered for this test appear in the following sorted order: "Note 1", "Note 3", "Note 2".
- "Note 3" will appear prior to "Note 2" since it was filed more recently than "Note 2" and due to the absence of start/end times, the program uses the filing time of the note.
- Open the Progress Notes form selected for testing.
- Create a progress note for the client and populate the field with Problem List PCL added via "Site Specific Section Modeling" form.
- Finalize the note.
- Navigate to the "Progress Notes Widget".
- Validate the problem data is included on the document.
|
Topics
• Progress Notes
• Group Progress Notes
• Widgets
• NX
|
Progress Notes (Group and Individual) - 'Group Default Notes' section
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Progress Notes (Group and Individual)
- Group Progress Note
Scenario 1: Progress Notes (Group and Individual) - Add multiple clients to group by unit
Specific Setup:
- A group (Group A) is defined with two clients (Client A & Client B).
- A second group (Group B) is defined with two clients (Client C & Client D).
- Two other clients (Client E & Client F) are enrolled in inpatient episodes and are assigned to a unit (Unit A).
- The following fields must be added to the 'Group Default Notes' section of the 'Progress Notes (Group and Individual)' form in 'Site Specific Section Modeling:
- 'Add to Group - Use Caseload or Unit for Selection'
- 'Unit'
- 'Select Clients'
- 'Add Selected Clients to Group List'
Steps
- Access the 'Progress Notes (Group and Individual)' form.
- Navigate to the "Group Default Notes" section.
- Enter the current date in the 'Date Of Group' field.
- Select the desired value in the 'Note Type' field.
- Select "Independent Note" in the 'Progress Note For' field.
- Select "Group A" in the 'Group Name Or Number' field.
- Enter the desired value in the 'Note' field.
- Validate that the 'Client Who Attended Group' field contains "Client A" and "Client B".
- Click [Add Client To Group].
- Validate the 'Add to Group - Use Caseload or Unit for Selection' field becomes enabled.
- Select "Unit" in the 'Add to Group - Use Caseload or Unit for Selection' field.
- Validate that the 'Unit' field becomes enabled and required.
- Select "Unit A" in the 'Unit' field.
- Validate the 'Select Clients' field contains "Client E" and "Client F".
- Select "Group B" in the 'Group Name Or Number' field.
- Validate the 'Select Clients' field is cleared and no longer contains a value.
- Validate the 'Client Who Attended Group' field contains "Client C" and "Client D".
- Select "Unit" in the 'Add to Group - Use Caseload or Unit for Selection' field.
- Select "Unit A" in the 'Unit' field.
- Select "Client E" and "Client D" in the 'Select Clients' field.
- Click [Add Selected Clients to Group List].
- Validate that the 'Client Who Attended Group' field contains "Client C", "Client D", "Client E", and "Client F".
- Click [File Note].
- Navigate to the "Individual Progress Notes" section.
- Again select "Group B" in the 'Group Name Or Number' field.
- Enter the current date in the 'Note Date' field.
- Validate that the 'Select Note to Edit' field contains group scratch notes for "Client C", "Client D", "Client E" and "Client F".
- Select the note for "Client C" in the 'Select Note To Edit' field.
- Validate all fields are populated based on the values entered in the group note.
- Individualize the note as desired and file the notes.
- Repeat as needed for "Client D", "Client E", and "Client F".
- Close the form.
Scenario 2: Progress Notes (Group and Individual) - Add multiple clients to group by caseload
Specific Setup:
- A group (Group A) is defined with two clients (Client A & Client B).
- A second group (Group B) is defined with two clients (Client C & Client D).
- Two other clients are enrolled in active episodes and are part of the logged in user's caseload (Client E & Client F).
- The following fields must be added to the 'Group Default Notes' section of the 'Progress Notes (Group and Individual)' form in 'Site Specific Section Modeling:
- 'Add to Group - Use Caseload or Unit for Selection'
- 'Unit'
- 'Select Clients'
- 'Add Selected Clients to Group List'
Steps
- Access the 'Progress Notes (Group and Individual)' form.
- Navigate to "Group Default Notes" section.
- Enter the current date in the 'Date Of Group' field.
- Select the desired value in 'Note Type' field.
- Select "Independent Note" in the 'Progress Note For' field.
- Select "Group A" in the 'Group Name Or Number' field.
- Enter the desired value in the 'Note' field.
- Validate the 'Client Who Attended Group' field contains "Client A" and "Client B".
- Click [Add Client To Group].
- Validate the 'Add to Group - Use Caseload or Unit for Selection' field becomes enabled.
- Select "Caseload" in the 'Add to Group - Use Caseload or Unit for Selection' field.
- Validate the 'Select Clients' field contains all active clients in the user's caseload with the most recent episode number.
- Select "Group B" in the 'Group Name Or Number' field.
- Validate the 'Select Clients' field is cleared and no longer contains a value.
- Validate the 'Client Who Attended Group' field contains "Client C" and "Client D".
- Select "Caseload" in the 'Add to Group - Use Caseload or Unit for Selection' field.
- Validate the 'Select Clients' field contains all active clients in the user's caseload with the most recent episode number.
- Select "Client E" and "Client F" in the 'Select Clients' field.
- Click [Add Selected Clients to Group List].
- Validate the 'Client Who Attended Group' field contains "Client C", "Client D", "Client E", and "Client F".
- Click [File Note].
- Navigate to the "Individual Progress Notes" section.
- Select "Group B" in the 'Group Name Or Number' field.
- Enter the current date in the 'Note Date' field.
- Validate the 'Select Note to Edit' field contains group scratch notes for "Client C", "Client D", "Client E" and "Client F".
- Select the note for "Client C" in the 'Select Note To Edit' field.
- Validate all fields populate based off the values entered in the group note.
- Individualize the note as desired and file the note.
- Repeat as needed for "Client D", "Client E", and "Client F".
- Close the form.
|
Topics
• Progress Notes
|
Progress Notes - Signatures in Chart View/Progress Notes Widget
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Problem List
- Progress Notes (Group and Individual)
- Progress Notes (Group and Individual) 14
- Clinical Document Viewer
- Dynamic Form - Scheduling Calendar
- Dynamic Form - Staff Overbooking
- Dynamic Form - Scheduling Calendar - Warning Same Day Existing Appointment
- Dynamic Form - Client Overbooking
- No Signature Device Detected
- Client Charge Input
- Dynamic Form Duplicate Service
- Client Ledger
- .Progress Note
Scenario 1: Chart View - View Progress Notes (Group and Individual) documents
Specific Setup:
- Add the "Progress Notes Widget" to the user's home view.
- Admit a test client into any episode.
- Using "Create New Progress Notes" form:
- Generate a new Progress Notes (Group and Individual) form.
- Using the "Site Specific Section Modeling" form under the CWS menu:
- Add a "SS Signature Pad" field to the newly created "Progress Notes (Group and Individual)" form.
- Set "Signature Command Button Caption" to the desired label for the command button.
- Set "Signature Line 1" to "Signature".
- Submit the form.
- Using the "User Definition" or "User Role Definition" form:
- Give the user access to the form under the "Forms and Tables" section.
- Submit the form.
- Generate multiple forms using the newly created progress notes form for viewing in chart.
Steps
- Select the test client in the "myClients" widget.
- Access the "Chart Review" form.
- Retrieve documents that have been manually signed and validate the manual signature displays on the document.
Scenario 2: Progress Notes (Group and Individual) - Signature - Independent Note
Scenario 3: Progress Notes (Group and Individual) - Signature - Existing Appointment
Scenario 4: Progress Notes (Group and Individual) - Signature - Existing Service
Scenario 5: Ambulatory Progress Notes - Signature - New Service
Specific Setup:
- Using the "Site Specific Section Modeling" form under the CWS menu:
- Add a "SS Signature Pad" field to the "Ambulatory Progress Notes" form.
- Set "Signature Command Button Caption" to the desired label for the command button.
- Set "Signature Line 1" to "Signature".
- Submit the form.
- Using the "User Definition" or "User Role Definition" form:
- Give the user access to the form under the "Forms and Tables" section.
- Submit the form.
- Using "Document Routing Setup":
- Enable document routing for the "Ambulatory Progress Notes" form.
- Admit a test client into any episode.
- Add the "Progress Notes Widget" to the user's home view.
Steps
- Open the "Ambulatory Progress Notes" form.
- Create a progress note.
- Click the "Signature" button.
- Finalize the note.
- Validate the document preview displays the signature.
- Route the document to an approver.
- Login as the approver.
- Navigate to the "ToDo" widget.
- Locate the "ToDo" item for the document that was just saved.
- Validate the signature displays on the document.
- Open the "Clinical Document Viewer" form.
- Locate the document that was just saved.
- Validate the signature displays on the document.
- Navigate to the "Progress Notes Widget".
- Locate the document that was just saved.
- Validate the signature displays on the document.
|
Topics
• Progress Notes
• Group Progress Notes
• NX
|
| |
Avatar_CWS_2023_Monthly_Release_2023.02.00_Details.csv