Skip to content

AutomatedInsuranceBillingSetting

Automated Insurance Billing Setting Type

Fields

auto_create_cms1500s · Boolean · When true, CMS1500s will be created automatically
auto_submit_cms1500s · Boolean · When true, CMS1500s will be submitted automatically
id · ID! · required · The unique identifier of the setting
use_cpt_codes_units_and_fees_with_appointment_types · Boolean · DEPRECATED. This setting no longer has any effect

Used By

Definition

"""
Automated Insurance Billing Setting Type
"""
type AutomatedInsuranceBillingSetting {
"""
When true, CMS1500s will be created automatically
"""
auto_create_cms1500s: Boolean
"""
When true, CMS1500s will be submitted automatically
"""
auto_submit_cms1500s: Boolean
"""
The unique identifier of the setting
"""
id: ID!
"""
DEPRECATED. This setting no longer has any effect
"""
use_cpt_codes_units_and_fees_with_appointment_types: Boolean
}