Chronic renal failure

PH1792 / 3733

Kelly Fleetwood

Apr 25, 2025

BHF Data Science Centre Phenotype
  1. Overview

    Project Name
    CCU046
    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    SNOMED CT codesICD10 codes
    Ontology
    No data
    Collections
    BHF Data Science Centre
    Tags
    No data
  2. Definition

    Definition

    ICD-10 codes ---

    This codelist was developed by identifying chronic renal failure codes from an existing chronic kidney disease codelist (http://phenotypes.healthdatagateway.org/phenotypes/PH950/version/2128/detail/) and existing end stage renal disease codelists (http://phenotypes.healthdatagateway.org/phenotypes/PH574/version/1148/detail/, https://github.com/rprigge-uoe/mltc-codelists/blob/master/ICD-10/ICD_ESRD.csv).

    SNOMED codes ---

    Please note: this codelist was developed for use with the General Practice Extraction Service Data for Pandemic Planning and Research (GDPPR) dataset. The GDPPR dataset only includes a subset of all SNOMED codes, hence this codelist may not be appropriate for use with other datasets. If you are re-using this codelist with the GDPPR dataset, please note that the codes included in GDPPR are regularly updated. We recommend that you review this codelist with respect to the latest available codes.

    This codelist was developed by identifying chronic renal failure codes from an existing chronic kidney disease codelist (http://phenotypes.healthdatagateway.org/phenotypes/PH950/version/2128/detail/) and the GDPPR code cluster for chronic kidney disease stage 4 and 5 (CKDATRISK1_COD).

    Clinical Trials

    No Trials

    Endorsements

    No endorsement
  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    No known publications

    Citation Example

    Kelly Fleetwood. PH1792 / 3733 - Chronic renal failure. Phenotype Library [Online]. 25 April 2025. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1792/version/3733/detail/. [Accessed 22 February 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1792',
     version_id=3733
    )

    To Export Phenotype Code List:

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

    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(
     'PH1792',
     version_id=3733
    )

  7. Version History

    Version IDNameOwnerPublish date
    Chronic renal failure kelly.fleetwood2025-04-28 08:36