Skip to content

Commit a4849e0

Browse files
authored
don't use word scope in non-technical way
https://jira.hl7.org/browse/FHIR-28759
1 parent 0565f48 commit a4849e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/current.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ A CDS Client MAY choose to honor some or all of the desired prefetch templates,
212212
- The CDS Client MAY compute an efficient set of prefetch templates from multiple CDS Services, thereby reducing the number of calls to a minimum
213213
- The CDS Client MAY satisfy some of the desired prefetched templates via some internal service or even its own FHIR server.
214214

215-
The CDS Client SHALL deny access to the requested resource if it is outside the user's authorized scope.
215+
The CDS Client SHALL deny access to the requested resource if the user in context is not authorized to access the resource.
216216

217217
As part of preparing the request, a CDS Client processes each prefetch template it intends to satisfy by replacing the prefetch tokens in the prefetch template to construct a relative FHIR request URL. This specification is not prescriptive about how this request is actually processed. The relative URL may be appended to the base URL for the CDS Client's FHIR server and directly invoked, or the CDS Client may use internal infrastructure to satisfy the request in the same way that invoking against the FHIR server would.
218218

0 commit comments

Comments
 (0)