From 83d9f818c49ee904433ab604519be2b43982cf13 Mon Sep 17 00:00:00 2001 From: Nick Hellemans Date: Wed, 3 Apr 2024 09:45:30 +0200 Subject: [PATCH] docs(): patient identifiers update --- .../awell-orchestration/docs/misc/patient-identifiers.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/awell-orchestration/docs/misc/patient-identifiers.mdx b/content/awell-orchestration/docs/misc/patient-identifiers.mdx index f3747c6d..279c3e25 100644 --- a/content/awell-orchestration/docs/misc/patient-identifiers.mdx +++ b/content/awell-orchestration/docs/misc/patient-identifiers.mdx @@ -72,4 +72,9 @@ To assign identifiers to patients you first have to set up your identifiers in y ## Assign identifier to the patient -Identifiers can be added to patients via our apps (Awell Care) or via our API. +Identifiers can be added to patients via multiple ways, depending on your use case: + +- Via the Awell apps (Awell Care) +- API: see [createPatient](/awell-orchestration/api-reference/mutations/create-patient) and [updatePatient](/awell-orchestration/api-reference/mutations/update-patient) mutation +- [Incoming webhook trigger](/awell-orchestration/docs/trigger-care-flows/trigger-types/incoming-webhooks#associate-a-patient-with-your-care-flow) +- [Shareable Hosted Pages link](/awell-orchestration/docs/trigger-care-flows/trigger-types/awell-hosted-pages-link#associate-a-patient-with-your-care-flow)