PaymentReconciliationDetail
open class PaymentReconciliationDetail: BackboneElement
List of settlements.
List of individual settlement amounts and the corresponding transaction.
-
List of settlements.
List of individual settlement amounts and the corresponding transaction.
Declaration
Swift
override open class var resourceType: String -
Amount being paid.
Declaration
Swift
public var amount: Money? -
Invoice date.
Declaration
Swift
public var date: FHIRDate? -
Organization which is receiving the payment.
Declaration
Swift
public var payee: Reference? -
Claim.
Declaration
Swift
public var request: Reference? -
Claim Response.
Declaration
Swift
public var response: Reference? -
Organization which submitted the claim.
Declaration
Swift
public var submitter: Reference? -
Type code.
Declaration
Swift
public var type: CodeableConcept? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(type: CodeableConcept) -
Convenience initializer, taking all required properties as arguments.
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 PaymentReconciliationDetail: BackboneElement
View on GitHub
Install in Dash
PaymentReconciliationDetail Class Reference