From c4a2df025921bbd61dbb76af50c8983d709c4d90 Mon Sep 17 00:00:00 2001 From: "Surya,M" <87635660+Surya-Rnsit@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:12:12 +0530 Subject: [PATCH] Added patient persona for R4 Appointment (#1043) --- content/millennium/r4/base/workflow/appointment.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/millennium/r4/base/workflow/appointment.md b/content/millennium/r4/base/workflow/appointment.md index 1359375a7..bbab808bc 100644 --- a/content/millennium/r4/base/workflow/appointment.md +++ b/content/millennium/r4/base/workflow/appointment.md @@ -93,7 +93,7 @@ _Implementation Notes_ ### Authorization Types -<%= authorization_types(provider: true, system: true) %> +<%= authorization_types(provider: true, patient: true, system: true) %> ### Parameters @@ -117,6 +117,7 @@ Notes: * Search by `date` returns appointments with a status other than `proposed` that start or end within the date range provided. * Search by `-date-or-req-period` returns the same appointments as the `date` parameter, but also returns appointments with a status of `proposed` that either are requested to start or end between the dates provided. * The retrieved appointments are sorted by `start` date ascending (earliest first). +* When searching with a patient authorization type, sensitive appointments will not be returned. ### Headers @@ -141,7 +142,7 @@ List an individual Appointment by its ID: ### Authorization Types -<%= authorization_types(provider: true, system: true) %> +<%= authorization_types(provider: true, patient: true, system: true) %> ### Headers