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: docs/specification/1.0.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,8 +207,9 @@ An EHR MAY choose to honor some or all of the desired prefetch templates, and is
207
207
208
208
- The EHR may have some of the desired prefetched data already in memory, thereby removing the need for any network call
209
209
- The EHR may compute an efficient set of prefetch templates from multiple CDS Services, thereby reducing the number of network calls to a minimum
210
-
- The EHR may satisfy some of the desired prefetched templates via some internal service or even its own FHIR server
211
-
- The EHR may deny access because the requested resource is outside the user's authorized context.
210
+
- The EHR may satisfy some of the desired prefetched templates via some internal service or even its own FHIR server.
211
+
212
+
The EHR SHALL deny access if the requested resource is outside the user's authorized context.
212
213
213
214
Regardless of how the EHR satisfies the prefetch templates (if at all), the prefetched data given to the CDS Service MUST be equivalent to the data the CDS Service would receive if it were making its own call to the EHR FHIR server using the parameterized prefetch template.
0 commit comments