Search Narrowing
Last updated
Was this helpful?
Last updated
Was this helpful?
When an application is allowed to read resources with an Own
or Granted
scope, it means that not all resources are allowed to be returned by the Koppeltaal server. To keep this as simple as possible for platforms that use Koppeltaal, "Search Narrowing" will be applied to these requests. Search narrowing means that the client can simply request GET /Patient
to retrieve "all" Patient
resources. The Koppeltaal server ensures that only the Patient
resources for which the application is authorised are returned.