Closed jamesmrollins closed 2 years ago
FYI: @lzim @lijenn @mnallajerla
Hi @jeffhoerle - Attached below is an excel spreadsheet that lists the data variables in the SP model. The variable names on this list are consistent with our conventions. There are a few Episode Count issues that will need to be addressed.
Hi @TomRust - When reviewing the SP model to help @jeffhoerle to integrate the new Power BI, I am unable to find any references or uses of the "GMH to PC/PCMHI Wait Time (median)" for example.
From @TomRust regarding Wait Time Episode Counts:
"You’re right: We don’t use the episode counts to validate the wait time data. It doesn’t matter if the median wait time is based on 1 patient’s experience or 100 patients. If we’re just looking at wait times data, then if anyone is waiting to start or transfer between care settings, then we’ll use their wait time in the base case.
…however, in the1 patient scenario, that patient’s whole experience probably would get thrown out (as it wouldn’t meet our “inclusion threshold” for the transfer or start rates). The model would then use a zero wait time for the related stock of waiting patients (and zero initial patients waiting), as the flows along that pathway would also be zero.
Looking at these numbers in the most recent ModelParams file you sent me, though, gives me pause – shouldn’t the episode counts for each duration (rows 16-24) match the episode counts for each wait time? E.g., if we find that patients transferred from GMH to PC 100 times (units = episodes) during the time covered by our data pull, then shouldn’t we find that same number of episode counts for the time those patients had to wait to be transferred from GMH to PC? Shouldn’t D16 = D28? Or, if some patients transferred on the same day, so didn’t count in the wait time estimate, at least D16 > D28? "
Hi @TomRust I agree, the wait times would get thrown out vicariously if there weren't sufficient episode counts supporting the engagement duration categories. Incidentally, the screen capture above was from a specific team data file that didn't actually populate SP data, that's why it is all zeros.
With respect to your logic regarding the episode counts from engagement duration matching wait time episode counts, that makes sense to me. But I think the main issue is whether we need to task @jeffhoerle with creating that query in Power BI. It sounds like we don't have to.
@lzim - Is there another clinical understanding we need those data to support when the Facilitators go over the Team Data part of the curriculum?
FYI: @lijenn @mnallajerla
@lzim @mnallajerla @lijenn Met with @jeffhoerle this afternoon and Jeff indicated there are some issues with respect to how we will get the SP queries to run and provide export data to the Sim UI.
Thanks for the succinct explanation @jamesmrollins.
Currently, each existing table of data (e.g. CC tab - only table, MM tab - "Alcohol Use Disorder" table, AGG tab - "Intake" table) is generated by displaying multiple individual MEASURES. (Each measure contains lines of DAX code to calculate a parameter) The average table contains 8 or 9 measures.
Under new approach, each table of data will contain just ONE MEASURE that performs all computations. This approach yields poorer visuals for the users, but performance is massively improved. I estimate that results will compute 8-10x faster.
Example of new report:
Another important consideration will be the data export for Sim UI. This new approach is not as clean for @jamesmrollins and he will have to determine whether Vensim can consume the export file if exported this way.
Hi @hirenp-waferwire - Please see the discussion thread immediately above. It describes how Power BI exports all data into one cell of a spreadsheet. Is it possible to parse these variable names and variables out into to our current model parameters file format using an API? Let's discuss this in our 1/19 evening meeting.
@jeffhoerle @lzim @lijenn @mnallajerla -
FYI @lijenn @mnallajerla @lzim
Hi @jeffhoerle - Reviewed the attached data file (see link below) and all data variables are accounted for!! I have asked for a few naming convention edits on the SP parameters. I need these, so when we concatenate the names from the column header to each variable in the cell, the names will be consistent with the model. The order of some of the variables in the other modules will be off, but it will be easier to make Get Direct Constant address changes to the model, once we have the parsing stage figured out.
reviewed_w_edits_dataexport.xlsx
I will write up parsing instructions for the data export file and @hirenp-waferwire will begin development on 1 Feb. I will write up a card for this step and link it to this one.
Information from 1/26 Support WG:
In attendance: @jeffhoerle @jamesmrollins @lijenn @mnallajerla
Hi @hirenp-waferwire - Please find the attached crosswalk table for the SP Flag and Data-Filtered variable renaming. I pushed an updated model to DEV this afternoon. This should complete final standardization effort and make us ready for full workstream test.
SP New Variable Name Crosswalk.xlsx
FYI @lijenn @mnallajerla @lzim
Description
The migration of Team Data to Power BI necessitates the review standardization of variable names and the readdressing of the "Get Direct Constant" functions within the data variables of the SP Module.