Interface Requester
- All Superinterfaces:
WithAuthorization
- All Known Implementing Classes:
All, Organization, Role
-
Method Summary
Modifier and TypeMethodDescriptionstatic Requesterdefault booleanisRequesterAuthorized(Identity requesterUser, Collection<org.hl7.fhir.r4.model.OrganizationAffiliation> requesterAffiliations) booleanisRequesterAuthorized(Identity requesterUser, Stream<org.hl7.fhir.r4.model.OrganizationAffiliation> requesterAffiliations) static RequesterlocalAll()static RequesterlocalAllPractitioner(String practitionerRoleSystem, String practitionerRoleCode) static RequesterlocalOrganization(String organizationIdentifier) static RequesterlocalOrganizationPractitioner(String organizationIdentifier, String practitionerRoleSystem, String practitionerRoleCode) static RequesterlocalRole(String parentOrganizationIdentifier, String organizatioRoleSystem, String organizatioRoleCode) static RequesterlocalRolePractitioner(String parentOrganizationIdentifier, String organizatioRoleSystem, String organizatioRoleCode, String practitionerRoleSystem, String practitionerRoleCode) static Requesterorganization(boolean localIdentity, String organizationIdentifier, String practitionerRoleSystem, String practitionerRoleCode) static Requesterstatic RequesterremoteOrganization(String organizationIdentifier) static RequesterremoteRole(String parentOrganizationIdentifier, String organizatioRoleSystem, String organizatioRoleCode) booleanrequesterMatches(org.hl7.fhir.r4.model.Extension requesterExtension) static Requesterrole(boolean localIdentity, String parentOrganizationIdentifier, String organizatioRoleSystem, String organizatioRoleCode, String practitionerRoleSystem, String practitionerRoleCode) org.hl7.fhir.r4.model.ExtensionMethods inherited from interface WithAuthorization
getProcessAuthorizationCode, matches
-
Method Details
-
localAll
-
localAllPractitioner
-
remoteAll
-
all
-
localOrganization
-
localOrganizationPractitioner
-
remoteOrganization
-
organization
-
localRole
-
localRolePractitioner
-
remoteRole
-
role
-
requesterMatches
boolean requesterMatches(org.hl7.fhir.r4.model.Extension requesterExtension) -
isRequesterAuthorized
-
isRequesterAuthorized
default boolean isRequesterAuthorized(Identity requesterUser, Collection<org.hl7.fhir.r4.model.OrganizationAffiliation> requesterAffiliations) -
toRequesterExtension
org.hl7.fhir.r4.model.Extension toRequesterExtension()
-