Diabetes mellitus, of various forms

Prof. Elizabeth Sapey (UHB),PIONEER

PH349 / 698 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Phenotype UUID
    ZmgyhwLqB2QmAtxENwkL8X
    Sex
    Both
    Valid Event Date Range
    06/10/2004 - 18/02/2021
    Coding System
    ICD10 codes
    Data Sources
    University Hospitals Birmingham electronic patient administration and communications system, University Hospitals Birmingham HES submission
    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 15 January 2025]

  6. Permissions

  7. 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
    )

  8. Version History

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