Smoking
Rebecca M Joseph, Mohammad Movahedi, William G Dixon, Deborah PM Symmons
PH489 / 1522 Clinical-Coded Phenotype
Overview
Phenotype TypeLifestyle risk factorPhenotype UUIDAwrJNTggydekgeQn8geidaSexBothValid Event Date Range01/01/1998 - 10/01/2012Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
PUBLISHED
Publication
Related publications
Rebecca M Joseph, Mohammad Movahedi, William G Dixon, Deborah PM Symmons, Risks of smoking and benefits of smoking cessation on hospitalisations for cardiovascular events and respiratory infection in patients with rheumatoid arthritis a retrospective cohort study using the Clinical Practice Research Datalink. RMD Open, 3(2), e000506, 2017.
Citation Example
Rebecca M Joseph, Mohammad Movahedi, William G Dixon, Deborah PM Symmons. PH489 / 1522 - Smoking. Phenotype Library [Online]. 26 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH489/version/1522/detail/. [Accessed 15 January 2025]
Permissions
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH489/version/1522/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(
'PH489',
version_id=1522
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH489',
version_id=1522
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH489/version/1522/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(
'PH489',
version_id=1522
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH489',
version_id=1522
)Version History