Service Referrals

Service Referrals

FieldTypeDescription
service_referral_id 🔑INTEGERUnique identifier for this service referral.
service_id 🔗INTEGERThe ID of the service this service referral belongs to.
referring_agency_id 🔗INTEGERThe ID of the referring agency that referred the service.
provider_agency_id 🔗INTEGERThe ID of the provider agency that provided the service.
external_identifierSTRINGThe external identifier for the service referral.
statusSTRINGThe status of the service referral.
notesSTRINGThe notes for the service referral.
status_reasonSTRINGThe reason for the status of the service referral.
status_subreasonSTRINGThe subreason for the status of the service referral.
status_detailsSTRINGThe details for the status of the service referral.
status_change_dateTIMESTAMPThe date and time the status of the service referral was changed.
start_dateDATEThe start date of the service referral.
end_dateDATEThe end date of the service referral.
created_atTIMESTAMPThe date and time the service referral was created.
updated_atTIMESTAMPThe date and time the service referral was last updated.

Key Information

Primary Keys

  • service_referral_id - Unique identifier for this service referral.

Foreign Keys

  • service_id - The ID of the service this service referral belongs to.
  • referring_agency_id - The ID of the referring agency that referred the service.
  • provider_agency_id - The ID of the provider agency that provided the service.