Patient.Builder |
Patient.Builder.active(java.lang.Boolean active) |
Convenience method for setting active .
|
Patient.Builder |
Patient.Builder.active(Boolean active) |
Whether this patient record is in active use.
|
Patient.Builder |
Patient.Builder.address(java.util.Collection<Address> address) |
An address for the individual.
|
Patient.Builder |
Patient.Builder.address(Address... address) |
An address for the individual.
|
Patient.Builder |
Patient.Builder.birthDate(java.time.LocalDate birthDate) |
Convenience method for setting birthDate .
|
Patient.Builder |
Patient.Builder.birthDate(Date birthDate) |
The date of birth for the individual.
|
static Patient.Builder |
Patient.builder() |
|
Patient.Builder |
Patient.Builder.communication(java.util.Collection<Patient.Communication> communication) |
A language which may be used to communicate with the patient about his or her health.
|
Patient.Builder |
Patient.Builder.communication(Patient.Communication... communication) |
A language which may be used to communicate with the patient about his or her health.
|
Patient.Builder |
Patient.Builder.contact(java.util.Collection<Patient.Contact> contact) |
A contact party (e.g.
|
Patient.Builder |
Patient.Builder.contact(Patient.Contact... contact) |
A contact party (e.g.
|
Patient.Builder |
Patient.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.
|
Patient.Builder |
Patient.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.
|
Patient.Builder |
Patient.Builder.deceased(java.lang.Boolean deceased) |
Convenience method for setting deceased with choice type Boolean.
|
Patient.Builder |
Patient.Builder.deceased(Element deceased) |
Indicates if the individual is deceased or not.
|
Patient.Builder |
Patient.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.
|
Patient.Builder |
Patient.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected Patient.Builder |
Patient.Builder.from(Patient patient) |
|
Patient.Builder |
Patient.Builder.gender(AdministrativeGender gender) |
Administrative Gender - the gender that the patient is considered to have for administration and record keeping
purposes.
|
Patient.Builder |
Patient.Builder.generalPractitioner(java.util.Collection<Reference> generalPractitioner) |
Patient's nominated care provider.
|
Patient.Builder |
Patient.Builder.generalPractitioner(Reference... generalPractitioner) |
Patient's nominated care provider.
|
Patient.Builder |
Patient.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Patient.Builder |
Patient.Builder.identifier(java.util.Collection<Identifier> identifier) |
An identifier for this patient.
|
Patient.Builder |
Patient.Builder.identifier(Identifier... identifier) |
An identifier for this patient.
|
Patient.Builder |
Patient.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.
|
Patient.Builder |
Patient.Builder.language(Code language) |
The base language in which the resource is written.
|
Patient.Builder |
Patient.Builder.link(java.util.Collection<Patient.Link> link) |
Link to another patient resource that concerns the same actual patient.
|
Patient.Builder |
Patient.Builder.link(Patient.Link... link) |
Link to another patient resource that concerns the same actual patient.
|
Patient.Builder |
Patient.Builder.managingOrganization(Reference managingOrganization) |
Organization that is the custodian of the patient record.
|
Patient.Builder |
Patient.Builder.maritalStatus(CodeableConcept maritalStatus) |
This field contains a patient's most recent marital (civil) status.
|
Patient.Builder |
Patient.Builder.meta(Meta meta) |
The metadata about the resource.
|
Patient.Builder |
Patient.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.
|
Patient.Builder |
Patient.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.
|
Patient.Builder |
Patient.Builder.multipleBirth(java.lang.Boolean multipleBirth) |
Convenience method for setting multipleBirth with choice type Boolean.
|
Patient.Builder |
Patient.Builder.multipleBirth(java.lang.Integer multipleBirth) |
Convenience method for setting multipleBirth with choice type Integer.
|
Patient.Builder |
Patient.Builder.multipleBirth(Element multipleBirth) |
Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).
|
Patient.Builder |
Patient.Builder.name(java.util.Collection<HumanName> name) |
A name associated with the individual.
|
Patient.Builder |
Patient.Builder.name(HumanName... name) |
A name associated with the individual.
|
Patient.Builder |
Patient.Builder.photo(java.util.Collection<Attachment> photo) |
Image of the patient.
|
Patient.Builder |
Patient.Builder.photo(Attachment... photo) |
Image of the patient.
|
Patient.Builder |
Patient.Builder.telecom(java.util.Collection<ContactPoint> telecom) |
A contact detail (e.g.
|
Patient.Builder |
Patient.Builder.telecom(ContactPoint... telecom) |
A contact detail (e.g.
|
Patient.Builder |
Patient.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.
|
Patient.Builder |
Patient.toBuilder() |
|