Diabetes

Alison K Wright, Evangelos Kontopantelis, Richard Emsley, Iain Buchan, Mamas A Mamas, Naveed Sattar, Darren M Ashcroft, Martin K Rutter

PH8 / 16 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    01/01/2006 - 31/12/2013
    Coding System
    Read codes v2
    Data Sources
    Collections
    Phenotype Library
    Tags
    No data
  2. Definition

    In this retrospective cohort study, using the Clinical Practice Research Datalink linked to hospital and death records for people in England, we identified 79 985 patients with incident type 2 diabetes mellitus (T2DM) between 2006 to 2013 matched to 386 547 patients without diabetes mellitus. Sex-stratified Cox models were used to assess cardiovascular risk.

    img

  3. Implementation

  4. Clinical Code List

  5. Publication

    • Alison K Wright, Evangelos Kontopantelis, Richard Emsley, Iain Buchan, Mamas A. Mamas, Naveed Sattar, Darren M. Ashcroft, Martin K Rutter, "Cardiovascular Risk and Risk Factor Management in Type 2 Diabetes Mellitus: A Population-Based Cohort Study Assessing Sex Disparities". Circulation, 139(24), 2742-2753, 2019.

    Citation Requirements

    No data
  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH8/version/16/detail/?format=json
    R Package

    # Download here

    library(ConceptLibraryClient)


    # Connect to API

    client = ConceptLibraryClient::Connection$new(public=TRUE)


    # Get details of phenotype

    phenotype_details = client$phenotypes$get_detail(
     'PH8',
     version_id=16
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get codelist of phenotype

    phenotype_codelist = client.phenotypes.get_detail(
     'PH8',
     version_id=16
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH8/version/16/export/codes/?format=json
    CSV site_root/phenotypes/PH8/version/16/export/codes/
    R Package

    # Download here

    library(ConceptLibraryClient)


    # Connect to API

    client = ConceptLibraryClient::Connection$new(public=TRUE)


    # Get codelist of phenotype

    phenotype_codelist = client$phenotypes$get_codelist(
     'PH8',
     version_id=16
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get codelist of phenotype

    phenotype_codelist = client.phenotypes.get_codelist(
     'PH8',
     version_id=16
    )

  7. Version History

    Version IDNameOwnerPublish date
    16 Diabetes ieuan.scanlon2021-10-06currently shown