CCU002_06 Artery Dissect

Samantha Ip, Teri-Louise North, Fatemeh Torabi, Yangfan Li, Hoda Abbasizanjani, Ashley Akbari, Elsie Horne, Rachel Denholm, Spencer Keene, Spiros Denaxas, Kamlesh Khunti, Cathie Sudlow, William N Whiteley, Jonathan A C Sterne, Angela M Wood, Venexia Walker

PH1613 / 3221 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Surgical procedure
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    ICD10 codes
    Collections
    BHF Data Science CentrePhenotype Library
    Tags
    No data
    Ontology
    No data
  2. Definition

    No data
  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Samantha Ip, Teri-Louise North, Fatemeh Torabi, Yangfan Li, Hoda Abbasizanjani, Ashley Akbari, Elsie Horne, Rachel Denholm, Spencer Keene, Spiros Denaxas, Kamlesh Khunti, Cathie Sudlow, William N Whiteley, Jonathan A C Sterne, Angela M Wood, Venexia Walker. PH1613 / 3221 - CCU002_06 Artery Dissect. Phenotype Library [Online]. 11 February 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1613/version/3221/detail/. [Accessed 06 May 2025]

  6. API

    To Export Phenotype Details:

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

    Py Package

    # Download here

    from pyconceptlibraryclient import Client


    # Connect to API

    client = Client(public=True)


    # Get codelist of phenotype

    phenotype_codelist = client.phenotypes.get_detail(
     'PH1613',
     version_id=3221
    )

    To Export Phenotype Code List:

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

    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(
     'PH1613',
     version_id=3221
    )

  7. Version History

    Version IDNameOwnerPublish date
    CCU002_06 Artery Dissect yangfanli2025-04-15 16:37