Ischaemic Heart Disease
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
PH27 / 54 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromePhenotype UUID3H5uov4PJoTw6c3rMiZPRnSexBothValid Event Date Range01/03/2020-05/04/2020Coding SystemSNOMED CT codesData SourcesCollectionsPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Clinical Code List
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
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. PH27 / 54 - Ischaemic Heart Disease. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH27/version/54/detail/. [Accessed 15 January 2025]
Permissions
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH27/version/54/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(
'PH27',
version_id=54
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH27',
version_id=54
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH27/version/54/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(
'PH27',
version_id=54
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH27',
version_id=54
)Version History