************************************************************ * The following SAS code creates a format grouping all Man * * hospitals into 11 groups based upon facility type/size * * and level of function within the provincial system of * * hospital care. It was developed in May 1992 by Charlyn * * Black with input from Capital Planning of Man. Health * * for application in the Hospital module of the Health * * Information System (release fall 1992). Average number * * of rated beds per hospital and average per diem rates * * have also been developed for each hospital group. * ************************************************************; /* aw December 3, 1992 */ value $hsptypl '1' = '1 Teaching' '2' = '2 Urban Community' '3' = '3 Major Rural' '4' = '4 Intermediate Rural' '5' = '5 Small Rural' '6' = '6 Small Multi-Use' '7' = '7 Northern, Isolated' '8' = '8 Nursing Stations' '9' = '9 Chronic & Rehab' '10' = '10 P.C.H.' '11' = '11 Out-of-Province';