Major Bleeding - ICD-10

PH1648 / 3390

Fatemeh Torabi

May 24, 2024

Clinical-Coded Phenotype
  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    ICD10 codes
    Collections
    SAIL
    Tags
    No data
    Ontology
    No data
  2. Definition

    A clinically revised and validated list of ICD-10 codes for identification of Hospitalisation for major bleeding outcomes. This list can be used against Patient Episode Dataset for Wales to retrieve recorded admissions for Major bleeding according to the definition criteria of the International Society on Thrombosis and Hemostasis (ISTH): fatal bleeding and/or symptomatic bleeding in a critical area or organ.

  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Citation Example

    Fatemeh Torabi. PH1648 / 3390 - Major Bleeding - ICD-10. Phenotype Library [Online]. 24 May 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1648/version/3390/detail/. [Accessed 24 June 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1648',
     version_id=3390
    )

    To Export Phenotype Code List:

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

    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(
     'PH1648',
     version_id=3390
    )

  7. Version History

    Version IDNameOwnerPublish date
    Major Bleeding - ICD-10 torabif2024-06-26 10:57