QRP
 
Loading...
Searching...
No Matches
ms_shaveoutside.sas File Reference

This macro identifies overlapping claims and trim exposure that is outside of the reference period. More...

Detailed Description

This macro identifies overlapping claims and trim exposure that is outside of the reference period.

Program inputs
  • &TOSHAVEFILE. (Dataset containing the claims that must overlap the reference period.)
  • &REFFILE. (Dataset containing the periods that claims must overlap.)
Program outputs
  • &OUTFILE. (Dataset containing the shaved claims.)

Usage

%ms_shaveoutside(REFFILE=worktemp.enr_&enrollmentnum.,
                 REFSTART=Enr_Start,
                 REFEND=Enr_End,
                 KEEPPARTBF=N,
                 TOSHAVEFILE=_ITDrugs,
                 TOSHAVESTART=RxDate,
                 TOSHAVEEND=ExpireDt,
                 SHAVERX=Y,
                 OUTFILE=_ITDrugs);
Parameters
[in]REFFILEDataset containing the periods that claims must overlap.
[in]REFSTARTVariable name containing the date claims cannot go before.
[in]REFENDVariable name containing the date claims cannot go beyond.
[in]KEEPPARTBFIndicator to determine if claims with a starting date prior to the start of the reference period should be kept.
[in]TOSHAVEFILEDataset containing the claims that must overlap the reference period.
[in]TOSHAVESTARTVariable containing the begin date of the claims to be shaven.
[in]TOSHAVEENDVariable containing the end date of the claims to be shaven.
[in]SHAVERXIndicator to determine if the variables RxSup and RxAmt should be re-computed in the output dataset.
[out]OUTFILEOutput dataset containing the shaved claims.

SAS Macros Dependencies

None.

Author
Sentinel Coordinating Center (info@.nosp@m.sent.nosp@m.inels.nosp@m.yste.nosp@m.m.org)