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 SourcesCollectionsAdolescent Data Platform (ADP)DATAMINDPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
PUBLISHED
PUBLISHED
Publication
Related publications
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 15 January 2025]
Permissions
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 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