Seafarers Hospital Society

Seafarers Hospital Society

th-2837830554.jpg

Charity Number: 231724

Address: 4th Floor, Silverstream House, 45 Fitzroy Street,Fitzrovia,London 

Postcode: W1T 6EB

Phone: 0208 8583696

Website: www.seahospital.org.uk

Email: admin@seahospital.org.uk 

 

Summary: The Seafarers Hospital Society is committed to supporting the health, welfare, and advice needs of seafarers. If you are, or have been, a merchant seafarer or fisherman, we are here to assist you and your dependants.

We provide grants to both organisations and individuals, support research into seafarers’ health and wellbeing, and fund projects that align with our mission to improve lives at sea and ashore.

Support available includes access to free physiotherapy, as well as mental health and wellbeing services.

Contact us or visit our website to find out more.

    • Related Articles

    • Health & Welfare Financial Grants

      Provided by Seafarers Hospital Society (SHS) Telephone: 020 8858 3696 Email: admin@seahospital.org.uk Website: www.seahospital.org.uk Address: 29 King William Walk, Greenwich, London, SE10 9HJ, United Kingdom The Seafarers Hospital Society (SHS) is a ...
    • The Seafarers’ Charity

      Contact details Website: https://www.theseafarerscharity.org/ Telephone: 020 7932 0000 (Monday to Friday, 9:00am to 5:00pm) Postal address: The Seafarers’ Charity 8 Hatherley Street London SW1P 2QT Contact page: ...
    • Royal Alfred Seafarers’ Society

      Contact details Website: https://royalalfredseafarers.co.uk/ Care Team Telephone: 01737 360106 Email: welcome@royalalfred.org.uk Head Office Telephone: 01737 353763 Email: enquiries@royalalfred.org.uk Postal Address Royal Alfred Seafarers’ Society ...
    • Sailors’ Society

      Contact details Website: https://sailors-society.org/ 24/7 support: Seafarers and family members can access free support through Sailors’ Society’s global helpline and instant chat service, available 24 hours a day, 7 days a week. Access is available ...
    • The Sailors' Orphan Society of Scotland

      Charity Number: SC000242 (Scotland) Address: 18 Woodside Crescent, Glasgow Postcode: G3 7UL Phone: 0141 353 2090 Website: www.sailorsorphansociety.co.uk Email: Contact Form on the website Summary: The object of the Society is to feed, clothe, educate ...
    (function () { 'use strict'; // Only run on the KB root page if (!/\/kb\/seafarer-support\/?$/.test(window.location.pathname)) return; var CATEGORY_ID = '233149000000358041'; var MAX_WAIT_MS = 10000; var POLL_INTERVAL_MS = 200; var elapsed = 0; function getStore() { if (window.reduxStore) return window.reduxStore; if (window._store) return window._store; var all = document.querySelectorAll('*'); for (var i = 0; i < all.length; i++) { var keys = Object.keys(all[i]); for (var j = 0; j < keys.length; j++) { if (keys[j].indexOf('__reactContainer') === 0) { try { return all[i][keys[j]].child.memoizedProps.store; } catch (e) {} } } } return null; } function getPortalId() { var resources = window.performance.getEntriesByType('resource'); for (var i = 0; i < resources.length; i++) { var m = resources[i].name.match(/portalId=([^&]+)/); if (m) return m[1]; } return null; } var timer = setInterval(function () { elapsed += POLL_INTERVAL_MS; if (elapsed > MAX_WAIT_MS) { clearInterval(timer); return; } var store = getStore(); if (!store) return; var kb = store.getState().KBUIState; if (!kb || !kb.subCategoryWithArticles || kb.subCategoryWithArticles.length === 0) return; if (!kb.isNext) { clearInterval(timer); return; } clearInterval(timer); var portalId = getPortalId(); if (!portalId) return; var base = window.location.origin + '/portal/api/kbCategory/' + CATEGORY_ID + '/articles?portalId=' + portalId; Promise.all([ fetch(base + '&from=1&limit=9').then(function (r) { return r.json(); }), fetch(base + '&from=10&limit=9').then(function (r) { return r.json(); }) ]).then(function (results) { var sections = Object.values(results[0].data).concat(Object.values(results[1].data)); if (!sections.length) return; store.dispatch({ type: 'KB_SUB_CATEGORIES_WITH_ARTICLES_BY_CATEGORY_SUCCESS', data: { list: sections, categoryId: CATEGORY_ID, isNext: false, page: 1 } }); }).catch(function () {}); }, POLL_INTERVAL_MS); })();