Chart URLs - Healthcare Form Manager - English - Foundation 22.1 - OnBase - Premier - Standard - external - Standard - Premier

Healthcare Form Manager

Platform
OnBase
Product
Healthcare Form Manager
Release
Foundation 22.1
License
Standard
Premier

Chart URLs use query string parameters to retrieve the appropriate chart or MPI for form assignment. Chart URLs are ideal for integrations where query strings are generated dynamically based on the user's current context in an EMR system.

  • If a single matching chart is found, then the assigned forms context is displayed upon login. Users can begin reviewing or assigning forms without manually searching for the chart.

  • If multiple matching charts are found, then the chart search context is displayed upon login. The search results list is populated with all matching charts, allowing the user to identify the chart to use for form assignment.

The following is an example of a Form Packets URL for a specific chart:

https://server/HealthcareFormManager/Login.aspx?mpi=201&acctnum=CC2001
Note:

If Force Uppercase Alphanumeric Data Fields is disabled in Medical System Settings, make sure the parameter values reflect the correct case on the record or chart. For example, a query for MPI e201 would not retrieve MPI E201. If the Force Uppercase Alphanumeric Data Fields setting is enabled, then cases do not matter.

To create a Form Packets URL for a specific chart:

  1. Begin with the URL to the Login.aspx page for the Healthcare Form Manager. For example:
    https://server/HealthcareFormManager/Login.aspx
  2. Append a query string that includes at least one of the following parameters:

    Parameter

    Description

    acctnum

    Specifies the chart ID of an existing chart to be used for form assignment.

    The acctnum parameter can be used on its own or in addition to the mpi parameter. If the acctnum value is not unique, then the mpi value may be needed to uniquely identify the chart.

    mpi

    Specifies the Master Patient Index (MPI) of an existing chart to be used for form assignment. The mpi parameter can be used on its own or in addition to the acctnum parameter.

  3. If necessary, append additional parameters for authentication or embedding. See the following sections: