Myocardial Infarction

Rosa Parisi, Martin K Rutter, Mark Lunt, Helen S Young, Deborah PM Symmons, Christopher EM Griffiths, Darren M Ashcroft

PH611 / 1222 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    01/01/1994 - 31/12/2009
    Coding System
    ICD10 codes
    Data Sources
    Collections
    ClinicalCodes RepositoryPhenotype Library
    Tags
    No data
  2. Definition

    Study population:

    The study population included patients with a first diagnosis of psoriasis between January 1, 1994 and December 31, 2009, who were 20 years or older at the time of the diagnosis. A comparison group of up to 5 controls per psoriasis patient was selected. Patients from both cohorts did not have any history of CVD or diabetes before index date (first diagnosis of psoriasis) or corresponding consulting date and, in order to capture incident not prevalent cases of psoriasis or MI, all patients had to have at least 2 years prior registration within their general practice before entry into the study cohort. The control group consisted of patients who never received a diagnostic code for psoriasis. Controls were matched to psoriasis patients by age, gender, general practice and then by calendar time (date of first diagnosis of psoriasis). Person-time under observation for each patient was calculated from the corresponding index date up to end of the study which was the earliest date of the occurrence of the MI event, transfer out of the practice or death date, end of follow-up (December 31, 2011) or if the practice was no longer up to research data quality standards set by CPRD.

    Definition of exposure:

    Patients with psoriasis were included if they had their first diagnostic code for psoriasis during January 1, 1994-December 31, 2009 and received a recognised treatment for psoriasis (emollients, topical treatment, phototherapy, systemic therapy or biologics (CG153 Psoriasis: NICE guideline) (Samarasekera and Smith, 2014)). Patients were classified as having severe psoriasis once they had received a systemic treatment (acitretin, etretinate, ciclosporin, hydroxycarbamide, methotrexate, fumaric acid), phototherapy or a biologic therapy (etanercept, adalimumab, infliximab, ustekinumab, efalizumab); alternatively they were classified as mild psoriasis.

    Outcome of interest:

    The outcome of interest was fatal and non-fatal incident MI events. In our main analysis, MI events were identified using Read codes in CPRD. In sensitivity analysis, we identified MI events recorded in both CPRD and national mortality records (ONS) for those patients registered in practices that provided linked data between CPRD and ONS.

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    • Rosa Parisi, Martin K Rutter, Mark Lunt, Helen S Young, Deborah PM Symmons, Christopher EM Griffiths, Darren M. Ashcroft, Psoriasis and the risk of myocardial infarction Cohort study using the clinical practive research datalink. 2014.

    Citation Requirements

    No data
  6. API

    To Export Phenotype Details:

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

    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(
     'PH611',
     version_id=1222
    )

    To Export Phenotype Code List:

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

    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(
     'PH611',
     version_id=1222
    )

  7. Version History

    Version IDNameOwnerPublish date
    1222 Myocardial Infarction ieuan.scanlon2021-10-06currently shown