Description Usage Details Value Author(s) Examples
View source: R/query_dss_tables.R
Get denials for inpatient visits from smsdss.c_Softmed_Denials_Detail_v and smsmir.mir_pay where the left 4 digits of the pay code are '0974'. The data starts at January 1st, 2013
1 |
Uses the db_connect()
and db_disconnect()
functions
Queries:
smsdss.c_Softmed_Denials_Detail_v
smsmir.mir_pay
Includes the columns ptno_Num, bill_no, discharge_date and dollars_denied
This function is intended to be used with timetk::filter_by_time()
if data
needs to be filtered by time. The .date_var argument should be set equal to
discharge_date
A tibble
Steven P. Sanderson II, MPH
1 2 | library(timetk)
denials_inpatient_query()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.