OBJECT
FormAnswerGroup
A completed form, with metadata about the completion, and the saved answers
link GraphQL Schema definition
- type FormAnswerGroup {
- # The appointment the note is connected to
- Appointment :
- # The autoscored sections for the filled form
- AutoscoredSectionType!]! : [
- # The addendums added to the locked charting note
- ChartingNoteAddendumType] : [
- # The CMS1500 created from the form answer group
- Cms1500 :
- # The date on which the filled form was saved
- String :
- # The form template that was filled out
- CustomModuleForm :
- # The date the form was deleted
- String :
- # The user who filled out the form
- User :
- # Whether the filled form has been saved by the user (verse a hidden draft)
- Boolean :
- # Signatures for the form
- FormAnswerGroupSigning]! : [
- # A list of connections between a form_answer_group and group appointment users
- FormAnswerGroupUserConnection] : [
- # The visible answers for the filled form
- #
- # Arguments
- # is_for_editing: When true, all answers (even conditionally
- # hidden ones) are returned.
- Boolean): [FormAnswer!]! ( :
- # All patients that have attended in the related group appointment
- User] : [
- ID! :
- # A collection of individual charting notes related to the main group charting
- # note
- IndividualClientType] : [
- # Same as individual_client_notes but returns a specific instance for given user
- #
- # Arguments
- # user_id: [Not documented]
- ID): IndividualClientType ( :
- # Indicates whether the answer group is related to group apppointment (charting
- # note created for group appointment)
- Boolean :
- # The date and time when the charting note was locked
- String :
- # The provider who have locked the charting note
- User :
- # The given name of the filled form
- String :
- # If you have product recommendation alogrithim enabled, this will return a
- # package containing the products recommended by the algorithim
- Offering :
- # If you have product recommendation alogrithim enabled, this will return a
- # package containing a URL to purchase the products recommended by the algorithim
- String :
- # The last updated date for the filled form
- String :
- # The user the form is about
- User :
- # ID of the user
- String :
- }
link Require by
- AppointmentAn appointment object containing information about the appointment, including the attendees, date, location, and more
- ChartingItemTypenull
- ChartingNoteAddendumTypenull
- CreateClientViaFormPayloadAutogenerated return type of CreateClientViaForm
- createFormAnswerGroupPayloadAutogenerated return type of createFormAnswerGroup
- CustomModuleFormA template for a form, that can then be filled out
- deleteFormAnswerGroupPayloadAutogenerated return type of deleteFormAnswerGroup
- FormAnswerAn answer in a filled form
- OrganizationAn organization, that is an umbrella group for multiple providers
- QueryThe query root of this schema. See available queries.
- RequestedFormCompletionA request, from a provider to a client, to fill out a form
- Subscriptionnull
- updateFormAnswerGroupPayloadAutogenerated return type of updateFormAnswerGroup
- UserAn user entry, returns basic user information