Configuring EMR Help
Summarize
Summary of Configuring EMR Help
The EMR Help application integrates ServiceNow with electronic medical record (EMR) systems to manage clinician issues efficiently. Hospital staff can submit service requests directly from the EMR system, triggering automatic incident creation in ServiceNow. Key EMR variables such as workstation ID, patient details, and clinician information are captured and stored in a dedicated data table to provide fulfillers with critical context for effective issue resolution.
Show less
Key Configuration Steps
- Install EMR Help: Deploy the application to enable integration between ServiceNow and your EMR system.
- Configure Data Tables: Review and customize the EMR Incident Data table ([snindrmthelpincidentdata]) to ensure it includes columns for all necessary EMR system variables. If needed, create a new table extending the Remote Request Data table.
- Set Request Parameters and Definitions: Define remote request parameters for your EMR system and map them to the data table columns. Create or modify request definitions to support IT service requests originating from the EMR.
- Assign User Roles: Control access to EMR Help features and data by assigning appropriate roles to users.
- Configure Healthcare Case Types: Customize healthcare case types based on the base case type ([snhclscase]) to fulfill service requests submitted via the EMR Help portal.
- Enable Digest Token Authentication: Set up single sign-on with Epic using digest token authentication for seamless user access.
- Support iFrame Integration: Configure EMR Help to launch within an iframe inside Epic Hyperspace and Hyperdrive environments.
- Configure EMR Session Info Sidebar: Customize contextual sidebar fields in Workspace to display relevant EMR session information.
- Set Up the EMR Help Service Portal: Provide a dedicated portal for submitting IT service requests from the EMR system.
- Manage Service Request Fulfillment: Use either the dedicated service portal or system support modules to handle requests efficiently.
- Optional Security Enhancements: Implement encryption for sensitive fields and attachments to protect EMR data.
- Optional Customization: Use scripted extension points to customize URL and REST API task parameters for your EMR system integration.
What You Can Expect
By configuring EMR Help, ServiceNow customers can streamline incident creation from EMR systems, enrich requests with critical clinical context, and enable faster, more accurate IT support for healthcare staff. The application supports secure, role-based access and integrates smoothly with Epic environments, improving clinician satisfaction and operational efficiency.
Set up the EMR Help application to address different types of clinician issues submitted from an EMR system.
Configuration overview
Configuring EMR Help involves installing the application, then setting up user access and data.
Hospital staff using the EMR system often encounter various challenges. In the event of an issue, they can initiate a service request directly from within the EMR system. Once a service request is created, the system automatically generates an incident in their ServiceNow instance.
Simultaneously, relevant EMR variables, such as workstation ID, patient details, clinician information, and the specific screen involved, are fetched from the EMR system and stored in a dedicated table within the EMR Help application. This additional information enhances the service request, providing fulfillers with crucial details for effective troubleshooting.
-
Install the EMR Help application to integrate your ServiceNow instance with an EMR system.
-
Configure the data table for a request type.
Review the data table associated with an IT request, such as the EMR Incident Data [sn_ind_rmt_help_incident_data] table. Then, make sure that the table has columns to store each system variable that you're planning to fetch from an EMR system. Add new columns corresponding to the system variables that don't exist in the table.
If a data table for an IT request doesn't exist, create another data table by extending the Remote Request Data [sn_ind_rmt_help_request_data] table.
For more information, see EMR Help data model.
-
Configure request parameters for EMR systems.
Configure the remote request parameters for an EMR system.
-
Configure request definitions for EMR systems.
Create or modify request definitions to support IT service requests from an EMR system. In addition, map the remote request parameters with the columns of the request data table associated with your task.
-
Assign roles for EMR Help users.
Assign roles to control access to features, capabilities, and data in the EMR Help application.
-
Configure healthcare case types for EMR Help.
Configure healthcare case types for EMR Help in to fulfill service requests made from the EMR Help portal.
The base healthcare case type [sn_hcls_case] is an abstract case type that provides a foundation to extend from when building your own healthcare case types.
-
Configure digest token authentication for EMR Help.
Configure ServiceNow single sign-on with Epic utilizing digest token authentication.
-
Configure iFrame support for EMR Help in ServiceNow
Configure EMR Help to launch within a frame in Epic Hyperspace and Hyperdrive.
-
Configure the EMR session info contextual sidebar.
Configure the EMR session info contextual sidebar in Workspace to manage the fields that display there.
-
Configuring the EMR Help service portal.
As an administrator, you can set up the EMR Help service portal for submitting IT service requests from an EMR system.
- Set up the IT service request fulfillment process
Manage IT service requests submitted from your EMR system by using either a dedicated service portal or a system support module.
-
(Optional) Implement encryption in EMR Help.
Encrypt fields, attachments, or both to secure your EMR system data.
-
(Optional) Customize the URL and REST API task parameters for EMR systems.
Use scripted extension points to manipulate URL parameters and REST API task parameters for an EMR system.
Additional configuration information
- To configure digest token authentication for EMR Help, see the How to Configure Digest Token Authentication for EMR Help with Epic Hyperspace [KB1002504] article in the Now Support knowledge base.
-
To configure EMR Help to launch within an iframe in Epic Hyperspace and Hyperdrive, see the How to configure EMR Help to launch within an iFrame in Epic Hyperspace and Hyperdrive [KB1207128] article in the Now Support knowledge base.