Bell's palsy - ECDS restricted reference set

PH3309 / 8303

OpenSAFELY

Jan 26, 2026

REGISTERING DOI...

OpenCodelists Phenotype
  1. Overview

    Codelist ID
    opensafely/bells-palsy-ecds-restricted-reference-set
    Version ID
    40d55c71
    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.

    Bell's palsy - relevant code from ECDS restricted reference set of SNOMED codes

    © 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

    The ECDS dataset is coded in SNOMED using a restricted reference set of SNOMED codes, as described here https://datadictionary.nhs.uk/data_elements/emergency_care_diagnosis__snomed_ct_.html https://dd4c.digital.nhs.uk/dd4c/publishedmetadatas/intid/710

    Searched ECDS data dictionary re Bell's palsy, as documented on Github https://github.com/opensafely/codelist-development/issues/135

    The restricted reference set includes one SNOMED code for Bell's palsy: 193093009 Bell’s palsy (disorder)

    Please note this is a codelist of the relevant SNOMED code in the ECDS restricted reference set - there are other SNOMED codes for Bell's palsy which would be relevant in data sources using the full SNOMED dictionary

  4. References

  5. Clinical Codelist

  6. API

    To Export Phenotype Details:

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

    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(
     'PH3309',
     version_id=8303
    )

    To Export Phenotype Code List:

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

    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(
     'PH3309',
     version_id=8303
    )

  7. Version History

    Version IDNameOwnerPublish date
    Bell's palsy - ECDS restricted reference set ieuan.scanlon2026-01-26 23:10