Variable treatmentEpisodesRelationsConst
treatmentEpisodesRelations: Relations<
"treatment_episodes",
{
facility: One<"facilities", true>;
facilityLevelOfCare: One<"facility_levels_of_care", false>;
integration: One<"integrations", false>;
nextFacilityLevelOfCare: One<"facility_levels_of_care", false>;
patient: One<"patient", true>;
programStays: Many<"program_stays">;
},
> = ...