static Account.Builder |
Account.builder() |
|
Account.Builder |
Account.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.
|
Account.Builder |
Account.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.
|
Account.Builder |
Account.Builder.coverage(java.util.Collection<Account.Coverage> coverage) |
The party(s) that are responsible for covering the payment of this account, and what order should they be applied to
the account.
|
Account.Builder |
Account.Builder.coverage(Account.Coverage... coverage) |
The party(s) that are responsible for covering the payment of this account, and what order should they be applied to
the account.
|
Account.Builder |
Account.Builder.description(java.lang.String description) |
Convenience method for setting description .
|
Account.Builder |
Account.Builder.description(String description) |
Provides additional information about what the account tracks and how it is used.
|
Account.Builder |
Account.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.
|
Account.Builder |
Account.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected Account.Builder |
Account.Builder.from(Account account) |
|
Account.Builder |
Account.Builder.guarantor(java.util.Collection<Account.Guarantor> guarantor) |
The parties responsible for balancing the account if other payment options fall short.
|
Account.Builder |
Account.Builder.guarantor(Account.Guarantor... guarantor) |
The parties responsible for balancing the account if other payment options fall short.
|
Account.Builder |
Account.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
Account.Builder |
Account.Builder.identifier(java.util.Collection<Identifier> identifier) |
Unique identifier used to reference the account.
|
Account.Builder |
Account.Builder.identifier(Identifier... identifier) |
Unique identifier used to reference the account.
|
Account.Builder |
Account.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.
|
Account.Builder |
Account.Builder.language(Code language) |
The base language in which the resource is written.
|
Account.Builder |
Account.Builder.meta(Meta meta) |
The metadata about the resource.
|
Account.Builder |
Account.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.
|
Account.Builder |
Account.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.
|
Account.Builder |
Account.Builder.name(java.lang.String name) |
Convenience method for setting name .
|
Account.Builder |
Account.Builder.name(String name) |
Name used for the account when displaying it to humans in reports, etc.
|
Account.Builder |
Account.Builder.owner(Reference owner) |
Indicates the service area, hospital, department, etc.
|
Account.Builder |
Account.Builder.partOf(Reference partOf) |
Reference to a parent Account.
|
Account.Builder |
Account.Builder.servicePeriod(Period servicePeriod) |
The date range of services associated with this account.
|
Account.Builder |
Account.Builder.status(AccountStatus status) |
Indicates whether the account is presently used/usable or not.
|
Account.Builder |
Account.Builder.subject(java.util.Collection<Reference> subject) |
Identifies the entity which incurs the expenses.
|
Account.Builder |
Account.Builder.subject(Reference... subject) |
Identifies the entity which incurs the expenses.
|
Account.Builder |
Account.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.
|
Account.Builder |
Account.toBuilder() |
|
Account.Builder |
Account.Builder.type(CodeableConcept type) |
Categorizes the account for reporting and searching purposes.
|