Neutrophils

Shah A

PH347 / 694 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Biomarker
    Sex
    Both
    Valid Event Date Range
    01/01/1999 - 01/07/2016
    Coding System
    Read codes v2
    Data Sources
    Collections
    Phenotype Library
    Tags
    No data
    Ontology
    No data
  2. Definition

    We used information in the primary care and hospitalization records to classify the patient state on the date of the differential leukocyte count. These criteria were based on the recommendations of the eMERGE consortium (http://phenotype.mc.vanderbilt.edu/group/emerge-phenotype-wg) for studies to identify genetic determinants of the underlying stable leukocyte count. The eMERGE criteria were modified to be suitable for a cohort study, avoiding the use of clinical events after the index date in order to avoid immortal time bias. The criteria for an 'acute' patient state were: in hospital on the date of blood test, vaccination in the previous 7 days, anemia diagnosis within the previous 30 days, symptoms or diagnosis of infection within the previous 30 days, prior diagnosis of myelodysplastic syndrome, prior diagnosis of hemoglobinopathy, cancer chemotherapy or G-CSF within 6 months before index date, or the use of drugs affecting the immune system such as methotrexate or steroids within the previous 3 months.

    Values with missing units frequently have zero recorded, but this is not the case if units are provided. It is theoretically possible to have a neutrophil count measured as zero (severely immunosuppressed patients, or if white cell count is below the lower limit of detection). It is up to the analyst to remove zero values if desired.

    In the Clinical Practice Research Datalink (CPRD, primary care data) we extracted neutrophil measurements using the structured data component of the test CPRD table (entity type 184) combined with a list of Read terms (see below). The value was extracted from the data2 field where the units data3 field were set as 37 [109/L], 153 [109], 17 [/L]. We filtered any values less than 50 10^9/L.

  3. Implementation

    Phenoflow ID

    Please see the PhenoFLOW website here for more information on workflow-based Phenotypes.

    PhenoFLOW Reference: 1015

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Shah A. PH347 / 694 - Neutrophils. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH347/version/694/detail/. [Accessed 17 February 2025]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH347',
     version_id=694
    )

    To Export Phenotype Code List:

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

    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(
     'PH347',
     version_id=694
    )

  7. Version History

    Version IDNameOwnerPublish date
    Neutrophils ieuan.scanlon2021-10-06 16:14