OBJECT

SdLabOrderType

Interal - Lab Order Type Support Dashboard

link GraphQL Schema definition

  • type SdLabOrderType {
  • # Confirmation Code of Scheduled Appointment
  • appt_confirmation_code: String
  • # Date Lab Order was Placed
  • created_at: String
  • # The unique identifier of the order
  • id: ID!
  • # Order integration (lab_testing_api, evexia, rupa)
  • integration: String
  • # Name of the lab
  • lab: String
  • # Name of the lab
  • lab_company: String
  • # Order ID
  • lta_id: String
  • # The normalized status of the order
  • normalized_status: String
  • # Provider for lab order
  • orderer: SdUser
  • # Patient for lab order
  • patient: SdUser
  • # Order ID on the rupa health
  • rupa_order_id: String
  • # Status of the Lab Order
  • status: String
  • # Date of Test
  • test_date: String
  • # Date Lab Order was updated
  • updated_at: String
  • # Link to view the rupa order
  • view_rupa_order_url: String
  • }