BodyStructure.Builder | 
BodyStructure.Builder.active(Boolean active) | 
 Whether this body site is in active use. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.active(Boolean active) | 
 Convenience method for setting active. 
 | 
static BodyStructure.Builder | 
BodyStructure.builder() | 
  | 
BodyStructure.Builder | 
BodyStructure.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. 
 | 
BodyStructure.Builder | 
BodyStructure.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. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.description(String description) | 
 A summary, characterization or explanation of the body structure. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.description(String description) | 
 Convenience method for setting description. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.extension(Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected BodyStructure.Builder | 
BodyStructure.Builder.from(BodyStructure bodyStructure) | 
  | 
BodyStructure.Builder | 
BodyStructure.Builder.id(String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.identifier(Identifier... identifier) | 
 Identifier for this instance of the anatomical structure. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.identifier(Collection<Identifier> identifier) | 
 Identifier for this instance of the anatomical structure. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.image(Attachment... image) | 
 Image or images used to identify a location. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.image(Collection<Attachment> image) | 
 Image or images used to identify a location. 
 | 
BodyStructure.Builder | 
BodyStructure.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. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.location(CodeableConcept location) | 
 The anatomical location or region of the specimen, lesion, or body structure. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.locationQualifier(CodeableConcept... locationQualifier) | 
 Qualifier to refine the anatomical location. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.locationQualifier(Collection<CodeableConcept> locationQualifier) | 
 Qualifier to refine the anatomical location. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
BodyStructure.Builder | 
BodyStructure.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. 
 | 
BodyStructure.Builder | 
BodyStructure.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. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.morphology(CodeableConcept morphology) | 
 The kind of structure being represented by the body structure at `BodyStructure.location`. 
 | 
BodyStructure.Builder | 
BodyStructure.Builder.patient(Reference patient) | 
 The person to which the body site belongs. 
 | 
BodyStructure.Builder | 
BodyStructure.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. 
 | 
BodyStructure.Builder | 
BodyStructure.toBuilder() | 
  |