Adrenaline Pens

PH3264 / 8253

OpenSAFELY

Jan 26, 2026

REGISTERING DOI...

OpenCodelists Phenotype
  1. Overview

    Codelist ID
    opensafely/adrenaline-pens
    Version ID
    1964af81
    Coding System
    dm+d 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.

    This list contains dm+d entries for adrenaline auto-injectors, commonly know as pens, which are used by people when they experience an emergency allergic reaction.

    © 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

    All dm+d codes from adrenaline pens from brands that are commonly available in the UK were included. They are

    • Epipen
    • Jext
    • Emerade

    Additionally we have included preparations were the BNF codes begins 0304030C0 and the preparation appears to be a pen from its BNF name. We have excluded ampoules as we don't antipate the primary usage of these are for anaphylactic emergency.

  4. References

  5. Clinical Codelist

  6. API

    To Export Phenotype Details:

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

    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(
     'PH3264',
     version_id=8253
    )

    To Export Phenotype Code List:

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

    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(
     'PH3264',
     version_id=8253
    )

  7. Version History

    Version IDNameOwnerPublish date
    Adrenaline Pens ieuan.scanlon2026-01-26 23:08