Eating Disorders Phenotype

Wood, S., Marchant, A., Allsopp, M., Wilkinson, K., Bethel, J., Jones, H., & John, A. (2019)

PH1116 / 2459 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    ICD10 codesRead codes v2
    Data Sources
    No data
    Collections
    Adolescent Data Platform (ADP)DATAMINDPhenotype Library
    Tags
    No data
  2. Definition

    This list was developed from previously validated code lists (Micali et al., 2013) that used weight, height and body mass index to validate 10% of records. These previously validated codes were further developed and refined with clinician input including an eating disorder specialist.

    This definition of eating disorders encompasses: anorexia nervosa (AN), bulimia nervosa (BN) and eating disorder not otherwise specified (EDNOS). EDNOS generally is recorded for an eating disorder which causes distress and impairment but does not meet the full criteria for the other subtypes. We included atypical AN and atypical BN in the category EDNOS. Atypical AN and atypical BN have commonalities with AN and BN, but they do not meet the threshold for diagnosis. Other non-specified eating disorders, such as binge- eating disorder (Micali et al., 2013) are also categorised as EDNOS.

    This concept encompasses both Read Codes for use in primary care and ICD 10 codes

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    • John, A., Wood, S., Rees, S., Wang, T., Marchant, A., Allsopp, M., Wilkinson, K., Freeth, H., Kelly, K., & Maclean Steel, K. (2019). Mental healthcare in young people and young adults. Report 2.

    • Wood, S., Marchant, A., Allsopp, M., Wilkinson, K., Bethel, J., Jones, H., & John, A. (2019). Epidemiology of eating disorders in primary care in children and young people: a clinical practice research Datalink study in England. BMJ open, 9(8), e0266

    • Micali, N., Hagberg, K. W., Petersen, I., & Treasure, J. L. (2013). The incidence of eating disorders in the UK in 2000–2009: findings from the General Practice Research Database. BMJ open, 3(5), e002646.

    Citation Example

    Wood, S., Marchant, A., Allsopp, M., Wilkinson, K., Bethel, J., Jones, H., & John, A. (2019). PH1116 / 2459 - Eating Disorders Phenotype. Phenotype Library [Online]. 25 September 2023. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1116/version/2459/detail/. [Accessed 18 September 2024]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1116',
     version_id=2459
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1116/version/2459/export/codes/?format=json
    CSV site_root/phenotypes/PH1116/version/2459/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(
     'PH1116',
     version_id=2459
    )

    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(
     'PH1116',
     version_id=2459
    )

  7. Version History

    Version IDNameOwnerPublish date
    2459 Eating Disorders Phenotype ieuan.scanlon2023-09-25currently shown