Person.Builder | 
Person.Builder.active(Boolean active) | 
 Whether this person's record is in active use. 
 | 
Person.Builder | 
Person.Builder.address(Address... address) | 
 One or more addresses for the person. 
 | 
Person.Builder | 
Person.Builder.address(Collection<Address> address) | 
 One or more addresses for the person. 
 | 
Person.Builder | 
Person.Builder.birthDate(Date birthDate) | 
 The birth date for the person. 
 | 
static Person.Builder | 
Person.builder() | 
  | 
Person.Builder | 
Person.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. 
 | 
Person.Builder | 
Person.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. 
 | 
Person.Builder | 
Person.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
Person.Builder | 
Person.Builder.extension(Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Person.Builder | 
Person.Builder.from(Person person) | 
  | 
Person.Builder | 
Person.Builder.gender(AdministrativeGender gender) | 
 Administrative Gender. 
 | 
Person.Builder | 
Person.Builder.id(String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Person.Builder | 
Person.Builder.identifier(Identifier... identifier) | 
 Identifier for a person within a particular scope. 
 | 
Person.Builder | 
Person.Builder.identifier(Collection<Identifier> identifier) | 
 Identifier for a person within a particular scope. 
 | 
Person.Builder | 
Person.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. 
 | 
Person.Builder | 
Person.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Person.Builder | 
Person.Builder.link(Person.Link... link) | 
 Link to a resource that concerns the same actual person. 
 | 
Person.Builder | 
Person.Builder.link(Collection<Person.Link> link) | 
 Link to a resource that concerns the same actual person. 
 | 
Person.Builder | 
Person.Builder.managingOrganization(Reference managingOrganization) | 
 The organization that is the custodian of the person record. 
 | 
Person.Builder | 
Person.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Person.Builder | 
Person.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. 
 | 
Person.Builder | 
Person.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. 
 | 
Person.Builder | 
Person.Builder.name(HumanName... name) | 
 A name associated with the person. 
 | 
Person.Builder | 
Person.Builder.name(Collection<HumanName> name) | 
 A name associated with the person. 
 | 
Person.Builder | 
Person.Builder.photo(Attachment photo) | 
 An image that can be displayed as a thumbnail of the person to enhance the identification of the individual. 
 | 
Person.Builder | 
Person.Builder.telecom(ContactPoint... telecom) | 
 A contact detail for the person, e.g. 
 | 
Person.Builder | 
Person.Builder.telecom(Collection<ContactPoint> telecom) | 
 A contact detail for the person, e.g. 
 | 
Person.Builder | 
Person.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. 
 | 
Person.Builder | 
Person.toBuilder() | 
  |