AppointmentWorkflowStatus
AppointmentWorkflowStatusType object
Fields
appointment   
·  AppointmentWorkflowStatusAppointmentType     · Appointment object  chart_notes   
·  [AppointmentWorkflowStatusChartNoteType!]     · Chart notes for the appointment  chart_notes_count   
·  Int     · Total chart notes for the appointment  client   
·  AppointmentWorkflowStatusClientType     · The client for the appointment  cms1500   
·  AppointmentWorkflowStatusCms1500Type     · The CMS1500 for the appointment  invoice   
·  AppointmentWorkflowStatusInvoiceType     · The invoice for the appointment  provider   
·  AppointmentWorkflowStatusProviderType     · The provider for the appointment  Used By
Definition
"""AppointmentWorkflowStatusType object"""type AppointmentWorkflowStatus {  """  Appointment object  """  appointment: AppointmentWorkflowStatusAppointmentType
  """  Chart notes for the appointment  """  chart_notes: [AppointmentWorkflowStatusChartNoteType!]
  """  Total chart notes for the appointment  """  chart_notes_count: Int
  """  The client for the appointment  """  client: AppointmentWorkflowStatusClientType
  """  The CMS1500 for the appointment  """  cms1500: AppointmentWorkflowStatusCms1500Type
  """  The invoice for the appointment  """  invoice: AppointmentWorkflowStatusInvoiceType
  """  The provider for the appointment  """  provider: AppointmentWorkflowStatusProviderType}