APCLVLS1 ; IHS/CMI/LAB - dir question mark ;
;;2.0;IHS PCC SUITE;**2**;MAY 14, 2009
;
;
DIRQ ;EP
S DIR("?")="<Enter a list or a range. E.g. 1-4,5,20 or 10,12,20,30>"
S DIR("?",1)="Most of the above selection choices are self-explanatory. A brief"
S DIR("?",2)="definition is provided below for those items that may require explanation:"
S DIR("?",3)=""
S DIR("?",4)="Living Patients - will limit selections to patients who are alive on the date"
S DIR("?",5)=" the report is run."
S DIR("?",6)=""
S DIR("?",7)="Chart Facility - will limit selections to those patients who have a health"
S DIR("?",8)=" record at the facility you specify."
S DIR("?",9)=""
S DIR("?",10)="Eligibility Status - permits you to select patients based on eligibility"
S DIR("?",11)=" categories of Ineligible, Direct Only, CHS & Direct, and"
S DIR("?",12)=" Pending Verification."
S DIR("?",13)=""
S DIR("?",14)="Beneficiary Status - permits you to select patients based on beneficiary "
S DIR("?",15)=" categories of Indian/Alaska Native, Dependent of Indian,"
S DIR("?",16)=" Commissioned Officer, Non-Indian Emergency, and many other"
S DIR("?",17)=" categories."
S DIR("?",18)=""
S DIR("?",19)="Medicare/Medicaid/Private Insurance - "
I APCLPTVS="P" S DIR("?",20)=" will limit selection of patients to those who"
I APCLPTVS="P" S DIR("?",21)=" have an active (open) enrollment at the report is run."
I APCLPTVS="V" S DIR("?",20)=" will limit selection of visits to those patients who have"
I APCLPTVS="V" S DIR("?",21)=" an active (open) enrollment on the date of the visit."
S DIR("?",22)=""
S DIR("?",23)="Designated Primary Care Provider - will limit selection to those patients who "
S DIR("?",24)=" have had a specific provider identified as their 'regular'"
S DIR("?",25)=" or 'Designated Primary Care' provider."
S DIR("?",26)=""
I APCLPTVS="P" S DIR("?",27)="Exclude Inactive Patients - will exclude patients whose health record number"
I APCLPTVS="P" S DIR("?",28)=" has been inactivated at the facility for which you are"
I APCLPTVS="P" S DIR("?",29)=" signed on to the computer."
I APCLPTVS="V" S DIR("?",27)="Exclude Inactive Patients - will exclude visits for patients whose health record"
I APCLPTVS="V" S DIR("?",28)=" is inactive at the time of the visit."
I APCLPTVS="V" S DIR("?",29)=""
S DIR("?",30)=" Use of the term 'inactive patients' is not related to the "
S DIR("?",31)=" concept of 'active users', which consists of certain patients"
S DIR("?",32)=" seen during the last three years.)"
S DIR("?",33)=""
Q:APCLPTVS="P"
S DIR("?",34)="Exclude Incomplete Visits - will limit selection to those visits that contain"
S DIR("?",35)=" a provider of service and a diagnosis/purpose of visit. When"
S DIR("?",36)=" data is passed into PCC from ancillary RPMS packages, such as"
S DIR("?",37)=" lab and pharmacy, it sometimes does not include provider and/or"
S DIR("?",38)=" diagnosis. These data items are added later when a PCC form "
S DIR("?",39)=" gets processed. Use of this selection criteria will exclude"
S DIR("?",40)=" those visits that are still incomplete at the time the report is "
S DIR("?",41)=" generated."
S DIR("?",42)=""
Q
APCLVLS1 ; IHS/CMI/LAB - dir question mark ;
+1 ;;2.0;IHS PCC SUITE;**2**;MAY 14, 2009
+2 ;
+3 ;
DIRQ ;EP
+1 SET DIR("?")="<Enter a list or a range. E.g. 1-4,5,20 or 10,12,20,30>"
+2 SET DIR("?",1)="Most of the above selection choices are self-explanatory. A brief"
+3 SET DIR("?",2)="definition is provided below for those items that may require explanation:"
+4 SET DIR("?",3)=""
+5 SET DIR("?",4)="Living Patients - will limit selections to patients who are alive on the date"
+6 SET DIR("?",5)=" the report is run."
+7 SET DIR("?",6)=""
+8 SET DIR("?",7)="Chart Facility - will limit selections to those patients who have a health"
+9 SET DIR("?",8)=" record at the facility you specify."
+10 SET DIR("?",9)=""
+11 SET DIR("?",10)="Eligibility Status - permits you to select patients based on eligibility"
+12 SET DIR("?",11)=" categories of Ineligible, Direct Only, CHS & Direct, and"
+13 SET DIR("?",12)=" Pending Verification."
+14 SET DIR("?",13)=""
+15 SET DIR("?",14)="Beneficiary Status - permits you to select patients based on beneficiary "
+16 SET DIR("?",15)=" categories of Indian/Alaska Native, Dependent of Indian,"
+17 SET DIR("?",16)=" Commissioned Officer, Non-Indian Emergency, and many other"
+18 SET DIR("?",17)=" categories."
+19 SET DIR("?",18)=""
+20 SET DIR("?",19)="Medicare/Medicaid/Private Insurance - "
+21 IF APCLPTVS="P"
SET DIR("?",20)=" will limit selection of patients to those who"
+22 IF APCLPTVS="P"
SET DIR("?",21)=" have an active (open) enrollment at the report is run."
+23 IF APCLPTVS="V"
SET DIR("?",20)=" will limit selection of visits to those patients who have"
+24 IF APCLPTVS="V"
SET DIR("?",21)=" an active (open) enrollment on the date of the visit."
+25 SET DIR("?",22)=""
+26 SET DIR("?",23)="Designated Primary Care Provider - will limit selection to those patients who "
+27 SET DIR("?",24)=" have had a specific provider identified as their 'regular'"
+28 SET DIR("?",25)=" or 'Designated Primary Care' provider."
+29 SET DIR("?",26)=""
+30 IF APCLPTVS="P"
SET DIR("?",27)="Exclude Inactive Patients - will exclude patients whose health record number"
+31 IF APCLPTVS="P"
SET DIR("?",28)=" has been inactivated at the facility for which you are"
+32 IF APCLPTVS="P"
SET DIR("?",29)=" signed on to the computer."
+33 IF APCLPTVS="V"
SET DIR("?",27)="Exclude Inactive Patients - will exclude visits for patients whose health record"
+34 IF APCLPTVS="V"
SET DIR("?",28)=" is inactive at the time of the visit."
+35 IF APCLPTVS="V"
SET DIR("?",29)=""
+36 SET DIR("?",30)=" Use of the term 'inactive patients' is not related to the "
+37 SET DIR("?",31)=" concept of 'active users', which consists of certain patients"
+38 SET DIR("?",32)=" seen during the last three years.)"
+39 SET DIR("?",33)=""
+40 IF APCLPTVS="P"
QUIT
+41 SET DIR("?",34)="Exclude Incomplete Visits - will limit selection to those visits that contain"
+42 SET DIR("?",35)=" a provider of service and a diagnosis/purpose of visit. When"
+43 SET DIR("?",36)=" data is passed into PCC from ancillary RPMS packages, such as"
+44 SET DIR("?",37)=" lab and pharmacy, it sometimes does not include provider and/or"
+45 SET DIR("?",38)=" diagnosis. These data items are added later when a PCC form "
+46 SET DIR("?",39)=" gets processed. Use of this selection criteria will exclude"
+47 SET DIR("?",40)=" those visits that are still incomplete at the time the report is "
+48 SET DIR("?",41)=" generated."
+49 SET DIR("?",42)=""
+50 QUIT