Asthma
Evengelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran
PH499 / 998 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromePhenotype UUIDYtKEmm36k9se2W97LqFnmySexBothValid Event Date Range01/01/2000 - 31/12/2007Coding SystemRead codes v2OXMIS codesData SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
PUBLISHED
PUBLISHED
Publication
Related publications
Evangelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran, Recorded quality of primary care for patients with diabetes in England before and after the introduction of a financial incentive scheme a longitudinal observational study. BMJ Qual Saf, 22, 53-64, 2013.
Citation Example
Evengelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran. PH499 / 998 - Asthma. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH499/version/998/detail/. [Accessed 15 January 2025]
Permissions
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH499/version/998/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(
'PH499',
version_id=998
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH499',
version_id=998
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH499/version/998/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(
'PH499',
version_id=998
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH499',
version_id=998
)Version History