OBJECT
An object containing an individual note for certain patient associated with group charting note
type IndividualClientType {# The ID of related appointment_inclusionappointment_inclusion_id: ID # True if user has attended the appointmentattended: Boolean # The content of the notecontent: String # The unique identifier of the noteid: ID # Associated patientuser: User }