Attention-Deficit hyperactivity disorder (ADHD)
A. John, Y. Friedmann, M. DelPozo-Banos, A. Frizzati, T. Ford, A. Thapar
PH932 / 2448 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date RangeNo dataCoding SystemICD10 codesRead codes v2Data SourcesNo dataCollectionsAdolescent Data Platform (ADP)DATAMINDPhenotype LibraryTagsNo dataDefinition
Attention-Deficit hyperactivity disorder (ADHD) neurodevelopmental condition with secondary behavioural, social, and educational difficulties. ADHD is defined as a behavioural syndrome characterized by the core symptoms of hyperactivity, impulsivity, and inattention which can lead to psychological, social, education, or occupational impairment. ADHD can be identified with Read Codes (primary care) and/or ICD-10 codes. Read codes and ICD-10 codes have been taken from previously validated code lists (John et al, 2022) and include diagnoses and prescriptions.
Read codes
https://conceptlibrary.saildatabank.com/concepts/C2708/detail/
ICD-10 codes
https://conceptlibrary.saildatabank.com/concepts/C2931/detail/
Reference
John,A., Friedmann, Y., DelPozo-Banos, M., Frizzati, A., Ford, T., & Thapar, A.(2022). Association of school absence and exclusion with recorded neurodevelopmental disorders, mental disorders, or self-harm: a nationwide, retrospective, electronic cohort study of children and young people in Wales, UK. The Lancet Psychiatry. Volume 9, Issue 1,2022,Pages 23-34,ISSN 2215-0366, https://doi.org/10.1016/S2215-0366(21)00367-9
Implementation
Implementation
Clinical Code List
PUBLISHED - 98 Codes
PUBLISHED - 7 Codes
Publication
John,A., Friedmann, Y., DelPozo-Banos, M., Frizzati, A., Ford, T., & Thapar, A.(2022). Association of school absence and exclusion with recorded neurodevelopmental disorders, mental disorders, or self-harm: a nationwide, retrospective, electronic cohort study of children and young people in Wales, UK. The Lancet Psychiatry. Volume 9, Issue 1,2022,Pages 23-34,ISSN 2215-0366, https://doi.org/10.1016/S2215-0366(21)00367-9
(DOI:10.1016/S2215-0366(21)00367-9)
Citation Example
A. John, Y. Friedmann, M. DelPozo-Banos, A. Frizzati, T. Ford, A. Thapar. PH932 / 2448 - Attention-Deficit hyperactivity disorder (ADHD). Phenotype Library [Online]. 20 September 2023. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH932/version/2448/detail/. [Accessed 23 November 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH932/version/2448/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(
'PH932',
version_id=2448
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH932',
version_id=2448
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH932/version/2448/export/codes/?format=json CSV site_root/phenotypes/PH932/version/2448/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(
'PH932',
version_id=2448
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH932',
version_id=2448
)Version History