1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    Read codes v3
    Data Sources
    Collections
    No data
    Tags
    No data
  2. Definition

    No data
  3. Implementation

    Implementation

    No data
  4. Clinical Codelist

  5. Publication

    Related publications

    • Butler J, Joseph RM, Coupland C, Knaggs RD, Avery AJ, Morriss R, Butler D, Gerrard L, Waldram D, Jack RH. Co-prescribing of antidepressants and opioids for non-cancer pain in England, 2010-2019: a descriptive study using CPRD primary care electronic health records. BMC Prim Care. 2025;26(1):254

      (DOI: 10.1186/s12875-025-02956-1)

    Citation Example

    Jake Butler, Rebecca M Joseph, Carol Coupland, Roger David Knaggs, Anthony J Avery, Richard Morriss, Debbie Butler, Louisa Gerrard, Dave Waldram, Ruth H Jack. PH1914 / 4468 - Anxiety / Phobia. Phenotype Library [Online]. 18 August 2025. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1914/version/4468/detail/. [Accessed 19 August 2026]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1914',
     version_id=4468
    )

    To Export Phenotype Code List:

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

    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(
     'PH1914',
     version_id=4468
    )

  7. Version History

    Version IDNameOwnerPublish date
    Anxiety / Phobia rjack2025-08-18 15:45