CCU057 Body Mass Index codelist

PH4042 / 9247

Chilman, N., Bécares, L., Dregan., A., Ronaldson, A., Lewis, J., Mizani, MA., Das- Munshi J., on behalf of the CVD-COVID-UK Consortium

Mar 12, 2026

BHF Data Science Centre Phenotype
  1. Overview

    Project Name
    CCU057
    Phenotype Type
    Lifestyle risk factor
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    SNOMED CT codes
    Data Sources
    No data
    Ontology
    No data
    Collections
    BHF Data Science Centre
    Tags
    No data
  2. Definition

    Definition

    No data

    Clinical Trials

    No Trials

    Endorsements

    No endorsement
  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    No known publications

    Citation Example

    Chilman, N., Bécares, L., Dregan., A., Ronaldson, A., Lewis, J., Mizani, MA., Das- Munshi J., on behalf of the CVD-COVID-UK Consortium. PH4042 / 9247 - CCU057 Body Mass Index codelist. Phenotype Library [Online]. 12 March 2026. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH4042/version/9247/detail/. [Accessed 14 March 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH4042',
     version_id=9247
    )

    To Export Phenotype Code List:

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

    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(
     'PH4042',
     version_id=9247
    )

  7. Version History

    Version IDNameOwnerPublish date
    CCU057 Body Mass Index codelist natasha.chilman2026-03-12 11:33