Perinatal mental illness

Dr Ellie Jones, Ms Laura Quinn, Ms Jamie-Rae Taylor, Dr Beck Taylor, Professor Christine MacArthur, Dr Jelena Jankovic, Dr Giles Berrisford

PH1683 / 3563 Clinical-Coded Phenotype

  1. Overview

    Phenotype Type
    Disease or syndrome
    Sex
    Female
    Valid Event Date Range
    1995/01/14 - 2020/12/14
    Coding System
    BNF codesRead codes v2
    Data Sources
    No data
    Collections
    No data
    Tags
    No data
    Ontology
    No data
  2. Definition

    Perinatal mental illness treated within specialist perinatal mental health services in England. This includes the following conditions:

    Depression

    Anxiety (including post-traumatic stress disorder and obsessive compulsive disorder)

    Bipolar disorder

    Affective psychosis including puerperal psychosis)

    Non-affective psychosis

    Personality disorder.

  3. Implementation

    Implementation

    To identify cases there must be a code from two of either diagnosis, symptom or prescription code indicating moderate to severe mental illness.

  4. Clinical Code List

  5. Publication

    Related publications

    No known publications

    Citation Example

    Dr Ellie Jones, Ms Laura Quinn, Ms Jamie-Rae Taylor, Dr Beck Taylor, Professor Christine MacArthur, Dr Jelena Jankovic, Dr Giles Berrisford. PH1683 / 3563 - Perinatal mental illness. Phenotype Library [Online]. 27 November 2024. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH1683/version/3563/detail/. [Accessed 07 June 2025]

  6. Permissions

  7. API

    To Export Phenotype Details:

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

    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(
     'PH1683',
     version_id=3563
    )

    To Export Phenotype Code List:

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

    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(
     'PH1683',
     version_id=3563
    )

  8. Version History

    Version IDNameOwnerPublish date
    Perinatal mental illness ejones2024-11-27 15:00