Skip to content

Commit

Permalink
applies FHIR-32248 resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
barabo committed Sep 3, 2021
1 parent d91fb83 commit d0b7f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/pages/scopes-and-launch-context.md
Expand Up @@ -379,7 +379,7 @@ Let's look at a few examples:
Goal | Scope | Notes
-----|-------|-----
Read all observations about a patient | `patient/Observation.rs` |
Read demographics about a patient | `patient/Patient.rs` | Note the difference in capitalization between "patient" the permission type and "Patient" the resource.
Read demographics about a patient | `patient/Patient.r` | Note the difference in capitalization between "patient" the permission type and "Patient" the resource.
Add new blood pressure readings for a patient| `patient/Observation.c`| Note that the permission is broader than our goal: with this scope, an app can add not only blood pressures, but other observations as well. Note also that write access does not imply read access.
Read all available data about a patient| `patient/*.cruds`| See notes on wildcard scopes below |

Expand Down

0 comments on commit d0b7f5a

Please sign in to comment.