Licenses

Licenses

FieldTypeDescription
id 🔑INTEGERThe unique identifier for the license record.
agency_id 🔗INTEGERThe ID of the agency this license belongs to.
external_identifierSTRINGExternal systems identifier for the license, if provided.
placement_provider_id 🔗INTEGERThe ID of the placement provider associated with this license.
license_typeSTRINGThe primary type of license (e.g., child placing agency, congregate care, family home).
sub_license_typeSTRINGThe subcategory or specific type within the main license type.
expiry_dateDATEThe date when the license expires.
statusSTRINGThe status of the latest application associated with the license.
confidentialBOOLEANWhether the license has been marked as confidential.
confidential_reasonSTRINGThe reason why the license is marked as confidential.
confidential_reason_other_explanationSTRINGAdditional explanation for the confidential reason, if 'other' was selected.
initial_approval_dateDATEThe date when the license was initially approved.
most_recent_approval_dateDATEThe date of the most recent approval or renewal of the license.
approved_age_maxINTEGERThe maximum age of children this license allows the caregiver to care for.
approved_age_minINTEGERThe minimum age of children this license allows the caregiver to care for.
capacityINTEGERThe maximum number of children this license allows the caregiver to care for.
approved_gender_femaleBOOLEANWhether the license allows caring for female children.
approved_gender_maleBOOLEANWhether the license allows caring for male children.
approved_gender_non_binaryBOOLEANWhether the license allows caring for non-binary children.
approved_gender_not_listedBOOLEANWhether the license allows caring for children whose gender is not listed in the standard options.
created_atTIMESTAMPThe timestamp when the license record was created.
updated_atTIMESTAMPThe timestamp when the license record was last updated.

Key Information

Primary Keys

  • id - The unique identifier for the license record.

Foreign Keys

  • agency_id - The ID of the agency this license belongs to.
  • placement_provider_id - The ID of the placement provider associated with this license.