/******************************************************************************* hsptypf: Group Hospitals by Type Programmer: Heather Prior First Created: January 17, 2012 Revisions: April 16, 2012: Moved some hospitals based on input from RHAs. Description: This format groups hospitals into types. To label these types use corresponding format $hsptypl. *******************************************************************************/ value $hsptypf '0005','0016' = '01' /* Tertiary */ '0001','0003','0004','0007','0009','0011' = '02' /* Urban Community */ '0109','0110','0114','0122','0134','0153', '0162','0170','0173','0177','0187' = '03' /* Major Rural*/ '0102','0107','0116','0143','0146', '0148','0152','0158','0161','0169', '0172','0175','0176','0179','0180' = '04' /* Intermediate Rural */ '0103','0111','0113','0118','0119','0123','0124','0128', '0130','0135','0136','0137','0139','0140','0144','0147', '0149','0154','0155','0159','0163','0165','0174','0178', '0181','0183','0184','0210','0212' = '05' /* Small Rural & Northern */ '0106','0108','0129','0131','0138', '0150','0151','0156','0164','0166', '0167','0171','0182','0185','0186' = '06' /* Multi-use/Transitional */ '0270','0271','0272','0273','0274','0277','0278','0279', '0280','0281','0282','0283','0284','0285','0286','0287', '0288','0289','0290','0291','0292','0293' = '07' /* Nursing Stations */ '0006','0017','0019','0020' = '08' /* Chronic and Rehab */ '0117','0127','0142','0500'-'0899' = '09' /* PCH */ '0022','0026','0030','0031','0036','0046', '0054','0062','0063','0064','0095','0125', '0190','0191','0192','0193','0202','0204' = '10' /* Other Clinic or Health Centre */ '0002','0008','0010','0012','0013' = '11' /* Subsets of HSC, used in Medical Claims only */ '1000'-'9998' = '12' /* Out-of-Province */ '9999' = '99'; /* Unknown/NOS */