Heart Rate

Archangelidi O

PH10 / 20 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
  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 Code List

    No Clinical Code Lists
  5. Publication

    No publications

    Citation Requirements

    No data
  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 codelist of phenotype

    phenotype_codelist = 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
    CSV site_root/phenotypes/PH10/version/20/export/codes/
    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
    20 Heart Rate ieuan.scanlon2021-10-06currently shown