Rhinitis Primary care

Chukwuma Iwundu, Clare MacRae, Eleftheria Vasileiou

PH810 / 1699 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 were found via PubMed in the last 12 months
  3. Implementation

    Implementation

    These codes are not intended to be mandatory, but are to be used as a starting point for the identification of rhinitis in routine Electronic Health Record (EHR). Each study may differ in the sensitivity and specificity of the coding required.

    According to NHS, rhinitis develops in many cases as the result of an infection attacking the lining of the nose and throat. This is actually a viral infection, such as a cold, but bacterial or fungal infections can occasionally cause rhinitis.

    https://www.nhs.uk/conditions/non-allergic-rhinitis/causes/

    Not found code search

  4. Clinical Code List

  5. Publication

    • No publications idenified via Pubmed in the last 12 months

    Citation Requirements

    No data
  6. API

    To Export Phenotype Details:

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

    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(
     'PH810',
     version_id=1699
    )

    To Export Phenotype Code List:

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

    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(
     'PH810',
     version_id=1699
    )

  7. Version History

    Version IDNameOwnerPublish date
    2244 Rhinitis Primary care zinnurar2022-08-09
    1699 Rhinitis Primary care zinnurar2022-01-21currently shown