Interface Recipient

All Superinterfaces:
WithAuthorization

public interface Recipient extends WithAuthorization
  • Method Details

    • recipientMatches

      boolean recipientMatches(org.hl7.fhir.r4.model.Extension recipientExtension)
    • isRecipientAuthorized

      boolean isRecipientAuthorized(Identity recipientUser, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> recipientAffiliations)
    • isRecipientAuthorized

      default boolean isRecipientAuthorized(Identity recipientUser, Collection<org.hl7.fhir.r4.model.OrganizationAffiliation> recipientAffiliations)
    • toRecipientExtension

      org.hl7.fhir.r4.model.Extension toRecipientExtension()