static CodeSystem.Filter.Builder |
CodeSystem.Filter.builder() |
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.code(Code code) |
The code that identifies this filter when it is used as a filter in [ValueSet](valueset.html#).compose.include.filter.
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.description(String description) |
A description of how or why the filter is used.
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.from(CodeSystem.Filter filter) |
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.modifierExtension(Extension... modifierExtension) |
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.
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.modifierExtension(Collection<Extension> modifierExtension) |
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.
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.operator(FilterOperator... operator) |
A list of operators that can be used with the filter.
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.operator(Collection<FilterOperator> operator) |
A list of operators that can be used with the filter.
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.toBuilder() |
|
CodeSystem.Filter.Builder |
CodeSystem.Filter.Builder.value(String value) |
A description of what the value for the filter should be.
|