/******************************************************************************* hsptypl: Label Hospital Types Programmer: Heather Prior First Created: January 17, 2012 Revisions: April 16, 2012: Combined Small Rural & Northern Isolated categories based on input from RHAs. Description: This format labels hospital types. To create this variable use corresponding format $hsptypf. *******************************************************************************/ value $hsptypl '01' = '01 Tertiary' '02' = '02 Urban Community' '03' = '03 Major Rural' '04' = '04 Intermediate Rural' '05' = '05 Small Rural' '06' = '06 Transitional Care Facility' '07' = '07 Nursing Stations' '08' = '08 Chronic & Rehab' '09' = '09 PCH' '10' = '10 Other Clinic/Health Centre' '11' = '11 Subset of HSC (Med Claims Only)' '12' = '12 Out of Province' '99' = '99 Unknown/NOS (9999)' ' ' = 'Missing' other = 'Other';