Atrial Fibrillation
Xiaoxia Wang, Otilia Tica, Kelvin Okoth, Krishnarajah Nirantharakumar, David Shukla, Dipak Kotecha
PH1045 / 2288 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2000 - 01/01/2022Coding SystemMed codesData SourcesCollectionsPhenotype LibraryTagsNo dataDefinition
CPRD Aurum Medcode for Atriaf Fibrillation diagnosis, it includes current, historical and resolved atrial fibrllation
Implementation
Implementation
Clinical Code List
PUBLISHED - 43 Codes
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 03 January 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH1045/version/2288/detail/?format=json R Package 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 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:
Format API JSON site_root/api/v1/phenotypes/PH1045/version/2288/export/codes/?format=json CSV site_root/phenotypes/PH1045/version/2288/export/codes/ R Package 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 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
)Version History