VERSION HISTORY
| RUG3/M3PI Version |
Description |
| 1.0 | Assessment instrument supported: 12/90B MDS+. Models supported: 44 group hierarchical (model suffix code = "A"). This was the initial version of the processor. It was limited to hierarchical classification. When an MDS+ database file (DBF file) was updated by the processor, the RUG3 class was always placed in a field labeled HCFA_GP in the MDS+ database. |
| 2.01 | Assessment instrument supported: 12/90B MDS+. Models supported: 44 group hierarchical and index maximizing (model suffix code = "B"). This version allowed Medicaid Payment and Medicare Payment classifications in addition to Clinical Hierarchy classifications. The Medicaid Payment classification maximizes the Medicaid Case Mix Index (CMI) for a resident. The Medicare Payment classification maximizes the Medicare Case Mix Index (CMI) for a resident. When an MDS+ database file (DBF file) is updated by the processor, the RUG3 class for Clinical Hierarchy classification is always placed in fields labeled MCDGP and MCRGP in the MDS+ database; the class for Medicaid payment is placed in the ST_GP field; and the class for Medicare payment is placed in the HCFA_GP field. (Continued next page.) |
| RUG3/M3PI Version |
Description |
| 2.01 continued |
The following changes were made to
classification logic with this version:
|
| RUG3/M3PI Version |
Description |
| 2C | Assessment instrument supported: 12/90B MDS+. Models supported: 44 group hierarchical and index maximizing (model suffix code = "B"). This version is exactly the same as version 2.01 except for changes made to the pseudocode. The following information was added to the pseudocode:
|
| 3.0 | Assessment instrument supported: 12/90B MDS+. Models supported: 44 group hierarchical and index maximizing (model suffix code = "C"); 35 group hierarchical and index maximizing (model suffix code = "D"). There were two minor changes to the dbf structure for MDS+ files to be used with the processor. These changes involved 2 field names. The field previously named MCRGP was renamed P3MED, and the field previously named MCDGP was renamed P3STATE. Note that the position, length, format, and contents for these fields did not change--only the field names in the dbf structure changed. This version allowed classifications (whether Clinical Hierarchical or Index Maximizing) to be made for all 44 RUG3 groups or for a new RUG3 model which involves only 35 groups. The 35 group model involves collapsing several of the Rehabilitation groups from the 44 group model. |
| RUG3/M3PI Version |
Description |
| 3.0 continued |
This version allowed flexibility concerning
what fields in an MDS+ database (DBF file) were updated with different classification
results. Any classification result--35 or 44 group Clinical Hierarchy, 35 or 44 group
Index Maximizing (using any selected CMI set)--could now be placed in any of four fields:
P3MED, P3STATE, HCFA_GP, ST_GP. The Multistate Project CMI set provided with the processor included corrections from that in previous versions. |
| 3.01 | Assessment instrument supported: 12/90B MDS+. Models supported: 44 group hierarchical and index maximizing (model suffix code = "C"); 35 group hierarchical and index maximizing (model suffix code = "D"). This version is exactly the same as version 3.0 except for two very minor corrections in the pseudocode. Both corrections are in the table giving MDS+ item, corresponding MDS item, permissible values, and description. The description for MDS+ item b4 was corrected to read "Cognitive skills." The MDS item corresponding to the n1bea MDS+ item was corrected to p1o. |
| 3.1 | Assessment instrument supported: 12/90B MDS+. Models supported: 44 group hierarchical and index maximizing (model suffix code = "C"); 35 group hierarchical and index maximizing (model suffix code = "D"). The major change with this version was to produce executable code that would run under DOS 6. Some minor changes were made to recoding prior to application of the classification logic. These included: (1) blanks or dashes for items b3a through b3d and g1a through g1c were recoded to 1 rather than 0 and (2) blanks or dashes for all other classification items were recoded to 0. |
| RUG3/M3PI Version |
Description |
| 3.1 continued |
Items b3e and j7b have not actually been used
in the classification logic since version 1.0. However, these items had continued to
appear on calculator screens, to be considered in data validity checks, and to be included
in documentation in versions 2.01 through 3.01. All reference to these items was removed
in version 3.1. All fields in the test data (m3test31.dbf and m3test31.asc) have been filled with valid values. In prior versions, most fields which were not used for classification had been left blank. |
| 3.11 | Assessment instrument supported: 12/90B MDS+. Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "C"); 35 group hierarchical and index maximizing (model suffix code = "D"). The major changes to this version were to accommodate Medicare classification for the Multistate Case Mix Demonstration. Documentation for performing Medicare classification was added. New test data for Medicare classification was also added. Acknowledgement of HCFA support and a copyright notice were added. Finally, sets of appropriate Medicare indices (CMIs) were added to the program for 2 states (Kansas and Texas) in the Multistate Medicare Case Mix Demonstration Project. |
| RUG3/M3PI Version |
Description |
| 3.20 | Assessment instrument supported: 12/90B MDS+ Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "G"). This version implements a new RUG-III classification model called RUG-III 1997 Update. This new model is based upon a staff time measurement study conducted in several states in 1995. The RUG-III 1997 Update incorporates new Ultra High Rehabilitation classes, new scales for depression and cognitive impairment, and updated qualifiers for most of the RUG-III clinical categories. M3PI Version 3.20 supports 44 group classification using Hierarchical, Index Maximizing, and Medicare calculation types. |
| RUG3/M3PI Version |
Description |
| 3.20S | Assessment instrument supported: 12/90B MDS+ Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "G"). This version is exactly the same as version 3.20 with 2 changes:
|
| 3.21 | Assessment instrument supported: 12/90B MDS+ Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "G"). This version is similar to version 3.20 with the following changes:
|
| 3.22 | Assessment instrument supported: 12/90B MDS+ Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "G"). This version is similar to version 3.20S with the following change:
|
| RUG3/M3PI Version |
Description |
| 4.0 | Assessment instrument supported: 12/92 MDS+. Models supported: 44 group hierarchical and index maximizing (model suffix code = "E"); 35 group hierarchical and index maximizing (model suffix code = "F"). This version has similar capabilities to version 3.1 but applies to the 12/92 version of the MDS+. There are some classification logic changes with Version 4.0, including:
|
| RUG3/M3PI Version |
Description |
| 4.01 | Assessment instrument supported: 12/92 MDS+. Models supported: 44 group hierarchical and index maximizing (model suffix code = "E"); 35 group hierarchical and index maximizing (model suffix code = "F"). This version is exactly the same as version 4.0 with 2 minor exceptions. Acknowledgement of HCFA support and a copyright notice were added. |
| 4.02 | Assessment instrument supported: 12/92 MDS+. Models supported: 44 group hierarchical and index maximizing (model suffix code = "E"); 35 group hierarchical and index maximizing (model suffix code = "F"). The major changes to this version were to accommodate Medicare classification for the Multistate Case Mix Demonstration.
|
| RUG3/M3PI Version |
Description |
| 4.03 | Assessment instrument supported: 12/92 MDS+. Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "G"); 35 group hierarchical and index maximizing (model suffix code = "H"). There are 3 changes with this version:
|
| RUG3/M3PI Version |
Description |
| 4.04 | Assessment instrument supported: 12/92 MDS+. Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "G"); 35 group hierarchical and index maximizing (model suffix code = "H"). Changes with this version:
|
| RUG3/M3PI Version |
Description |
| 4.10 | Assessment instrument supported: MDS+ 1292. Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "I"). This version implements a new RUG-III classification model called RUG-III 1997 Update. This new model is based upon a staff time measurement study conducted in several states in 1995. The RUG-III 1997 Update incorporates new Ultra High Rehabilitation classes, new scales for depression and cognitive impairment, and updated qualifiers for most of the RUG-III clinical categories. M3PI Version 4.10 supports 44 group classification using Hierarchical, Index Maximizing, and Special Medicare calculation types. |
| RUG3/M3PI Version |
Description |
| 5.00 | Assessment instrument supported: MDS 2.0. Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "01"). This is the first version to accommodate MDS 2.0. This version is an interim version which supports 44 group classification but NOT 35 group classification. All other features are available. The classification algorithm used in this version is a crosswalk from that for version 4.03 with some changes to Medicare type classification. Medicare type changes were necessitated because ordered therapy items were changed with the MDS 2.0. |
| 5.01 | Assessment instrument supported: MDS 2.0. Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "01"). This version is exactly the same as version 5.00 with 1 change. In version 5.00 a blank was not included in the permissible range for item T1b (Ordered Therapies) and a blank in this field led to a default BC1 classification when the M3PI processor was used to update an assessment file. There was no similar problem for the M3PI manual calculator for version 5.00. A value of blank on T1b is actually a permissible value. In version 5.01, a value of blank is included in the valid range for item T1b "Ordered Therapies" and valid classifications will now be calculated when this item is blank. |
| RUG3/M3PI Version |
Description |
| 5.10 | Assessment instrument supported: MDS 2.0. Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "03"). This version implements a new RUG-III classification model called RUG-III 1997 Update. This new model is based upon a staff time measurement study conducted in several states in 1995. The RUG-III 1997 Update incorporates new Ultra High Rehabilitation classes, new scales for depression and cognitive impairment, and updated qualifiers for most of the RUG-III clinical categories. M3PI Version 5.10 supports 44 group classification using Hierarchical, Index Maximizing, and Special Medicare calculation types. |
| 5.11 | Assessment instrument supported: MDS 2.0. Models supported: 44 group Medicare, hierarchical, and index maximizing (model suffix code = "05"); 34 group hierarchical and index maximizing (model suffix code = "06"). This version classifies using the RUG-III 1997 Update logic. There is one major change from version 5.10:
There were 2 minor additional changes with this version:
|