Heart Rate

PH10 / 20

Archangelidi O

Oct 6, 2021

Clinical-Coded Phenotype
  1. Overview

    Phenotype Type
    Biomarker
    Sex
    Both
    Valid Event Date Range
    01/01/1999 - 01/07/2016
    Coding System
    No data
    Data Sources
    Collections
    Phenotype Library
    Tags
    No data
    Ontology
    No data
  2. Definition

    In the Clinical Practice Research Datalink (CPRD, primary care data) we extracted heart rate measurements using the structured data component of the additional CPRD table (entity type 131 / Pulse (CVS/BP)). Measurements were extracted from the data1 field.

  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

    No Clinical Codelists
  5. Publication

    Related publications

    No known publications

    Citation Example

    Archangelidi O. PH10 / 20 - Heart Rate. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH10/version/20/detail/. [Accessed 27 January 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH10',
     version_id=20
    )

    To Export Phenotype Code List:

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

    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(
     'PH10',
     version_id=20
    )

  7. Version History

    Version IDNameOwnerPublish date
    Heart Rate ieuan.scanlon2021-10-06 15:59