Conduct Disorder
A. John, Y. Friedmann, M. DelPozo-Banos, A. Frizzati, T. Ford, A. Thapar
PH934 / 3526 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date RangeNo dataCoding SystemSNOMED CT codesICD10 codesRead codes v2CollectionsAdolescent Data Platform (ADP)DATAMINDPhenotype LibraryTagsNo dataDefinition
Conduct disorders are characterised by a persistent and repetitive pattern of behaviour where age-appropriate societal norms or rules, or the rights of others, are violated.
Read codes and ICD-10 definition
These definitions have been previously published in peer-reviewed journals (John et al, 2019, John et al, 2022).
SNOMED CT definition
This definition has been created from mapped Read codes and ICD-10 definitions, as well as an additional exploration of SNOMED CT codes. It excludes codes with too broad definitions, such codes related to adjustment disorders with mixed emotional features, promiscuity, and codes for school attendance and problems without further specification. It includes codes such as high-risk sexual behaviour, social-behaviour assistive training device, and inappropriate behaviour for age.
Note: The SNOMED CT definition has not undergone validation yet.
References
John, A., Wood, S., Rees, S., Wang, T., & Marchant, A. (2019). Mental Healthcare in Young People and Young Adults. National Confidential Enquiry into Patient Outcome and Death, UK. Avalilable from: https://www.ncepod.org.uk/2019ypmh.html
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 - 29 Codes
PUBLISHED - 12 Codes
PUBLISHED - 189 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, 9(1), 23–34. https://doi.org/10.1016/S2215-0366(21)00367-9
(DOI:10.1016/S2215-0366(21)00367-9)John, A., Wood, S., Rees, S., Wang, T., & Marchant, A. (2019). Mental Healthcare in Young People and Young Adults. National Confidential Enquiry into Patient Outcome and Death, UK. Avalilable from: https://www.ncepod.org.uk/2019ypmh.html
Citation Requirements
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, 9(1), 23–34.
Citation Example
A. John, Y. Friedmann, M. DelPozo-Banos, A. Frizzati, T. Ford, A. Thapar. PH934 / 3526 - Conduct Disorder. Phenotype Library [Online]. 22 July 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH934/version/3526/detail/. [Accessed 23 November 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH934/version/3526/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(
'PH934',
version_id=3526
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH934',
version_id=3526
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH934/version/3526/export/codes/?format=json CSV site_root/phenotypes/PH934/version/3526/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(
'PH934',
version_id=3526
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH934',
version_id=3526
)Version History