Colon Cancer
David A Springate, Darren M Aschroft, Evangelos Kontopantelis, Tim Doran, Ronan Ryan, David Reeves
PH645 / 1290 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromePhenotype UUIDeLmy7SrGhVnvK34WEeNUGuSexBothValid Event Date Range01/01/19997 - 31/12/2006Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
PUBLISHED
Publication
Related publications
David A Springate, Darrent M Aschroft, Evangelos Kontopantelis, Tim Doran, Ronan Ryan, David Reeves, Can analyses of electronic patient records be independently and externally validated? Study 2—the effect of β-adrenoceptor blocker therapy on cancer survival a retrospective cohort study. BMJ Open, 5(e007299), 2014.
Citation Example
David A Springate, Darren M Aschroft, Evangelos Kontopantelis, Tim Doran, Ronan Ryan, David Reeves. PH645 / 1290 - Colon Cancer. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH645/version/1290/detail/. [Accessed 15 January 2025]
Permissions
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH645/version/1290/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(
'PH645',
version_id=1290
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH645',
version_id=1290
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH645/version/1290/export/codes/?format=json R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get codelist of phenotype
phenotype_codelist = client$phenotypes$get_codelist(
'PH645',
version_id=1290
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH645',
version_id=1290
)Version History