static CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.builder() |
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.Builder.code(Code code) |
A code that is a reference to CodeSystem.property.code.
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.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.
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.Builder.from(CodeSystem.Concept.Property property) |
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.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.
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.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.Concept.Property.Builder |
CodeSystem.Concept.Property.toBuilder() |
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.Builder.value(java.lang.Boolean value) |
Convenience method for setting value with choice type Boolean.
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.Builder.value(java.lang.Integer value) |
Convenience method for setting value with choice type Integer.
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.Builder.value(java.lang.String value) |
Convenience method for setting value with choice type String.
|
CodeSystem.Concept.Property.Builder |
CodeSystem.Concept.Property.Builder.value(Element value) |
The value of this property.
|