ExplanationOfBenefitPayment
open class ExplanationOfBenefitPayment: BackboneElement
Payment (if paid).
Payment details for the claim if the claim has been paid.
-
Payment (if paid).
Payment details for the claim if the claim has been paid.
Declaration
Swift
override open class var resourceType: String -
Payment adjustment for non-Claim issues.
Declaration
Swift
public var adjustment: Money? -
Explanation for the non-claim adjustment.
Declaration
Swift
public var adjustmentReason: CodeableConcept? -
Payable amount after adjustment.
Declaration
Swift
public var amount: Money? -
Expected date of Payment.
Declaration
Swift
public var date: FHIRDate? -
Identifier of the payment instrument.
Declaration
Swift
public var identifier: Identifier? -
Partial or Complete.
Declaration
Swift
public var type: CodeableConcept? -
Partial or Complete.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class ExplanationOfBenefitPayment: BackboneElement
View on GitHub
Install in Dash
ExplanationOfBenefitPayment Class Reference