Glucose screening

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

PH1656 / 3422 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Biomarker
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    EMIS codesRead codes v2
    Collections
    DATAMIND
    Tags
    No data
    Ontology
    No data
  2. Definition

    This phenotype describes whether a patient has had glucose screening activity recorded in primary care. It includes codes that denote either blood glucose or HbA1c screening has happened as well as codes which have associated values.

  3. Implementation

    Implementation

    This phenotype denotes that a screening activity has occurred, either through presence of a "screening" code or through presence of a valid blood glucose or HbA1c value being recorded in any of the "value" variables. Valid measures were defined as 0.6 to 45 mmol/L for blood glucose and 1 to 175 mmol/L for HbA1c. 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 Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Launders N, Richards-Belle A, Hardoon S, Osborn DPJ, Hayes JF. PH1656 / 3422 - Glucose screening. Phenotype Library [Online]. 19 June 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1656/version/3422/detail/. [Accessed 23 June 2025]

  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1656/version/3422/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(
     'PH1656',
     version_id=3422
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get codelist of phenotype

    phenotype_codelist = client.phenotypes.get_detail(
     'PH1656',
     version_id=3422
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1656/version/3422/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(
     'PH1656',
     version_id=3422
    )

    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(
     'PH1656',
     version_id=3422
    )

  7. Version History

    Version IDNameOwnerPublish date
    Glucose screening nlaunders2024-06-26 10:55