************************************************************ * 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. * ************************************************************; *** Modified July 13, 2000 so out of prov is 1000-high this means that missing MB hosptial numbers will not be given an OOP value - Charles Burchill ; /* aw December 3, 1992 */ value hsptypf 12,23 = '1' /* St.B and HSC */ 8,10,11,14,16,18 = '2' /* Urban Community */ 116,117,129,141,160, 169,177,180,184,194 = '3' /* Major Rural: */ /* Winkler, Steinbach, Dauphin */ /* Flin Flon, Morden,Portage */ /* The Pas, Selkirk, Thompson */ /* Swan River */ 109,114,123,137,153, 159,165,179,182,187 = '4' /* Intermediate Rural: */ /* Altona, Beausejour, Carmen */ /* Minnedosa, Neepawa, Souris */ /* Ste Rose, Virden */ 110,113,120,125,126,130,131,135,136,138,142,145,146,147,150, 151,154,155,157,161,166,170,168,172,173,176,178,181,183,185, 186,188,189,190,191, 193,217,144 = '5' /* Small Rural */ 115,163,158,171,174, 192 = '6' /* Small Multi-use */ 143,162,156,219,118 = '7' /* Northern Isloated */ 278,279,280,281,284, 285,286,287,288,289, 290,291,292,293,294, 295,296,297 = '8' /* Nursing Stations */ 13,26,24,27 = '9' /* Chronic & Rehab.: */ /* Wpg Municipal, Deer Lodge */ /* Rehab Centre for Children */ /* Adolescent Treatment Centre */ 124,134,149 = '10' /* Personal Care Homes: */ /* Cartwright, Elkhorn, Hartney*/ 1007-high = '11' /* out-of-province */;