CCU046_03 Heart failure

Kelly Fleetwood, John Nolan, Caroline A Jackson

PH1721 / 3649 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 ---

    As per: http://phenotypes.healthdatagateway.org/phenotypes/PH968/version/2146/detail/.

    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. The codes in this codelist come from version 47.1 of the QOF cluster list. If you are re-using this codelist with the GDPPR dataset, please note that the QOF cluster list is regularly updated. We recommend that you review this codelist with respect to the latest version of the QOF cluster list.We identified an existing SNOMED codelist for heart failure (http://phenotypes.healthdatagateway.org/phenotypes/PH968/version/2146/detail/). This codelist was developed for use with the GDPPR dataset, however it was based on an earlier version of the PCD reference set. We adapted this codelist for use in our study by reviewing the codes, excluding codes that were not relevant to our study (referral and administrative codes), and adding additional relevant codes from version 49.1 of the QOF cluster list (which was the most recent version at the time of developing the this codelist).

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Kelly Fleetwood, John Nolan, Caroline A Jackson. PH1721 / 3649 - CCU046_03 Heart failure. Phenotype Library [Online]. 27 February 2025. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1721/version/3649/detail/. [Accessed 20 March 2025]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1721',
     version_id=3649
    )

    To Export Phenotype Code List:

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

    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(
     'PH1721',
     version_id=3649
    )

  7. Version History

    Version IDNameOwnerPublish date
    CCU046_03 Heart failure kelly.fleetwood2025-03-03 09:11