Psychosis (P13)
S Jill Stocks, Evangelos Kontopantelis, Roger T Webb, Anthony J Avery, Alistair Burns, Darren M Ashcroft
PH690 / 1380 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2001 - 31/12/2014Coding SystemRead codes v2Data SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataDefinition
Introduction:
Policy interventions to address inappropriate prescribing of antipsychotic drugs to older people diagnosed with dementia are commonplace. In the UK, warnings were issued by the Medicines Healthcare products Regulatory Agency in 2004, 2009 and 2012 and the National Institute for Health and Care Excellence guidance was published in 2006. It is important to evaluate the impact of such interventions.
Methods:
We analysed routinely collected primary-care data from 111,346 patients attending one of 689 general practices contributing to the Clinical Practice Research Datalink to describe the temporal changes in the prescribing of antipsychotic drugs to patients aged 65 years or over diagnosed with dementia without a concomitant psychosis diagnosis from 2001 to 2014 using an interrupted time series and a before-and-after design. Logistic regression methods were used to quantify the impact of patient and practice level variables on prescribing prevalence.
Results:
Prescribing of first-generation antipsychotic drugs reduced from 8.9% in 2001 to 1.4% in 2014 (prevalence ratio 2014/2001 adjusted for age, sex and clustering within practices (0.14, 95% confidence interval 0.12–0.16), whereas there was little change for second-generation antipsychotic drugs (1.01, confidence interval 0.94–1.17). Between 2004 and 2012, several policy interventions coincided with a pattern of ups and downs, whereas the 2006 National Institute for Health and Care Excellence guidance was followed by a gradual longer term reduction. Since 2013, the decreasing trend in second-generation antipsychotic drug prescribing has plateaued largely driven by the increasing prescribing of risperidone.
Conclusions:
Increased surveillance and evaluation of drug safety warnings and guidance are needed to improve the impact of future interventions.
Implementation
Implementation
Clinical Code List
PUBLISHED - 293 Codes
Publication
S Jill Stocks, Evangelos Kontopantelis, Roger T Webb, Anthony J Avery, Alistair Burns, Darren M Ashcroft, Antipsychotic Prescribing to Patients Diagnosed with Dementia Without a Diagnosis of Psychosis in the Context of National Guidance and Drug Safety Warnings Longitudinal Study in UK General Practice. Drug Safety, 40(8), 679-692, 2017.
Citation Example
S Jill Stocks, Evangelos Kontopantelis, Roger T Webb, Anthony J Avery, Alistair Burns, Darren M Ashcroft. PH690 / 1380 - Psychosis (P13). Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH690/version/1380/detail/. [Accessed 02 December 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH690/version/1380/detail/?format=json R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get details of phenotype
phenotype_details = client$phenotypes$get_detail(
'PH690',
version_id=1380
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH690',
version_id=1380
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH690/version/1380/export/codes/?format=json CSV site_root/phenotypes/PH690/version/1380/export/codes/ R Package library(ConceptLibraryClient)
# Connect to API
client = ConceptLibraryClient::Connection$new(public=TRUE)
# Get codelist of phenotype
phenotype_codelist = client$phenotypes$get_codelist(
'PH690',
version_id=1380
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH690',
version_id=1380
)Version History