Influenza Identification (Primary Care) - Maximal Sensitivity

PH3505 / 8558

OpenSAFELY

Jan 26, 2026

REGISTERING DOI...

OpenCodelists Phenotype
  1. Overview

    Codelist ID
    opensafely/influenza-identification-primary-care-maximal-sensitivity
    Version ID
    64244ae0
    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.

    Codelist created to identify Influenza in primary care with as much sensitivity as possible

    © 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 should be used in conjunction with Influenza Identification (Primary Care), if a patient does not have a code within said list, they must have 2 codes from the maximally sensitive codelist, or prescriptions codelist, within two weeks of each other, or they must fit the criteria of the WHO Influenza Like Illness (ARI, fever, cough). They must not have any codes present in the exclusion list. Codelist checked by Charlotte Warren-Gash. To see 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/PH3505/version/8558/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(
     'PH3505',
     version_id=8558
    )

    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(
     'PH3505',
     version_id=8558
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH3505/version/8558/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(
     'PH3505',
     version_id=8558
    )

    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(
     'PH3505',
     version_id=8558
    )

  7. Version History

    Version IDNameOwnerPublish date
    Influenza Identification (Primary Care) - Maximal Sensitivity ieuan.scanlon2026-01-26 23:20
    8557 Influenza Identification (Primary Care) - Maximal Sensitivity ieuan.scanlon2026-01-26 23:20