Hearing loss

Cardoso V.,Nirantharakumar K.,Gkoutos G

PH20 / 40 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    01/01/1901-31/12/2019
    Coding System
    Read codes v2ICD10 codes
    Data Sources
    Hospital Episode Statistics Admitted Patient Care , The Health Improvement Network (THIN)
    Collections
    Phenotype Library
    Tags
    No data
  2. Definition

  3. Implementation

  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/PH20/version/40/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(
     'PH20',
     version_id=40
    )

    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(
     'PH20',
     version_id=40
    )

    To Export Phenotype Code List:

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

    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(
     'PH20',
     version_id=40
    )

  7. Version History

    Version IDNameOwnerPublish date
    40 Hearing loss ieuan.scanlon2021-10-06currently shown