Acute Respiratory Illness (Primary Care)

PH3259 / 8245

OpenSAFELY

Jan 26, 2026

REGISTERING DOI...

OpenCodelists Phenotype
  1. Overview

    Codelist ID
    opensafely/acute-respiratory-illness-primary-care
    Version ID
    3a1da458
    Coding System
    SNOMED CT codes
    Collections
    OpenCodelistPhenotype Library
    Tags
    No data
  2. Definition

    This codelist was taken from OpenCodelists, created by OpenSAFELY. We recommend viewing this Phenotype on the OpenCodelist website to view the most recent version.

    A collection of non-specific codes relating to acute respiratory illnesses (ARI) not including pathogen specific codes. To be used in conjunction with WHO definition of Influenza-like-illness. To be used to detect influenza cases with more sensitivity, rather than specificity.

    © University of Oxford for the Bennett Institute for Applied Data Science 2025. This work may be copied freely for non-commercial research and study.

  3. Methodology

    Codelist checked by Charlotte Warren-Gash. For full outcome phenotypes see Github issue in references

  4. References

  5. Clinical Codelist

  6. API

    To Export Phenotype Details:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH3259/version/8245/detail/?format=json
    R Package

    # Download here

    library(ConceptLibraryClient)


    # Connect to API

    client = ConceptLibraryClient::Connection$new(public=TRUE)


    # Get details of Phenotype

    phenotype_details = client$phenotypes$get_detail(
     'PH3259',
     version_id=8245
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get details of Phenotype

    phenotype_detail = client.phenotypes.get_detail(
     'PH3259',
     version_id=8245
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH3259/version/8245/export/codes/?format=json
    R Package

    # Download here

    library(ConceptLibraryClient)


    # Connect to API

    client = ConceptLibraryClient::Connection$new(public=TRUE)


    # Get codelist of Phenotype

    phenotype_codelist = client$phenotypes$get_codelist(
     'PH3259',
     version_id=8245
    )

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get codelist of Phenotype

    phenotype_codelist = client.phenotypes.get_codelist(
     'PH3259',
     version_id=8245
    )

  7. Version History

    Version IDNameOwnerPublish date
    Acute Respiratory Illness (Primary Care) ieuan.scanlon2026-01-26 23:07
    8244 Acute Respiratory Illness (Primary Care) ieuan.scanlon2026-01-26 23:07