Smoking status screening

PH1651 / 3408

Launders N, Richards-Belle A, Hardoon S, Osborn DPJ, Hayes JF

Jun 11, 2024

Clinical-Coded Phenotype
  1. Overview

    Phenotype Type
    Lifestyle risk factor
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    Read codes v2EMIS codes
    Collections
    DATAMIND
    Tags
    No data
    Ontology
    No data
  2. Definition

    This phenotype describes whether a patient has had their smoking status asked about in primary care. Codes included indicate that a screening event has occurred.

  3. Implementation

    Implementation

    Further information on the implementation of these codes can be found in the DATAMIND SMI and cardiovascular risk factor report: [https://datamind.org.uk/data/harmonised-data/smi-cohorts/]

  4. Clinical Codelist

  5. Publication

    Related publications

    No known publications

    Citation Example

    Launders N, Richards-Belle A, Hardoon S, Osborn DPJ, Hayes JF. PH1651 / 3408 - Smoking status screening. Phenotype Library [Online]. 11 June 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1651/version/3408/detail/. [Accessed 16 February 2026]

  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1651/version/3408/detail/?format=json
    R Package

    # Download here

    library(ConceptLibraryClient)


    # Connect to API

    client = ConceptLibraryClient::Connection$new(public=TRUE)


    # Get details of Phenotype

    phenotype_details = client$phenotypes$get_detail(
     'PH1651',
     version_id=3408
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get details of Phenotype

    phenotype_detail = client.phenotypes.get_detail(
     'PH1651',
     version_id=3408
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1651/version/3408/export/codes/?format=json
    R Package

    # Download here

    library(ConceptLibraryClient)


    # Connect to API

    client = ConceptLibraryClient::Connection$new(public=TRUE)


    # Get codelist of Phenotype

    phenotype_codelist = client$phenotypes$get_codelist(
     'PH1651',
     version_id=3408
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get codelist of Phenotype

    phenotype_codelist = client.phenotypes.get_codelist(
     'PH1651',
     version_id=3408
    )

  7. Version History

    Version IDNameOwnerPublish date
    Smoking status screening nlaunders2024-06-26 10:56