Hi Balu, nice Dashboard
I have a question, how do you get the “Average Length of stay ” and the “Average patient visit” mostly the “Stay Duration” page
I will be glad, if I get I a swift reply
Thanks
comment-1684-avatar
Balu Chelluri
Project owner
6 months ago
Project owner
The Average length is calculated based on Encounter dim table. (We were provided start and encounter duration).
For the Average patient visits I have summarized the encounters based on the yearly for each encounter type. (A patient can have multiple appointment for the same treatment).
Used the summarised table to create the histogram for encounters.
Hope this is useful.