Placeholders allow the hosted content button to dynamically insert query string values based on the user's current context.
For example, suppose the URL field currently contains the following value:
https://server/medical/login.aspx?mpi=
If you select MPI from the Placeholder drop-down list, the URL will be updated to the following:
https://server/medical/login.aspx?mpi={{mpi}}
The {{mpi}} placeholder tells OnBase Patient Window to automatically insert the MPI for the current patient when the user clicks the hosted content button.
To add a placeholder, do the following:
- In the URL field, click the location where the placeholder should be inserted.
-
Select one of the following from the Placeholder drop-down list:
Placeholder Name
Inserted Value
Description
MPI
{{mpi}}
The MPI value for the current patient
MRN
{{mrn}}
The MRN value for the selected record
The MRN is taken from the filter currently applied in OnBase Patient Window. If the record is not being filtered by MRN, then the first MRN for the current patient will be used.
Assigning Authority
{{assigningauthority}}
The assigning authority for the MRN of the current record
The assigning authority is taken from the MRN in the currently applied filter. If the record is not being filtered by MRN, then the assigning authority for the patient's first MRN will be used.
Chart ID
{{chartnumber}}
The chart ID value for the current chart
The chart ID is taken from the filter currently applied in OnBase Patient Window.
-
If the filter returns multiple chart IDs, then the first matching chart ID will be used.
-
If the record is not being filtered by chart, then this placeholder will be left blank.
Note:Some modules may handle blank parameters as an unconstrained query. Ensure results returned by the hosted content feature are appropriate for the current user regardless of whether the user has a chart filter applied.
Session ID
{{sessionid}}
The session ID for the user's current session
-