INPUT_OBJECT

SubmissionInput

If included, Healthie will attempt to submit an order. This must be enabled for your organization.

link GraphQL Schema definition

  • input SubmissionInput {
  • # Requested lab test options
  • tests: [TestInput]!
  • # An optional future date to process the order
  • activate_by: ISO8601DateTime
  • # Healthie ID of the physician who will review this order. If left empty default
  • # provider network will be used.
  • physician_id: ID
  • }