CCU002_06 Acute Myocardial Infarction (AMI)

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

PH1610 / 3218 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    ICD10 codesSNOMED CT 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. PH1610 / 3218 - CCU002_06 Acute Myocardial Infarction (AMI). Phenotype Library [Online]. 11 February 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1610/version/3218/detail/. [Accessed 24 April 2025]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1610',
     version_id=3218
    )

    To Export Phenotype Code List:

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

    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(
     'PH1610',
     version_id=3218
    )

  7. Version History

    Version IDNameOwnerPublish date
    CCU002_06 Acute Myocardial Infarction (AMI) yangfanli2025-04-15 16:37