Socioeconomic Deprevation
Julie George, Emily Herrett, Liam Smeeth, Harry Hemingway, Anoop Shah, Spiros Denaxas
PH351 / 702 Clinical-Coded Phenotype
Overview
Phenotype TypeLifestyle risk factorSexBothValid Event Date Range01/01/1999 - 01/07/2016Coding SystemNo dataCollectionsPhenotype LibraryTagsNo dataDefinition
The level of socioeconomic deprivation was measured with the index of multiple deprivation (IMD) 2007 calculated at lower layer super output area level (small geographical areas, 23 482 defined in England with an average population of 1500 people), that had been linked by a third trust party using the patient postcode of residence recorded in CPRD. This measure of community socioeconomic status is a composite indicator commonly used in the United Kingdom that has been created by the Office of National Statistics using census postcode data. It is calculated combining 38 indicators of seven domains of deprivation: income, employment, health and disability; education, skills and training; barriers to housing and services, crime, and living environment. The IMD is the combined sum of the weighted, exponentially transformed domain ranks of the domain score. Explicit pre-defined weights are used (22.5% income, 22.5% employment, 13.5% health and disability, 13.5% education, skills and training, 9.3% barriers to housing and services, 9.3% crime, and 9.3% living environment). Because IMD is a non-linear measure of community socioeconomic status, for the analysis patients were categorised into quintiles of small-area deprivation, where the first quintile indicated the least deprived and the fifth quintile the most deprived group.
Implementation
Implementation
Clinical Code List
No Clinical Code ListsPublication
No publications Citation Example
Julie George, Emily Herrett, Liam Smeeth, Harry Hemingway, Anoop Shah, Spiros Denaxas. PH351 / 702 - Socioeconomic Deprevation. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH351/version/702/detail/. [Accessed 31 October 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH351/version/702/detail/?format=json R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get details of phenotype
phenotype_details = client$phenotypes$get_detail(
'PH351',
version_id=702
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH351',
version_id=702
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH351/version/702/export/codes/?format=json CSV site_root/phenotypes/PH351/version/702/export/codes/ R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get codelist of phenotype
phenotype_codelist = client$phenotypes$get_codelist(
'PH351',
version_id=702
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH351',
version_id=702
)Version History