Psoriasis
Rosa Parisi, Martin K Rutter, Mark Lunt, Helen S Young, Deborah P M Symmons, Christopher E M Griffiths, Darren M. Ashcroft
PH912 / 1903 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromePhenotype UUIDczMRLuw4s9k4sAxSn2fKk3SexBothValid Event Date Range01/01/1994 - 31/12/2009Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
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, 2015.
Citation Example
Rosa Parisi, Martin K Rutter, Mark Lunt, Helen S Young, Deborah P M Symmons, Christopher E M Griffiths, Darren M. Ashcroft. PH912 / 1903 - Psoriasis. Phenotype Library [Online]. 04 April 2022. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH912/version/1903/detail/. [Accessed 15 January 2025]
Permissions
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH912/version/1903/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(
'PH912',
version_id=1903
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH912',
version_id=1903
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH912/version/1903/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(
'PH912',
version_id=1903
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH912',
version_id=1903
)Version History