list_qim_cvdRisk: List of patient with information to complete cardiovascular...

View source: R/QIM_cvdRisk.R

list_qim_cvdRiskR Documentation

List of patient with information to complete cardiovascular risk assessment

Description

Filtered by date, and chosen clinicians

Usage

list_qim_cvdRisk(
  dMeasureQIM_obj,
  contact = NA,
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  min_contact = NA,
  min_date = NA,
  max_date = NA,
  contact_type = 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)

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

contact_type

contact types which are accepted. default is $contact_type

ignoreOld

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

lazy

force recalculate the lists?

store

keep result in self$qim_cvdRisk_list_appointments

Details

QIM 08.Proportion of patients with the necessary risk factors assessed to enable CVD assessment

required parameters

Age, Ethnicity (especially ATSI status)

included - Age 45 to 74 years or older

OR Age 35 or older + ATSI (ATSI 35+ optional - included by default - see $qim_cvdRisk_measure)

Age 75+ excluded (Option to include - see $qim_cvdRisk_measure)

Known cardiovascular disease (optional - excluded by default - see $qim_cvdRisk_measure)

Presence of diabetes. Diabetes and microalbuminuria

if the person does not have diabetes, then the person must have a blood sugar reading or HbA1C done (within two years)

eGFR

previous diagnosis of familial hypercholesterolaemia

systolic blood pressure. Diastolic blood pressure

Serum total cholesterol. Serum HDL cholesterol

source : National Vascular Disease Prevention Alliance (NVDPA) guidelines https://www.cvdcheck.org.au/australian-absolute-cardiovascular-disease-risk-calculator

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

Value

dataframe of Patient (name), InternalID and measures


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