Ensure you're staying on top of what's happening and what's lagging.
Starting a care flow is one thing, following up on its generated care delivery activities is a whole other can of worms. Using the Awell Platform, you can retrieve the list of pending activities for a given patient or the pending activities for a given care flow definition.
Using Awell Care
Navigate to the Activities list of Awell Care
Click on one of your published care flows
You then land on the list of pending activities across your full patient population that is enrolled in this specific care flow. You can now search and filter for Stakeholder roles (e.g. "nurse", "patient") or Activity name (e.g. "checklist", "consent") in your list of pending activities.
βοΈ How to use: search for your own to-do's, or follow-up on outstanding tasks
Proceed by clicking on either the Patient name (first column) to land on the Patient profile, or the Details link (last column) to navigate to the Care flow activity feed, to interact with and review the care flow details.
Using the Awell Orchestration API
To retrieve a list of pending care flow activities:
Use the
getPatientPendingActivities
query of the Awell Orchestration API to retrieve a list of all user pending care flow activities (i.e. activities that require a user to take action) for all care flows these users are involved in.Use the
getPathwayActivities
query of the Awell Orchestration API to retrieve a list of all activities in a given pathway, for a given patient.
β