Eating Disorders Phenotype
Wood, S., Marchant, A., Allsopp, M., Wilkinson, K., Bethel, J., Jones, H., & John, A. (2019)
PH1116 / 2459 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date RangeNo dataCoding SystemICD10 codesRead codes v2Data SourcesNo dataCollectionsAdolescent Data Platform (ADP)DATAMINDPhenotype LibraryTagsNo dataDefinition
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
Implementation
Implementation
Clinical Code List
PUBLISHED - 15 Codes
PUBLISHED - 8 Codes
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 23 November 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH1116/version/2459/detail/?format=json R Package 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 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:
Format API JSON site_root/api/v1/phenotypes/PH1116/version/2459/export/codes/?format=json CSV site_root/phenotypes/PH1116/version/2459/export/codes/ R Package 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 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
)Version History