Blood pressure screening

PH1654 / 3420

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

Jun 19, 2024

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 blood pressure screening activity recorded in primary care. It includes codes that denote screening has happened as well as codes which have associated systolic or diastolic blood pressure 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 pressure value being recorded in any of the "value" variables. Valid measures were defined as 52.2 to 269.5 mmHg mmol/L for systolic and 27.9 to 167.2 mmHg for diastolic blood pressure. 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. PH1654 / 3420 - Blood pressure screening. Phenotype Library [Online]. 19 June 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1654/version/3420/detail/. [Accessed 16 February 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1654',
     version_id=3420
    )

    To Export Phenotype Code List:

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

    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(
     'PH1654',
     version_id=3420
    )

  7. Version History

    Version IDNameOwnerPublish date
    Blood pressure screening nlaunders2024-06-26 10:55