ClaimResponsePayment

open class ClaimResponsePayment: BackboneElement

Payment details, if paid.

Payment details for the claim if the claim has been paid.

  • Payment details, 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 data 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

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class ClaimResponsePayment: BackboneElement