Skip to content

BillingConfiguration

Billing configuration for an organization

Fields

encounters_enabled · Boolean! · required · Whether patient encounters are the source of truth for billing data for this organization

Used By

Definition

"""
Billing configuration for an organization
"""
type BillingConfiguration {
"""
Whether patient encounters are the source of truth for billing data for this organization
"""
encounters_enabled: Boolean!
}