Centile Part 1 - What Are Centiles?

Over the last few years I’ve been interested in the development of an app for calculation of child health growth charts / direct calculation of centiles, and have been personally involved in some projects to make applications and REST APIs that provide this functionality. I’ve also become aware of other similar projects, and so I thought it would help things if I wrote a short series of posts about:

  • Part 1: what are centiles and growth charts and why do I keep going on about them?
  • Part 2: point out the current problems with IT systems not calculating centiles.
  • Part 3: tabulate the ongoing projects I’m aware of, hopefully to foster better collaboration between the ongoing efforts.
  • Part 4: postulate some ways we could go about building these pieces of badly-needed infrastructure

Part 1

What is a growth chart?

  • Growth Charts are a means of monitoring development of children, in order to help detect children that have growth that is outside of the normal range. Because children do not grow linearly over the first 18 years of their lives, and because there is natural variation between individuals, we need a statistical tool to help us tell the difference between a temporary ‘blip’ in growth, and a definite trend outside of the normal range. Plotting several points on a growth chart helps us spot these trends.

Growth patterns are different for boys and girls, hence there are Girls charts, and Boys charts. This is an example of the Girls standard chart.

In order to understand what statistically the lines mean, I would recommend to envisage the chart as a series of normal distributions.

Instead of the way we are used to seeing normal distributions (a horizontal ‘bell-shaped’ curve, like the diagram above) we get rid of the curve, and orient these normal distributions vertically. Normal distributions are plotted on the graph vertically for each cohort of children. (I’ve just shown 3 normal distributions, but in the real charts these statistical measurements are at intervals of 2 weeks of age or closer.) You get the idea.

How we use growth charts

  • A clinical practitioner would take a measurement such as Height or Weight of a child, using a normal height measuring tape or weighing scales. On its own, it’s impossible to tell if a single reading is normal for a child as we do not know what stage of growth they are in. But by plotting the measurement on the chart, we can get an idea of how their growth compares to their peers at exactly the same age. Even better, we can then take several measurements over a few months. This helps us to tell the difference between children who are just naturally smaller (they will be small but will follow the curved line) and those whose growth is faltering (they will fall down through the curved lines). And we can detect other things such as obesity and certain genetic conditions.

What is a centile?

  • The term ‘centile’ is short for ‘percentile’. If a child’s height is on the 50th centile/percentile, it means that 50% of children at their exact age are shorter than them. They’re probably in the normal range. If a child is on the 6th centile/percentile, it means that 6% of children are smaller than them. Small, but still probably in normal range. If a child is on the 0.01th centile/percentile, this might represent normal for them, but the probability that it is outside of the normal range is higher, and therefore would prompt investigation.

How do we get centiles at the moment?

At the moment, we have to plot height or weight manually onto a printed A3 card version of the centile chart. This worked well for many years of paper notes, but now we are increasingly using digital health records, and a huge piece of card doesn’t work well with digital records.

Next: Part 2: The Problem(s)

2 Likes

Thanks Marcus for a very well stated and clear part one.

We are in the process of rebuilding the Australian Child Health app http://www.nehta.gov.au/news-and-events/news/410-australia-launches-childs-ehealth-record-app which in its first iteration fell into the unique ‘jurisdictional’ politics that multiplies every solution by 7 if you are not careful. It’s far from beautiful currently but does include parent entered data. We ended up putting both WHO and CDC charts in – I’ll dig out the reasoning – I’ve deleted from my head.

This is also an excellent demonstration of what Professional Record Standards development should look like…

Best wishes

Mike

1 Like

Have you looked at this app? It’s from the US market and so is using US/LOINC codes. It is open source (Repo = GitHub - smart-on-fhir/growth-chart-app )
Demo Growth Chart

I’ve been looking at it to learn/evaluate some technology but also wondered how good it was from a clinical point of view?

1 Like

Hi Kev, thanks for posting this - I’ve seen it before via @ian - it’s from the SMART-on-FHIR people, and as far as I can tell it’s clinically fine.

It would need localising to use UK growth charts, which are different to the international/WHO ones from the age of 4 years upwards. We use the UK90 LMS charts (which despite my best efforts remain copyrighted by the Medical Research Council / Royal College of Paediatrics & Child Health).

The company behind this forum, Open Health Hub CIC, has a proper above-board license to use the UK90 data for the growth charts to make digital tools and websites, as long as they are non-profit (as if I would do anything else!) So if you need access and it’s for an open source project then we might be able to find a way to do it under my licence.

I would also say that the UI of the SMART-on-FHIR growth charts looks very different to the UK style growth charts, and I would suggest that a smart move would be to skin the UI to make it look more like the PDF charts that UK clinicians are used to.