
Package ca.uhn.fhir.rest.server.interceptor.consent
package ca.uhn.fhir.rest.server.interceptor.consent
-
ClassDescriptionThe ConsentInterceptor can be used to apply arbitrary consent rules and data access policies on responses from a FHIR server.Implementation of
IConsentService
that forwards to another implementation ofIConsentService
.This interface is intended to be implemented as the user-defined contract for theConsentInterceptor
.Implement rule based search result filtering as a ConsentService.