Using Awell Care
Manage your individual patients, by navigating to their patient profile where you can:
Review personal profile information (identification, personal details, contact info)
Delete the patient profile
View and access all active, completed and stopped care flows
View all pending care flow activities
Profile information
Edit and maintain personal information of a patient's profile, for use in the Orchestration of the care flow design, for example:
Add your organizations internal 'Patient code' to ease look-ups & data exchange at runtime and in reporting
Add the email address to use in the Send Email actions of the Care flow design
Delete the patient profile
If a patient no longer wishes to participate in any care flow activities and/or expresses the right to be forgotten, you can delete the patient profile (and all corresponding care flow data) by navigating to the 'Settings' tab of the patient profile.
π tip: did you delete a patient by accident? Contact the Awell support team via the blue chat button in the lower left corner of your screen within 30 days, so we can restore the back-up.
Overview of care flows per patient
Navigate to the "Care flows" tab of the patient profile to review and access the list of Active, Completed and Stopped care flows per patient.
π tip: use the quick-access link on the left hand side to immediately navigate to any active care flows.
Pending care flow activities
Navigate to the "Activities" tab of the patient profile to review the list of pending activities for each stakeholder in the active Care flows for this given patient:
Using the Awell Orchestration API
Update patient profile information
Use the updatePatient
mutation of the Awell Orchestration API to update the patient's profile on the Awell platform.
Delete the patient profile
Use the deletePatient
mutation of the Awell Orchestration API to delete the patient's profile and all corresponding care flow data on the Awell platform.
π tip: did you delete a patient by accident? Contact the Awell support team via the blue chat button in the lower left corner of your screen within 30 days, so we can restore the back-up.
Retrieve a list of care flows per patient
Use the getPatientPathways
query of the Awell Orchestration API to retrieve a list of all care flows the patient is or was enrolled in on the Awell Platform.
π tip: filter by status to distinguish between Active, Completed and Stopped care flows.
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.