Eating Disorders Phenotype
PH1116 / 2459
Wood, S., Marchant, A., Allsopp, M., Wilkinson, K., Bethel, J., Jones, H., & John, A. (2019)
Sep 25, 2023
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date RangeNo dataCoding SystemICD10 codesRead codes v2Data SourcesCollectionsAdolescent Data Platform (ADP)DATAMINDPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
No dataImplementation
Clinical Codelist
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
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 details of Phenotype
phenotype_detail = 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