Alcohol
PH359 / 718
Matthew J Carr, Darren M Ashcroft, Evangelos Kontopantelis, David While, Yvonne Awenat, Jayne Cooper, Carolyn Chew-Graham, Nav Kapur, Roger T Webb
Oct 6, 2021
Overview
Phenotype TypeLifestyle risk factorSexBothValid Event Date Range01/01/2001 - 31/12/2013Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
No dataImplementation
Clinical Codelist
PUBLISHED
Publication
Related publications
Matthew J Carr, Darren M Ashcroft, Evangelos Kontopantelis, David While, Yvonne Awenat, Jayne Cooper, Carolyn Chew-Graham, Nav Kapur, Roger T Webb, Premature Death Among Primary Care Patients With a History of Self-Harm. Annals of Family Medicine, 15(3), 2017.
Citation Example
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH359/version/718/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(
'PH359',
version_id=718
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get details of Phenotype
phenotype_detail = client.phenotypes.get_detail(
'PH359',
version_id=718
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH359/version/718/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(
'PH359',
version_id=718
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of Phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH359',
version_id=718
)Version History