Hello all,
I have a somewhat time-sensitive request I was hoping this community might be able to help me out with. I have attached a data set that contains one month's worth of encounters between patients (signified by "ClientID") and their providers (signified by "ProviderID"). Each row herein represents one single-day, variable duration, encounter between a patient and their provider. Providers can be either an RBT or a BCBA (as labeled in "TRP BCBA or RBT"). We have fields that label the "TimeWorkedFrom" and "TimeWorkedTo" for each encounter, as well as the resultant "TimeWorkedInHours" and "TimeWorkedInMinutes". We are trying to determine the following:
For each RBT, how many (Billable, non-void) hours of care did they deliver over the course of the month? And then, (the trickier part) how many of those hours were overseen by a supervising BCBA? Supervision in this case is defined as a BCBA billing time with the same ClientID for an overlapping period of time, on the same day, during which an RBT was also billing time for that same ClientID. So, for example if an RBT was with a particular client from 2:00 - 5:00 PM on 12/5, and a BCBA was with that client on the same day from 4:00-5:00 PM, that would be 3 hours counting toward the RBT's total Billable hours for the month, and 1 hour counting toward BCBA supervision of that RBT's workload. We are trying to ultimately understand what percentage of every RBT's billable hours were supervised by BCBA's over the course of the month. This isn't immediately obvious to me how best to go about this given the format of the underlying raw data. Your guidance is much appreciated!
I have a somewhat time-sensitive request I was hoping this community might be able to help me out with. I have attached a data set that contains one month's worth of encounters between patients (signified by "ClientID") and their providers (signified by "ProviderID"). Each row herein represents one single-day, variable duration, encounter between a patient and their provider. Providers can be either an RBT or a BCBA (as labeled in "TRP BCBA or RBT"). We have fields that label the "TimeWorkedFrom" and "TimeWorkedTo" for each encounter, as well as the resultant "TimeWorkedInHours" and "TimeWorkedInMinutes". We are trying to determine the following:
For each RBT, how many (Billable, non-void) hours of care did they deliver over the course of the month? And then, (the trickier part) how many of those hours were overseen by a supervising BCBA? Supervision in this case is defined as a BCBA billing time with the same ClientID for an overlapping period of time, on the same day, during which an RBT was also billing time for that same ClientID. So, for example if an RBT was with a particular client from 2:00 - 5:00 PM on 12/5, and a BCBA was with that client on the same day from 4:00-5:00 PM, that would be 3 hours counting toward the RBT's total Billable hours for the month, and 1 hour counting toward BCBA supervision of that RBT's workload. We are trying to ultimately understand what percentage of every RBT's billable hours were supervised by BCBA's over the course of the month. This isn't immediately obvious to me how best to go about this given the format of the underlying raw data. Your guidance is much appreciated!
Attachments
Last edited: