Skip to main content

Interested in this feature? Get in touch with your Customer Success Manager.

Preface

App Embed helps you integrate Junction Dashboard features into your web application. To facilitate this, App Embed makes a few assumptions:
  1. You programmatically manage the profiles of the providers as integration-managed members.
  2. An integration-managed member must be at least a team admin of the team for App Embed to work.
What provider means in your use case may differ. Here are two example mappings for your consideration:

I am a health care practice...

I am an EMR...

Core flow

1

Prepare identity and team records

Use the Junction Management API to create or resolve the team and integration-managed member for the current provider.
2

Create a Dashboard URL

Call Create Dashboard URL with the target member, team, modality, feature, and environment.
3

Launch the App Embed

Open the returned Dashboard URL in a top-level browser context for Link Out, or load it in an iframe for Feature Embed.

Configuration

You can configure App Embed either through “Org Config -> EHR Integration” in the Junction Dashboard, or programmatically via the Upsert App Embed Configuration endpoint on the Junction Management API.

Integration-managed members

To launch App Embed in either modality, identify the provider who should use Junction Dashboard as an integration-managed member. These members are created and managed through the Junction Management API by your backend system. Integration-managed members:
  • can sign in only through App Embed launch flows;
  • cannot sign in through Junction Dashboard identity providers; and
  • can be assigned team role bindings when created or updated.

Feature slug

Features are represented by a feature slug. Use a feature slug when you: