pub struct AccountBalanceBuilder { /* private fields */ }Expand description
Builder for AccountBalance.
Implementations§
Source§impl AccountBalanceBuilder
impl AccountBalanceBuilder
Sourcepub fn id(self, value: String) -> AccountBalanceBuilder
pub fn id(self, value: String) -> AccountBalanceBuilder
Unique id for inter-element referencing
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
Sourcepub fn extension(self, value: Vec<Extension>) -> AccountBalanceBuilder
pub fn extension(self, value: Vec<Extension>) -> AccountBalanceBuilder
Additional content defined by implementations
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn modifier_extension(self, value: Vec<Extension>) -> AccountBalanceBuilder
pub fn modifier_extension(self, value: Vec<Extension>) -> AccountBalanceBuilder
Extensions that cannot be ignored even if unrecognized
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
Sourcepub fn aggregate(self, value: CodeableConcept) -> AccountBalanceBuilder
pub fn aggregate(self, value: CodeableConcept) -> AccountBalanceBuilder
AccountAggregate; Who is expected to pay this part of the balance
Who is expected to pay this part of the balance.
Sourcepub fn aggregate_ext(self, value: FieldExtension) -> AccountBalanceBuilder
pub fn aggregate_ext(self, value: FieldExtension) -> AccountBalanceBuilder
Extension field.
Sourcepub fn term(self, value: CodeableConcept) -> AccountBalanceBuilder
pub fn term(self, value: CodeableConcept) -> AccountBalanceBuilder
AccountBalanceTerm; current | 30 | 60 | 90 | 120
The term of the account balances - The balance value is the amount that was outstanding for this age.
Sourcepub fn term_ext(self, value: FieldExtension) -> AccountBalanceBuilder
pub fn term_ext(self, value: FieldExtension) -> AccountBalanceBuilder
Extension field.
Sourcepub fn estimate(self, value: bool) -> AccountBalanceBuilder
pub fn estimate(self, value: bool) -> AccountBalanceBuilder
Estimated balance
The amount is only an estimated value - this is likely common for current term balances, but not with known terms (that were generated by a backend process).
Sourcepub fn estimate_ext(self, value: FieldExtension) -> AccountBalanceBuilder
pub fn estimate_ext(self, value: FieldExtension) -> AccountBalanceBuilder
Extension field.
Sourcepub fn amount(self, value: Money) -> AccountBalanceBuilder
pub fn amount(self, value: Money) -> AccountBalanceBuilder
Calculated amount
The actual balance value calculated for the age defined in the term property.
Sourcepub fn amount_ext(self, value: FieldExtension) -> AccountBalanceBuilder
pub fn amount_ext(self, value: FieldExtension) -> AccountBalanceBuilder
Extension field.