Skip to main content

InsuranceBillingData

Information about insurances

type InsuranceBillingData {
billingDataId: UUID!
deductible: BigDecimal
fundingAgency: FundingAgency
fundingAgencyId: FundingAgencyID @deprecated
hasSupplementaryInvoiceRecipient: Boolean
insuranceNumber: String
invoiceRecipient: PersonReference!
isSplitActive: Boolean
percentage: BigDecimal
privateInvoice: Boolean!
supplementaryInvoiceRecipientAddress: Address
supplementaryInvoiceRecipientId: OdooID
supplementaryInvoiceRecipientName: String
supplementaryInvoiceRecipientType: SupplementaryInvoiceRecipientType
validFrom: Date!
}

Fields

InsuranceBillingData.billingDataId ● UUID! non-null scalar

Unique identifier for the insurance billing information

InsuranceBillingData.deductible ● BigDecimal scalar

InsuranceBillingData.fundingAgency ● FundingAgency object

Administrative unit, which pays for the services to a client.

Alias: Leistungsträger (Optional) Can be null for private patients.

InsuranceBillingData.fundingAgencyId ● FundingAgencyID deprecated scalar

DEPRECATED

No longer supported

InsuranceBillingData.hasSupplementaryInvoiceRecipient ● Boolean scalar

InsuranceBillingData.insuranceNumber ● String scalar

External identifier of the client used by the insurance agency. (Optional) Can be null for private patients.

InsuranceBillingData.invoiceRecipient ● PersonReference! non-null object

InsuranceBillingData.isSplitActive ● Boolean scalar

InsuranceBillingData.percentage ● BigDecimal scalar

InsuranceBillingData.privateInvoice ● Boolean! non-null scalar

Set true, if the insurance does not cover the expenses.

InsuranceBillingData.supplementaryInvoiceRecipientAddress ● Address scalar

InsuranceBillingData.supplementaryInvoiceRecipientId ● OdooID scalar

InsuranceBillingData.supplementaryInvoiceRecipientName ● String scalar

InsuranceBillingData.supplementaryInvoiceRecipientType ● SupplementaryInvoiceRecipientType enum

InsuranceBillingData.validFrom ● Date! non-null scalar

Member Of

Client object