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
    Data Sources
    University Hospitals Birmingham electronic patient administration and communications system , University Hospitals Birmingham HES submission
    Collections
    Phenotype LibraryPIONEER
    Tags
    No data
  2. Definition

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    No publications

    Citation Requirements

    No data
  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
    CSV site_root/phenotypes/PH349/version/698/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(
     '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
    698 Diabetes mellitus, of various forms ieuan.scanlon2021-10-06currently shown