Skip to main content

Construct a Hyperlink to a Case in CAVO®

Learn how to link directly to a specific case

Emily McMakin avatar
Written by Emily McMakin
Updated over 6 years ago

It's possible to build a button or a hyperlink to reference a specific case in CAVO®. All you need is:

  • The name of your CAVO® instance

  • The facility

  • The encounter

Facility and Encounter are used generically together in order to identify a unique case.

https://<instance>.cavo.io/case/<facility>/<encounter>

We recommend using a target="_blank"  or target="cavo" inside your href statement to force the browser to open a new tab or window.

It's possible that your user's environment does not specify Chrome as the default browser. If that is the case, it's important that you do one of the following:

  • Embed the path to the Chrome Browser on the user's workstation

  • Manually instruct each user to set their default browser to Chrome

Did this answer your question?