Skip to content

Cms1500Status

Status options for a CMS1500 form

Used By

Definition

"""
Status options for a CMS1500 form
"""
enum Cms1500Status {
"""
Scheduled
"""
SCHEDULED
"""
Sent
"""
SENT
"""
Not Sent
"""
NOT_SENT
"""
Partially Paid
"""
PARTIALLY_PAID
"""
Batched
"""
BATCHED
"""
Closed
"""
CLOSED
"""
Fully Paid
"""
FULLY_PAID
"""
Client's Deductible Applies
"""
CLIENTS_DEDUCTIBLE_APPLIES
"""
Rejected by Clearinghouse
"""
REJECTED
"""
Denied by Insurance
"""
DENIED
}