static CodeSystem.Property.Builder |
CodeSystem.Property.builder() |
|
CodeSystem.Property.Builder |
CodeSystem.Property.Builder.code(Code code) |
A code that is used to identify the property.
|
CodeSystem.Property.Builder |
CodeSystem.Property.Builder.description(String description) |
A description of the property- why it is defined, and how its value might be used.
|
CodeSystem.Property.Builder |
CodeSystem.Property.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
CodeSystem.Property.Builder |
CodeSystem.Property.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.Property.Builder |
CodeSystem.Property.Builder.from(CodeSystem.Property property) |
|
CodeSystem.Property.Builder |
CodeSystem.Property.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
CodeSystem.Property.Builder |
CodeSystem.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.Property.Builder |
CodeSystem.Property.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.Property.Builder |
CodeSystem.Property.toBuilder() |
|
CodeSystem.Property.Builder |
CodeSystem.Property.Builder.type(PropertyType type) |
The type of the property value.
|
CodeSystem.Property.Builder |
CodeSystem.Property.Builder.uri(Uri uri) |
Reference to the formal meaning of the property.
|