Practitioner.Builder | 
Practitioner.Builder.active(java.lang.Boolean active) | 
 Convenience method for setting active. 
 | 
Practitioner.Builder | 
Practitioner.Builder.active(Boolean active) | 
 Whether this practitioner's record is in active use. 
 | 
Practitioner.Builder | 
Practitioner.Builder.address(java.util.Collection<Address> address) | 
 Address(es) of the practitioner that are not role specific (typically home address). 
 | 
Practitioner.Builder | 
Practitioner.Builder.address(Address... address) | 
 Address(es) of the practitioner that are not role specific (typically home address). 
 | 
Practitioner.Builder | 
Practitioner.Builder.birthDate(java.time.LocalDate birthDate) | 
 Convenience method for setting birthDate. 
 | 
Practitioner.Builder | 
Practitioner.Builder.birthDate(Date birthDate) | 
 The date of birth for the practitioner. 
 | 
static Practitioner.Builder | 
Practitioner.builder() | 
  | 
Practitioner.Builder | 
Practitioner.Builder.communication(java.util.Collection<CodeableConcept> communication) | 
 A language the practitioner can use in patient communication. 
 | 
Practitioner.Builder | 
Practitioner.Builder.communication(CodeableConcept... communication) | 
 A language the practitioner can use in patient communication. 
 | 
Practitioner.Builder | 
Practitioner.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. 
 | 
Practitioner.Builder | 
Practitioner.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. 
 | 
Practitioner.Builder | 
Practitioner.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. 
 | 
Practitioner.Builder | 
Practitioner.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected Practitioner.Builder | 
Practitioner.Builder.from(Practitioner practitioner) | 
  | 
Practitioner.Builder | 
Practitioner.Builder.gender(AdministrativeGender gender) | 
 Administrative Gender - the gender that the person is considered to have for administration and record keeping 
 purposes. 
 | 
Practitioner.Builder | 
Practitioner.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
Practitioner.Builder | 
Practitioner.Builder.identifier(java.util.Collection<Identifier> identifier) | 
 An identifier that applies to this person in this role. 
 | 
Practitioner.Builder | 
Practitioner.Builder.identifier(Identifier... identifier) | 
 An identifier that applies to this person in this role. 
 | 
Practitioner.Builder | 
Practitioner.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. 
 | 
Practitioner.Builder | 
Practitioner.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
Practitioner.Builder | 
Practitioner.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
Practitioner.Builder | 
Practitioner.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. 
 | 
Practitioner.Builder | 
Practitioner.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. 
 | 
Practitioner.Builder | 
Practitioner.Builder.name(java.util.Collection<HumanName> name) | 
 The name(s) associated with the practitioner. 
 | 
Practitioner.Builder | 
Practitioner.Builder.name(HumanName... name) | 
 The name(s) associated with the practitioner. 
 | 
Practitioner.Builder | 
Practitioner.Builder.photo(java.util.Collection<Attachment> photo) | 
 Image of the person. 
 | 
Practitioner.Builder | 
Practitioner.Builder.photo(Attachment... photo) | 
 Image of the person. 
 | 
Practitioner.Builder | 
Practitioner.Builder.qualification(java.util.Collection<Practitioner.Qualification> qualification) | 
 The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by 
 the practitioner. 
 | 
Practitioner.Builder | 
Practitioner.Builder.qualification(Practitioner.Qualification... qualification) | 
 The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by 
 the practitioner. 
 | 
Practitioner.Builder | 
Practitioner.Builder.telecom(java.util.Collection<ContactPoint> telecom) | 
 A contact detail for the practitioner, e.g. 
 | 
Practitioner.Builder | 
Practitioner.Builder.telecom(ContactPoint... telecom) | 
 A contact detail for the practitioner, e.g. 
 | 
Practitioner.Builder | 
Practitioner.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. 
 | 
Practitioner.Builder | 
Practitioner.toBuilder() | 
  |