Psoriasis
PH7 / 14
Rosa Parisi, Martin K Rutter, Mark Lunt, Helen S Young, Deborah P M Symmons, Christopher E M Griffiths, Darren M Ashcroft
Oct 6, 2021
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/1994 - 31/12/2009Coding 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
Rosa Parisi, Martin K Rutter, Mark Lunt, Helen S. Young, Deborah P M Symmons, Christopher E M Griffiths, Darren M. Ashcroft, "Psoriasis and the Risk of Major Cardiovascular Events: Cohort Study Using the Clinical Practice Research Datalink". Journal of Investigative Dermatology, 135(9), 2189-2197, 2015.
Citation Example
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH7/version/14/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(
'PH7',
version_id=14
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get details of Phenotype
phenotype_detail = client.phenotypes.get_detail(
'PH7',
version_id=14
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH7/version/14/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(
'PH7',
version_id=14
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of Phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH7',
version_id=14
)Version History