CCU072_01 Atrial fibrillation or flutter

Elias Allara, Wen Shi, Thomas Bolton, Fionna Chalmers, Luigi Filippo Brizzi, Liam Musto, Anoop S.V. Shah, Christopher Tomlinson, Isabel Walter, Nathalie Conrad, John Danesh, Emanuele Di Angelantonio, Steffen E. Petersen, Kamlesh Khunti, Elena Raffetti, Genevieve Cezard, Spiros Denaxas, Angela M. Wood, William N. Whiteley

PH1871 / 3893 BHF Data Science Centre Phenotype

  1. Overview

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

    Definition

    This phenotype also used EPCC codes in its definition. These can be found at: https://github.com/BHFDSC/CCU072_01/blob/main/phenotypes/ccu072_01_dcode_epcc_name_suppltable.csv

    The logic applied to the specialist registries to define this phenotype can be viewedhere: https://github.com/BHFDSC/CCU072_01/blob/main/phenotypes/ccu072_01_dcode_specialist_registers_suppltable.xlsx

    Clinical Trials

    No Trials

    Endorsements

    No endorsement
  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    • Allara E, et al. Burden of cardiovascular diseases from the COVID-19 pandemic to 2024: a national cohort in NHS England. The Lancet.

      (DOI: 10.2139/ssrn.5203816)

    Citation Example

    Elias Allara, Wen Shi, Thomas Bolton, Fionna Chalmers, Luigi Filippo Brizzi, Liam Musto, Anoop S.V. Shah, Christopher Tomlinson, Isabel Walter, Nathalie Conrad, John Danesh, Emanuele Di Angelantonio, Steffen E. Petersen, Kamlesh Khunti, Elena Raffetti, Genevieve Cezard, Spiros Denaxas, Angela M. Wood, William N. Whiteley. PH1871 / 3893 - CCU072_01 Atrial fibrillation or flutter. Phenotype Library [Online]. 10 June 2025. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1871/version/3893/detail/. [Accessed 17 June 2025]

  6. Permissions

  7. API

    To Export Phenotype Details:

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

    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(
     'PH1871',
     version_id=3893
    )

    To Export Phenotype Code List:

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

    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(
     'PH1871',
     version_id=3893
    )

  8. Version History

    Version IDNameOwnerPublish date
    CCU072_01 Atrial fibrillation or flutter jadene.lewis2025-06-11 07:30