Type 2 Diabetes (Exclusion Codes)
PH914 / 1907
Lauren L Rodgers, Michael N Weedon, William E Henley, Andrew T Hattersley, Beverley M Shields
Apr 4, 2022
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/1900 - 08/08/2016Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
No dataImplementation
Clinical Codelist
PUBLISHED
Publication
Related publications
Lauren L Rodgers, Michael N Weedon, William E Henley, Andrew T Hattersley, Beverley M Shields, Cohort profile for the MASTERMIND study using the Clinical Practice Research Datalink (CPRD) to investigate stratification of response to treatment in patients with type 2 diabetes. BMJ Open, 7:e017989, 2017.
Citation Example
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH914/version/1907/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(
'PH914',
version_id=1907
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get details of Phenotype
phenotype_detail = client.phenotypes.get_detail(
'PH914',
version_id=1907
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH914/version/1907/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(
'PH914',
version_id=1907
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of Phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH914',
version_id=1907
)Version History