Glp-1Receptoragonists
Victor W Zhong, Juhaeri Juhaeri, Stephen R Cole, Christian M Shay, Carolyn A Chew-Graham, Penny Gordon-Larsen, Evangelos Kontopantelis, Elizabeth J Mayer-Davis
PH734 / 1468 Clinical-Coded Phenotype
Overview
Phenotype TypeDrugSexBothValid Event Date Range01/04/1997 - 31/03/2014Coding SystemGPRD product codesData SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
PUBLISHED
Publication
Related publications
Victor W Zhong, Juhaeri Juhaeri, Stephen R Cole, Christian M Shay, Carolyn A Chew-Graham, Penny Gordon-Larsen, Evangelos Kontopantelis, Elizabeth J Mayer-Davis, HbA1C variability and hypoglycemia hospitalization in adults with type 1 and type 2 diabetes: A nested case-control study. Journal of Diabetes and Its Complications, 32(2), 2017.
Citation Example
Victor W Zhong, Juhaeri Juhaeri, Stephen R Cole, Christian M Shay, Carolyn A Chew-Graham, Penny Gordon-Larsen, Evangelos Kontopantelis, Elizabeth J Mayer-Davis. PH734 / 1468 - Glp-1Receptoragonists. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH734/version/1468/detail/. [Accessed 05 February 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH734/version/1468/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(
'PH734',
version_id=1468
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH734',
version_id=1468
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH734/version/1468/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(
'PH734',
version_id=1468
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH734',
version_id=1468
)Version History