Trends in Aged Care Star Ratings Visualised (Q4 FY23-24 update)

Author

Filip Reierson

Published

November 17, 2024

In this article I share interactive graphs that allow readers to explore trends in Australian aged care star ratings for various groups of homes.

Note

The original version of this article was posted on June 25, 2024.

In this article I share interactive graphs that allow readers to explore trends in Australian aged care star ratings grouped by various variables. Most variables are directly taken from the quarterly star rating extracts, but provider size had to be derived, and regionality was modified by grouping MM3-5 and MM6-7. Additionally, service sizes for Q3 FY22-23 were missing, so I imputed these values based on data from the previous and subsequent quarter. I have included a description of each variable in . When grouped by ‘nothing’, all services are considered as a single group. By default, points are connected with a Catmull–Rom spline.

quarters_in_order = Array(7) ["Q2 FY22-23", "Q3 FY22-23", "Q4 FY22-23", "Q1 FY23-24", "Q2 FY23-24", "Q3 FY23-24", "Q4 FY23-24"]
mutable data_raw = Mutable {}
data_raw = Array(770) [Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, …]
mutable data = Mutable {}
data = Array(35) [Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, …]
categories = Array(6) [Object, Object, Object, Object, Object, Object]
category_select = Object {name: "nothing", value: "all"}
smoother_select = "smooth"
Aged care star ratings grouped by  
The categories are 
. Click the categories to include or exclude them from the graphs. Points are connected by  
 lines. Click points to reveal the average star rating and number of services within each category and time period.
averageNPerCategory = Array(1) [Object]
nice_categories = Object {overall_star_rating: "Overall", residents_experience_rating: "Residents' Experience", compliance_rating: "Compliance", quality_measures_rating: "Quality Measures", staffing_rating: "Staffing"}
color_scheme = Array(1) [Object]
legend = Array(1) [Object]
grouping_categories = Array(1) ["All services"]
colorScheme = Object {domain: Array(1)}
tippy = ƒ(t, e)
rating_categories = Array(5) ["overall_star_rating", "residents_experience_rating", "compliance_rating", "quality_measures_rating", "staffing_rating"]
facetCharts = Array(5) [SVGSVGElement, SVGSVGElement, SVGSVGElement, SVGSVGElement, SVGSVGElement]
Overall3.43.53.63.7↑ Average Star RatingQ2 FY22-23Q3 FY22-23Q4 FY22-23Q1 FY23-24Q2 FY23-24Q3 FY23-24Q4 FY23-24QuarterResidents' Experience3.253.303.353.403.45↑ Average Star RatingQ2 FY22-23Q3 FY22-23Q4 FY22-23Q1 FY23-24Q2 FY23-24Q3 FY23-24Q4 FY23-24QuarterCompliance4.34.44.5↑ Average Star RatingQ2 FY22-23Q3 FY22-23Q4 FY22-23Q1 FY23-24Q2 FY23-24Q3 FY23-24Q4 FY23-24QuarterQuality Measures3.523.543.563.58↑ Average Star RatingQ2 FY22-23Q3 FY22-23Q4 FY22-23Q1 FY23-24Q2 FY23-24Q3 FY23-24Q4 FY23-24QuarterStaffing2.62.83.0↑ Average Star RatingQ2 FY22-23Q3 FY22-23Q4 FY22-23Q1 FY23-24Q2 FY23-24Q3 FY23-24Q4 FY23-24Quarter05001,0001,5002,000↑ Average nAll servicesCategory2472.4
sortedCategories = Array(1) ["All services"]


Table 1: A description of the available variables.
Category Description
State/Territory
NSW New South Wales
VIC Victoria
QLD Queensland
WA Western Australia
SA South Australia
TAS Tasmania
ACT Australian Capital Territory
NT Northern Territory
Service Size
Small 60 or fewer estimated number of clients
Medium Between 61 and 100 estimated number of clients
Large Greater than 100 estimated number of clients
Provider Size1
Small Provider with 1-4 services
Medium Provider with 5-19 services
Large Provider with 20+ services
Regionality2
MM1 Metropolitan (MM1)
MM2 Regional centres (MM2)
MM3-5 Rural (MM3-5)
MM6-7 Remote (MM6-7)
Organisation Type
Government Government
Not for profit Not for profit
For profit For profit
1 Provider size is based on the number of services with the same provider name in the star rating extract.
2 Regionality definitions are based on the Modified Monash Model (MMM).