Body Mass Index

PH17 / 34

Julie George, Emily Herrett, Liam Smeeth, Harry Hemingway, Anoop Shah, Spiros Denaxas

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

    Measurements were extracted from the data3 field. Where multiple measurements were present in a single consultation (identified by the consid identifier) we calculated the average. We excluded measurements below 10 kg/m2 or above 80 kg/m2.

  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

    No Clinical Codelists
  5. Publication

    Related publications

    No known publications

    Citation Example

    Julie George, Emily Herrett, Liam Smeeth, Harry Hemingway, Anoop Shah, Spiros Denaxas. PH17 / 34 - Body Mass Index. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH17/version/34/detail/. [Accessed 27 January 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH17',
     version_id=34
    )

    To Export Phenotype Code List:

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

    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(
     'PH17',
     version_id=34
    )

  7. Version History

    Version IDNameOwnerPublish date
    Body Mass Index ieuan.scanlon2021-10-06 15:59