Composition.Section.Builder | 
Composition.Section.Builder.author(Reference... author) | 
 Identifies who is responsible for the information in this section, not necessarily who typed it in. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.author(java.util.Collection<Reference> author) | 
 Identifies who is responsible for the information in this section, not necessarily who typed it in. 
 | 
static Composition.Section.Builder | 
Composition.Section.builder() | 
  | 
Composition.Section.Builder | 
Composition.Section.Builder.code(CodeableConcept code) | 
 A code identifying the kind of content contained within the section. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.emptyReason(CodeableConcept emptyReason) | 
 If the section is empty, why the list is empty. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.entry(Reference... entry) | 
 A reference to the actual resource from which the narrative in the section is derived. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.entry(java.util.Collection<Reference> entry) | 
 A reference to the actual resource from which the narrative in the section is derived. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the element. 
 | 
Composition.Section.Builder | 
Composition.Section.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. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.focus(Reference focus) | 
 The actual focus of the section when it is not the subject of the composition, but instead represents something or 
 someone associated with the subject such as (for a patient subject) a spouse, parent, fetus, or donor. 
 | 
protected Composition.Section.Builder | 
Composition.Section.Builder.from(Composition.Section section) | 
  | 
Composition.Section.Builder | 
Composition.Section.Builder.id(java.lang.String id) | 
 Unique id for the element within a resource (for internal references). 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.mode(SectionMode mode) | 
 How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing 
 basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where 
 items may be marked as added, modified or deleted. 
 | 
Composition.Section.Builder | 
Composition.Section.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. 
 | 
Composition.Section.Builder | 
Composition.Section.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. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.orderedBy(CodeableConcept orderedBy) | 
 Specifies the order applied to the items in the section entries. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.section(Composition.Section... section) | 
 A nested sub-section within this section. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.section(java.util.Collection<Composition.Section> section) | 
 A nested sub-section within this section. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.text(Narrative text) | 
 A human-readable narrative that contains the attested content of the section, used to represent the content of the 
 resource to a human. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.title(String title) | 
 The label for this particular section. 
 | 
Composition.Section.Builder | 
Composition.Section.Builder.title(java.lang.String title) | 
 Convenience method for setting title. 
 | 
Composition.Section.Builder | 
Composition.Section.toBuilder() | 
  |