iFrame (Inline Frame) within Patient Record
There are many ways to customize your Healthie provider and admin interface.
Healthie has the ability to add in new tabs to a provider’s view of the Client Profile.
Common use cases for this include client paperwork, legal documents, latest assessment scores, and access to prep digital exercises.
Custom Tabs within Client Profiles
These tabs inline with the other main profile tabs (Overview, Care Plans, Journal, etc) and can have a label text (space permitting) that you have provided to the Healthie team as well as a URL to load in an inline frame (iFrame). An inline frame (iFrame) is an HTML element that loads another HTML page within a document. It essentially puts another webpage within the parent page.
When clicked, these new tabs will open new content on the Client Profile page (to replace the content in the white background). The white background will be replaced with an iframe that will take up the full width of the page. The iFrame src will be of your choosing.

The iFrame will be sandboxed, but the parent URL (which includes the patient’s/client's ID) and the current User ID will be passed down as a URL parameter to the iFrame URL.
Authentication will not be shared across the parent window and the iFrame. However, Healthie supports SSO (via OIDC) as will the iFramed content, which alleviates the need for you to sign in to both places.
Note: iFrame is standard across Patient Profiles. They are not configurable per patient (though, you could elect to configure what is in the iFrame). You are responsible for the functionality and content within the iFrame and for providing a URL that can be iFramed.
Note: This is currently only available for Healthie Enterprise customers. Prerequisites include a full white-label and a minimum overall contract size.