static ValueSet.Compose.Builder |
ValueSet.Compose.builder() |
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.exclude(ValueSet.Compose.Include... exclude) |
Exclude one or more codes from the value set based on code system filters and/or other value sets.
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.exclude(java.util.Collection<ValueSet.Compose.Include> exclude) |
Exclude one or more codes from the value set based on code system filters and/or other value sets.
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ValueSet.Compose.Builder |
ValueSet.Compose.Builder.from(ValueSet.Compose compose) |
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.inactive(Boolean inactive) |
Whether inactive codes - codes that are not approved for current use - are in the value set.
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.inactive(java.lang.Boolean inactive) |
Convenience method for setting inactive .
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.include(ValueSet.Compose.Include... include) |
Include one or more codes from a code system or other value set(s).
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.include(java.util.Collection<ValueSet.Compose.Include> include) |
Include one or more codes from a code system or other value set(s).
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.lockedDate(Date lockedDate) |
The Locked Date is the effective date that is used to determine the version of all referenced Code Systems and Value
Set Definitions included in the compose that are not already tied to a specific version.
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.lockedDate(java.time.LocalDate lockedDate) |
Convenience method for setting lockedDate .
|
ValueSet.Compose.Builder |
ValueSet.Compose.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.
|
ValueSet.Compose.Builder |
ValueSet.Compose.Builder.modifierExtension(java.util.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.
|
ValueSet.Compose.Builder |
ValueSet.Compose.toBuilder() |
|