Diabetes mellitus, of various forms

Prof. Elizabeth Sapey (UHB),PIONEER

PH349 / 698 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    06/10/2004 - 18/02/2021
    Coding System
    ICD10 codes
    Collections
    Phenotype LibraryPIONEER
    Tags
    No data
    Ontology
    No data
  2. Definition

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Prof. Elizabeth Sapey (UHB),PIONEER. PH349 / 698 - Diabetes mellitus, of various forms. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH349/version/698/detail/. [Accessed 17 February 2025]

  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH349/version/698/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(
     'PH349',
     version_id=698
    )

    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(
     'PH349',
     version_id=698
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH349/version/698/export/codes/?format=json
    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(
     'PH349',
     version_id=698
    )

    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(
     'PH349',
     version_id=698
    )

  7. Version History

    Version IDNameOwnerPublish date
    Diabetes mellitus, of various forms ieuan.scanlon2021-10-06 16:14