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(CodeSystem.Concept... concept) | 
 Defines children of a concept to produce a hierarchy of concepts. 
 | 
CodeSystem.Concept.Builder | 
CodeSystem.Concept.Builder.concept(Collection<CodeSystem.Concept> concept) | 
 Defines children of a concept to produce a hierarchy of concepts. 
 | 
CodeSystem.Concept.Builder | 
CodeSystem.Concept.Builder.definition(String definition) | 
 The formal definition of the concept. 
 | 
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.designation(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.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(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(Collection<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(String id) | 
 Unique id for the element within a resource (for internal references). 
 | 
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.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.Concept.Builder | 
CodeSystem.Concept.Builder.property(CodeSystem.Concept.Property... property) | 
 A property value for this concept. 
 | 
CodeSystem.Concept.Builder | 
CodeSystem.Concept.Builder.property(Collection<CodeSystem.Concept.Property> property) | 
 A property value for this concept. 
 | 
CodeSystem.Concept.Builder | 
CodeSystem.Concept.toBuilder() | 
  |