static List.Builder | 
List.builder() | 
  | 
List.Builder | 
List.Builder.code(CodeableConcept code) | 
 This code defines the purpose of the list - why it was created. 
 | 
List.Builder | 
List.Builder.contained(Resource... contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
List.Builder | 
List.Builder.contained(java.util.Collection<Resource> contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
List.Builder | 
List.Builder.date(DateTime date) | 
 The date that the list was prepared. 
 | 
List.Builder | 
List.Builder.emptyReason(CodeableConcept emptyReason) | 
 If the list is empty, why the list is empty. 
 | 
List.Builder | 
List.Builder.encounter(Reference encounter) | 
 The encounter that is the context in which this list was created. 
 | 
List.Builder | 
List.Builder.entry(List.Entry... entry) | 
 Entries in this list. 
 | 
List.Builder | 
List.Builder.entry(java.util.Collection<List.Entry> entry) | 
 Entries in this list. 
 | 
List.Builder | 
List.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
List.Builder | 
List.Builder.extension(java.util.Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected List.Builder | 
List.Builder.from(List list) | 
  | 
List.Builder | 
List.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
List.Builder | 
List.Builder.identifier(Identifier... identifier) | 
 Identifier for the List assigned for business purposes outside the context of FHIR. 
 | 
List.Builder | 
List.Builder.identifier(java.util.Collection<Identifier> identifier) | 
 Identifier for the List assigned for business purposes outside the context of FHIR. 
 | 
List.Builder | 
List.Builder.implicitRules(Uri implicitRules) | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when 
 processing the content. 
 | 
List.Builder | 
List.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
List.Builder | 
List.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
List.Builder | 
List.Builder.mode(ListMode mode) | 
 How this 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. 
 | 
List.Builder | 
List.Builder.modifierExtension(Extension... modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
List.Builder | 
List.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
List.Builder | 
List.Builder.note(Annotation... note) | 
 Comments that apply to the overall list. 
 | 
List.Builder | 
List.Builder.note(java.util.Collection<Annotation> note) | 
 Comments that apply to the overall list. 
 | 
List.Builder | 
List.Builder.orderedBy(CodeableConcept orderedBy) | 
 What order applies to the items in the list. 
 | 
List.Builder | 
List.Builder.source(Reference source) | 
 The entity responsible for deciding what the contents of the list were. 
 | 
List.Builder | 
List.Builder.status(ListStatus status) | 
 Indicates the current state of this list. 
 | 
List.Builder | 
List.Builder.subject(Reference subject) | 
 The common subject (or patient) of the resources that are in the list if there is one. 
 | 
List.Builder | 
List.Builder.text(Narrative text) | 
 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the 
 resource to a human. 
 | 
List.Builder | 
List.Builder.title(String title) | 
 A label for the list assigned by the author. 
 | 
List.Builder | 
List.Builder.title(java.lang.String title) | 
 Convenience method for setting title. 
 | 
List.Builder | 
List.toBuilder() | 
  |