iFrame in Client Profile Tabs
Healthie supports adding custom tabs directly to the Client Profile, allowing you to embed external content alongside the default tabs (Overview, Care Plans, Journal, and others). This is sometimes referred to as an Inline iFrame.
Common use cases include client paperwork, legal documents, assessment scores, and digital exercises.
Available for Enterprise customers with a full white-label. Contact your Customer Success Manager or email hello@gethealthie.com to get started.
How It Works
When a provider clicks a custom tab, the main content area is replaced with an iFrame that loads your content at full width. Each tab has a label you provide to the Healthie team and a URL of your choosing.
The iFrame URL receives two URL parameters automatically:
hl_current_user_idthe Healthie user ID of the logged-in providerreferrer_urlthe full URL of the page the provider was viewing, which includes the patient's Healthie ID in the path
For details on how to use these parameters, see Standard iFrame: URL Parameter Identification.
Need verified identity or API access?
If your embedded app requires the provider to be automatically recognized -- or needs to call the Healthie API on the provider's behalf -- the Authenticated iFrame pattern is the right approach. See Authenticated iFrames in the main guide.
Important Configuration Notes
- iFrame configurations are org-wide. They appear consistently across all client profiles and are not configurable per patient. Any patient-specific logic should be handled within your embedded application.
- You are responsible for the functionality, content, and security of your iFrame. Healthie cannot troubleshoot content that loads within the iFrame itself.
- The URL you provide must be HTTPS and is subject to review by the Healthie team before configuration.