Skip to content

CreateLinePaymentInput

Autogenerated input type of CreateLinePayment

Fields

deprecated DO NOT USE
cpt_codes_cms1500_id · ID! · required · The service line the payment applies to
payer_responsibility · PayerResponsibility! · required · COB position of the paying payer
paid_amount · Float! · required · Amount the payer paid on this line
allowed_amount · Float · Amount the payer allowed on this line
adjudication_date · ISO8601Date! · required · Date the payer adjudicated the line
insurance_plan_id · ID · Payer (insurance plan) identity
notes · String · Free-text notes
adjustments · [LinePaymentAdjustmentInput] · CARC adjustments explaining the paid/billed gap

Used By

Definition

"""
Autogenerated input type of CreateLinePayment
"""
input CreateLinePaymentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The service line the payment applies to
"""
cpt_codes_cms1500_id: ID!
"""
COB position of the paying payer
"""
payer_responsibility: PayerResponsibility!
"""
Amount the payer paid on this line
"""
paid_amount: Float!
"""
Amount the payer allowed on this line
"""
allowed_amount: Float
"""
Date the payer adjudicated the line
"""
adjudication_date: ISO8601Date!
"""
Payer (insurance plan) identity
"""
insurance_plan_id: ID
"""
Free-text notes
"""
notes: String
"""
CARC adjustments explaining the paid/billed gap
"""
adjustments: [LinePaymentAdjustmentInput]
}