Using Awell Care
You can interact with pending care flow activities by navigating either to:
A specific patient profile, via the Patients list
A specific pending activity, via the Activities list
The activity feed provides a log of each activity (i.e. message, form, calculation ...) in the care flow that gets orchestrated according to its design in Awell Studio. This includes timing delays (based on reference dates e.g. consultation date) and applying if-this-then-that logic (e.g. patient's condition) to create a personalized care flow at runtime.
What is presented in the activity feed are the individual actions that are assigned to a stakeholder, as well as system and auto-generated activities:
The timeline provides you with an overview of when each activity was activated and/or completed. It gives you a timely overview of the care flow delivery activities.
You can filter on here on the available "Elements" or "Layers" of the care flow being Tracks, Steps & Actions:
Using the Awell Orchestration API
To retrieve a list of patient pending care flow activities:
Use the
getPathwayActivities
query of the Awell Orchestration API to retrieve a list of all activities in a given pathway, for a given patient.
To re-build a similar timeline view on your end with the available elements of a care flow
Use the
getPathwayElements
query of the Awell Orchestration API to retrieve the care flow elements (Tracks, Steps, Actions) and help you construct a clear picture of where you are in the lifespan of a care flow.
To interact with the API and submit data (on behalf of your stakeholders that completed the presented activities):
Use the
MarkMessageAsRead
mutation of the Awell Orchestration API to indicate an in-app message has been readUse the
SubmitFormResponse
mutation of the Awell Orchestration API to submit a completed form responseUse the
SubmitChecklistResponse
mutation of the Awell Orchestration API to submit a completed checklist response