Drug use

A. John, S. Rees

PH1108 / 2437 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    ICD10 codesRead codes v2
    Data Sources
    No data
    Collections
    Adolescent Data Platform (ADP)DATAMINDPhenotype Library
    Tags
    No data
  2. Definition

    Codes denoting drug use, including diagnoses, symptoms, observations, medications, behaviours (e.g., “injecting drug user”), referrals and contacts with other services. It includes codes for illegal drugs but excludes tobacco, in keeping with the literature. This list contains prescriptions relevant to treatment for drug use disorder (naltrexone, lofexidine and methadone) as almost all recipients were found to have a history of drug use (Rees et. al., 2022); and excludes those used primarily for pain management. For buprenorphine, the list includes only prescriptions where 90% or more recipients had a history of drug use disorder, as assessed during validation (Rees et. al., 2022).

    These code lists are based on validated, published and comparable lists (Rees et. al., 2022; DelPozo-Banos et. al., 2018; NHS, 2018; NHS, 2019; Syed et. al., 2018; Walsh et. al., 2018) and reviewed by a clinician in the study team (Prof Ann John).

    References

    DelPozo-Banos, M., John, A., Petkov, N., Berridge, D. M., Southern, K., LLoyd, K., ... & Travieso, C. M. (2018). Using neural networks with routine health records to identify suicide risk: feasibility study. JMIR mental health, 5(2), e10144.

    NHS National Services Scotland (2018). Alcohol-related hospital statistics Scotland 2017/18.

    NHS National Services Scotland (2019). Drug-related hospital statistics Scotland 2017/18.

    Rees, S., Watkins, A., Keauffling, J., & John, A. (2022). Incidence, Mortality and Survival in Young People with Co-Occurring Mental Disorders and Substance Use: A Retrospective Linked Routine Data Study in Wales. Clinical Epidemiology, 14, 21

    Syed, S., Gilbert, R., & Wolpert, M. (2018). Parental alcohol misuse and the impact on children: a rapid evidence review of service presentations and interventions.

    Walsh E, Jones R, Cox S. (2018). Data mining Wales: the annual profile for substance misuse 2017–18.

  3. Implementation

    Implementation

    No data
  4. Clinical Code List

  5. Publication

    • Rees, S., Watkins, A., Keauffling, J., & John, A. (2022). Incidence, mortality and survival in young people with co-occurring mental disorders and substance use: a retrospective linked routine data study in wales. Clinical Epidemiology, 21-38.

    Citation Example

    A. John, S. Rees. PH1108 / 2437 - Drug use. Phenotype Library [Online]. 12 September 2023. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1108/version/2437/detail/. [Accessed 18 October 2024]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1108',
     version_id=2437
    )

    To Export Phenotype Code List:

    FormatAPI
    JSON site_root/api/v1/phenotypes/PH1108/version/2437/export/codes/?format=json
    CSV site_root/phenotypes/PH1108/version/2437/export/codes/
    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(
     'PH1108',
     version_id=2437
    )

    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(
     'PH1108',
     version_id=2437
    )

  7. Version History

    Version IDNameOwnerPublish date
    3518 Drug use delpozom2024-07-22
    2437 Drug use delpozom2023-09-12currently shown