Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Added patient persona for R4 Appointment (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
Surya-Rnsit authored Mar 21, 2024
1 parent e98f9f2 commit c4a2df0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/millennium/r4/base/workflow/appointment.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _Implementation Notes_

### Authorization Types

<%= authorization_types(provider: true, system: true) %>
<%= authorization_types(provider: true, patient: true, system: true) %>

### Parameters

Expand All @@ -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

Expand All @@ -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

Expand Down

0 comments on commit c4a2df0

Please sign in to comment.