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

This macro will extract medical claims using code CodeType CodeCat EncType and Pdx. More...

Detailed Description

This macro will extract medical claims using code CodeType CodeCat EncType and Pdx.

This macro is very similar to ms_extractmeds. For clarity purpose and because of the wildcards handle for EncType and Pdx, both macros were kept as separate macros.

Program inputs
  • &DATAFILE. (Dataset containing the raw claims.)
  • &LOOKFILE. (Dataset containing the lookup parameters.)
Program outputs
  • &OUTFILE. (Dataset with the extracted claims.)

Usage

%ms_loopmeds(DATAFILE=&datafile.,
             LOOKFILE=_ITGroupParamMedsForExtract, 
             MULTIPLECODECAT=Y,
             OUTFILE=_ITMeds&pnum.);
Parameters
[in]DATAFILEName of the dataset containing the raw claims.
[in]LOOKFILEName of the dataset containing the lookup parameters.
[in]MULTIPLECODECATIndicator whether to match on codecat.
[out]OUTFILEName of the dataset with the extracted claims.

SAS Macros Dependencies

None.

Note
This loop meds will support wilcard for Caresetting and Principal as created by the macro ms_caresettingprincipal.
Author
Sentinel Coordinating Center (info@.nosp@m.sent.nosp@m.inels.nosp@m.yste.nosp@m.m.org)