After installing ssl on your Hospital ERP Software hosting you need to edit your base url in following file -

Open file \application\config\config.php and find the line $config['base_url'] = 'http://yourdomain.com/'; change it to $config['base_url'] = 'https://yourdomain.com/'; that's it.