Chronic Kidney Disease (CKD)
Evengelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran
PH511 / 1022 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2000 - 31/12/2007Coding SystemRead codes v2OXMIS codesData SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
PUBLISHED
PUBLISHED
Publication
Related publications
Evangelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran, Recorded quality of primary care for patients with diabetes in England before and after the introduction of a financial incentive scheme a longitudinal observational study. BMJ Qual Saf, 22, 53-64, 2013.
Citation Example
Evengelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran. PH511 / 1022 - Chronic Kidney Disease (CKD). Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH511/version/1022/detail/. [Accessed 15 February 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH511/version/1022/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(
'PH511',
version_id=1022
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH511',
version_id=1022
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH511/version/1022/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(
'PH511',
version_id=1022
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH511',
version_id=1022
)Version History