Autism Spectrum Disorder (ASD)

Underwood, J. F., DelPozo-Banos, M., Frizzati, A., John, A., Hall, J.

PH933 / 2449 Clinical-Coded Phenotype

  1. Overview

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

    Autism spectrum disorder (ASD) refers any one of a group of disorders with an onset typically occurring during the preschool years and characterized by difficulties with social communication and social interaction and restricted and repetitive patterns in behaviours, interests, and activities. The term “spectrum” is used because of the heterogeneity in the presentation and severity of ASD symptoms, as well as in the skills and level of functioning of individuals who have ASD.

    Autism Spectrum Disorder (ASD) can be identified with Read Codes (primary care) and/or ICD-10 codes. Codes to identify Autism Spectrum Disorder (ASD) come from Underwood et al. (2022) and are selecting for the maximum sensitivity and specificity of autistic phenotypes.

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    • Underwood, J. F., DelPozo-Banos, M., Frizzati, A., John, A., & Hall, J. (2022). Evidence of increasing recorded diagnosis of autism spectrum disorders in Wales, UK: An e-cohort study. Autism, 26(6), 1499–1508. https://doi.org/10.1177/13623613211059674

      (DOI:10.1177/13623613211059674)

    Citation Requirements

    No data
  6. API

    To Export Phenotype Details:

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

    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(
     'PH933',
     version_id=2449
    )

    To Export Phenotype Code List:

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

    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(
     'PH933',
     version_id=2449
    )

  7. Version History

    Version IDNameOwnerPublish date
    2449 Autism Spectrum Disorder (ASD) ieuan.scanlon2023-09-20currently shown
    1945 Autism Spectrum Disorder (ASD) Primary care ieuan.scanlon2022-05-05