How-toNo code needed

Start a care flow

Enroll a patient in a published care flow from Awell Care or through the API, including the baseline data the flow may ask for.

Starting a care flow enrolls a patient in it. From that moment Awell orchestrates their activities.

A patient record has to exist first. See Create patients.

Start a care flow manually

  1. Go to the Patient list in Awell Care.
  2. Select the patient.
  3. Click Start care flow in the quick-access links on the left of the patient profile.
  4. Choose the care flow from the list of published care flows.
  5. If the flow asks for baseline data points, fill them in.

Starting a care flow for a patient, searching the published care flows by name

The list shows the version and the date it was published, so it is clear which one a patient is being enrolled in.

Only published care flows appear in that list. A missing care flow hasn't been published yet. See Publish and set your care flow live.

Baseline data is worth filling in properly

Baseline data points are the values the flow needs but doesn't collect itself, like a surgery date. Mandatory ones block the start; optional ones don't. But if the flow's logic reads an optional value that is missing, the flow stalls at that logic without reporting an error. Fill in whatever is available.

Start a care flow through the API

Use the startPathway mutation. See Care flows in the API reference.

This is how another system enrolls patients automatically, for example when a referral is accepted.

Next steps

Next: Review and interact with care flow activities to see what the flow generated.

On this page