ChartingItemType
Charting Item
Fields
custom_module_form_name
· String
· The name of the custom module form form_answer_group
· FormAnswerGroup
· The type of the form answer group form_answer_group_id
· ID
· The ID of the form answer group generated_form_answer_group
· GeneratedFormAnswerGroupType
· The type of the generated form answer group is_document
· Boolean
· Whether the item is a document is_generated
· Boolean
· Whether the item is generated provider_name
· String
· The name of the provider use_for_charting
· Boolean
· Whether the item is used for a charting use_for_program
· Boolean
· Whether the item is used for a program Used By
Definition
"""Charting Item"""type ChartingItemType { """ The date of the item' creation """ created_at: String!
""" The name of the custom module form """ custom_module_form_name: String
""" The type of the document """ document: Document
""" The ID of the filler """ filler_id: ID
""" The type of the form answer group """ form_answer_group: FormAnswerGroup
""" The ID of the form answer group """ form_answer_group_id: ID
""" The type of the generated form answer group """ generated_form_answer_group: GeneratedFormAnswerGroupType
""" The unique identifier of the item """ id: ID!
""" Whether the item is a document """ is_document: Boolean
""" Whether the item is generated """ is_generated: Boolean
""" The name of the item """ name: String
""" The name of the provider """ provider_name: String
""" Whether the item is signed """ signed: Boolean
""" Whether the item is used for a charting """ use_for_charting: Boolean
""" Whether the item is used for a program """ use_for_program: Boolean}