Learning Difficulties Primary care

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

PH935 / 1949 Clinical-Coded Phenotype

  1. Overview

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

    In this definition, learning difficulties are defined with read codes that specifically identify a learning difficulty (e.g. dyslexia) to codes that identify a learning disability. This definition was used in a previous paper (John et al, 2022).

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Citation Example

    John,A., Friedmann, Y., DelPozo-Banos, M., Frizzati, A., Ford, T., & Thapar, A.. PH935 / 1949 - Learning Difficulties Primary care. Phenotype Library [Online]. 05 May 2022. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH935/version/1949/detail/. [Accessed 08 September 2024]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH935',
     version_id=1949
    )

    To Export Phenotype Code List:

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

    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(
     'PH935',
     version_id=1949
    )

  7. Version History

    Version IDNameOwnerPublish date
    3525 Learning difficulties ieuan.scanlon2024-07-22
    3473 Learning difficulties ieuan.scanlon2024-07-08
    2451 Learning difficulties ieuan.scanlon2023-09-20
    1949 Learning Difficulties Primary care ieuan.scanlon2022-05-05currently shown