Tonsillitis Primary care

Chukwuma Iwundu, Clare MacRae, Eleftheria Vasileiou

PH814 / 1707 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    01/01/2001 to 31/01/2021
    Coding System
    Read codes v2SNOMED CT codes
    Data Sources
    Collections
    BREATHEPhenotype Library
    Tags
    No data
  2. Definition

    • Not found code search
    • No validations available
  3. Implementation

    Implementation

    According to NHS, tonsillitis is an infection of the tonsils at the backof your throat. It is a common childhood illness, but teenagers and adults can get it too.

    https://www.nhs.uk/conditions/tonsillitis/

    Not found code search

  4. Clinical Code List

  5. Publication

    • Publications in 2020-2021 identified in PubMed

    • Sanders O, Bolton L, Nemeth Z, Hardy A, Meghji S. A 4-year retrospective study of tonsillectomy rate and admission rate of tonsillitis and complications in the East of England and nationally. Eur Arch Otorhinolaryngol. 2021 Jul;278(7):2613-2618. doi: 10.1007/s00405-020-06591-7. Epub 2021 Jan 9. PMID: 33420839.

      (DOI:10.1007/s00405-020-06591-7)

    Citation Requirements

    No data
  6. API

    To Export Phenotype Details:

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

    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(
     'PH814',
     version_id=1707
    )

    To Export Phenotype Code List:

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

    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(
     'PH814',
     version_id=1707
    )

  7. Version History

    Version IDNameOwnerPublish date
    2248 Tonsillitis Primary care zinnurar2022-08-09
    1707 Tonsillitis Primary care zinnurar2022-01-21currently shown