gpmp_list: List whether patients had a recent GPMP (care plan)

Description Usage Arguments Value

View source: R/services.R

Description

List whether patients had a recent GPMP (care plan)

Usage

1
2
3
4
5
6
gpmp_list(
  dMeasureBillings_obj,
  appointments = NULL,
  months_min = 0,
  months_max = 12
)

Arguments

dMeasureBillings_obj

dMeasureBillings R6 object

appointments

dataframe of appointments $InternalID and $Date if no parameter provided, derives from $appointments_filtered

months_min

minimum age in months (inclusive, 'from')

months_max

maximum age in months (exclusive, 'up to')

Value

a vector of numbers, whih care internalID


DavidPatShuiFong/dMeasureBillings documentation built on Aug. 21, 2020, 11:03 p.m.