Components installed with Patient Support Services
Summarize
Summary of Components Installed with Patient Support Services
The Patient Support Services application includes various components essential for managing patient enrollment and care coordination. These components encompass tables, user roles, ServiceNow Store applications, and business rules, all designed to enhance the operational efficiency of healthcare services.
Show less
Key Features
- Roles Installed: User roles such as
snpatientservice.admin,snpatientservice.agent, andsnpatientservice.casecreatorare configured to manage different aspects of the Patient Support Services application. These roles enable users to administer the application, fulfill enrollment cases, create and view patient cases, and manage training requests. - Tables Installed: Key tables like
snpatientserviceenrollcasefor storing enrollment cases andsnpatientservicetaskfor task management are included in the application to structure patient data effectively. - ServiceNow Store Applications: The core application,
snhcls, provides vital functionalities like patient 360-degree view and consent management, facilitating better healthcare service delivery. - Business Rules Installed: Various business rules automate processes within the application, such as triggering patient satisfaction surveys upon case closure and managing task states based on enrollment case updates, ensuring smooth workflow and data integrity.
Key Outcomes
By utilizing the components installed with Patient Support Services, organizations can streamline patient enrollment processes, enhance coordination among care teams, and ensure effective tracking of patient-related tasks. The automation of critical business rules minimizes manual intervention, improving accuracy and efficiency in service delivery.
Several types of components are installed with installation of the Patient Support Services application, including tables, user roles, ServiceNow Store applications, and business rules.
Demo data is available for this feature.
Roles installed
Role |
Description |
Contains roles |
|---|---|---|
sn_patientservice.admin |
Administers who can access the Patient Support Services application. |
sn_patientservice.agent |
sn_patientservice.agent |
Views and fulfills enrollment cases as a care coordinator. |
sn_hcls.healthcare_agent |
sn_patientservice.nurse_educator |
Manages training requests for a Patient Support Services as a
nurse educator. Note: By default, the sn_patientservice.nurse_educator role is
assigned to the members of the Nurse Training Support assignment
group. |
sn_hcls.practitioner |
sn_patientservice.case_creator |
Creates enrollment cases for all associated objects. |
sn_patientservice.case_viewer |
sn_patientservice.agent_connector |
Views, creates, and updates enrollment cases for all associated objects. You can combine this role with other roles for a user with the agent connector profile. For more information, see Determining additional user profiles in Patient Support Services. |
|
sn_patientservice.case_task_viewer |
Views all tasks associated with an enrollment case that the user has access to. |
None |
sn_patientservice.case_viewer |
Views all enrollment cases available in the application. |
None |
sn_patientservice.contributor |
Creates enrollment cases for patients. You can combine this role with other roles for a user with the contributor profile. For more information, see Determining additional user profiles in Patient Support Services. |
|
sn_patientservice.sm_agent |
Accesses and views all data related to enrollment requests as a care coordinator. |
sn_patientservice.case_creator |
Tables installed
Table |
Description |
|---|---|
Enrollment case [sn_patientservice_enroll_case] |
Stores the enrollment cases. The Patient field is mandatory for an enrollment case. |
Patient service task [sn_patientservice_task] |
Base task table from which Program Task [sn_patientservice_program_task] and Program service item [sn_patientservice_program_service_item] tables are extended. Extends the Healthcare Task [sn_hcls_task] table. |
Patient service training [sn_patientservice_training_task] |
Stores the details of the training tasks associated with a program task. |
Program service item [sn_patientservice_program_service_item] |
Stores the details of the program service item tasks associated with a program service. |
Program Task [sn_patientservice_program_task] |
Stores the details of the program tasks created to fulfill services requested by a patient. |
ServiceNow Store applications installed
Application |
Description |
|---|---|
Healthcare and Life Sciences Service Management Core (sn_hcls) |
Provides a data model and critical digital health capabilities including patient 360-degree view, consent management, and digital documentation to better address healthcare services. |
Business rules installed
Business rule |
Table |
Rule criteria |
Description |
|---|---|---|---|
Auto assessment business rule |
Enrollment case [sn_patientservice_enroll_case] |
After insert |
Triggers a patient satisfaction survey when an enrollment case is set to Closed complete. |
Cancel playbook on case inactive |
Enrollment case [sn_patientservice_enroll_case] |
After update |
Disables the activities in a playbook when the associated enrollment case state is set to Closed complete, Closed incomplete, or Canceled. |
Change Appointment state |
Patient service training [sn_patientservice_training_task] |
After update |
Sets an appointment state to Fulfilled or Canceled when the associated conduct training task state is set to Completed or Canceled, respectively. |
Populate patient and insurance |
Pre-authorization request [sn_hcls_pre_auth_header] |
After insert |
Populates patient, practitioner, and insurance details on the Pre-authorization details form based on the name of a patient entered in an enrollment case. |
Populate patient and prescriber |
Medication Prescription [sn_hcls_medication_prescription] |
After insert |
Populates patient and practitioner details on the Medication Prescription form based on the name of a patient entered in an enrollment case. |
Set Child items to Cancelled |
Enrollment case [sn_patientservice_enroll_case] |
After insert and update |
Cancels all child items including open patient tasks, open enrolled program service, open enrolled program, and doc tasks when an enrollment case state changes to Closed incomplete or Canceled. |
Set EPS state to Canceled |
Program service item [sn_patientservice_program_service_item] |
After update |
Sets the state of an enrolled program service to Canceled when the associated program service item state is set to Canceled. |
Set EPS state to Fulfilled |
Program service item [sn_patientservice_program_service_item] |
After update |
Sets the state of an enrolled program service to Fulfilled when the associated program service item state is set to Completed. |
Set EPS state to Pending Fulfillment |
Program service item [sn_patientservice_program_service_item] |
After update |
Sets the state of an enrolled program service to Pending Fulfillment when the associated program service item state is set to Work in Progress. |
Set PSI state to Canceled |
Program Task [sn_patientservice_program_task] |
After update |
Sets the program service item state to Canceled when the associated program task state is set to Canceled. |
Set PSI state to Completed |
Program Task [sn_patientservice_program_task] |
After update |
Sets the program service item state to Completed when the associated program task state is set to Completed. |
Set PSI state to Work In Progress |
Program Task [sn_patientservice_program_task] |
After update |
Sets the program service item state to Work in Progress when the associated program task state is set to Work in Progress. |
Set Short description |
Enrollment case [sn_patientservice_enroll_case] |
After update |
Sets the short description of an enrollment case in the format
|
Set State to Open when Assigned |
Enrollment case [sn_patientservice_enroll_case] |
After insert and update |
Sets the enrollment case state to Open when the case is assigned to a care coordinator. |