Heart failure
PH25 / 50
Carr E, Bendayan R, Bean D, OGallagher K, Pickles A, Stahl D, Zakeri R, Searle T, Shek A, Kraljevic Z, Teo J, Shah A, Dobson R
Oct 6, 2021
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/03/2020-05/04/2020Coding SystemSNOMED CT codesData 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
Carr E, Bendayan R, Bean D, OGallagher K, Pickles A, Stahl D, Zakeri R, Searle T, Shek A, Kraljevic Z, Teo J, Shah A, Dobson R. (2020) Supplementing the National Early Warning Score (NEWS2) for anticipating early deterioration among patients with COVID-19 infection. medRxiv DOI: 10.1101/2020.04.24.20078006
(DOI: 10.1101/2020.04.24.20078006)
Citation Example
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH25/version/50/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(
'PH25',
version_id=50
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get details of Phenotype
phenotype_detail = client.phenotypes.get_detail(
'PH25',
version_id=50
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH25/version/50/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(
'PH25',
version_id=50
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of Phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH25',
version_id=50
)Version History