Anaphylaxis
Cardoso V.,Nirantharakumar K.,Gkoutos G
PH19 / 38 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/1901-31/12/2019Coding SystemICD10 codesRead codes v2Data SourcesCollectionsPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Clinical Code List
PUBLISHED
PUBLISHED
Publication
Related publications
No known publicationsCitation Example
Cardoso V.,Nirantharakumar K.,Gkoutos G. PH19 / 38 - Anaphylaxis. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH19/version/38/detail/. [Accessed 20 January 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH19/version/38/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(
'PH19',
version_id=38
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH19',
version_id=38
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH19/version/38/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(
'PH19',
version_id=38
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH19',
version_id=38
)Version History