Conduct Disorder Primary care

PH934 / 1947

John,A., Friedmann, Y., DelPozo-Banos, M., Frizzati, A., Ford, T., & Thapar, A.

May 5, 2022

Clinical-Coded Phenotype
  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    Read codes v2
    Collections
    Adolescent Data Platform (ADP)DATAMINDPhenotype Library
    Tags
    No data
    Ontology
    No data
  2. Definition

    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. These codes have been taken from previously validates code lists (John et al, 2019, John et al, 2022).

  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    Citation Example

    John,A., Friedmann, Y., DelPozo-Banos, M., Frizzati, A., Ford, T., & Thapar, A.. PH934 / 1947 - Conduct Disorder Primary care. Phenotype Library [Online]. 05 May 2022. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH934/version/1947/detail/. [Accessed 28 January 2026]

  6. API

    To Export Phenotype Details:

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

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get details of Phenotype

    phenotype_detail = client.phenotypes.get_detail(
     'PH934',
     version_id=1947
    )

    To Export Phenotype Code List:

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

    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(
     'PH934',
     version_id=1947
    )

  7. Version History

    Version IDNameOwnerPublish date
    3526 Conduct Disorder ieuan.scanlon2024-07-22 13:49
    3468 Conduct Disorder ieuan.scanlon2024-07-08 13:34
    2450 Conduct Disorder ieuan.scanlon2023-09-20 14:56
    Conduct Disorder Primary care ieuan.scanlon2022-05-05 08:26