Beta Blockers
David A Springate, Darren M Aschroft, Evangelos Kontopantelis, Tim Doran, Ronan Ryan, David Reeves
PH642 / 1284 Clinical-Coded Phenotype
Overview
Phenotype TypeDrugPhenotype UUIDBKsQQFgHG76e2DiKmfi6DzSexBothValid Event Date Range01/01/19997 - 31/12/2006Coding SystemGPRD product codesData 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. PH642 / 1284 - Beta Blockers. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH642/version/1284/detail/. [Accessed 15 January 2025]
Permissions
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH642/version/1284/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(
'PH642',
version_id=1284
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH642',
version_id=1284
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH642/version/1284/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(
'PH642',
version_id=1284
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH642',
version_id=1284
)Version History