Upper Gastro Intestinal Malignancy

Ellen Wright, Peter T Schofield, Paul Seed, Mariam Molokhia

PH719 / 1438 Clinical-Coded Phenotype

  1. Overview

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

    Methodology/ Principal Findings:

    Design-A case control study comparing bisphosphonate prescribing in cases of upper GI cancer from 1995 to 2007 using UK primary care electronic health records (GPRD). Main Outcome Measure-Relative Risk (approximated to Odds Ratio for rare events) for oesophageal and gastric cancer development in bisphosphonate users compared to non–users. The odds of being a case of oesophageal cancer, adjusted for smoking status, were significantly increased in women who had had one or more bisphosphonate prescriptions, odds ratio 1?54 (95% CI 1.27–1.88) compared to non-users. There was no significant effect on gastric cancer in women, odds ratio adjusted for smoking status, 1.06 (95% CI 0.83–1.37) and also no apparent risk in men for either oesophageal or gastric cancer, odds ratio adjusted for smoking status 0.78 (95%CI 0.56–1.09) and 0.87 (95% CI 0.55–1.36) respectively.

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    • Ellen Wright, Peter T Schofield, Paul Seed, Mariam Molokhia, Bisphosphonates and Risk of Upper Gastrointestinal Cancer — A Case Control Study Using the General Practice Research Database (GPRD). PLoS ONE, 7:10, 2012.

    Citation Requirements

    No data
  6. API

    To Export Phenotype Details:

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

    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(
     'PH719',
     version_id=1438
    )

    To Export Phenotype Code List:

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

    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(
     'PH719',
     version_id=1438
    )

  7. Version History

    Version IDNameOwnerPublish date
    1438 Upper Gastro Intestinal Malignancy ieuan.scanlon2021-10-06currently shown