createDocumentInput
Autogenerated input type of createDocument
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEcreated_at
· String
· Requires additional permissions to edit generate_ccda_for_rel_user_id
· Boolean
· When true, a CCDA document is created for the specified rel_user generate_human_readable_ccda_for_rel_user_id
· Boolean
· When true, a human-readable CCDA document is created for the specified rel_user on_form_for_user_id
· ID
· Optional. This is passed in when a document is uploaded via a Form Upload question module. Should be the User ID. Otherwise, nil. report_type
· String
· If using the report_type parameter, value must be one of the following options: "Short Client List", "Long Client List", "Client Activity List", "Client Metrics", "Appointments", "Courses", "Program Forms", "Clients Credits", "Payments", "Transfers", "Transactions", "CMS1500s", "Superbills", "Referring Physicians", "Insurance Authorization", "Client Blood Sugar", "Requested Payments" share_users
· String
· A comma-separated list of doc_share_ids updated_at
· String
· Requires additional permissions to edit Used By
Definition
"""Autogenerated input type of createDocument"""input createDocumentInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") care_plan_id: ID clients_ids: String course_id: String
""" Requires additional permissions to edit """ created_at: String description: String display_name: String file: Upload file_string: String folder_id: String from_date: String from_program_create: Boolean
""" When true, a CCDA document is created for the specified rel_user """ generate_ccda_for_rel_user_id: Boolean
""" When true, a human-readable CCDA document is created for the specified rel_user """ generate_human_readable_ccda_for_rel_user_id: Boolean include_in_charting: Boolean is_photo_id: Boolean
""" Metadata for an document type. Maximum character limit of 128,000. """ metadata: String
""" Optional. This is passed in when a document is uploaded via a Form Upload question module. Should be the User ID. Otherwise, nil. """ on_form_for_user_id: ID org_level: Boolean payout_id: ID provider_ids: [String] = [] rcf_id: ID rel_user_id: String
""" If using the report_type parameter, value must be one of the following options: "Short Client List", "Long Client List", "Client Activity List", "Client Metrics", "Appointments", "Courses", "Program Forms", "Clients Credits", "Payments", "Transfers", "Transactions", "CMS1500s", "Superbills", "Referring Physicians", "Insurance Authorization", "Client Blood Sugar", "Requested Payments" """ report_type: String
""" A comma-separated list of doc_share_ids """ share_users: String share_with_rel: Boolean to_date: String
""" Requires additional permissions to edit """ updated_at: String}