Visualising Aged Care Star Ratings up to Q4 FY23-24
MOA-Benchmarking
Data-visualisation
Author
Filip Reierson
Published
November 20, 2024
The latest Australian aged care star ratings have continued the upward trend. Below I show two animated histograms highlighting how star ratings have changed over time until Q4 FY23-24. The metric considered is the “unrounded overall star rating”. The overall star rating is a weighted average of the ratings in each category, which is then rounded. I simply don’t perform the final rounding step.
index_names = ["Q2 FY22-23","Q3 FY22-23","Q4 FY22-23","Q1 FY23-24","Q2 FY23-24","Q3 FY23-24","Q4 FY23-24"];html`<h4 id="plot-heading">Australian Aged Care Star Ratings From Q2 FY22-23</h4>`
plot2_stat = ["40.8%","47.3%","53.7%","57.8%","62.1%","66.0%","69.2%"];html`<h4 id="plot-heading2">${plot2_stat[0]} of homes had a rating of four or five stars in ${index_names[0]}</h4>`;
A summary of the current number of each star rating awarded is shown in Table 1.
Table 1: Count and proportion of star ratings given based on the Q4 FY23-24 data.
Star Rating
1
2
3
4
5
Overall
0.0% (0)
0.1% (3)
30.7% (753)
65.5% (1607)
3.7% (92)
Residents' Experience
0.0% (1)
2.8% (70)
49.8% (1230)
42.1% (1039)
5.2% (128)
Compliance
0.0% (0)
0.1% (2)
3.3% (83)
36.8% (919)
59.7% (1490)
Quality Measures
3.6% (89)
7.0% (175)
43.0% (1073)
23.6% (589)
22.8% (569)
Staffing
4.4% (110)
27.0% (675)
42.6% (1063)
13.2% (329)
12.8% (320)
There has been a consistent increase in average star ratings since they were introduced in all categories other than quality measures, as seen in Figure 1.
Figure 1: Average star ratings each quarter for each sub-category until Q4 FY23-24.
Treating the star ratings as purely categorical, we still observe a convincing trend in Figure 2. The number of four and five star ratings have increased while the number of one, two, and three star ratings have decreased.
Figure 2: The proportion of each overall star rating given until Q4 FY23-24.