Skip to content

AppointmentWorkflowStatusChartNoteType

The chart note object for the appointment

Fields

id · ID · ID of the chart note for the appointment
status · AppointmentWorkflowChartNoteStatus · Status of the chart note for the appointment
title · String · The chart note title for the appointment

Used By

Definition

"""
The chart note object for the appointment
"""
type AppointmentWorkflowStatusChartNoteType {
"""
ID of the chart note for the appointment
"""
id: ID
"""
Status of the chart note for the appointment
"""
status: AppointmentWorkflowChartNoteStatus
"""
The chart note title for the appointment
"""
title: String
}