Anxiety
PH2 / 4
Matthew J Carr, Sarah Steeg, Roger T Webb, Nav Kapur, Carolyn A Chew-Graham, Kathrym M Abel, Holly Hope, Matthias Pierce, Darren M. Ashcroft
Oct 6, 2021
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2010 - 30/06/2020Coding SystemRead codes v2Data SourcesCollectionsPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Phenoflow ID
Please see the PhenoFLOW website here for more information on workflow-based Phenotypes.
No dataImplementation
Clinical Codelist
PUBLISHED
Publication
Related publications
Matthew J Carr, Sarah Steeg, Roger T Webb, Nav Kapur, Carolyn A Chew-Graham, Kathrym M Abel, Holly Hope, Matthias Pierce, Darren M. Ashcroft, Primary care contact for mental illness and self-harm before during and after the peak of the Covid-19 pandemic in the UK: cohort study of 13 million individual". 2020.
Citation Example
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH2/version/4/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(
'PH2',
version_id=4
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get details of Phenotype
phenotype_detail = client.phenotypes.get_detail(
'PH2',
version_id=4
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH2/version/4/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(
'PH2',
version_id=4
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of Phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH2',
version_id=4
)Version History