Awell Hosted Pages
Learn more about Awell Hosted Pages, the quickest way to get started with Awell
The Awell Hosted Pages app is a prebuilt app where stakeholders (patient and clinical stakeholders) can interact with activities in care flows. It is the quickest way to get started with Awell.
When you are looking to implement payments into your application, chances are high you will consider using a platform like Stripe to collect payments from your users.
To collect a payment from a user, you will need to have some kind of payment page where the user can see the amount they need to pay and enter their payment details. You can do this by building a completly custom payment page on top of Stripe's API or you can leverage Stripe's Prebuilt Checkout Page.
The Awell Hosted Pages serve the same purpose as Stripe's Hosted Payment Page: get you up and running quickly with the Awell platform. It is a prebuilt page created by the Awell team where you can redirect stakeholders to (or embed into your app) for them to interact with activities like:
Awell Hosted Pages can be used for both patient and care team / clinical stakeholders.
When using Awell Hosted pages there is thus no need to build your own UI to let stakeholders interact with activities in a care flow which drastically decreases the effort to get started with Awell.
Try it out yourself here.
You can customize the look and feel of the Awell Hosted Pages. Via the tenant and/or care flow settings you can:
Setting a new accent color
When you set a custom accent color, all UI components will automatically be rebranded based on that accent color. Awell will also automatically generate a secondary color and a text color with sufficient contrast which will be applied to the UI components.
Do you want to have full control over the look and feel of Awell Hosted Pages without any limitations? We get that! And that is why the app with the business logic and the UI library are publicly available on Github. The app is built with NextJS and all UI components are written in React. You can leverage these repositories to get a head start with your custom implementation.
Click here for more information about our repositories on Github.
Using Awell Hosted Pages brings you a couple of benefits:
An integration with Awell Hosted Pages comes in 2 flavours: Hosted Pathway and Hosted Activity.
The Hosted Pathway integration is ideal to quickly set up patient onboarding (see example) or collect forms such as intake forms, PROMs/PREMs and pre-consultation questionnaires.
One engineer can set this integration up in less than a day. This makes it also ideal to test an end-to-end use case with Awell with minimal effort before considering other integration alternatives.
If your care flows/pathways are using scheduled steps to determine when activities are being activated or multiple stakeholders interacting in the same pathway, we recommend considering the Hosted Activity integration.
Learn how to set up a Hosted Pathway integration.
Typical use cases supported by this integration are longitudinal outcomes (such as PROMs / PREMs) collection, triage & eligibility flows and clinicial decision support.
This integration is more powerful, allowing the use of webhooks and taking full advantage of what Awell Studio has to offer. It is a good way to get the most out of the Awell platform with limited engineering effort.
Learn how to set up a hosted activity integration.
Redirect users to an Awell page without needing to build a front-end yourself. Ideal for patient onboarding flows.
Feature | Included |
---|---|
Form actions | Yes |
Message actions | Yes |
Checklist actions | Yes |
Calculation actions | Yes |
API call actions | Yes |
Conditional transitions | Yes |
Timing delays (step scheduling) | No |
Multiple stakeholders | No |
Feature | Included |
---|---|
UI customization | Yes, but limited (logo, color, page title) |
Authentication | Light (session based) |
Send multiple stakeholders to an Awell-hosted page to complete activities in more elaborate pathways. Ideal for triage flows, outcomes / PROMs collection and more.
Feature | Included |
---|---|
Form actions | Yes |
Message actions | Yes |
Checklist actions | Yes |
Calculation actions | Yes |
API call actions | Yes |
Conditional transitions | Yes |
Timing delays (step scheduling) | Yes |
Multiple stakeholders | Yes |
Feature | Included |
---|---|
UI customization | Yes, but limited (logo, color, page title) |
Authentication | Light (session based) |
Hosted Pathway | Hosted Activity | ||
---|---|---|---|
Description | Redirect users to an Awell page without needing to build a front-end yourself. Ideal for patient onboarding flows. | Send multiple stakeholders to an Awell-hosted page to complete activities in more elaborate pathways. Ideal for triage flows, outcomes / PROMs collection and more. | |
Effort | |||
Awell Studio (modelling) | |||
Form actions | Included in Hosted Pathway | Included in Hosted Activity | |
Message actions | Included in Hosted Pathway | Included in Hosted Activity | |
Checklist actions | Included in Hosted Pathway | Included in Hosted Activity | |
Calculation actions | Included in Hosted Pathway | Included in Hosted Activity | |
API call actions | Included in Hosted Pathway | Included in Hosted Activity | |
Conditional transitions | Included in Hosted Pathway | Included in Hosted Activity | |
Timing delays (step scheduling) | Not included in Hosted Pathway | Included in Hosted Activity | |
Multiple stakeholders | Not included in Hosted Pathway | Included in Hosted Activity | |
Orchestration | |||
UI customization | Yes, but limited (logo, color, page title) | Yes, but limited (logo, color, page title) | |
Authentication | Light (session based) | Light (session based) | |
Choose your plan | More information | More information |
The Awell Hosted Pages app and corresponding UI components are open source and can be found on Github. We welcome PRs or feel free to fork the repos to build a fully custom implementation and have a head start!