Attention-deficit/hyperactivity disorder (ADHD) prod codes
Adrian J Hire, Darren M Ashcroft, David A Springate, Douglas T Steinke
PH483 / 966 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2004 - 31/12/2013Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataDefinition
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.
Implementation
Implementation
Clinical Code List
PUBLISHED - 75 Codes
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 Example
Adrian J Hire, Darren M Ashcroft, David A Springate, Douglas T Steinke. PH483 / 966 - Attention-deficit/hyperactivity disorder (ADHD) prod codes. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH483/version/966/detail/. [Accessed 11 October 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH483/version/966/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(
'PH483',
version_id=966
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH483',
version_id=966
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH483/version/966/export/codes/?format=json CSV site_root/phenotypes/PH483/version/966/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(
'PH483',
version_id=966
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH483',
version_id=966
)Version History