You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/components/stu3/schemas/endpoints/a028-record-triage-outcome.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,15 @@ description: |
11
11
12
12
## Supported security patterns
13
13
- Healthcare worker, user-restricted access
14
+
- Application-restricted, unattended access
14
15
15
16
## Pre-requisites
17
+
### Application-restricted, unattended access
18
+
In order to use this endpoint you must be an authenticated e-RS calling application, working in the context of a Service Provider Organisation.
19
+
20
+
To access this endpoint in application-restricted mode, you will be required to submit your use case for review. The only use case currently permitted is for non-clinical provider actions.
21
+
22
+
### Healthcare worker, user-restricted access
16
23
In order to use this endpoint you must be an authenticated e-RS user and use one of the following e-RS roles:
This access mode has been introduced to allow a Partner application which has been [registered with us](https://portal.developer.nhs.uk/create-a-developer-account) and [authenticated via signed JWT](https://digital.nhs.uk/developer/guides-and-documentation/security-and-authorisation/application-restricted-restful-apis-signed-jwt-authentication) to interact with a subset of e-RS FHIR API endpoints in an unattended and read-only fashion.
68
68
Application-restricted, unattended access should only be used when authenticating a human user (for example via smartcard) is not possible.
69
-
70
-
Writing changes (such as Create Referral) are not supported via this access mode.
69
+
70
+
Write operations are currently only supported by [[HYPERLINK_A028]] for non-clinical use cases. You will be required to submit your use case for review when using this endpoint via application-restricted, unattended access.
71
71
72
72
##### Healthcare worker, user-restricted access
73
73
@@ -115,7 +115,6 @@ info:
115
115
Please note that it can only be used:
116
116
117
117
- when authenticating a human user is not possible
118
-
- for endpoints that offer read-only functionality
119
118
- by 'Provider Organisations' or 'Referrer Organisations'
0 commit comments