Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index of multiple deprivation quantiles in Jersey #1108

Open
eatyourpeas opened this issue Nov 24, 2024 · 0 comments
Open

Index of multiple deprivation quantiles in Jersey #1108

eatyourpeas opened this issue Nov 24, 2024 · 0 comments
Labels
feature request This is a desirable feature

Comments

@eatyourpeas
Copy link
Member

We currently get IMD quantiles from our own service which accepts a postcode across England, Wales, Scotland and Northern Ireland and returns country-specific quantiles. It does not accept Jersey postcodes, since the reference data for IMD does not cover Jersey. Jersey released some data based on its census of 2021 here and makes interesting reading. In the 10 years from 2011, deprivation has fallen, completely the opposite of England who introduced austerity measures in 2010. There are more old people in Jersey, and more people now have cars, fewer have children under 5 y, more have qualifications and their own home. Interestingly more are single parents. Because the population is small (~100,000), IMD is reported in vingtaines, rather than quintiles or deciles. The actual data is not published (at least that I can see) be we could contact Ian Cope (Chief Statistician | [email protected]) potentially to ask if we may have it. I should have thought a simple look up could be hard coded into E12, though ideally we would include this in the RCPCH Census Platform. For the moment, we get a 500 error (which needs fixing) and this is trapped in a try..except so that no value is stored.

To address this issue we need:

  1. access to the IMD raw scores
  2. update the RCPCH Census Platform with these

For this we need first to address the postcode issue, as this would be needed to identify the child's location to report the IMD for the region they live in

@eatyourpeas eatyourpeas added the feature request This is a desirable feature label Nov 24, 2024
@eatyourpeas eatyourpeas changed the title Index of multiple deprivation quantiles Index of multiple deprivation quantiles in Jersey Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request This is a desirable feature
Projects
None yet
Development

No branches or pull requests

1 participant