Skip to content

GeneratedFormAnswerGroupType

AI-Generated Form Answer Group

Fields

appointment · Appointment · The appointment the note is connected to
appointment_id · ID · The ID of the appointment the note is connected to
created_at · ISO8601DateTime! · required · The date of the item' creation
custom_module_form · CustomModuleForm! · required · The form AI Scribe used to structure the proposed chart note
feedback · String · Feedback for the generated form answer group
form_answer_group · FormAnswerGroup · The chart note created from this proposed note, if it has been converted
generated_form_answers · [GeneratedFormAnswerType!]! · required · The visible answers for the filled form
id · ID! · required

Used By

Definition

"""
AI-Generated Form Answer Group
"""
type GeneratedFormAnswerGroupType {
"""
The appointment the note is connected to
"""
appointment: Appointment
"""
The ID of the appointment the note is connected to
"""
appointment_id: ID
"""
The date of the item' creation
"""
created_at: ISO8601DateTime!
"""
The form AI Scribe used to structure the proposed chart note
"""
custom_module_form: CustomModuleForm!
"""
Feedback for the generated form answer group
"""
feedback: String
"""
The chart note created from this proposed note, if it has been converted
"""
form_answer_group: FormAnswerGroup
"""
The visible answers for the filled form
"""
generated_form_answers: [GeneratedFormAnswerType!]!
id: ID!
}