Care flows can only be started for patients - so you need a patient resource or patient profile as a prerequisite before you can start a care flow.
β Read here how to create your first patient.
You can start a care flow through:
the Awell Care user interface, which is referred to as manual care flow start
the Awell Orchestration API, which is referred to as integrated care flow start
Manual care flow start
Navigate to the Patient list of Awell Care
Select the right patient in the Patient list
Click 'Start care flow' via the quick-access link on the left hand side of the Patient profile
Select the right care flow from the list of published care flows
Optional: fill out the necessary baseline data points if these are presented when selecting the care flow to start
Integrated care flow start
Use the startPathway
mutation of the Awell Orchestration API to start a new care flow for a given patient registered on the Awell Platform. As minimal input, will you require to pass on the:
Patient Id: Create a patient or Retrieve a list of already created patients
Pathway definition Id: retrieve the list of all published care flows in your organization
π tip: does the Care flow design require to ingest baseline data points? Pass the mandatory (and/or optional) baseline data fields along in the same API call.
β