Basic.Builder | 
Basic.Builder.author(Reference author) | 
 Indicates who was responsible for creating the resource instance. 
 | 
static Basic.Builder | 
Basic.builder() | 
  | 
Basic.Builder | 
Basic.Builder.code(CodeableConcept code) | 
 Identifies the 'type' of resource - equivalent to the resource name for other resources. 
 | 
Basic.Builder | 
Basic.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. 
 | 
Basic.Builder | 
Basic.Builder.contained(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. 
 | 
Basic.Builder | 
Basic.Builder.created(Date created) | 
 Identifies when the resource was first created. 
 | 
Basic.Builder | 
Basic.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
Basic.Builder | 
Basic.Builder.extension(Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Basic.Builder | 
Basic.Builder.from(Basic basic) | 
  | 
Basic.Builder | 
Basic.Builder.id(String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Basic.Builder | 
Basic.Builder.identifier(Identifier... identifier) | 
 Identifier assigned to the resource for business purposes, outside the context of FHIR. 
 | 
Basic.Builder | 
Basic.Builder.identifier(Collection<Identifier> identifier) | 
 Identifier assigned to the resource for business purposes, outside the context of FHIR. 
 | 
Basic.Builder | 
Basic.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. 
 | 
Basic.Builder | 
Basic.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Basic.Builder | 
Basic.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Basic.Builder | 
Basic.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. 
 | 
Basic.Builder | 
Basic.Builder.modifierExtension(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. 
 | 
Basic.Builder | 
Basic.Builder.subject(Reference subject) | 
 Identifies the patient, practitioner, device or any other resource that is the "focus" of this resource. 
 | 
Basic.Builder | 
Basic.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. 
 | 
Basic.Builder | 
Basic.toBuilder() | 
  |