Uses of Class
org.hl7.fhir.dstu3.model.Money
-
Uses of Money in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Money
JsonParser.parseMoney
(com.google.gson.JsonObject json) protected Money
XmlParser.parseMoney
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMoney
(String name, Money element) protected void
RdfParser.composeMoney
(Turtle.Complex parent, String parentType, String name, Money element, int index) protected void
XmlParser.composeMoney
(String name, Money element) protected void
XmlParser.composeMoneyElements
(Money element) protected void
JsonParser.composeMoneyInner
(Money element) protected boolean
XmlParser.parseMoneyContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Money res) protected void
JsonParser.parseMoneyProperties
(com.google.gson.JsonObject json, Money res) -
Uses of Money in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Money
ClaimResponse.PaymentComponent.adjustment
Adjustment to the payment of this transaction which is not related to adjudication of this transaction.protected Money
ExplanationOfBenefit.PaymentComponent.adjustment
Adjustment to the payment of this transaction which is not related to adjudication of this transaction.protected Money
ClaimResponse.AdjudicationComponent.amount
Monetary amount associated with the code.protected Money
ClaimResponse.PaymentComponent.amount
Payable less any payment adjustment.protected Money
ExplanationOfBenefit.AdjudicationComponent.amount
Monitory amount associated with the code.protected Money
ExplanationOfBenefit.PaymentComponent.amount
Payable less any payment adjustment.protected Money
PaymentReconciliation.DetailsComponent.amount
Amount paid for this detail.protected Money
Account.balance
Represents the sum of all credits less all debits associated with the account.protected Money
ClaimResponse.AddedItemComponent.fee
The fee charged for the professional service or product..protected Money
ClaimResponse.AddedItemsDetailComponent.fee
The fee charged for the professional service or product..protected Money
ExplanationOfBenefit.AddedItemComponent.fee
The fee charged for the professional service or product.protected Money
ExplanationOfBenefit.AddedItemsDetailComponent.fee
The fee charged for the professional service or product.protected Money
Claim.DetailComponent.net
The quantity times the unit price for an addittional service or product or charge.protected Money
Claim.ItemComponent.net
The quantity times the unit price for an addittional service or product or charge.protected Money
Claim.SubDetailComponent.net
The quantity times the unit price for an addittional service or product or charge.protected Money
Contract.TermValuedItemComponent.net
Expresses the product of the Contract Provision Valued Item unitQuantity and the unitPriceAmt.protected Money
Contract.ValuedItemComponent.net
Expresses the product of the Contract Valued Item unitQuantity and the unitPriceAmt.protected Money
ExplanationOfBenefit.DetailComponent.net
The quantity times the unit price for an addittional service or product or charge.protected Money
ExplanationOfBenefit.ItemComponent.net
The quantity times the unit price for an addittional service or product or charge.protected Money
ExplanationOfBenefit.SubDetailComponent.net
The quantity times the unit price for an addittional service or product or charge.protected Money
ChargeItem.priceOverride
Total price of the charge overriding the list price associated with the code.protected Money
Claim.total
The total value of the claim.protected Money
PaymentReconciliation.total
Total payment amount.protected Money
ClaimResponse.totalBenefit
Total amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductible).protected Money
ExplanationOfBenefit.totalBenefit
Total amount of benefit payable (Equal to sum of the Benefit amounts from all detail lines and additions less the Unallocated Deductable).protected Money
ClaimResponse.totalCost
The total cost of the services reported.protected Money
ExplanationOfBenefit.totalCost
The total cost of the services reported.protected Money
ClaimResponse.unallocDeductable
The amount of deductible applied which was not allocated to any particular service line.protected Money
ExplanationOfBenefit.unallocDeductable
The amount of deductable applied which was not allocated to any particular service line.protected Money
Claim.DetailComponent.unitPrice
If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.protected Money
Claim.ItemComponent.unitPrice
If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.protected Money
Claim.SubDetailComponent.unitPrice
The fee for an addittional service or product or charge.protected Money
Contract.TermValuedItemComponent.unitPrice
A Contract Provision Valued Item unit valuation measure.protected Money
Contract.ValuedItemComponent.unitPrice
A Contract Valued Item unit valuation measure.protected Money
ExplanationOfBenefit.DetailComponent.unitPrice
If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.protected Money
ExplanationOfBenefit.ItemComponent.unitPrice
If the item is a node then this is the fee for the product or service, otherwise this is the total of the fees for the children of the group.protected Money
ExplanationOfBenefit.SubDetailComponent.unitPrice
The fee for an addittional service or product or charge.Modifier and TypeMethodDescriptionBase.castToMoney
(Base b) Money.copy()
ClaimResponse.PaymentComponent.getAdjustment()
ExplanationOfBenefit.PaymentComponent.getAdjustment()
EligibilityResponse.BenefitComponent.getAllowedMoney()
ExplanationOfBenefit.BenefitComponent.getAllowedMoney()
ClaimResponse.AdjudicationComponent.getAmount()
ClaimResponse.PaymentComponent.getAmount()
ExplanationOfBenefit.AdjudicationComponent.getAmount()
ExplanationOfBenefit.PaymentComponent.getAmount()
PaymentReconciliation.DetailsComponent.getAmount()
Account.getBalance()
ClaimResponse.AddedItemComponent.getFee()
ClaimResponse.AddedItemsDetailComponent.getFee()
ExplanationOfBenefit.AddedItemComponent.getFee()
ExplanationOfBenefit.AddedItemsDetailComponent.getFee()
Claim.DetailComponent.getNet()
Claim.ItemComponent.getNet()
Claim.SubDetailComponent.getNet()
Contract.TermValuedItemComponent.getNet()
Contract.ValuedItemComponent.getNet()
ExplanationOfBenefit.DetailComponent.getNet()
ExplanationOfBenefit.ItemComponent.getNet()
ExplanationOfBenefit.SubDetailComponent.getNet()
ChargeItem.getPriceOverride()
Claim.getTotal()
PaymentReconciliation.getTotal()
ClaimResponse.getTotalBenefit()
ExplanationOfBenefit.getTotalBenefit()
ClaimResponse.getTotalCost()
ExplanationOfBenefit.getTotalCost()
ClaimResponse.getUnallocDeductable()
ExplanationOfBenefit.getUnallocDeductable()
Claim.DetailComponent.getUnitPrice()
Claim.ItemComponent.getUnitPrice()
Claim.SubDetailComponent.getUnitPrice()
Contract.TermValuedItemComponent.getUnitPrice()
Contract.ValuedItemComponent.getUnitPrice()
ExplanationOfBenefit.DetailComponent.getUnitPrice()
ExplanationOfBenefit.ItemComponent.getUnitPrice()
ExplanationOfBenefit.SubDetailComponent.getUnitPrice()
EligibilityResponse.BenefitComponent.getUsedMoney()
ExplanationOfBenefit.BenefitComponent.getUsedMoney()
protected Money
Money.typedCopy()
Modifier and TypeMethodDescriptionClaimResponse.PaymentComponent.setAdjustment
(Money value) ExplanationOfBenefit.PaymentComponent.setAdjustment
(Money value) Account.setBalance
(Money value) ChargeItem.setPriceOverride
(Money value) ClaimResponse.setTotalBenefit
(Money value) ExplanationOfBenefit.setTotalBenefit
(Money value) ClaimResponse.setTotalCost
(Money value) ExplanationOfBenefit.setTotalCost
(Money value) ClaimResponse.setUnallocDeductable
(Money value) ExplanationOfBenefit.setUnallocDeductable
(Money value) Claim.DetailComponent.setUnitPrice
(Money value) Claim.ItemComponent.setUnitPrice
(Money value) Claim.SubDetailComponent.setUnitPrice
(Money value) Contract.TermValuedItemComponent.setUnitPrice
(Money value) Contract.ValuedItemComponent.setUnitPrice
(Money value) ExplanationOfBenefit.DetailComponent.setUnitPrice
(Money value) ExplanationOfBenefit.ItemComponent.setUnitPrice
(Money value) ExplanationOfBenefit.SubDetailComponent.setUnitPrice
(Money value)