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

This macro pre extracts raw encounter or procedure claims based on EncType match. More...

Detailed Description

This macro pre extracts raw encounter or procedure claims based on EncType match.

  • Build the list of output datasets based on the number of EncTypes to extract.
  • Extract each each EncType to a separate dataset.
Program inputs
  • &DATAFILE. (Dataset to extract records from.)
  • &LOOKFILE. (Dataset containing the list of codes to extract.)
Program outputs
  • &DSSPLIT. (One dataset per enctype containing the extracted records.)
  • &OUTFILEPREFIX.&ENC. (Dataset containing the extracted records.)

Usage

%ms_extractencounters(DATAFILE=indata.&enctable.,
                      LOOKFILE=_enc,
                      MINDATE=&studystartdate.,
                      OUTFILEPREFIX=worktemp.encextract);
Parameters
[in]DATAFILEName of the dataset to extract records from.
[in]LOOKFILEName of the sas dataset containing the list of enctype to extract.
[in]MINDATEExtract all claims occuring on or after this date.
[out]OUTFILEPREFIXName of the prefix of the output dataset containing the extracted records.

SAS Macros Dependencies

None.

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