COPD
Eleanor L Axson, Jennifer K Quint
PH11 / 22 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2001 - 31/12/2019Coding SystemICD10 codesRead codes v2SNOMED CT codesUKBioBank codesICD11 codesData SourcesCollectionsBREATHEPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Clinical Code List
PUBLISHED
PUBLISHED
PUBLISHED
PUBLISHED
PUBLISHED
PUBLISHED
Publication
Related publications
Publications in 2019 using validated Read codes from Quint et al. 2014
D. Stolz, Kostikas, K., Loefroth, E., Fogel, R., Gutzwiller, F. S., Conti, V., Cao, H., and Clemens, A., ?Differences in COPD exacerbation risk between women and men: analysis from the UK Clinical Practice Research Datalink data?, Chest, 2019."
M. Pikoula, Quint, J. K., Nissen, F., Hemingway, H., Smeeth, L., and Denaxas, S., ?Identifying clinically important COPD sub-types using data-driven approaches in primary care population based electronic health records?, BMC Med Inform Decis Mak, vol. 19, p. 86, 2019."
H. R. Whittaker, Mullerova, H., Jarvis, D., Barnes, N. C., Jones, P. W., Compton, C. H., Kiddle, S. J., and Quint, J. K., ?Inhaled corticosteroids, blood eosinophils, and FEV1 decline in patients with COPD in a large UK primary health care setting?, Int J Chron Obstruct Pulmon Dis, vol. 14, pp. 1063-1073, 2019."
C. I. Bloom, Ricciardi, F., Smeeth, L., Stone, P., and Quint, J. K., ?Predicting COPD 1-year mortality using prognostic predictors routinely measured in primary care?, BMC Med, vol. 17, p. 73, 2019."
D. Dedman, Coton, S. J., Ghosh, R. E., Meeraus, W., Crim, C., Harvey, C., Amelio, J., and Landis, S. H., ?Treatment Patterns of New Users of Fluticasone Furoate/Vilanterol in Asthma and COPD in UK Primary Care: Retrospective Cohort Study?, Pulmonary Therapy, vol. 5, pp. 81-95, 2019."
J. D. Chalmers, Poole, C., Webster, S., Tebboth, A., Dickinson, S., and Gayle, A., ?Assessing the healthcare resource use associated with inappropriate prescribing of inhaled corticosteroids for people with chronic obstructive pulmonary disease (COPD) in GOLD groups A or B: an observational study using the Clinical Practice Research Data?, Respir Res, vol. 19, p. 63, 2018."
Publications in 2019 using Read codes from QOF
P. Rockenschaub, Jhass, A., Freemantle, N., Aryee, A., Rafiq, M., Hayward, A., and Shallcross, L., ?Opportunities to reduce antibiotic prescribing for patients with COPD in primary care: a cohort study using electronic health records from the Clinical Practice Research Datalink (CPRD)?, J Antimicrob Chemother, 2019."
Citation Example
Eleanor L Axson, Jennifer K Quint. PH11 / 22 - COPD. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH11/version/22/detail/. [Accessed 22 February 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH11/version/22/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(
'PH11',
version_id=22
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH11',
version_id=22
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH11/version/22/export/codes/?format=json R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get codelist of phenotype
phenotype_codelist = client$phenotypes$get_codelist(
'PH11',
version_id=22
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH11',
version_id=22
)Version History