Kidney Transplant

PH4037 / 9239

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
    Surgical procedure
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    SNOMED CT codesICD10 codesOPCS4 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. PH4037 / 9239 - Kidney Transplant. Phenotype Library [Online]. 10 February 2026. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH4037/version/9239/detail/. [Accessed 16 July 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH4037',
     version_id=9239
    )

    To Export Phenotype Code List:

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

    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(
     'PH4037',
     version_id=9239
    )

  7. Version History

    Version IDNameOwnerPublish date
    Kidney Transplant anna.stevenson2026-02-10 09:47