Case Notes

Case Notes

FieldTypeDescription
case_notes_id 🔑INTEGERUnique identifier for this case note.
agency_id 🔗INTEGERThe ID of the agency this case note belongs to.
license_id 🔗INTEGERThe ID of the license associated with this case note, if applicable.
child_id 🔗INTEGERThe ID of the child associated with this case note, if applicable.
agency_worker_id 🔗INTEGERThe ID of the agency worker who authored this case note.
application_participant_id 🔗INTEGERThe user-agency profile ID for the adult associated with this case note, if applicable.
dateDATEThe calendar date of the case note.
contact_methodSTRINGThe method of contact used for this case note.
case_note_typeSTRINGThe type of case note.
visit_typeSTRINGThe visit type for this case note, if applicable.
support_service_typeSTRINGThe support service type for this case note, if applicable.
complaint_or_violation_typeSTRINGThe complaint or violation type for this case note, if applicable.
bodySTRINGThe text body of the case note.
amount_spent_centsINTEGERThe amount spent for a support services case note, as an integer in the smallest currency unit for amount_spent_currency (cents for USD).
amount_spent_currencySTRINGThe ISO 4217 currency code for amount_spent_cents (e.g. USD). Defines which minor unit amount_spent_cents is expressed in.
estimated_approval_dateDATEThe estimated approval date for an approval date estimate case note, if applicable.
review_requiredBOOLEANWhether this case note requires review.
created_atTIMESTAMPWhen this case note was created.
updated_atTIMESTAMPWhen this case note was last updated.

Key Information

Primary Keys

  • case_notes_id - Unique identifier for this case note.

Foreign Keys

  • agency_id - The ID of the agency this case note belongs to.
  • license_id - The ID of the license associated with this case note, if applicable.
  • child_id - The ID of the child associated with this case note, if applicable.
  • agency_worker_id - The ID of the agency worker who authored this case note.
  • application_participant_id - The user-agency profile ID for the adult associated with this case note, if applicable.

Did this page help you?