Antipsychotic or mood stabiliser medication

Launders N, Richards-Belle A, Hardoon S, Osborn D P, Hayes J F

PH1650 / 3406 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Drug
    Sex
    Both
    Valid Event Date Range
    No data
    Coding System
    EMIS codesPROD codesRead codes v2
    Collections
    DATAMIND
    Tags
    No data
    Ontology
    No data
  2. Definition

    This phenotype includes both antipsychotic prescription data and medical codes which suggest prescription. Antipsychotics include both oral and injectables. Mood stabilisers includes lithium, sodium valproate and lamotrigine.

  3. Implementation

    Implementation

    This phenotype has been used to define those on current treatment (excluding medical codes suggestive of historic prescription) and to define those ever prescribed antipsychotics or mood stabilisers (including medical codes suggestive of historic prescription). Further information on the implementation of these codes can be found in the DATAMIND SMI and cardiovascular risk factor report: [https://datamind.org.uk/data/harmonised-data/smi-cohorts/]

  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Launders N, Richards-Belle A, Hardoon S, Osborn D P, Hayes J F. PH1650 / 3406 - Antipsychotic or mood stabiliser medication. Phenotype Library [Online]. 11 June 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1650/version/3406/detail/. [Accessed 27 June 2025]

  6. API

    To Export Phenotype Details:

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

    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(
     'PH1650',
     version_id=3406
    )

    To Export Phenotype Code List:

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

    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(
     'PH1650',
     version_id=3406
    )

  7. Version History

    Version IDNameOwnerPublish date
    Antipsychotic or mood stabiliser medication nlaunders2024-06-26 10:56