Atrial Fibrillation

Xiaoxia Wang, Otilia Tica, Kelvin Okoth, Krishnarajah Nirantharakumar, David Shukla, Dipak Kotecha

PH1045 / 2288 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    01/01/2000 - 01/01/2022
    Coding System
    Med codes
    Data Sources
    Collections
    Phenotype Library
    Tags
    No data
  2. Definition

    CPRD Aurum Medcode for Atriaf Fibrillation diagnosis, it includes current, historical and resolved atrial fibrllation

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    • Xiaoxia Wang, Alastair R Mobley, Otilia Tica, Kelvin Okoth, Rebecca E Ghosh, Puja Myles, Tim Williams, Sandra Haynes, Krishnarajah Nirantharakumar, David Shukla, Dipak Kotecha, the DaRe2THINK Trial Committees, Systematic approach to outcome assessment from coded electronic healthcare records in the DaRe2THINK NHS-embedded randomized trial, European Heart Journal - Digital Health, Volume 3, Issue 3, September 2022, Pages 426–436, https://doi.org/10.1093/ehjdh/ztac046

      (DOI:10.1093/ehjdh/ztac046)

    Citation Example

    Xiaoxia Wang, Otilia Tica, Kelvin Okoth, Krishnarajah Nirantharakumar, David Shukla, Dipak Kotecha. PH1045 / 2288 - Atrial Fibrillation. Phenotype Library [Online]. 11 November 2022. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1045/version/2288/detail/. [Accessed 27 July 2024]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1045',
     version_id=2288
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1045/version/2288/export/codes/?format=json
    CSV site_root/phenotypes/PH1045/version/2288/export/codes/
    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(
     'PH1045',
     version_id=2288
    )

    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(
     'PH1045',
     version_id=2288
    )

  7. Version History

    Version IDNameOwnerPublish date
    2288 Atrial Fibrillation wangs2023-03-29currently shown