Package dev.dsf.fhir.search.parameters
Class OrganizationIdentifier
java.lang.Object
dev.dsf.fhir.search.parameters.basic.AbstractSearchParameter<R>
dev.dsf.fhir.search.parameters.basic.AbstractTokenParameter<R>
dev.dsf.fhir.search.parameters.basic.AbstractIdentifierParameter<org.hl7.fhir.r4.model.Organization>
dev.dsf.fhir.search.parameters.OrganizationIdentifier
- All Implemented Interfaces:
MatcherParameter,SearchQueryParameter<org.hl7.fhir.r4.model.Organization>
@SearchParameterDefinition(name="identifier",
definition="http://hl7.org/fhir/SearchParameter/Organization-identifier",
type=TOKEN,
documentation="Any identifier for the organization (not the accreditation issuer\'s identifier)")
public class OrganizationIdentifier
extends AbstractIdentifierParameter<org.hl7.fhir.r4.model.Organization>
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.dsf.fhir.search.SearchQueryParameter
SearchQueryParameter.SearchParameterDefinition -
Field Summary
FieldsFields inherited from class dev.dsf.fhir.search.parameters.basic.AbstractIdentifierParameter
PARAMETER_NAMEFields inherited from class dev.dsf.fhir.search.parameters.basic.AbstractTokenParameter
valueAndTypeFields inherited from class dev.dsf.fhir.search.parameters.basic.AbstractSearchParameter
parameterName -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.dsf.fhir.search.parameters.basic.AbstractIdentifierParameter
getFilterQuery, getSortSql, getSqlParameterCount, identifierMatches, identifierMatches, modifyStatementMethods inherited from class dev.dsf.fhir.search.parameters.basic.AbstractTokenParameter
codingMatches, codingMatches, configureSearchParameter, getModifiedParameterNames, isDefined, modifyBundleUriMethods inherited from class dev.dsf.fhir.search.parameters.basic.AbstractSearchParameter
addError, configure, configureIncludeParameter, getBaseAndModifiedParameterNames, getErrors, getFirst, getIncludeParameters, getParameterName, getSortParameter, notDefinedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.dsf.fhir.search.MatcherParameter
resolveReferencesForMatching
-
Field Details
-
RESOURCE_COLUMN
- See Also:
-
-
Constructor Details
-
OrganizationIdentifier
public OrganizationIdentifier()
-
-
Method Details
-
matches
public boolean matches(org.hl7.fhir.r4.model.Resource resource)
-