Introduction
QuickSnap Native Format is a comprehensive file format which contains all the data items required to arrive at any SNAP class.
It is a CSV file format, and the data items and code sets are described below,
Using this file format will allow you to group both Overnight and Ambulatory (Same Day, Community and Outpatient) Episodes (and Palliative Care phases).
It uses the 'native' AN-SNAP code sets, which are described below. Please note that the 'native' AN-SNAP code sets are not the same as IPHA's DSS/DRS code sets, despite containing the same 'labels'.
If you have a data extract which conforms to the IPHA's DSS/DRS formats you should consider using the QuickSnap DSS Compatible Format. Be aware, however, that this format is only capable of grouping Overnight Episodes/Phases.
Sample Files
Here are some examples of the QuickSnap DSS Compatible file format:
- Excel Template: QuickSnap_Native_template.xlsx - this file contains a header row and is in Excel format - QuickSnap cannot process this file but it displays the column headers for each data item
- CSV Sample: QuickSnap_Native_sample.csv- this is a sample CSV file in QuickSnap DSS Compatible format - QuickSnap will be able to process this file
Data Items
Col | Item Name | Data Type | CodeSet / Notes | ||
1 | RecordIdentifier | String | Up to 64 characters | ||
2 | AN-SNAP Case Type | Integer | AN-SNAP Case Type [1 – 5] | ||
3 | AN-SNAP Episode Type | Integer | AN-SNAP Episode Type [1 – 5] | ||
4 | Assessment Only | Integer | AN-SNAP Yes/No [0 – 1] | ||
5 | AN-SNAP Phase Type | Integer | AN-SNAP Phase Type [1 – 5] | ||
6 | Phase Start Date | Date | Phase Start Date (Palliative Care Phases Only) | ||
7 | Phase End Date | Date | Phase End Date (Palliative Care Phases Only) | ||
8 | Impairment Code | Decimal | Rehabilitation Impairment Codes | ||
79 | Date of Birth | Date |
| ||
810 | Start Episode Admission Date | Date | formerly Episode Admission Date | 9 | End |
11 | Episode Discharge Date | Date | formerly Episode Discharge Date | 10 | |
12 | Leave Days | Integer |
| ||
1113 | RUG – Activities of Daily Living (RUG-ADL) | Integer | RUG-ADL Total [4-18] | ||
1214 | PCPSS | Integer | PCPSS Total [0-12] | ||
1315 | FIM – Motor subscale total | Integer | FIM Motor Total [13-91] | ||
1416 | FIM – Cognition subscale total | Integer | FIM Cognition Total [5-35] | ||
1517 | HoNOS Overactive, Aggressive, Disruptive Behaviour | Integer | HoNOS Overactive [0-5] | ||
1618 | HoNOS Problems with Activities of Daily Living (ADL) | Integer | HoNOS ADL [0-4] | ||
1719 | HoNOS Total | Integer | HoNOS Total [0-48] | ||
1820 | Focus of Care | Integer | SNAP Focus of Care | ||
1921 | SNAP Maintenance Type | Integer | SNAP Maintenance Type | ||
2022 | Provider Type: Medical | Integer | SNAP Yes/No [0 – 1] | ||
2123 | Provider Type: Nursing | Integer | SNAP Yes/No [0 – 1] | ||
2224 | Provider Type: Physical Therapy | Integer | SNAP Yes/No [0 – 1] | ||
2325 | Provider Type: Psychosocial Therapy | Integer | SNAP Yes/No [0 – 1] |
...