Attention-deficit/hyperactivity disorder (ADHD)

Adrian J Hire, Darren M Ashcroft, David A Springate, Douglas T Steinke

PH482 / 964 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    01/01/2004 - 31/12/2013
    Coding System
    Read codes v2
    Data Sources
    Collections
    ClinicalCodes RepositoryPhenotype Library
    Tags
    No data
  2. Definition

    To describe the incidence and distribution of ADHD within the United Kingdom, and to examine whether there was any association between ADHD incidence and socioeconomic deprivation. Method: The study used data from the Clinical Practice Research Datalink (CPRD). Patients diagnosed with ADHD before the age of 19 between January 1, 2004 and December 31, 2013 were stratified according to the region in which their general practice was based. Practice Index of Multiple Deprivation (IMD) score was used as a surrogate measure of patients’ deprivation status. Results:ADHD incidence was relatively stable between 2004 and 2013, but peaked in the last 2 years studied. Statistically significant (p ≤ .05) differences in incidence were observed between U.K. regions. In almost every year studied, incidence rates were highest among the most deprived patients and lowest among the least deprived patients. Conclusion: In the United Kingdom, ADHD may be associated with socioeconomic deprivation.

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    • Adrian J Hire, Darren M Ashcroft, David A Springate, Douglas T Steinke, ADHD in the United Kingdom Regional and Socioeconomic Variations in Incidence Rates Amongst Children and Adolescents (2004-2013). Journal of Attention Disorders, 22(2) 134-142, 2018.

    Citation Requirements

    No data
  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH482/version/964/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(
     'PH482',
     version_id=964
    )

    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(
     'PH482',
     version_id=964
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH482/version/964/export/codes/?format=json
    CSV site_root/phenotypes/PH482/version/964/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(
     'PH482',
     version_id=964
    )

    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(
     'PH482',
     version_id=964
    )

  7. Version History

    Version IDNameOwnerPublish date
    964 Attention-deficit/hyperactivity disorder (ADHD) ieuan.scanlon2021-10-06currently shown