OBJECT

ChartingNoteAddendumType

A charting note addendum

link GraphQL Schema definition

  • type ChartingNoteAddendumType {
  • # The content of the addendum
  • content: String
  • # The date the addendum was created
  • created_at: String!
  • # The form answer group the addendum belongs to
  • form_answer_group: FormAnswerGroup
  • # The unique identifier of the addendum
  • id: ID!
  • # A provider who created the addendum
  • user: User
  • }