GeneratedFormAnswerGroupType
AI-Generated Form Answer Group
Fields
custom_module_form
· CustomModuleForm!
· required · The form AI Scribe used to structure the proposed chart note 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 Used By
Definition
"""AI-Generated Form Answer Group"""type GeneratedFormAnswerGroupType { """ 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!}