list_billings: Billings, appointments and visit combined view

Description Usage Arguments Details Value

View source: R/services.R

Description

filter to chosen date range and practitioners

Usage

1
2
3
4
5
6
7
8
9
list_billings(
  dMeasureBillings_obj,
  date_from = NA,
  date_to = NA,
  clinicians = NA,
  own_billings = NA,
  lazy = FALSE,
  payerCode = NA
)

Arguments

dMeasureBillings_obj

dMeasureBillings R6 object

date_from

(default date_a field) start date

date_to

(default date_b field) end date (inclusive)

clinicians

(default clinicians field) list of clinicians to view

own_billings

(default own_billings field) logical TRUE/FALSE

only show billings done by the specified provider on the contact (visit/appointment/billing) day.

if FALSE, the all billings done on the patient on that day are shown.

lazy

if TRUE, then do not recalculate appointment list. otherwise, re-calculate

payerCode

default is $payerCode 0 = unknown 1 = private (patient) 2 = Medicare direct billing 'bulk-billing' 3 = Department of Veteran Affairs 'DVA' 4 = WorkCover 5 = private (head of family) 8 = private (other)

screentag

(default FALSE) optionally add a fomantic/semantic HTML description of 'action'

screentag_print

(default TRUE) optionally add a 'printable' description of 'action'

Details

billings are aggregated/group to patient/day

Value

list of appointments (with patient details) and attached billings billings are in list() of MBSItem, Description and Provider


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