OBJECT

ChartingItemType

Charting Item

link GraphQL Schema definition

  • 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 unique identifier of the item
  • id: ID!
  • # Whether the item is a document
  • is_document: 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
  • }