ENUM

LabOrderBilling

The entity that will be billed for the lab order

link GraphQL Schema definition

  • enum LabOrderBilling {
  • # Bill to patient insurance
  • INSURANCE
  • # Bill to organization
  • PROVIDER
  • # Bill to patient
  • PATIENT
  • }