static CodeSystem.Concept.Builder |
CodeSystem.Concept.builder() |
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.code(Code code) |
A code - a text symbol - that uniquely identifies the concept within the code system.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.concept(java.util.Collection<CodeSystem.Concept> concept) |
Defines children of a concept to produce a hierarchy of concepts.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.concept(CodeSystem.Concept... concept) |
Defines children of a concept to produce a hierarchy of concepts.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.definition(java.lang.String definition) |
Convenience method for setting definition .
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.definition(String definition) |
The formal definition of the concept.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.designation(java.util.Collection<CodeSystem.Concept.Designation> designation) |
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular
purposes, etc.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.designation(CodeSystem.Concept.Designation... designation) |
Additional representations for the concept - other languages, aliases, specialized purposes, used for particular
purposes, etc.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.display(java.lang.String display) |
Convenience method for setting display .
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.display(String display) |
A human readable string that is the recommended default way to present this concept to a user.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.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.Builder |
CodeSystem.Concept.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.Builder |
CodeSystem.Concept.Builder.from(CodeSystem.Concept concept) |
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.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.Builder |
CodeSystem.Concept.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.Builder |
CodeSystem.Concept.Builder.property(java.util.Collection<CodeSystem.Concept.Property> property) |
A property value for this concept.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.Builder.property(CodeSystem.Concept.Property... property) |
A property value for this concept.
|
CodeSystem.Concept.Builder |
CodeSystem.Concept.toBuilder() |
|