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

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    01/01/1999 - 01/07/2016
    Coding System
    Read codes v2Med codesICD10 codes
    Collections
    CALIBERPhenotype Library
    Tags
    No data
  2. Definition

    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 ischaemia

    The 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':

    1. 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

    2. 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

    3. 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

  3. Implementation

  4. Clinical Code List

  5. 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 Requirements

    No data
  6. API

    To Export Phenotype Details:

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

    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(
     'PH315',
     version_id=630
    )

    To Export Phenotype Code List:

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

    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(
     'PH315',
     version_id=630
    )

  7. Version History

    Version IDNameOwnerPublish date
    630 Stable angina ieuan.scanlon2021-10-06currently shown