Hypothyroidism
Evengelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran
PH535 / 1070 Clinical-Coded Phenotype
Overview
Phenotype TypeDisease or syndromeSexBothValid Event Date Range01/01/2000 - 31/12/2007Coding SystemRead codes v2OXMIS codesData SourcesCollectionsClinicalCodes RepositoryPhenotype LibraryTagsNo dataDefinition
Background:
The UK’s Quality and Outcomes Framework (QOF) was introduced in 2004/5, linking remuneration for general practices to recorded quality of care for chronic conditions, including diabetes mellitus. We assessed the effect of the incentives on recorded quality of care for diabetes patients and its variation by patient and practice characteristics.
Methods:
Using the General Practice Research Database we selected a stratified sample of 148 English general practices in England, contributing data from 2000/1 to 2006/7, and obtained a random sample of 653 500 patients in which 23 920 diabetes patients identified. We quantified annually recorded quality of care at the patient-level, as measured by the 17 QOF diabetes indicators, in a composite score and analysed it longitudinally using an Interrupted Time Series design.
Results:
Recorded quality of care improved for all subgroups in the pre-incentive period. In the first year of the incentives, composite quality improved over-and-above this pre-incentive trend by 14.2% (13.7–14.6%). By the third year the improvement above trend was smaller, but still statistically significant, at 7.3% (6.7–8.0%). After 3 years of the incentives, recorded levels of care varied significantly for patient gender, age, years of previous care, number of co-morbid conditions and practice diabetes prevalence.
Conclusions:
The introduction of financial incentives was associated with improvements in the recorded quality of diabetes care in the first year. These improvements included some measures of disease control, but most captured only documentation of recommended aspects of clinical assessment, not patient management or outcomes of care. Improvements in subsequent years were more modest. Variation in care between population groups diminished under the incentives, but remained substantial in some cases.
Implementation
Implementation
Clinical Code List
PUBLISHED - 35 Codes
PUBLISHED - 3 Codes
Publication
Evangelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran, Recorded quality of primary care for patients with diabetes in England before and after the introduction of a financial incentive scheme a longitudinal observational study. BMJ Qual Saf, 22, 53-64, 2013.
Citation Example
Evengelos Kontopantelis, David Reeves, Jose M Valderas, Stephen Campbell, Tim Doran. PH535 / 1070 - Hypothyroidism. Phenotype Library [Online]. 06 October 2021. Available from: http://phenotypes.healthdatagateway.org/phenotypes/PH535/version/1070/detail/. [Accessed 03 October 2024]
API
To Export Phenotype Details:
Format API JSON site_root/api/v1/phenotypes/PH535/version/1070/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(
'PH535',
version_id=1070
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_detail(
'PH535',
version_id=1070
)To Export Phenotype Code List:
Format API JSON site_root/api/v1/phenotypes/PH535/version/1070/export/codes/?format=json CSV site_root/phenotypes/PH535/version/1070/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(
'PH535',
version_id=1070
)Py Package from pyconceptlibraryclient import Client
# Connect to API
client = Client(public=True)
# Get codelist of phenotype
phenotype_codelist = client.phenotypes.get_codelist(
'PH535',
version_id=1070
)Version History