static ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.builder() |
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.expression(String expression) |
A [FHIRPath](fhirpath.html) expression of constraint that can be executed to see if this constraint is met.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.from(ElementDefinition.Constraint constraint) |
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.human(String human) |
Text that can be used to describe the constraint in messages identifying that the constraint has been violated.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.key(Id key) |
Allows identification of which elements have their cardinalities impacted by the constraint.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.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.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.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.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.requirements(String requirements) |
Description of why this constraint is necessary or appropriate.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.severity(ConstraintSeverity severity) |
Identifies the impact constraint violation has on the conformance of the instance.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.source(Canonical source) |
A reference to the original source of the constraint, for traceability purposes.
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.toBuilder() |
|
ElementDefinition.Constraint.Builder |
ElementDefinition.Constraint.Builder.xpath(String xpath) |
An XPath expression of constraint that can be executed to see if this constraint is met.
|