peripheral arterial disease

PH3629 / 8728

OpenSAFELY

Jan 26, 2026

REGISTERING DOI...

OpenCodelists Phenotype
  1. Overview

    Codelist ID
    opensafely/peripheral-arterial-disease
    Version ID
    50e915d7
    Coding System
    Read codes v3
    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.

    Codes that indicate incident or history of peripheral arterial disease.

    This is used for calculating the CHAD2S2-VASc score.

    © 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

    Process:

    (1) Read v2 Started with CALIBER primary care Peripheral Arterial Disease list by Julie George, Emily Herrett, Liam Smeeth, Harry Hemingway, Anoop Shah, Spiros Denaxas https://caliberresearch.org/portal/phenotypes/peripheralarterialdisease Removed DVTs, thrombectomies and embolectomies Updated with consistent codes from Combined Read v2 codelists which is a composite of peripheral arterial disease codelist by Angel Wong and Laurie Tomlinson, and a peripheral vascular disease codelist by Helen Strongman (2) SNOMED supplementary search Searched SNOMED for peripheral arterial disease, intermittent claudication, and peripheral gangrene concepts. Didn't search for procedures in SNOMED. Aim was to identify any major gaps in the Read v2 list. (3) Mapped to CTV3 Reviewed by Laurie Tomlinson.

    A summary of the discussion is available on the github issues below.

  4. References

  5. Clinical Codelist

  6. API

    To Export Phenotype Details:

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

    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(
     'PH3629',
     version_id=8728
    )

    To Export Phenotype Code List:

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

    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(
     'PH3629',
     version_id=8728
    )

  7. Version History

    Version IDNameOwnerPublish date
    peripheral arterial disease ieuan.scanlon2026-01-26 23:27
    8727 peripheral arterial disease ieuan.scanlon2026-01-26 23:27