Childhood Maltreatment - Confirmed Maltreatment - Phenotype
John, A., McGregor, J., Marchant, A., Delpozobanos, M., Farr, I., Nurmatov, U., Kemp, A., Naughton
PH1115 / 2457 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., McGregor, J., Marchant, A., Delpozobanos, M., Farr, I., Nurmatov, U., Kemp, A., Naughton, A Case-finding for CM: an external validation study using a clinically assessed hospital-based cohort of suspected cases. [in press]
John, A., McGregor, J., Fone, D., Dunstan, F., Cornish, R., Lyons, R. A., & Lloyd, K. R. (2016). Case-finding for common mental disorders of anxiety and depression in primary care: an external validation of routinely collected data. BMC medical informatics and decision making, 16(1), 1-10.
Chandan, J. S., Gokhale, K. M., Bradbury-Jones, C., Nirantharakumar, K., Bandyopadhyay, S., & Taylor, J. (2020). Exploration of trends in the incidence and prevalence of childhood maltreatment and domestic abuse recording in UK primary care: a retrospective cohort study using
(DOI: 10.1136/bmjopen-2020-036949)the health improvement network
database. BMJ Open, 10(6), e036949. https://doi.org/10.1136/bmjopen-2020-036949Chandan, J. S., Thomas, T., Gokhale, K. M., Bandyopadhyay, S., Taylor, J., & Nirantharakumar, K. (2019). The burden of mental ill health associated with childhood maltreatment in the UK, using The Health Improvement Network database: a population-based retrospective cohort study. Lancet Psychiatry, 6(11), 926-934. https://doi.org/10.1016/S2215-0366(19)30369-4
(DOI: 10.1016/S2215-0366(19)30369-4)Syed, S., Gonzalez-Izquierdo, A., Allister, J., Feder, G., Li, L., & Gilbert, R. (2022). Identifying adverse childhood experiences with electronic health records of linked mothers and children in England: a multistage development and validation study. The Lancet Digital Health.
Woodman, J., Freemantle, N., Allister, J., de Lusignan, S., Gilbert, R., & Petersen, I. (2012). Variation in recorded child maltreatment concerns in UK primary care records: a cohort study using The Health Improvement Network (THIN) database. PLoS One, 7(11), e49808. https://doi.org/10.1371/journal.pone.0049808
(DOI: 10.1371/journal.pone.0049808)
Citation Example
John, A., McGregor, J., Marchant, A., Delpozobanos, M., Farr, I., Nurmatov, U., Kemp, A., Naughton. PH1115 / 2457 - Childhood Maltreatment - Confirmed Maltreatment - Phenotype. Phenotype Library [Online]. 25 September 2023. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1115/version/2457/detail/. [Accessed 03 April 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH1115/version/2457/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(
'PH1115',
version_id=2457
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH1115',
version_id=2457
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH1115/version/2457/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(
'PH1115',
version_id=2457
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH1115',
version_id=2457
)Version History