RelatedPerson.Builder |
RelatedPerson.Builder.active(Boolean active) |
Whether this related person record is in active use.
|
RelatedPerson.Builder |
RelatedPerson.Builder.active(java.lang.Boolean active) |
Convenience method for setting active .
|
RelatedPerson.Builder |
RelatedPerson.Builder.address(Address... address) |
Address where the related person can be contacted or visited.
|
RelatedPerson.Builder |
RelatedPerson.Builder.address(java.util.Collection<Address> address) |
Address where the related person can be contacted or visited.
|
RelatedPerson.Builder |
RelatedPerson.Builder.birthDate(Date birthDate) |
The date on which the related person was born.
|
RelatedPerson.Builder |
RelatedPerson.Builder.birthDate(java.time.LocalDate birthDate) |
Convenience method for setting birthDate .
|
static RelatedPerson.Builder |
RelatedPerson.builder() |
|
RelatedPerson.Builder |
RelatedPerson.Builder.communication(RelatedPerson.Communication... communication) |
A language which may be used to communicate with about the patient's health.
|
RelatedPerson.Builder |
RelatedPerson.Builder.communication(java.util.Collection<RelatedPerson.Communication> communication) |
A language which may be used to communicate with about the patient's health.
|
RelatedPerson.Builder |
RelatedPerson.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.
|
RelatedPerson.Builder |
RelatedPerson.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.
|
RelatedPerson.Builder |
RelatedPerson.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
RelatedPerson.Builder |
RelatedPerson.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 RelatedPerson.Builder |
RelatedPerson.Builder.from(RelatedPerson relatedPerson) |
|
RelatedPerson.Builder |
RelatedPerson.Builder.gender(AdministrativeGender gender) |
Administrative Gender - the gender that the person is considered to have for administration and record keeping
purposes.
|
RelatedPerson.Builder |
RelatedPerson.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
RelatedPerson.Builder |
RelatedPerson.Builder.identifier(Identifier... identifier) |
Identifier for a person within a particular scope.
|
RelatedPerson.Builder |
RelatedPerson.Builder.identifier(java.util.Collection<Identifier> identifier) |
Identifier for a person within a particular scope.
|
RelatedPerson.Builder |
RelatedPerson.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.
|
RelatedPerson.Builder |
RelatedPerson.Builder.language(Code language) |
The base language in which the resource is written.
|
RelatedPerson.Builder |
RelatedPerson.Builder.meta(Meta meta) |
The metadata about the resource.
|
RelatedPerson.Builder |
RelatedPerson.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.
|
RelatedPerson.Builder |
RelatedPerson.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.
|
RelatedPerson.Builder |
RelatedPerson.Builder.name(HumanName... name) |
A name associated with the person.
|
RelatedPerson.Builder |
RelatedPerson.Builder.name(java.util.Collection<HumanName> name) |
A name associated with the person.
|
RelatedPerson.Builder |
RelatedPerson.Builder.patient(Reference patient) |
The patient this person is related to.
|
RelatedPerson.Builder |
RelatedPerson.Builder.period(Period period) |
The period of time during which this relationship is or was active.
|
RelatedPerson.Builder |
RelatedPerson.Builder.photo(Attachment... photo) |
Image of the person.
|
RelatedPerson.Builder |
RelatedPerson.Builder.photo(java.util.Collection<Attachment> photo) |
Image of the person.
|
RelatedPerson.Builder |
RelatedPerson.Builder.relationship(CodeableConcept... relationship) |
The nature of the relationship between a patient and the related person.
|
RelatedPerson.Builder |
RelatedPerson.Builder.relationship(java.util.Collection<CodeableConcept> relationship) |
The nature of the relationship between a patient and the related person.
|
RelatedPerson.Builder |
RelatedPerson.Builder.telecom(ContactPoint... telecom) |
A contact detail for the person, e.g.
|
RelatedPerson.Builder |
RelatedPerson.Builder.telecom(java.util.Collection<ContactPoint> telecom) |
A contact detail for the person, e.g.
|
RelatedPerson.Builder |
RelatedPerson.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.
|
RelatedPerson.Builder |
RelatedPerson.toBuilder() |
|