report_qim_cst: Cervical Screening Test (CST) Quality Improvement Measure...

report_qim_cstR Documentation

Cervical Screening Test (CST) Quality Improvement Measure report, in the contact list

Description

Filtered by date, and chosen clinicians

Usage

report_qim_cst(
  dMeasureQIM_obj,
  contact = NA,
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  min_contact = NA,
  contact_type = NA,
  min_date = NA,
  max_date = NA,
  demographic = NA,
  ignoreOld = NA,
  lazy = FALSE,
  store = TRUE
)

Arguments

dMeasureQIM_obj

dMeasureQIM R6 object

contact

patient list. default is $qim_contact. TRUE chooses the 'contact' system $list_contact_diabetes ('active' patients) from dMeasure object. FALSE chooses the 'appointment' system $diabetes_list from dMeasure object.

date_from

start date. default is $date_a

date_to

end date (inclusive). default is $date_b

clinicians

list of clinicians to view. default is $clinicians

min_contact

minimum number of contacts. default is $contact_min, initially one (1)

contact_type

contact types which are accepted. default is $contact_type

min_date

most recent contact must be at least min_date. default is $contact_minDate, initially -Inf

max_date

most recent contact at most max_date. default is $contact_maxDate

demographic

demographic groupings for reporting. if not supplied, reads $qim_demographicGroup list of available demographic groups in $qim_demographicGroupings

ignoreOld

ignore results/observatioins that don't qualify for quality improvement measures if not supplied, reads $qim_ignoreOld

lazy

recalculate the diabetes contact list?

store

keep result in self$qim_cst_report

Details

Shows chosen QIM measures, and by demographic grouping

QIM 09 -Proportion of female patients with an up-to-date cervical screening

the reference date for 'most recent' measurement is 'date_to'

Value

dataframe of Patient (name), demographics, measure (done or not), Count, Proportion, Proportion_Demographic

Does not include if 'No longer requires cervical screening' is set OR 'Opt out of cervical screening' (reasons excluded include 'has screening elsewhere' and 'refuses' but does not include "Doesn't want reminders sent")


DavidPatShuiFong/dMeasureQIM documentation built on Feb. 17, 2025, 3:08 p.m.