Stable angina
Kuan V, Denaxas S, Gonzalez-Izquierdo A, Direk K, Bhatti O, Husain S, Sutaria S, Hingorani M, Nitsch D, Parisinos C, Lumbers T, Mathur R, Sofat R, Casas JP, Wong I, Hemingway H, Hingorani A
PH315 / 630 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/1999 - 01/07/2016Coding SystemICD10 codesRead codes v2Med codesData SourcesCollectionsCALIBERPhenotype LibraryTagsNo dataDefinition
Use MODIFIED CALIBER 'Stable angina' phenotyping algorithm:
At the specified date, a patient is considered to have had 'Stable angina' IF they meet the criteria for any of the following on or before the specified date:
1. Recorded diagnosis of 'Stable angina' in primary or secondary care 2. Coronary revascularisation without un'Stable angina' or myocardial infarction in the previous 30 days 3. Primary care record of abnormal coronary angiogram or test showing evidence of myocardial ischaemiaThe earliest date on which the individual meets any of the following criteria on or before the specified date is defined as the first event date. Include terms for h/o 'Stable angina':
Recorded diagnosis:
a) Primary care diagnosis of ischaemic chest pain: chest_pain_gprd, category 4
b) Primary care diagnosis of 'Stable angina': sa_diagnosis_gprd, category 1, category 4
c) Secondary care diagnosis of 'Stable angina': angina_hes, category 4
Coronary revascularisation without un'Stable angina' (phenotype_ua) or myocardial infarction (phenotype_mi) in the previous 30 days:
a) Primary care record of percutaneous coronary intervention (PCI): pci_gprd, category 2
b) Secondary care record of PCI: pci_opcs, category 2
c) Primary care record of coronary artery bypass graft (CABG): cabg_gprd, category 2
d) Secondary care record of CABG: cabg_opcs, category 2
Test results:
a) Primary care record of abnormal stress echocardiogram: stress_echo_gprd, category 3
b) Primary care record of abnormal invasive coronary angiogram: angio_gprd, category 3
c) Primary care record of abnormal computed tomography coronary angiogram: ct_angio_gprd, category 3
d) Primary care record of abnormal magnetic resonance coronary angiogram: mr_angio_gprd, category 3
e) Primary care record of abnormal exercise ECG: eecg_gprd, category 3
f) Primary care record of myocardial ischaemia on resting ECG: recg_gprd, category 2
g) Primary care record of abnormal myocardial perfusion scan: radio_scan_gprd, category 3
Implementation
Phenoflow IDImplementation
Clinical Code List
PUBLISHED - 119 Codes
PUBLISHED - 119 Codes
PUBLISHED - 3 Codes
Publication
Kuan V., Denaxas S., Gonzalez-Izquierdo A. et al. A chronological map of 308 physical and mental health conditions from 4 million individuals in the National Health Service. The Lancet Digital Health - DOI 10.1016/S2589-7500(19)30012-3
(DOI:10.1016/S2589-7500(19)30012-3)
Citation Example
Kuan V, Denaxas S, Gonzalez-Izquierdo A, Direk K, Bhatti O, Husain S, Sutaria S, Hingorani M, Nitsch D, Parisinos C, Lumbers T, Mathur R, Sofat R, Casas JP, Wong I, Hemingway H, Hingorani A. PH315 / 630 - Stable angina. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH315/version/630/detail/. [Accessed 19 September 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH315/version/630/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(
'PH315',
version_id=630
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH315',
version_id=630
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH315/version/630/export/codes/?format=json CSV site_root/phenotypes/PH315/version/630/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(
'PH315',
version_id=630
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH315',
version_id=630
)Version History