pub struct SubscriptionTopicCanFilterByBuilder { /* private fields */ }
Expand description
Builder for SubscriptionTopicCanFilterBy
.
Implementations§
Source§impl SubscriptionTopicCanFilterByBuilder
impl SubscriptionTopicCanFilterByBuilder
Sourcepub fn id(self, value: String) -> SubscriptionTopicCanFilterByBuilder
pub fn id(self, value: String) -> SubscriptionTopicCanFilterByBuilder
Unique id for inter-element referencing
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Sourcepub fn extension(
self,
value: Vec<Extension>,
) -> SubscriptionTopicCanFilterByBuilder
pub fn extension( self, value: Vec<Extension>, ) -> SubscriptionTopicCanFilterByBuilder
Additional content defined by implementations
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn modifier_extension(
self,
value: Vec<Extension>,
) -> SubscriptionTopicCanFilterByBuilder
pub fn modifier_extension( self, value: Vec<Extension>, ) -> SubscriptionTopicCanFilterByBuilder
Extensions that cannot be ignored even if unrecognized
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn description(self, value: String) -> SubscriptionTopicCanFilterByBuilder
pub fn description(self, value: String) -> SubscriptionTopicCanFilterByBuilder
Description of this filter parameter
Description of how this filtering parameter is intended to be used.
Sourcepub fn description_ext(
self,
value: FieldExtension,
) -> SubscriptionTopicCanFilterByBuilder
pub fn description_ext( self, value: FieldExtension, ) -> SubscriptionTopicCanFilterByBuilder
Extension field.
Sourcepub fn resource(self, value: String) -> SubscriptionTopicCanFilterByBuilder
pub fn resource(self, value: String) -> SubscriptionTopicCanFilterByBuilder
FHIRTypes; URL of the triggering Resource that this filter applies to
URL of the Resource that is the type used in this filter. This is the “focus” of the topic (or one of them if there are more than one). It will be the same, a generality, or a specificity of SubscriptionTopic.resourceTrigger.resource or SubscriptionTopic.eventTrigger.resource when they are present.
URL of the Resource that is the type used in this filter. Relative URLs are relative to the StructureDefinition root of the implemented FHIR version (e.g., http://hl7.org/fhir/StructureDefinition). For example, “Patient” maps to http://hl7.org/fhir/StructureDefinition/Patient. For more information, see ElementDefinition.type.code.
Sourcepub fn resource_ext(
self,
value: FieldExtension,
) -> SubscriptionTopicCanFilterByBuilder
pub fn resource_ext( self, value: FieldExtension, ) -> SubscriptionTopicCanFilterByBuilder
Extension field.
Sourcepub fn filter_parameter(
self,
value: String,
) -> SubscriptionTopicCanFilterByBuilder
pub fn filter_parameter( self, value: String, ) -> SubscriptionTopicCanFilterByBuilder
Human-readable and computation-friendly name for a filter parameter usable by subscriptions on this topic, via Subscription.filterBy.filterParameter
Either the canonical URL to a search parameter (like “http://hl7.org/fhir/SearchParameter/encounter-patient”) or topic-defined parameter (like “hub.event”) which is a label for the filter.
Chained parameters are allowed (like “patient.gender”) - but can not use colons or modifiers.
Sourcepub fn filter_parameter_ext(
self,
value: FieldExtension,
) -> SubscriptionTopicCanFilterByBuilder
pub fn filter_parameter_ext( self, value: FieldExtension, ) -> SubscriptionTopicCanFilterByBuilder
Extension field.
Sourcepub fn filter_definition(
self,
value: String,
) -> SubscriptionTopicCanFilterByBuilder
pub fn filter_definition( self, value: String, ) -> SubscriptionTopicCanFilterByBuilder
Canonical URL for a filterParameter definition
Either the canonical URL to a search parameter (like “http://hl7.org/fhir/SearchParameter/encounter-patient”) or the officially-defined URI for a shared filter concept (like “http://example.org/concepts/shared-common-event”).
Chained parameters are allowed (like “patient.gender”) - but can not use colons or modifiers.
Sourcepub fn filter_definition_ext(
self,
value: FieldExtension,
) -> SubscriptionTopicCanFilterByBuilder
pub fn filter_definition_ext( self, value: FieldExtension, ) -> SubscriptionTopicCanFilterByBuilder
Extension field.
Sourcepub fn comparator(
self,
value: Vec<Option<SearchComparator>>,
) -> SubscriptionTopicCanFilterByBuilder
pub fn comparator( self, value: Vec<Option<SearchComparator>>, ) -> SubscriptionTopicCanFilterByBuilder
SearchComparator; eq | ne | gt | lt | ge | le | sa | eb | ap
Comparators allowed for the filter parameter.
If no comparators are listed, clients should not expect servers to support any comparators.
Sourcepub fn comparator_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> SubscriptionTopicCanFilterByBuilder
pub fn comparator_ext( self, value: Vec<Option<FieldExtension>>, ) -> SubscriptionTopicCanFilterByBuilder
Extension field.
Sourcepub fn modifier(
self,
value: Vec<Option<SearchModifierCode>>,
) -> SubscriptionTopicCanFilterByBuilder
pub fn modifier( self, value: Vec<Option<SearchModifierCode>>, ) -> SubscriptionTopicCanFilterByBuilder
SearchModifierCode; missing | exact | contains | not | text | in | not-in | below | above | type | identifier | of-type | code-text | text-advanced | iterate
Modifiers allowed for the filter parameter.
If no modifiers are listed, clients should not expect servers to support any modifiers.
Sourcepub fn modifier_ext(
self,
value: Vec<Option<FieldExtension>>,
) -> SubscriptionTopicCanFilterByBuilder
pub fn modifier_ext( self, value: Vec<Option<FieldExtension>>, ) -> SubscriptionTopicCanFilterByBuilder
Extension field.