1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Neither
    Valid Event Date Range
    No data
    Coding System
    ICD-10-CMSNOMED CT codes
    Data Sources
    No data
    Collections
    No data
    Tags
    No data
  2. Definition

    ICD-10 and SNOMED code to define a history of heart disease using primary care (GDPPR) and secondary care (HES) data.

  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    No known publications

    Citation Example

    Isabel Walter, Luigi Filippo Brizzi, Elena Raffetti.. PH4061 / 9270 - Heart disease. Phenotype Library [Online]. 24 March 2026. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH4061/version/9270/detail/. [Accessed 19 August 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH4061',
     version_id=9270
    )

    To Export Phenotype Code List:

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

    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(
     'PH4061',
     version_id=9270
    )

  7. Version History

    Version IDNameOwnerPublish date
    Heart disease Isabel.Walter2026-04-10 16:40