CCU046 Chronic renal failure

Kelly Fleetwood

PH1792 / 3733 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    SNOMED CT codesICD10 codes
    Collections
    BHF Data Science Centre
    Tags
    No data
    Ontology
    No data
  2. 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).

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

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

  6. Permissions

  7. 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 codelist of phenotype

    phenotype_codelist = 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
    )

  8. Version History

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