==============================================================
MU00.@BFN2699.INNDM170
========================================================================

NOTE TO: Shared System Coordinators, MEDICARE Coordinators

SUBJECT: Inpatient Prospective Payment System (IPPS) Pricer System
         Release, Version 20170
(Oct 03, 2016)  --ACTION--refer to CMS change requests: CR 9723

This IPPS Pricer release is the PRODUCTION version for the October
2016 release. The 17.0 IPPS Pricer release revises the latest IPPS
Pricer release which was the PRODUCTION (16.2) release for FY 2016.

It includes the following changes:

    ********************************************************************
  - Fix released 09/12/2016 (same version used)
    ********************************************************************

    Revised member:
       - PPDRV170

    -> PPDRV170:
       After calling PPCAL156 and PPCAL163, moved zero to
       PPS-ISLET-ISOL-PAY-ADD-ON.

    ********************************************************************

    ********************************************************************
  - Fixes released 09/09/2016 (same version used)
    ********************************************************************

    Revised members:
       - MIDNIGHT
       - PPCAL156
       - PPCAL163
       - PPCAL170
       - PPDRV170

    -> MIDNIGHT:
       Updated copybook MIDNIGHT with new rates and new rate format.

    -> PPCAL156 & PPCAL163:
       Added PPS-ISLET-ISOL-PAY-ADD-ON to PPS-OTHER-VARIABLES in record
       PPS-ADDITIONAL-VARIABLES in programs PPCAL156 and PPCAL163 to
       match the layout in copybook PPHOLDAR.

    -> PPCAL170:
       Updated PPCAL170 to reflect the new MIDNIGHT rate format for
       variable HLD-MID-ADJ-FACT (changed from 3 decimals to 6).
       Also changed the range of MSAs used for the two-midnights
       adjustment to 9400 - 9900 (previously 9700 - 9799).

    -> PPDRV170:
       Changed the CALL USING for PPCAL156 and PCAL163 to reference
       PPS-ADDITIONAL-VARIABLES (new layout) instead of
       PPS-ADDITIONAL-VARIABLES-FY16 (old layout) and removed the
       perform of 2900-MOVE-PPS-ADDITIONAL-VARS after each call.

    ********************************************************************
  - Revised member, "README", to describe the release.

  - Revised member, "MANIFEST", which lists members included and
    omitted from the release dataset.  CMS is now only sending members
    that changed since the previous release.

    Revised copybook, "PPHOLDAR", which contains the entirety of the
    01 level Hold-Area. Updated with the FY17 Final Rule/Correction
    Notice.
      NOTE: All PPCAL*** programs which call the previous version of
      this copybook need to be recompiled.

      Inserted:
        05  H-BUDG-NUTR170               PIC 9(01)V9(06).

        05  H-UPDATE-170                 PIC 9(01)V9(06).

        05  H-NEW-TECH-ADDON-DEFITELIO   PIC S9(07)V99.
        05  H-NEW-TECH-ADDON-GORE        PIC S9(07)V99.
        05  H-NEW-TECH-ADDON-IDARUCIZ    PIC S9(07)V99.
        05  H-NEW-TECH-ADDON-MAGEC       PIC S9(07)V99.
        05  H-NEW-TECH-ADDON-VISTOGARD   PIC S9(07)V99.

        05  H-LESSER-DEFITELIO-STOP-1    PIC S9(07)V99.
        05  H-LESSER-DEFITELIO-STOP-2    PIC S9(07)V99.

        05  H-LESSER-GORE-STOP-1         PIC S9(07)V99.
        05  H-LESSER-GORE-STOP-2         PIC S9(07)V99.

        05  H-LESSER-IDARUCIZ-STOP-1     PIC S9(07)V99.
        05  H-LESSER-IDARUCIZ-STOP-2     PIC S9(07)V99.

        05  H-LESSER-MAGEC-STOP-1        PIC S9(07)V99.
        05  H-LESSER-MAGEC-STOP-2        PIC S9(07)V99.

        05  H-LESSER-VISTOGARD-STOP-1    PIC S9(07)V99.
        05  H-LESSER-VISTOGARD-STOP-2    PIC S9(07)V99.

        05  H-CSTMED-DEFITELIO-STOP      PIC S9(07)V99.
        05  H-CSTMED-GORE-STOP           PIC S9(07)V99.
        05  H-CSTMED-IDARUCIZ-STOP       PIC S9(07)V99.
        05  H-CSTMED-MAGEC-STOP          PIC S9(07)V99.
        05  H-CSTMED-VISTOGARD-STOP      PIC S9(07)V99.

  - Added new copybook, "MIDNIGHT", which contains the entirety of the
    01 level PPS-DRG-TABLE. This copybook replaces the "DRGSX160"
    copybook.

  - Added new copybook, "DRGSX170", which contains the entirety of the
    01 level PPS-DRG-TABLE. This copybook replaces the "DRGSX160"
    copybook.

  - Added new copybook, "RATEX170", which contains the entirety of the
    01 level TB1-RATE-TABLE through TB8-RATE-TABLE. The hardcoded
    tables originally resided in the PPCAL*** module.

  - Revised the CBSA table, CBSA170, which contains all wage indices by
    CBSA from FY 2005 to FY 2017.

  - PPDRV170 R  2017.0 REVISED FOR RELEASE
                ** Replaces PPDRV162 **
                   --------------- 2017.0 ---------------
                   Removed the historical change log comments. All
                   PPDRV*** module updates will be listed in the
                   README for each release.

                   Added new Call PPCAL170 Using statement.

                   Initialized the fields essential to transmitting the
                   proper wage index for a given claim.
                     + WAGE-NEW-INDEX-RECORD
                     + WAGE-NEW-CBSA-INDEX-RECORD
                     + WAGE-RURAL-CBSA-INDEX-RECORD
                     + WAGE-INDEX-RECORD
                     + MESWK-PRSPC-WAGEIN-BLEND.

                   LOW VOLUME:
                   Expanded the input record to include the new 7-byte
                   Low-Volume Hospital Payment Adjustment Factor.
                     + 15  W-P-LV-ADJ-FACTOR            PIC 9V9(6).

                   STATE CODES:
                   Expanded the input record to accept the 2 position
                   state code field.
                     + 05  W-P-NEW-STATE-CODE          PIC 9(02).
                       05  W-P-NEW-STATE-CODE-X REDEFINES
                           W-P-NEW-STATE-CODE          PIC X(02).

                   Revised state code logic to incorporate the new 2
                   position state code field.
                     + MOVE P-NEW-STATE-CODE-X TO H-CBSA-RURAL-STATE.

                   Revised state code logic to address inconsistency
                   with new Arizona state code '00'. Code amended to
                   revise the state code to '03', which is the actual
                   rural state code for Arizona, when FISS passes
                   lowest state code of '00'.
                     + IF H-CBSA-RURAL-STATE = '00'
                          MOVE '03' TO H-CBSA-RURAL-STATE.

                   In revising the state code logic to address the new
                   Arizona state code of '00', the CBSA logic was also
                   revised to correct the rural Arizona CBSA in case of
                   erroneous entry of '00'.
                     + IF HOLD-PROV-CBSA = '00'
                          MOVE '03' TO HOLD-PROV-CBSA.

                   Added the PPS-ADDITIONAL-VARIABLES layout for all
                   PPCAL programs FY 2016 and earlier (versions prior
                   to PPCAL17*) to the Working-Storage section with
                   the name PPS-ADDITIONAL-VARIABLES-FY16.

                   Created paragraph 2900-MOVE-PPS-ADDITIONAL-VARS and
                   associated performs to move the PPS-ADDITIONAL-
                   VARIABLES-FY16 data to the PPS-ADDITIONAL-VARIABLES
                   record to accomodate the absence of PPS-ISLET-ISOL-
                   PAY-ADD-ON from the previous year layouts.

                   PUERTO RICO WAGE INDEX:
                   Turned off Puerto Rico specific wage index logic for
                   FY 2017 and forward:

                    + IF P-PR-NEW-STATE AND
                         B-N-DISCHARGE-DATE < 2016100
                         PERFORM 0250-N-GET-CBSA-PR THRU 0250-EXIT.

                    + IF P-PR-NEW-STATE AND
                         B-N-DISCHARGE-DATE > 20140930 AND
                         B-N-DISCHARGE-DATE < 20161001
                         PERFORM 2350-2015-FWD-FLOOR-CBSA-PR
                            THRU 2350-2015-EXIT.

                    + IF P-PR-NEW-STATE AND
                         B-N-DISCHARGE-DATE > 20160930
                         GO TO 0550-EXIT.

  - PPCAL119 R  2011.9 REVISED FOR RELEASE
                ** Replaces PPCAL118 **
                   --------------- 2011.9 ---------------
                   LOW VOLUME ADJUSTMENT:
                   Low volume logic revised to correct the low volume
                   discharge percent, which is used to calculate the
                   low volume add-on amount, for provider's whose
                   discharges are equal to 200:

                    + IF P-NEW-TEMP-RELIEF-IND = 'Y'
                      AND MESWK-LOWVOL-PROV-DISCHG <= 200
                             MOVE 00.250 TO WK-LOW-VOL25PCT
                             GO TO LOW-VOL-CALC.

  - PPCAL125 R  2012.5 REVISED FOR RELEASE
                ** Replaces PPCAL124 **
                   --------------- 2012.5 ---------------
                   LOW VOLUME ADJUSTMENT:
                   Low volume logic revised to correct the low volume
                   discharge percent, which is used to calculate the
                   low volume add-on amount, for provider's whose
                   discharges are equal to 200:

                    + IF P-NEW-TEMP-RELIEF-IND = 'Y'
                      AND MESWK-LOWVOL-PROV-DISCHG <= 200
                             MOVE 00.250 TO WK-LOW-VOL25PCT
                             GO TO LOW-VOL-CALC.

  - PPCAL135 R  2013.5 REVISED FOR RELEASE
                ** Replaces PPCAL134 **
                   --------------- 2013.5 ---------------
                   LOW VOLUME ADJUSTMENT:
                   Low volume logic revised to correct the low volume
                   discharge percent, which is used to calculate the
                   low volume add-on amount, for provider's whose
                   discharges are equal to 200:

                    + IF P-NEW-TEMP-RELIEF-IND = 'Y'
                      AND MESWK-LOWVOL-PROV-DISCHG <= 200
                             MOVE 00.250 TO WK-LOW-VOL25PCT
                             GO TO LOW-VOL-CALC.

  - PPCAL14B R  2014.B REVISED FOR RELEASE
                ** Replaces PPCAL149 **
                   --------------- 2014.B ---------------
                   Per FISS' request, PPCAL14A renamed to PPCAL14B on
                   08/26/2016 (after initial release on 08/24/2016).
                   Made name updates in PPDRV170 and PPCAL14B.

                   LOW VOLUME ADJUSTMENT:
                   Low volume logic revised to correct the low volume
                   discharge percent, which is used to calculate the
                   low volume add-on amount, for provider's whose
                   discharges are equal to 200:

                    + IF P-NEW-TEMP-RELIEF-IND = 'Y'
                      AND MESWK-LOWVOL-PROV-DISCHG <= 200
                             MOVE 00.250 TO WK-LOW-VOL25PCT
                             GO TO LOW-VOL-CALC.

  - PPCAL156 R  2015.6 REVISED FOR RELEASE
                ** Replaces PPCAL155 **
                   --------------- 2015.6 ---------------
                   LOW VOLUME ADJUSTMENT:
                   Low volume logic revised to correct the low volume
                   discharge percent, which is used to calculate the
                   low volume add-on amount, for provider's whose
                   discharges are equal to 200:

                    + IF P-NEW-TEMP-RELIEF-IND = 'Y'
                      AND MESWK-LOWVOL-PROV-DISCHG <= 200
                             MOVE 00.250 TO WK-LOW-VOL25PCT
                             GO TO LOW-VOL-CALC.

  - PPCAL163 R  2016.3 REVISED FOR RELEASE
                ** Replaces PPCAL162 **
                   --------------- 2016.3 ---------------
                   LOW VOLUME ADJUSTMENT:
                   Low volume logic revised to correct the low volume
                   discharge percent, which is used to calculate the
                   low volume add-on amount, for provider's whose
                   discharges are equal to 200:

                    + IF P-NEW-TEMP-RELIEF-IND = 'Y'
                      AND MESWK-LOWVOL-PROV-DISCHG <= 200
                             MOVE 00.250 TO WK-LOW-VOL25PCT
                             GO TO LOW-VOL-CALC.

  - PPCAL170 R  2017.0 REVISED FOR RELEASE
                ** Replaces PPCAL162 **
                   --------------- 2017.0 ---------------
                   STATE CODES:
                   Expanded the input record to accept the 2 position
                   state code field.

                     + 05  W-P-NEW-STATE-CODE          PIC 9(02).
                       05  W-P-NEW-STATE-CODE-X REDEFINES
                           W-P-NEW-STATE-CODE          PIC X(02).

                   PANCREATIC ISLET CELL TRANSPLANTATION:
                   Added the Islet Isolation Add-On Payment Amount to
                   the output record.

                    + 10  PPS-ISLET-ISOL-PAY-ADD-ON    PIC 9(07)V9(02).

                   Added code to calculate the islet isolation add-on
                   payment amount:

                    + COMPUTE PPS-ISLET-ISOL-PAY-ADD-ON ROUNDED =
                                             H-NEW-TECH-ADDON-ISLET.

                   Revised pricer logic to remove the islet isolation
                   add-on payment amount from the new technology add-on
                   payment amount calculation.

                    + COMPUTE PPS-NEW-TECH-PAY-ADD-ON ROUNDED =
                                            H-NEW-TECH-PAY-ADD-ON.

                   LOW VOLUME & EHR ADJUSTMENTS:
                   Expanded the input record to include the new 7-byte
                   Low-Volume Hospital Payment Adjustment Factor.

                     + 15  W-P-LV-ADJ-FACTOR            PIC 9V9(6).

                   Low volume and EHR logic revised to incorporate the
                   new 7-byte Low-Volume Hospital Payment Adjustment
                   Factor rather than calculating the adjustment factor
                   based on the low volume table, which has been
                   commented out of the logic, created for pricer.

                     + IF P-NEW-TEMP-RELIEF-IND = 'Y'
                          AND P-LV-ADJ-FACTOR > 0.00
                          AND P-LV-ADJ-FACTOR <= 0.25

                   OPERATING & CAPITAL PERCENTAGES
                   Removed capital percentage variables, represented
                   by H-C-NAT-PCT and H-C-REG-PCT, in order to account
                   for the following changes in operating and capital
                   percentages:
                    + 10/01/2016 - FORWARD
                      - National
                        * Operating:  National 100% / Regional 0%
                        * Capital:    National 100% / Regional 0%
                      - Puerto Rico
                        * Operating:  National 100% / Regional 0%
                        * Capital:    National 100% / Regional 0%

                   Revised pricer logic to account for the removal of
                   the capital percentage variable:

                    + IF P-PR-NEW-STATE
                        COMPUTE H-CAPI-FED-RATE ROUNDED =
                                (H-NAT-PCT * H-FEDERAL-RATE) +
                                (H-REG-PCT * H-PUERTO-RICO-RATE).

                    + IF P-PR-NEW-STATE
                        COMPUTE H-CAPI-PR-DOLLAR-THRESHOLD ROUNDED =
                          H-CST-THRESH * H-PR-CAPI-GAF *
                          H-CAPI-LARG-URBAN *
                          H-CAPI-SHARE-DOLL-THRESHOLD * H-CAPI-COLA
                        COMPUTE H-CAPI-DOLLAR-THRESHOLD ROUNDED =
                          (H-CAPI-DOLLAR-THRESHOLD * H-NAT-PCT) +
                          (H-CAPI-PR-DOLLAR-THRESHOLD * H-REG-PCT).

                   Removed Puerto Rico specific logic for FY 2017 and
                   forward:

                    + MOVE W-CBSA-PR-INDEX-RECORD TO H-PR-WAGE-INDEX.

                   MDH TRANSITIONAL PAYMENT:
                   Revised the transitional payment for certain former
                   Medicare-dependent, small rural hospitals (MDHs).
                   This policy is effective January 1, 2016 through
                   September 30, 2017 (the current expiration date
                   of the MDH program).

                    + Affected former MDHs include:
                      - 080006       - 440031
                      - 140184       - 450451
                      - 390072       - 490019
                      - 420019       - 510062

                    + For discharges occurring 10/01/2016 - 09/30/2017:

                      IF PPS-RTC = 00 AND
                         B-DISCHARGE-DATE > 20170930 AND
                         P-N-INVALID-PROV-TYPES
                                  MOVE 52 TO PPS-RTC.

                      IF  B-FORMER-MDH-PROVIDERS       AND
                         (B-DISCHARGE-DATE > 20160930  AND
                          B-DISCHARGE-DATE < 20171001)
                        IF  H-HSP-RATE > (H-FSP-RATE +
                            WK-UNCOMP-CARE-AMOUNT)
                          COMPUTE H-OPER-HSP-PART ROUNDED =
                            ((H-HSP-RATE - (H-FSP-RATE +
                            WK-UNCOMP-CARE-AMOUNT))* 0.75)*(1 / 3)
                              ON SIZE ERROR MOVE 0 TO H-OPER-HSP-PART
                        END-IF
                      END-IF.

                   NEW TECHNOLOGY ADD-ON PAYMENTS:
                   Updated new technology add-on payment code to
                   account for FY 2017 specifications. Revised pricer
                   logic to improve efficiency:

                    + New counter for diagnosis code and procedure
                      code arrays:

                      01  IDX-TECH                       PIC S9(02).

                    + New working-storage fields to hold diagnosis and
                      procedure code designations:

                      01  WK-NEW-TECH-VARIABLES.
                          05  WK-PROC-NEW-TECH       PIC X(07).
                                 88  PROC-*****
                                     VALUE '*******' '*******'.

                          05  WK-DIAG-NEW-TECH       PIC X(07).
                                 88  DIAG-*****
                                     VALUE '*******' '*******'.

                          05  WK-NEW-TECH-FLAGS.
                              10  PROC-*****-FLAG    PIC X(01).

                    + Revised 01 level PROV-NEW-HOLD to build array
                      for procedure and diagnosis codes:

                      10  B-PROCEDURE-CODE-TABLE.
                          15 B-PROCEDURE-CODE  PIC X(07) OCCURS 25 TIMES
                              INDEXED BY IDX-DIAG.
                      10  B-DIAGNOSIS-CODE-TABLE.
                          15 B-DIAGNOSIS-CODE  PIC X(07) OCCURS 25 TIMES
                              INDEXED BY IDX-PROC.

                    + Additions / Revisions / Removals for FY 2017
                      - New tech codes to turn off for FY 2017
                        * Kcentra
                        * Argus
                        * Mitraclip
                        * RNS
                      - New tech codes to continue for FY 2017
                        * Cardiomems
                        * Blinatumomab
                        * LUTONIX and IN.PACT
                      - New tech codes to add for FY 2017
                        * GORE EXCLUDER
                        * Defitelio
                        * Vistogard
                        * MAGEC Spine
                        * Idarucizumab

                   TWO MIDNIGHT POLICY:
                   Added two midnight stay policy logic to account for
                   FY 2017 payment adjustments. Logic will pull midnight
                   policy factors by way of 2100-MIDNIGHT-FACTORS
                   paragraph:

                     + 01 WK-HLD-MID-DATA.
                          05  HLD-MID-DATA.
                              10  HLD-MID-MSAX         PIC X(04).
                              10  FILLER1              PIC X(01).
                              10  HLD-MID-ADJ-FACT     PIC 9(02)V9(03).

                     + IF P-NEW-GEO-LOC-MSA9 >= 9700 AND
                          P-NEW-GEO-LOC-MSA9 <= 9799
                          PERFORM 2100-MIDNIGHT-FACTORS THRU 2100-EXIT
                       ELSE
                          MOVE 1 TO HLD-MID-ADJ-FACT
                          GO TO 2000-EXIT.

                   Adjust FSP and HSP logic to account for midnight
                   policy adjustment:

                    + COMPUTE H-OPER-FSP-PART ROUNDED =
                        (H-NAT-PCT * (H-NAT-LABOR * H-WAGE-INDEX +
                         H-NAT-NONLABOR * H-OPER-COLA) * H-DRG-WT *
                         HLD-MID-ADJ-FACT)
                            ON SIZE ERROR MOVE 0 TO H-OPER-FSP-PART.

                    + COMPUTE H-CAPI-FSP-PART ROUNDED =
                                             H-DRG-WT       *
                                             H-CAPI-FED-RATE *
                                             H-CAPI-COLA *
                                             H-CAPI-LARG-URBAN *
                                             HLD-MID-ADJ-FACT.

                    + COMPUTE H-UPDATE-FACTOR ROUNDED =
                                    (H-UPDATE-130 *
                                     H-UPDATE-140 *
                                     H-UPDATE-150 *
                                     H-UPDATE-160 *
                                     H-UPDATE-170 *
                                     H-BUDG-NUTR130 *
                                     H-BUDG-NUTR140 *
                                     H-BUDG-NUTR150 *
                                     H-BUDG-NUTR160 *
                                     H-BUDG-NUTR170 *
                                     HLD-MID-ADJ-FACT *
                                     H-CASE-MIX-ADJ * H-SHORT-STAY-ADJ).

                    + COMPUTE H-FSP-RATE ROUNDED =
                       ((H-NAT-PCT * (H-NAT-LABOR * H-WAGE-INDEX +
                       H-NAT-NONLABOR * H-OPER-COLA)) * H-DRG-WT-FRCTN *
                        HLD-MID-ADJ-FACT) *
                           (1 + H-OPER-IME-TEACH + (H-OPER-DSH * .25))
                                              +
                                       H-OPER-OUTLIER-PART
                                ON SIZE ERROR MOVE 0 TO H-FSP-RATE.

                   RATE AND FACTOR ADJUSTMENTS:
                   Updated capital rate factors:

                    + COMPUTE H-FEDERAL-RATE ROUNDED =
                      (0446.79 * H-CAPI-GAF).

                   Updated outlier threshold amount:

                    + MOVE 22539.00 TO H-CST-THRESH.

                   Updated VBP range of allowable factors.

                    + RANGE OF ALLOWABLE FACTORS (< 0.98 OR > 2.0)

                   Short stay adjustment:

                    + MOVE 1.0060 TO H-SHORT-STAY-ADJ.

                   Updated market basket ratios for EHR savings.
                    + MOVE 1.020326223 TO H-MB-RATIO-EHR-FULL.
                    + MOVE 1.020464881 TO H-MB-RATIO-EHR-QUAL-FULL.

                   Updated RBN and market basket factors utilized to
                   calculate the overall update factor used in updating
                   the HSP amount to 2017 dollars.

                    + MOVE 0.998078 TO H-BUDG-NUTR170.

                    + MOVE 1.01650 TO H-UPDATE-170.

                      IF P-NEW-CBSA-HOSP-QUAL-IND = '1' AND
                         P-EHR-REDUC-IND = ' '
                         MOVE 1.01650 TO H-UPDATE-170.

                      IF P-NEW-CBSA-HOSP-QUAL-IND = '1' AND
                         P-EHR-REDUC-IND = 'Y'
                         MOVE 0.99625 TO H-UPDATE-170.

                      IF P-NEW-CBSA-HOSP-QUAL-IND = '0' AND
                         P-EHR-REDUC-IND = ' '
                         MOVE 1.00975 TO H-UPDATE-170.

                      IF P-NEW-CBSA-HOSP-QUAL-IND = '0' AND
                         P-EHR-REDUC-IND = 'Y'
                         MOVE 0.98950 TO H-UPDATE-170.

                   Updated standardized operating and capital threshold.
                    + MOVE 5516.14 TO H-OPER-BASE.
                    + MOVE 446.79 TO H-CAPI-BASE.

========================================================================

A partitioned data set (PDS) of the Version 20170 code
(MU00.@BFN2699.INNDM170) is at the CMS Data Center for users
to obtain by Connect:Direct (Network DataMover).

The 40 members listed below comprise the Pricer, but only the modules
that changed since the previous release are included in the PDS. The
changed members should be used in conjunction w/ MU00.@BFN2699.INNDM162.

CMS now only sends the program modules in the release. The supporting
files and unchanged or unused program modules are no longer included in
the release.

New and/or revised program modules and files will have (2017.0) in the
description column below.

NAME        DESCRIPTION
-------     ------------------------------------------------------------
CBSA170     2017.0 FY 2017 CBSA & WAGE INDEX TABLE
DRGSX170    2017.0 FY 2017 DRG WEIGHTS TABLE
MANIFEST    2017.0 LIST OF RELEASE MEMBERS
MIDNIGHT    2017.0 FY 2017 TWO MIDNIGHT POLICY ADJUSTMENT FACTOR TABLE
MSAX045     2004.5 INPAT PRICING METROPOLITAN STATISTICAL AREA
         ------------------------------------------
         INPAT PRICING PROGRAM CALCULATION PROGRAMS
PPCAL006    2000.6 2000 CLAIMS 10/01 TO 09/30/2000
PPCAL017    2001.7 2001 CLAIMS 10/01 TO 09/30/2001
PPCAL026    2002.6 2002 CLAIMS 10/01 TO 09/30/2002
PPCAL038    2003.8 2003 CLAIMS 10/01 TO 09/30/2003
PPCAL04D    2004.D 2004 CLAIMS 10/01 TO 09/30/2004
PPCAL058    2005.8 2005 CLAIMS 10/01 TO 09/30/2005
PPCAL069    2006.9 2006 CLAIMS 10/01 TO 09/30/2006
PPCAL07B    2007.B 2007 CLAIMS 10/01 TO 09/30/2007
PPCAL08D    2008.D 2008 CLAIMS 10/01 TO 09/30/2008
PPCAL09D    2009.D 2009 CLAIMS 10/01 TO 09/30/2009
PPCAL10O    2010.O 2010 CLAIMS 10/01 TO 03/31/2010
PPCAL10P    2010.P 2010 CLAIMS 04/01 TO 09/30/2010
PPCAL119    2011.9 2011 CLAIMS 10/01 TO 09/30/2011 - SEE CHANGES ABOVE
PPCAL125    2012.5 2012 CLAIMS 10/01 TO 09/30/2012 - SEE CHANGES ABOVE
PPCAL135    2013.5 2013 CLAIMS 10/01 TO 09/30/2013 - SEE CHANGES ABOVE
PPCAL14B    2014.B 2014 CLAIMS 10/01 TO 09/30/2014 - SEE CHANGES ABOVE
PPCAL156    2015.6 2015 CLAIMS 10/01 TO 09/30/2015 - SEE CHANGES ABOVE
PPCAL163    2016.3 2016 CLAIMS 10/01 TO 09/30/2016 - SEE CHANGES ABOVE
PPCAL170    2017.0 2017 CLAIMS 10/01 TO 09/30/2017 - SEE CHANGES ABOVE
PPCAL884    1988.4 1988 CLAIMS 10/01 TO 09/30/1988
PPCAL894    1989.4 1989 CLAIMS 10/01 TO 09/30/1989
PPCAL905    1990.5 1990 CLAIMS 10/01 TO 09/30/1990
PPCAL915    1991.5 1991 CLAIMS 10/01 TO 09/30/1991
PPCAL926    1992.6 1992 CLAIMS 10/01 TO 09/30/1992
PPCAL935    1993.5 1993 CLAIMS 10/01 TO 09/30/1993
PPCAL944    1994.4 1994 CLAIMS 10/01 TO 09/30/1994
PPCAL954    1995.4 1995 CLAIMS 10/01 TO 09/30/1995
PPCAL964    1996.4 1996 CLAIMS 10/01 TO 09/30/1996
PPCAL974    1997.4 1997 CLAIMS 10/01 TO 09/30/1997
PPCAL987    1998.7 1998 CLAIMS 10/01 TO 09/30/1998
PPCAL998    1999.8 1999 CLAIMS 10/01 TO 09/30/1999
         ------------------------------------------
PPDRV170    2017.0 INPAT PRICING PROGRAM           - SEE CHANGES ABOVE
PPHOLDAR    2017.0 PPHOLDAR-HOLD-AREA
RATEX170    2017.0 FY 2017 RATES TABLE
README      2017.0 DESCRIPTION OF RELEASE UPDATES
