CCU046 Cerebrovascular disease

Kelly Fleetwood, John Nolan

PH1791 / 3732 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 ---

    We identified diagnoses using ICD-10 codes I60-I69 and G45.

    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.

    We identified diagnoses using SNOMED codes in the haemorrhagic stroke (HSTRK_COD), non-haemorrhagic stroke (OSTR_COD), stroke diagnosis (STRK_COD) and transient ischaemic attack (TIA_COD) code clusters and additionally the SNOMED codes 195163003, 67992007 and 73192008.

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Kelly Fleetwood, John Nolan. PH1791 / 3732 - CCU046 Cerebrovascular disease. Phenotype Library [Online]. 25 April 2025. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1791/version/3732/detail/. [Accessed 16 June 2025]

  6. Permissions

  7. API

    To Export Phenotype Details:

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

    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(
     'PH1791',
     version_id=3732
    )

    To Export Phenotype Code List:

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

    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(
     'PH1791',
     version_id=3732
    )

  8. Version History

    Version IDNameOwnerPublish date
    CCU046 Cerebrovascular disease kelly.fleetwood2025-04-28 08:35