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

Commit

Permalink
add explicity scope requirements; fix unformatted code text with hyphen
Browse files Browse the repository at this point in the history
  • Loading branch information
amcginn committed Oct 3, 2023
1 parent a9587a9 commit 8fc4473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/millennium/r4/base/workflow/appointment.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Patch an existing Appointment.
_Implementation Notes_

* Video Visit functionality requires additional licensing, configuration and application support.
* For Video Visit link patch operations, both read and write scopes are required.
* For Video Visit link patch operations, both `Appointment.read` and `Appointment.write` scopes are required.
* This implementation follows the [JSON PATCH](https://tools.ietf.org/html/rfc6902) specification.
* Only operations on the paths listed below are supported.
* For Video Visit link patch operation paths, `contained` index 0 represents the provider link and `contained` index 1 represents the patient link.
Expand Down
2 changes: 1 addition & 1 deletion lib/resources/r4/appointment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ operations:
}
note: >
<ul>
<li>Only `arrived`, `checked-in`, `cancelled`, `booked`, and `fulfilled` are supported</li>
<li>Only `arrived`, <code>checked-in</code>, `cancelled`, `booked`, and `fulfilled` are supported</li>
<li>This patch operation must be accompanied by the add Slot patch operation when updating status to `booked`</li>
</ul>
- name: add-slot
Expand Down

0 comments on commit 8fc4473

Please sign in to comment.