1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    01/01/1901-31/12/2019
    Coding System
    ICD10 codesRead codes v2
    Collections
    Phenotype Library
    Tags
    No data
  2. Definition

  3. Implementation

    Phenoflow ID

    Please see the PhenoFLOW website here for more information on workflow-based Phenotypes.

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    No known publications

    Citation Example

    Cardoso V.,Nirantharakumar K.,Gkoutos G. PH19 / 38 - Anaphylaxis. Phenotype Library [Online]. 06 October 2021. Available from: http://conceptlibrary.saildatabank.com/HDRUK/phenotypes/PH19/version/38/detail/. [Accessed 21 August 2026]

  6. API

    To Export Phenotype Details:

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

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get details of Phenotype

    phenotype_detail = client.phenotypes.get_detail(
     'PH19',
     version_id=38
    )

    To Export Phenotype Code List:

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

    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(
     'PH19',
     version_id=38
    )

  7. Version History

    Version IDNameOwnerPublish date
    Anaphylaxis ieuan.scanlon2021-10-06 15:59