Body Mass Index

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

PH17 / 34 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

    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 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/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 codelist of phenotype

    phenotype_codelist = 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
    CSV site_root/phenotypes/PH17/version/34/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(
     '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
    34 Body Mass Index ieuan.scanlon2021-10-06currently shown