Epiglottitis Primary care
Chukwuma Iwundu, Clare MacRae, Eleftheria Vasileiou
PH804 / 2228 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2001 to 31/01/2021Coding SystemRead codes v2SNOMED CT codesCollectionsBREATHEPhenotype LibraryTagsNo dataDefinition
- Not found code search
- No validations were available
Implementation
Implementation
These codes are not intended to be mandatory, but are to be used as a starting point for the identification of epiglottitis in routine Electronic Health Record (EHR). Each study may differ in the sensitivity and specificity of the coding required.
According to the National Health Service (NHS), Epiglottitis is defined as an inflammation and swelling of the epiglottis. It is often caused by an infection, but can also sometimes happen as a result of a throat injury.
https://www.nhs.uk/conditions/epiglottitis/
Not found code search
Clinical Code List
PUBLISHED - 7 Codes
PUBLISHED - 5 Codes
PUBLISHED - 7 Codes
PUBLISHED - 5 Codes
Publication
No publications were available in the last 12 months
Code repositories
Repository- Manchester Clinical Codes - Description- Antibiotic prescribing for common infections in UK general practice: variability and drivers - Conditions- URTI - Publication- https://doi.org/10.1093/jac/dkz163 - Clinical codes- Read Version 2
(DOI:10.1093/jac/dkz163)Repository- HDR UK National Phenomics Resource Project - Description- - Conditions- Ear and upper respiratory tract infections - Publication- - Clinical codes- ICD-10
Repository- HDR UK National Phenomics Resource Project - Description- - Conditions- Other or unspecified infectious organisms - Publication- - Clinical codes- ICD-10
Citation Example
Chukwuma Iwundu, Clare MacRae, Eleftheria Vasileiou. PH804 / 2228 - Epiglottitis Primary care. Phenotype Library [Online]. 04 August 2022. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH804/version/2228/detail/. [Accessed 03 October 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH804/version/2228/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(
'PH804',
version_id=2228
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH804',
version_id=2228
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH804/version/2228/export/codes/?format=json CSV site_root/phenotypes/PH804/version/2228/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(
'PH804',
version_id=2228
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH804',
version_id=2228
)Version History