Sore Throat Bacterial
Victoria Palin, Anna Molter, Miguel Belmonte, Darren M Ashcroft, Andrew White, William Welfare, Tjeerd van Staa
PH904 / 1887 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2000 - 30/06/2015Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataOntologyNo dataDefinition
Implementation
Implementation
Clinical Code List
PUBLISHED
Publication
Related publications
Victoria Palin, Anna Molter, Darren M Ashcroft, Andrew White, William Welfare, Tjeerd van Staa, Antibiotic prescribing for common infections in UK general practice variability and drivers. Journal of Antimicrobial Chemotherapy, 74:2440-2450, 2019.
Citation Example
Victoria Palin, Anna Molter, Miguel Belmonte, Darren M Ashcroft, Andrew White, William Welfare, Tjeerd van Staa. PH904 / 1887 - Sore Throat Bacterial. Phenotype Library [Online]. 04 April 2022. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH904/version/1887/detail/. [Accessed 11 May 2025]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH904/version/1887/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(
'PH904',
version_id=1887
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH904',
version_id=1887
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH904/version/1887/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(
'PH904',
version_id=1887
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH904',
version_id=1887
)Version History