Chemotherapy medication
Lai A.
PH340 / 1508 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/1999 - 01/07/2019Coding SystemPROD codesBNF codesData SourcesCollectionsPhenotype LibraryTagsNo dataDefinition
Implementation
Phenoflow IDImplementation
Clinical Code List
PUBLISHED - 1545 Codes
PUBLISHED - 111 Codes
Publication
Lai A. et al. Estimating excess mortality in people with cancer and multimorbidity in the COVID-19 emergency. DOI: 10.1101/2020.05.27.20083287
(DOI:10.1101/2020.05.27.20083287)Banerjee A. et al. Estimating excess 1-year mortality associated with the COVID-19 pandemic according to underlying conditions and age: a population-based cohort study. The Lancet. DOI: 10.1016/S0140-6736(20)30854-0
(DOI:10.1016/S0140-6736(20)30854-0)
Citation Example
Lai A.. PH340 / 1508 - Chemotherapy medication. Phenotype Library [Online]. 19 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH340/version/1508/detail/. [Accessed 11 November 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH340/version/1508/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(
'PH340',
version_id=1508
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH340',
version_id=1508
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH340/version/1508/export/codes/?format=json CSV site_root/phenotypes/PH340/version/1508/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(
'PH340',
version_id=1508
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH340',
version_id=1508
)Version History