Death by suicide
A. John
PH1109 / 2432 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date RangeNo dataCoding SystemICD10 codesData SourcesCollectionsAdolescent Data Platform (ADP)DATAMINDPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
PUBLISHED
PUBLISHED
PUBLISHED
PUBLISHED
PUBLISHED
Publication
Related publications
John, A. (2018). Midpoint review of the implementation of Talk to me 2: the Wales suicide and self-harm prevention action plan. https://www.gov.wales/sites/default/files/publications/2020-08/suicide-and-self-harm-prevention-strategy-2015-to-2020-mid-point-review.pdf
Thomas, K. H., Davies, N., Metcalfe, C., Windmeijer, F., Martin, R. M., & Gunnell, D. (2013). Validation of suicide and self‐harm records in the C linical P ractice R esearch D atalink. British journal of clinical pharmacology, 76(1), 145-157.
Citation Example
A. John. PH1109 / 2432 - Death by suicide. Phenotype Library [Online]. 12 September 2023. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1109/version/2432/detail/. [Accessed 03 April 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH1109/version/2432/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(
'PH1109',
version_id=2432
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH1109',
version_id=2432
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH1109/version/2432/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(
'PH1109',
version_id=2432
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH1109',
version_id=2432
)Version History