Congenital Kidney Disease

PH4038 / 9240

Samira Bell, Amy Coombe, Ross Forsyth, Anna Stevenson

Feb 10, 2026

BHF Data Science Centre Phenotype
  1. Overview

    Project Name
    Kidney Data Science Catalyst
    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    ICD10 codes
    Ontology
    No data
    Collections
    No data
    Tags
    No data
  2. Definition

    Definition

    No data

    Clinical Trials

    No Trials

    Endorsements

    No endorsement
  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    No known publications

    Citation Example

    Samira Bell, Amy Coombe, Ross Forsyth, Anna Stevenson. PH4038 / 9240 - Congenital Kidney Disease. Phenotype Library [Online]. 10 February 2026. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH4038/version/9240/detail/. [Accessed 16 July 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH4038',
     version_id=9240
    )

    To Export Phenotype Code List:

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

    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(
     'PH4038',
     version_id=9240
    )

  7. Version History

    Version IDNameOwnerPublish date
    Congenital Kidney Disease anna.stevenson2026-02-10 09:51