Socioeconomic Deprevation

Julie George, Emily Herrett, Liam Smeeth, Harry Hemingway, Anoop Shah, Spiros Denaxas

PH351 / 702 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Lifestyle risk factor
    Sex
    Both
    Valid Event Date Range
    01/01/1999 - 01/07/2016
    Coding System
    No data
    Collections
    Phenotype Library
    Tags
    No data
  2. Definition

    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.

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

    No Clinical Code Lists
  5. Publication

    No publications

    Citation Requirements

    No data
  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH351/version/702/detail/?format=json
    R Package

    # Download here

    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

    # Download here

    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:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH351/version/702/export/codes/?format=json
    CSV site_root/phenotypes/PH351/version/702/export/codes/
    R Package

    # Download here

    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

    # Download here

    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
    )

  7. Version History

    Version IDNameOwnerPublish date
    702 Socioeconomic Deprevation ieuan.scanlon2021-10-06currently shown