Rhinitis Primary care
Chukwuma Iwundu, Clare MacRae, Eleftheria Vasileiou
PH810 / 2244 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2001 to 31/01/2021Coding SystemRead codes v2SNOMED CT codesCollectionsBREATHEPhenotype LibraryTagsNo dataDefinition
The aim of this research work was to identify relevant diagnosis codes available in routine electronic health records from primary and secondary care settings in the UK. We looked for relevant codes in code repositories such as the University of Cambrigdge Primary Care Unit, Manchester Clinical Codes, HDR UK National Phenomics Resource Project, Oxford-RCGP RSC, OpenSAFELY and LSHTM Data Compass. We also searched for peer-reviewed studies published via PubMed in the last 12 months for any relevant codes. Please note that 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. Therefore, each study may differ in the sensitivity and specificity of the coding required. - No validations were found via PubMed in the last 12 months
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
Clinical Code List
PUBLISHED - 13 Codes
PUBLISHED - 11 Codes
PUBLISHED - 1 Codes
PUBLISHED - 1 Codes
Publication
No publications idenified via Pubmed in the last 12 months
Citation Example
Chukwuma Iwundu, Clare MacRae, Eleftheria Vasileiou. PH810 / 2244 - Rhinitis Primary care. Phenotype Library [Online]. 04 August 2022. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH810/version/2244/detail/. [Accessed 01 December 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH810/version/2244/detail/?format=json R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get details of phenotype
phenotype_details = client$phenotypes$get_detail(
'PH810',
version_id=2244
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH810',
version_id=2244
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH810/version/2244/export/codes/?format=json CSV site_root/phenotypes/PH810/version/2244/export/codes/ R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get codelist of phenotype
phenotype_codelist = client$phenotypes$get_codelist(
'PH810',
version_id=2244
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH810',
version_id=2244
)Version History