This macro will extract medical claims using code CodeType CodeCat EncType and Pdx. More...
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.
Usage
%ms_loopmeds(DATAFILE=&datafile., LOOKFILE=_ITGroupParamMedsForExtract, MULTIPLECODECAT=Y, OUTFILE=_ITMeds&pnum.);
[in] | DATAFILE | Name of the dataset containing the raw claims. |
[in] | LOOKFILE | Name of the dataset containing the lookup parameters. |
[in] | MULTIPLECODECAT | Indicator whether to match on codecat. |
[out] | OUTFILE | Name of the dataset with the extracted claims. |
None.