Upper Gastro Intestinal Malignancy
Ellen Wright, Peter T Schofield, Paul Seed, Mariam Molokhia
PH719 / 1438 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/1995 - 31/12/2007Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataDefinition
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.
Implementation
Implementation
Clinical Code List
PUBLISHED - 41 Codes
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 Example
Ellen Wright, Peter T Schofield, Paul Seed, Mariam Molokhia. PH719 / 1438 - Upper Gastro Intestinal Malignancy. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH719/version/1438/detail/. [Accessed 31 October 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH719/version/1438/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(
'PH719',
version_id=1438
)Py Package 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:
Format API JSON site_root/api/v1/phenotypes/PH719/version/1438/export/codes/?format=json CSV site_root/phenotypes/PH719/version/1438/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(
'PH719',
version_id=1438
)Py Package 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
)Version History