(window.webpackJsonp=window.webpackJsonp||[]).push([[51],Array(64).concat([function(e,t,l){"use strict";l.r(t);var n={components:{MetaNav:l(140).a},props:{meta:Array,isCareer:Boolean}},o=l(16),component=Object(o.a)(n,(function(){var e=this.$createElement,t=this._self._c||e;return t("nav",{staticClass:"text-sm text-white / hidden justify-end lg:flex / relative / bg-blue-500 z-30"},[t("div",{staticClass:"container"},[t("MetaNav",{attrs:{meta:this.meta,"is-career":this.isCareer}})],1)])}),[],!1,null,null,null);t.default=component.exports;installComponents(component,{MetaNav:l(64).default})},,function(e,t,l){"use strict";var n={},o=l(16),component=Object(o.a)(n,(function(){var e=this,t=e.$createElement,l=e._self._c||t;return l("div",{staticClass:"container mt-20"},[e.$i18n.locale?l("div",[l("h1",{staticClass:"text-red text-xl mb-2 mt-0"},[e._v(e._s(e.$t("not_found.title")))]),e._v(" "),l("h2",{staticClass:"text-md mb-3"},[e._v(e._s(e.$t("not_found.subtitle")))]),e._v(" "),l("p",[e._v(e._s(e.$t("not_found.list_title")))]),e._v(" "),l("ul",{staticClass:"my-2 py-0 list-disc ml-2"},[l("li",{staticClass:"py-1"},[e._v(e._s(e.$t("not_found.list_items.first")))]),e._v(" "),l("li",{staticClass:"py-1"},[e._v(e._s(e.$t("not_found.list_items.second")))]),e._v(" "),l("li",{staticClass:"py-1"},[e._v(e._s(e.$t("not_found.list_items.last")))])]),e._v(" "),l("dynamic-link",{staticClass:"btn / mt-6",attrs:{link:"/"+e.$i18n.locale+"/"}},[e._v(e._s(e.$t("not_found.return")))])],1):l("div",[l("h1",{staticClass:"text-red text-xl mb-2 mt-0"},[e._v("404 - Not found")]),e._v(" "),l("h2",{staticClass:"text-md mb-3"},[e._v("\n Looks like nothing was found at this location.\n ")]),e._v(" "),l("p",[e._v("It could be because:")]),e._v(" "),e._m(0),e._v(" "),l("dynamic-link",{staticClass:"btn / mt-6",attrs:{link:"/en-ca/"}},[e._v("Return to homepage")])],1)])}),[function(){var e=this.$createElement,t=this._self._c||e;return t("ul",{staticClass:"my-2 py-0 list-disc ml-2"},[t("li",{staticClass:"py-1"},[this._v("The page does not exists in this language")]),this._v(" "),t("li",{staticClass:"py-1"},[this._v("The page has been deleted")]),this._v(" "),t("li",{staticClass:"py-1"},[this._v("The URL address is invalid")])])}],!1,null,null,null);t.a=component.exports;installComponents(component,{DynamicLink:l(67).default})},function(e,t,l){"use strict";l.r(t);l(148);var n={props:{link:String,target:[String,Boolean]},computed:{linkTarget:function(){if(!this.target){var e=!1;if(this.isFullUrl()){/(\.pdf|\.doc|\.docx|\.xlsx|\.txt|\.mp3|\.jpg|\.jpeg|\.png)$/g.test(this.link)&&(e=!0)}return e?"_blank":"_self"}return this.target},parsedLink:function(){return this.$formatCareerLink(this.link)}},methods:{isFullUrl:function(){return!!/^(http:\/\/|https:\/\/)/g.test(this.parsedLink)},isContact:function(){return this.parsedLink==this.$t("pages.contact")}}},o=l(16),component=Object(o.a)(n,(function(){var e=this,t=e.$createElement,l=e._self._c||t;return!e.link||e.isFullUrl()||e.isContact()?l("a",{attrs:{href:e.parsedLink,target:e.linkTarget}},[e._t("default")],2):l("nuxt-link",{attrs:{to:e.link,target:e.target}},[e._t("default")],2)}),[],!1,null,null,null);t.default=component.exports},,,,,,,,,,,,,,,,,function(e,t,l){e.exports=l.p+"img/umano.b126c7c.png"},function(e,t,l){e.exports=l.p+"img/umano.c44e0e3.svg"},function(e,t,l){"use strict";l.r(t);l(43),l(41),l(26);var n=l(4),o=(l(240),l(241),l(2)),r=l(242),d=l.n(r);o.default.use(d.a);var c={components:{},data:function(){return{searchOpened:!1,results:null,key:null,currentRefinement:null,clearedSearch:!1}},watch:{currentRefinement:function(e,t){t&&!e&&(this.clearedSearch=!1)}},methods:{redirectSearch:function(){window.location=this.$i18n.t("pages.search")+"?t="+this.currentRefinement}},mounted:function(){if(this.$route.query.t){var e=setInterval((function(){var input=document.getElementById("inputTop");if(input){var t=new Event("input");input.dispatchEvent(t),clearInterval(e)}}),200);this.currentRefinement=this.$route.query.t}}},m=(l(404),l(16)),f=Object(m.a)(c,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"group / pl-4 py-2 lg:px-4"},[n("span",{on:{click:function(t){e.searchOpened=!e.searchOpened}}},[n("img",{staticClass:"cursor-pointer",attrs:{src:l(402)}})]),e._v(" "),n("div",{directives:[{name:"show",rawName:"v-show",value:e.searchOpened,expression:"searchOpened"}],staticClass:"search / absolute right-0 / bg-gray-900 ml-10 mt-4 pb-3 pt-1.5 pr-4 pl-8 w-screen"},[n("div",[n("div",[n("div",{staticClass:"max-w-2xl px-6 m-auto"},[n("div",{staticClass:"flex center"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.currentRefinement,expression:"currentRefinement"}],staticClass:"searchBorder",attrs:{id:"inputTop",type:"search",autocomplete:"off",placeholder:e.$t("general.search_placeholder")},domProps:{value:e.currentRefinement},on:{keyup:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.redirectSearch.apply(null,arguments)},input:function(t){t.target.composing||(e.currentRefinement=t.target.value)}}}),e._v(" "),n("a",{staticClass:"ml-6 mt-2",attrs:{href:null==e.currentRefinement?e.$i18n.t("pages.search"):""!=e.currentRefinement?e.$i18n.t("pages.search")+"?t="+e.currentRefinement:e.$i18n.t("pages.search")}},[n("img",{attrs:{src:l(403)}})])])])])])])])}),[],!1,null,"d7acddce",null).exports,_={components:{Search:f},props:{main:Array,isCareer:Boolean},data:function(){return{active:0,jobApplyLink:this.$t("pages.career_spontaneous")}},fetch:function(){var e=this;return Object(n.a)(regeneratorRuntime.mark((function t(){var l;return regeneratorRuntime.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e.$customApollo.getJob(e.$route.path);case 2:l=t.sent,e.jobApplyLink=l?l.slug+e.$t("pages.apply"):e.$t("pages.career_spontaneous");case 4:case"end":return t.stop()}}),t)})))()},methods:{filterChilds:function(e){return e.filter((function(i){return"EMPTY"!==i.slug}))},generateLink:function(e){switch(e){case"/fr-ca/a-propos/":e="/fr-ca/a-propos/notre-histoire/";break;case"/en-ca/about/":e="/en-ca/about/our-history/";break;case"/en-us/about/":e="/en-us/about/our-history/";break;case"/en-uk/about/":e="/en-uk/about/our-history/";break;case"/en/about/":e="/en/about/our-history/";break;case"/fr-ca/relation-client/":e="/fr-ca/relation-client/plans-de-service/";break;case"/en-ca/services-and-support/":e="/en-ca/services-and-support/our-service-plans/";break;case"/en-us/services-and-support/":e="/en-us/services-and-support/our-service-plans/";break;case"/en-uk/services-and-support/":e="/en-uk/services-and-support/our-service-plans/";break;case"/en/services-and-support/":e="/en/services-and-support/our-service-plans/";break;case"/fr-ca/ressources/":e="/fr-ca/ressources/blogue/";break;case"/en-ca/resources/":e="/en-ca/resources/blog/";break;case"/en-us/resources/":e="/en-us/resources/blog/";break;case"/en-uk/resources/":e="/en-uk/resources/blog/";break;case"/en/resources/":e="/en/resources/blog/";break;case"/fr-ca/relation-client/umanocares-temp/":e="/fr-ca/relation-client/umanocares/";break;case"/en-ca/services-and-support/umanocares-temp/":e="/en-ca/services-and-support/umanocares/";break;case"/en-us/services-and-support/umanocares-temp/":e="/en-us/services-and-support/umanocares/";break;case"/en-uk/services-and-support/umanocares-temp/":e="/en-uk/services-and-support/umanocares/";break;case"/en/services-and-support/umanocares-temp/":e="/en/services-and-support/umanocares/"}return e},hideSubNav:function(){this.isCareer||(document.getElementsByClassName("subMenu")[1].style.display="none",setTimeout((function(){document.getElementsByClassName("subMenu")[1].style.display=""}),1e3))},mouseover:function(e){0!=e||this.isCareer||(document.body.style.overflowY="hidden")},mouseleave:function(){document.body.style.overflowY="scroll"},applyLink:function(){console.log("Emit Worked"),jobApplyLink=this.$route.path+$t("pages.apply")}}},h=(l(406),Object(m.a)(_,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",[e.main?n("div",{staticClass:"xl:text-lg / flex justify-between / ml-10"},[n("div",{staticClass:"flex justify-center items-center"},e._l(e.main,(function(t,o){return n("div",{key:o,staticClass:"mainNav group bg-white px-2 py-4 xl:px-6",on:{mouseover:function(t){return e.mouseover(o)},mouseleave:e.mouseleave}},[n("dynamic-link",{staticClass:"font-roman text-blue-500",class:e.isCareer&&"fr-ca"==e.$i18n.locale?"text-sm xl:text-lg":"",attrs:{link:e.generateLink(t.value.pages.slug)},nativeOn:{click:function(t){return e.hideSubNav(o)}}},[e._v(e._s(t.value.pages.title))]),e._v(" "),t.value.pages.childs&&0==o?n("div",{staticClass:"subMenu invisible flex-col absolute left-0 bg-white border-b border-t border-gray-400 h-screen mt-4 p-6 w-full z-30"},[n("div",{staticClass:"container"},[n("div",{staticClass:"flex"},[n("div",{staticClass:"space-y-8 w-2/12"},e._l(t.value.pages.childs,(function(t,l){return n("div",{key:l},[t.childs&&"EMPTY"!=t.slug?n("span",{staticClass:"text-black hover:text-teal-500 / cursor-pointer",class:{"font-md text-lg":e.active==l},on:{click:function(t){e.active=l}}},[e._v(e._s(t.title))]):"EMPTY"!=t.slug?n("dynamic-link",{staticClass:"text-black hover:text-teal-500",attrs:{link:t.slug},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[e._v(e._s(t.title))]):e._e()],1)})),0),e._v(" "),n("div",{staticClass:"w-9/12 2xl:w-7/12"},[n("div",{},[n("div",{staticClass:"flex justify-between"},[n("dynamic-link",{staticClass:"link-arrow / text-base text-teal-500 hover:text-blue-300",attrs:{link:t.value.pages.childs[e.active].slug},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[e._v(e._s(e.$t("general.more_details")))])],1),e._v(" "),n("div",{staticClass:"grid grid-cols-3 xl:grid-cols-4 gap-x-6 gap-y-10 / mt-8"},[e._l(t.value.pages.childs[e.active].custom_childs,(function(t,l){return n("div",{key:t.value.title},[n("div",{staticClass:"flex flex-col flex-wrap h-full justify-between"},[n("dynamic-link",{staticClass:"relative",attrs:{link:t.value.link},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[n("img",{staticClass:"object-cover h-56 bg-gray-325",attrs:{src:e.$getImagePath(t.value.thumbnail),alt:e.$getImageAlt(t.value.thumbnail)}}),e._v(" "),t.value.new_product?n("div",{staticClass:"absolute bg-teal-500 top-0 right-0 px-2 py-0.5 rounded-bl-lg"},[n("span",{staticClass:"text-white font-bold text-sm"},[e._v(e._s(e.$t("general.new_product")))])]):e._e()]),e._v(" "),n("div",{staticClass:"mt-4"},[n("dynamic-link",{staticClass:"text-lg text-blue-500",attrs:{link:t.value.link},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[e._v(e._s(t.value.title)+"\n ")]),e._v(" "),n("p",{staticClass:"text-xs text-blue-500 uppercase"},[e._v("\n "+e._s(t.value.subtitle)+"\n ")])],1),e._v(" "),n("div",{staticClass:"xl:flex justify-between items-center / mt-4"},[n("dynamic-link",{staticClass:"btn / text-sm",attrs:{link:t.value.link},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[e._v(e._s(e.$t("button.explore")))]),e._v(" "),t.value.has_showroom?n("dynamic-link",{staticClass:"link-arrow / font-md text-sm text-teal-500 ml-2 hover:text-blue-300 / mt-4 xl:mt-0",attrs:{link:e.$t("pages.showroom")+"?product="+t.value.title},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[e._v(e._s(e.$t("general.showroom")))]):e._e()],1)],1)])})),e._v(" "),e._l(e.filterChilds(t.value.pages.childs[e.active].childs),(function(t,l){return n("div",{key:l},[n("div",{staticClass:"flex flex-col flex-wrap h-full justify-between"},[n("dynamic-link",{staticClass:"relative",attrs:{link:t.slug},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[n("img",{staticClass:"object-cover h-56 bg-gray-325",attrs:{src:e.$getImagePath(t.thumbnail),alt:e.$getImageAlt(t.thumbnail)}}),e._v(" "),t.new_product?n("div",{staticClass:"absolute bg-teal-500 top-0 right-0 px-2 py-0.5 rounded-bl-lg"},[n("span",{staticClass:"text-white font-bold text-sm"},[e._v(e._s(e.$t("general.new_product")))])]):e._e()]),e._v(" "),n("div",{staticClass:"mt-4"},[n("dynamic-link",{staticClass:"text-lg text-blue-500",attrs:{link:t.slug},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[e._v(e._s(t.title)+"\n ")]),e._v(" "),n("p",{staticClass:"text-xs text-blue-500 uppercase"},[e._v("\n "+e._s(t.subtitle)+"\n ")])],1),e._v(" "),n("div",{staticClass:"xl:flex justify-between items-center / mt-4"},[n("dynamic-link",{staticClass:"btn / text-sm",attrs:{link:t.slug},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[e._v(e._s(e.$t("button.explore")))]),e._v(" "),t.has_showroom?n("dynamic-link",{staticClass:"link-arrow / font-md text-sm text-teal-500 ml-2 hover:text-blue-300 / mt-4 xl:mt-0",attrs:{link:e.$t("pages.showroom")+"?product="+t.title},nativeOn:{click:function(t){return e.hideSubNav.apply(null,arguments)}}},[e._v(e._s(e.$t("general.showroom")))]):e._e()],1)],1)])}))],2)])]),e._v(" "),n("div",{staticClass:"w-1/12 2xl:w-3/12"},[n("img",{staticClass:"float-right / cursor-pointer mr-6 mt-2",attrs:{src:l(331)},on:{click:e.hideSubNav}})])])])]):t.value.pages.childs?n("div",{staticClass:"group-hover:flex hidden flex-col / absolute / bg-white border border-gray-400 mt-4 p-6 shadow-menu_open w-64 -z-10"},[n("p",{staticClass:"font-md text-black text-sm uppercase / border-b border-gray-400 mb-4 pb-4"},[e._v("\n "+e._s(t.value.pages.title)+"\n ")]),e._v(" "),e._l(e.filterChilds(t.value.pages.childs),(function(t,l){return n("div",{key:l,staticClass:"space-y-2"},[n("dynamic-link",{staticClass:"text-gray-700 text-lg hover:text-teal-500",attrs:{link:t.slug}},[e._v(e._s(t.title))]),e._v(" "),n("div",{},e._l(t.childs,(function(t,l){return n("div",{key:l},[n("dynamic-link",{staticClass:"hover:text-teal-500 / pl-4",attrs:{link:t.slug}},[e._v(e._s(t.title))])],1)})),0)],1)}))],2):e._e()],1)})),0),e._v(" "),n("div",{staticClass:"flex items-center"},[e.isCareer?e._e():n("Search"),e._v(" "),e.isCareer?n("div",{staticClass:"group / relative / pl-4 py-2"},[n("dynamic-link",{staticClass:"gtm-form-view btn btn-blue",attrs:{link:e.jobApplyLink}},[e._v(e._s(e.$t("button.apply")))])],1):e._e(),e._v(" "),n("div",{staticClass:"group / relative / pl-4 py-2"},[n("dynamic-link",{staticClass:"btn gtm-form-view",attrs:{link:e.isCareer?e.$t("pages.career_contact"):e.$t("pages.contact")}},[e._v(e._s(e.$t("button.contact")))])],1)],1)]):e._e()])}),[],!1,null,"620cae8a",null)),k=h.exports;installComponents(h,{DynamicLink:l(67).default});var v={components:{MetaNav:l(140).a},computed:{active:function(){return this.$store.state.mobileActiveSubMenu}},props:{main:Array,meta:Array,isCareer:Boolean},methods:{changeActive:function(e){this.$store.commit("changeActiveSubMenu",e)},filterChilds:function(e){if(e.length>0)return e.filter((function(i){return"EMPTY"!==i.slug}))},hideMenu:function(){this.$store.commit("changeActiveSubMenu",null),this.$emit("hideMenu")},hideHandler:function(){this.$store.commit("changeActiveSubMenu",null),this.$emit("hideMenu")}}},y=(l(410),Object(m.a)(v,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"h-screen"},[e.main?n("div",{staticClass:"flex flex-col / w-full"},[null==e.active?n("div",{staticClass:"space-y-8 w-full"},[e._l(e.main,(function(t,l){return n("div",{key:l,staticClass:"relative"},[t.value.pages.childs?n("a",{staticClass:"link-arrow link-arrow-full / text-black text-lg / block / cursor-pointer w-full",on:{click:function(t){return e.changeActive(l)}}},[e._v(e._s(t.value.pages.title))]):n("dynamic-link",{staticClass:"link-arrow link-arrow-full / text-black text-lg / block / w-full",attrs:{link:"/fr-ca/a-propos/"==t.value.pages.slug?"/fr-ca/a-propos/notre-mission-et-vision/":t.value.pages.slug},nativeOn:{click:function(t){return e.hideMenu.apply(null,arguments)}}},[e._v(e._s(t.value.pages.title))])],1)})),e._v(" "),n("MetaNav",{attrs:{meta:e.meta,"is-career":e.isCareer},on:{hideMenu:e.hideHandler}}),e._v(" "),e.isCareer?n("div",[n("dynamic-link",{staticClass:"btn btn-blue / w-full",attrs:{link:e.$t("pages.career_spontaneous")},nativeOn:{click:function(t){return e.hideMenu.apply(null,arguments)}}},[e._v(e._s(e.$t("button.apply")))])],1):e._e(),e._v(" "),n("div",[n("dynamic-link",{staticClass:"btn / w-full",attrs:{link:e.isCareer?e.$t("pages.career_contact"):e.$t("pages.contact")},nativeOn:{click:function(t){return e.hideMenu.apply(null,arguments)}}},[e._v(e._s(e.$t("button.contact")))])],1)],2):e._e()]):e._e(),e._v(" "),null!==e.active&&e.main?n("div",{},[n("a",{staticClass:"text-teal-500 text-lg / cursor-pointer",on:{click:function(t){return e.changeActive(null)}}},[n("img",{staticClass:"inline-block / mb-1 mr-4 w-2",attrs:{src:l(203),alt:""}}),e._v(e._s(e.main[e.active].value.pages.title))]),e._v(" "),n("div",{staticClass:"flex flex-col / mt-4 space-y-4"},e._l(e.filterChilds(e.main[e.active].value.pages.childs),(function(t,l){return n("dynamic-link",{key:l,staticClass:"text-black / block / pl-4",attrs:{link:t.slug},nativeOn:{click:function(t){return e.hideMenu.apply(null,arguments)}}},[e._v(e._s(t.title)+"\n ")])})),1)]):e._e()])}),[],!1,null,"4116e054",null)),x=y.exports;installComponents(y,{DynamicLink:l(67).default,MetaNav:l(64).default});var w={name:"MainNav",components:{MainNavDesktop:k,MainNavMobile:x,Search:f},props:{main:Array,meta:Array,isCareer:Boolean},data:function(){return{navOpen:!1}},methods:{getHomeUrl:function(){return"/"+this.$i18n.locale+"/"},getCareerUrl:function(){return"fr-ca"==this.$i18n.locale?"/"+this.$i18n.locale+"/carriere/":"/"+this.$i18n.locale+"/career/"},hideHandler:function(){this.navOpen=!1},toggleMenu:function(){this.navOpen=!this.navOpen,this.$store.commit("changeActiveSubMenu",null)}}},S=(l(412),Object(m.a)(w,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"relative / bg-white border-b border-gray-300 z-20"},[n("div",{staticClass:"container / bg-white"},[n("div",{staticClass:"flex items-center justify-between"},[n("div",{staticClass:"flex items-center lg:hidden / h-14 pr-4"},[n("a",{staticClass:"mobile-btn",class:{"is-open":e.navOpen},on:{click:function(t){return e.toggleMenu()}}},[n("span")])]),e._v(" "),n("MainNavMobile",{staticClass:"subMenu / absolute right-0 top-0 / bg-gray-300 h-full mt-14 p-6 w-full",class:{hidden:!e.navOpen},attrs:{main:e.main,meta:e.meta,"is-career":e.isCareer},on:{hideMenu:e.hideHandler}}),e._v(" "),e.isCareer?n("dynamic-link",{attrs:{link:e.getCareerUrl()}},[n("img",{staticClass:"block-ie / hidden / mb-2",attrs:{src:l(84)}}),e._v(" "),n("img",{staticClass:"mb-2",attrs:{src:l(85)}})]):n("dynamic-link",{attrs:{link:e.getHomeUrl()}},[n("img",{staticClass:"block-ie / hidden / mb-2",attrs:{src:l(84)}}),e._v(" "),n("img",{staticClass:"mb-2",attrs:{src:l(85)}})]),e._v(" "),n("MainNavDesktop",{staticClass:"hidden lg:block / w-full",attrs:{main:e.main,"is-career":e.isCareer}}),e._v(" "),n("div",{staticClass:"block lg:hidden"},[e.isCareer?e._e():n("Search")],1)],1)])])}),[],!1,null,"4ba84bf8",null));t.default=S.exports;installComponents(S,{DynamicLink:l(67).default})},function(e,t,l){"use strict";l.r(t);var n=[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"social / inline-flex items-center justify-around / mt-6 w-full"},[t("a",{attrs:{target:"_blank",href:"https://www.facebook.com/UmanoMedical"}},[t("img",{staticClass:"hover:fill-current hover:-text-teal-500",attrs:{src:l(208)}})]),this._v(" "),t("a",{attrs:{target:"_blank",href:"https://www.youtube.com/channel/UCpHRnBl4VYd5GIblbBgHokw"}},[t("img",{staticClass:"hover:fill-current hover:-text-teal-500",attrs:{src:l(247)}})]),this._v(" "),t("a",{staticClass:"hover:fill-current hover:-text-teal-500",attrs:{target:"_blank",href:"https://www.linkedin.com/company/umano-medical/"}},[t("img",{staticClass:"hover:fill-current hover:-text-teal-500",attrs:{src:l(209)}})])])}],o=(l(248),l(249),{props:{footer:Object,isCareer:Boolean},methods:{generateLink:function(e){switch(e){case"/fr-ca/a-propos/":e="/fr-ca/a-propos/notre-histoire/";break;case"/en-ca/about/":e="/en-ca/about/our-history/";break;case"/en-us/about/":e="/en-us/about/our-history/";break;case"/en-uk/about/":e="/en-uk/about/our-history/";break;case"/en/about/":e="/en/about/our-history/";break;case"/fr-ca/relation-client/":e="/fr-ca/relation-client/plans-de-service/";break;case"/en-ca/services-and-support/":e="/en-ca/services-and-support/our-service-plans/";break;case"/en-us/services-and-support/":e="/en-us/services-and-support/our-service-plans/";break;case"/en-uk/services-and-support/":e="/en-uk/services-and-support/our-service-plans/";break;case"/en/services-and-support/":e="/en/services-and-support/our-service-plans/";break;case"/fr-ca/ressources/":e="/fr-ca/ressources/blogue/";break;case"/en-ca/resources/":e="/en-ca/resources/blog/";break;case"/en-us/resources/":e="/en-us/resources/blog/";break;case"/en-uk/resources/":e="/en-uk/resources/blog/";break;case"/en/resources/":e="/en/resources/blog/";break;case"/fr-ca/relation-client/umanocares-temp/":e="/fr-ca/relation-client/umanocares/";break;case"/en-ca/services-and-support/umanocares-temp/":e="/en-ca/services-and-support/umanocares/";break;case"/en-us/services-and-support/umanocares-temp/":e="/en-us/services-and-support/umanocares/";break;case"/en-uk/services-and-support/umanocares-temp/":e="/en-uk/services-and-support/umanocares/";break;case"/en/services-and-support/umanocares-temp/":e="/en/services-and-support/umanocares/"}return e},getHomeUrl:function(){return"/"+this.$i18n.locale+"/"},getCareerUrl:function(){return"fr-ca"==this.$i18n.locale?"/"+this.$i18n.locale+"/carriere/":"/"+this.$i18n.locale+"/career/"}}}),r=(l(414),l(16)),component=Object(r.a)(o,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.footer?n("div",{class:{"mt-20":!e.isCareer}},[n("div",{staticClass:"pt-10 pb-10 lg:pt-24"},[n("div",{staticClass:"container"},[n("div",{staticClass:"text-base lg:text-lg / m-auto 2xl:w-3/4"},[n("div",{staticClass:"lg:grid grid-cols-12 gap-8"},[n("div",{staticClass:"col-span-4 / text-center lg:text-left"},[e.isCareer?n("dynamic-link",{attrs:{link:e.getCareerUrl()}},[n("img",{staticClass:"block-ie / hidden / m-auto lg:m-0 !w-64",attrs:{src:l(84)}}),e._v(" "),n("img",{staticClass:"m-auto lg:m-0",attrs:{src:l(85)}})]):n("dynamic-link",{attrs:{link:e.getHomeUrl()}},[n("img",{staticClass:"block-ie / hidden / m-auto lg:m-0 !w-64",attrs:{src:l(84)}}),e._v(" "),n("img",{staticClass:"m-auto lg:m-0",attrs:{src:l(85)}})]),e._v(" "),n("div",{staticClass:"text-gray-600 / mt-4 space-y-2 lg:space-y-10",domProps:{innerHTML:e._s(e.footer.footer_text)}})],1),e._v(" "),n("div",{staticClass:"grid col-span-5 sm:grid-flow-col sm:grid-cols-2 gap-x-4 gap-y-1 / border-t border-gray-450 mt-6 pt-6 lg:border-0 lg:mt-0 lg:pt-6",class:[e.isCareer?"sm:grid-rows-3":"sm:grid-rows-4"]},e._l(e.footer.footer_nav,(function(t,l){return n("span",{key:l},[t.value.pages?n("dynamic-link",{staticClass:"font-md text-blue-500 hover:text-teal-500",class:[e.isCareer&&"/en-ca/career/spontaneous-application/"!=t.value.pages.slug&&"/fr-ca/carriere/candidature-spontanee/"!=t.value.pages.slug?"gtm-cta-6":"/en-ca/career/spontaneous-application/"==t.value.pages.slug||"/fr-ca/carriere/candidature-spontanee/"==t.value.pages.slug?"gtm-form-view":""],attrs:{link:e.generateLink(t.value.pages.slug)}},[t.value.custom_text?n("span",[e._v("\n "+e._s(t.value.custom_text)+"\n ")]):n("span",[e._v(e._s(t.value.pages.title))])]):n("a",{staticClass:"font-md text-blue-500 hover:text-teal-500",attrs:{href:t.value.url,target:"_blank",rel:t.value.ignore?"nofollow":""}},[e._v(e._s(t.value.text))])],1)})),0),e._v(" "),n("div",{staticClass:"col-span-3 / border-t border-gray-450 mt-6 pt-6 lg:border-0 lg:mt-0 lg:pt-6"},[n("p",{staticClass:"font-md text-blue-500"},[e._v(e._s(e.footer.footer_career.title))]),e._v(" "),n("p",{staticClass:"text-base text-gray-600 / lg:mt-6"},[e._v(e._s(e.footer.footer_career.text))]),e._v(" "),e.isCareer?n("dynamic-link",{staticClass:"link-styled hover:text-teal-500 / block / mt-4",attrs:{link:e.$t("pages.career_contact")}},[e._v(e._s(e.footer.footer_career.link_text))]):n("dynamic-link",{staticClass:"link-styled hover:text-teal-500 / block / mt-4",attrs:{link:e.$t("pages.career_home")}},[e._v(e._s(e.footer.footer_career.link_text))])],1)]),e._v(" "),n("div",{staticClass:"text-center lg:text-left / border-t border-gray-450 mt-6 pt-6 lg:mt-10 lg:pt-10"},[n("div",{staticClass:"w-max-content"},[n("p",{staticClass:"font-bold text-black text-left"},[e._v(e._s(e.$t("general.connect_with")))]),e._v(" "),e._m(0)])]),e._v(" "),n("div",{staticClass:"mt-8 footer-contact-rep",domProps:{innerHTML:e._s(e.footer.footer_contact_rep)}}),e._v(" "),n("div",{staticClass:"text-center lg:text-left / opacity-60 / lg:flex justify-between",class:e.footer.footer_contact_rep?"mt-4":"mt-12"},[n("p",{staticClass:"text-sm / border-t border-gray-450 mt-4 pt-4 lg:border-0 lg:mt-0 lg:pt-6"},[e._v("\n "+e._s(e.$t("general.copyright"))+" © "+e._s((new Date).getFullYear())+"\n "),"fr-ca"==e.$i18n.locale?n("span",[e._v("Umano Medical inc.")]):n("span",[e._v("Umano Medical inc")])]),e._v(" "),n("p",{staticClass:"text-sm / flex flex-col lg:block / border-t border-gray-450 mt-4 pt-4 lg:border-0 lg:mt-0 lg:pt-6"},[n("dynamic-link",{staticClass:"text-gray-500 hover:text-teal-500",attrs:{link:e.isCareer?e.$t("pages.career_condition"):e.$t("pages.condition")}},[e._v(e._s(e.$t("general.condition")))]),e._v(" "),n("dynamic-link",{staticClass:"hover:text-teal-500 text-gray-500 / mt-2 lg:ml-10 lg:mt-0",attrs:{link:e.isCareer?e.$t("pages.career_politic"):e.$t("pages.politic")}},[e._v(e._s(e.$t("general.privacy_policy")))]),e._v(" "),n("dynamic-link",{staticClass:"text-gray-500 hover:text-teal-500 / mt-2 lg:ml-10 lg:mt-0",attrs:{link:e.$t("pages.cookie")}},[e._v(e._s(e.$t("general.cookie_policy")))])],1)]),e._v(" "),n("div",{staticClass:"leonard_logo / text-gray-500 text-xs text-center / mt-6 opacity-60 lg:float-right"},[e._v("\n "+e._s(e.$t("general.website_by"))+"\n "),n("a",{attrs:{href:e.$t("general.leonard_url"),title:e.$t("general.leonard_url"),target:"_blank"}})])])])])]):e._e()}),n,!1,null,"4bc7bec6",null);t.default=component.exports;installComponents(component,{DynamicLink:l(67).default})},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,l){"use strict";l.d(t,"a",(function(){return r}));var n=l(2),o=l(88);n.default.use(o.a);var r=new o.a({locale:"fr",messages:{fr:{validation:{email:"Le courriel doit être valide",excluded:"Nous sommes ravis que vous appréciez nos lits. Par contre, quand il est question de lits médicaux, des requis et des contraintes liés aux types d’environnements ou de lieux dans lesquels ils sont destinés à être utilisés s’ajoutent et, ce qui devient obligatoire pour l’un, est parfois interdit pour l’autre. Ainsi, nous ne pouvons donner suite à votre demande car les produits d’Umano Medical ne sont ni conçus ni certifiés pour un usage à domicile.",required:"Ce champ est requis",ext:"L'extension n'est pas pris en charge"}},en:{validation:{email:"This field must be a valid email",excluded:"As a medical device manufacturer, Umano Medical is governed by requirements from different regulatory agencies as well as national and international standards. When it comes to medical beds, there are requirements and constraints related to environments of intended use and, what is mandatory for one, is sometimes prohibited for another. Unfortunately, we will be unable to fulfill your request as the medical device involved was not designed nor certified for homecare use.",required:"This field is required",ext:"The extension is not supported"}}}})},,,,,,,,,,,,,,,,,,,,,,function(e,t,l){"use strict";l(408),l(409);var n={computed:{translationReady:function(){return this.$store.state.translationReady}},props:{meta:Array,isCareer:Boolean},methods:{showLink:function(e,t,l){return-1==e.indexOf("wrong-url")&&t!=l},hideMenu:function(){this.$emit("hideMenu")}}},o=l(16),component=Object(o.a)(n,(function(){var e=this,t=e.$createElement,l=e._self._c||t;return l("div",{staticClass:"container-lg meta / lg:flex justify-end"},[l("div",{staticClass:"flex items-center"},[e.meta?l("div",{staticClass:"flex flex-col lg:justify-center lg:items-center lg:flex-row"},[e._l(e.meta,(function(t,n){return l("span",{key:n,staticClass:"pb-1 lg:px-4 lg:py-1"},[t.value.pages?l("dynamic-link",{staticClass:"font-roman text-sm text-black lg:text-white hover:text-teal-500",attrs:{link:t.value.pages.slug},nativeOn:{click:function(t){return e.hideMenu.apply(null,arguments)}}},[e._v(e._s(t.value.pages.title))]):e._e(),e._v(" "),t.value.custom_link?l("dynamic-link",{staticClass:"font-roman text-sm text-black lg:text-white hover:text-teal-500",attrs:{link:t.value.custom_link}},[e._v(e._s(t.value.custom_text))]):e._e()],1)})),e._v(" "),e.translationReady&&(e.showLink(e.switchLocalePath("fr-ca"),"fr-ca",e.$i18n.locale)||e.showLink(e.switchLocalePath("en-ca"),"en-ca",e.$i18n.locale)||e.showLink(e.switchLocalePath("en-us"),"en-us",e.$i18n.locale)||e.showLink(e.switchLocalePath("en"),"en",e.$i18n.locale))?l("span",{staticClass:"group / text-black lg:text-white / flex items-center / relative / pb-1 lg:px-4 lg:py-1"},[e.isCareer?e._e():l("span"),e._v(" "),e.isCareer?l("span",{staticClass:"fix-lh down-arrow"},[e._v(e._s(e.$i18n.t("locale.partial")))]):l("span",{staticClass:"fix-lh down-arrow"},[e._v(e._s(e.$i18n.t("locale.full")))]),e._v(" "),l("div",{staticClass:"hidden group-hover:block / text-black lg:text-blue-500 / absolute top-0 / bg-white mt-7 px-3 py-3 shadow transform -translate-x-1/4 w-max-content z-10 space-y-2"},[e.showLink(e.switchLocalePath("fr-ca"),"fr-ca",e.$i18n.locale)?l("a",{staticClass:"block",attrs:{href:e.switchLocalePath("fr-ca")}},[e._v("Français "),e.isCareer?e._e():l("span",[e._v("(Canada)")])]):e._e(),e._v(" "),e.showLink(e.switchLocalePath("en-ca"),"en-ca",e.$i18n.locale)?l("a",{staticClass:"block",attrs:{href:e.switchLocalePath("en-ca")}},[e._v("English "),e.isCareer?e._e():l("span",[e._v("(Canada)")])]):e._e(),e._v(" "),!e.isCareer&&e.showLink(e.switchLocalePath("en-us"),"en-us",e.$i18n.locale)?l("a",{staticClass:"block",attrs:{href:e.switchLocalePath("en-us")}},[e._v("English "),e.isCareer?e._e():l("span",[e._v("(United States)")])]):e._e(),e._v(" "),!e.isCareer&&e.showLink(e.switchLocalePath("en"),"en",e.$i18n.locale)?l("a",{staticClass:"block",attrs:{href:e.switchLocalePath("en")}},[e._v("English "),e.isCareer?e._e():l("span",[e._v("(International)")])]):e._e()])]):e._e()],2):e._e()])])}),[],!1,null,null,null);t.a=component.exports;installComponents(component,{DynamicLink:l(67).default})},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,l){"use strict";l(43),l(147),l(40),l(19),l(21),l(74),l(151),l(34),l(75),l(56),l(210),l(42),l(41);var n=l(25),o=l(2),r=l(65),d=l.n(r);o.default.use(d.a),o.default.prototype.$leadinfoGetCookieData=function(){var e=$cookies.get("leadinfo");return!!e&&JSON.parse(atob(e))},t.a=function(e){e.app.router.afterEach((function(e,t){var l={};!function(e){var l=window.location.hostname,n=[".rep-form form"],o="",r="";e.initCookie=function(){if(console.log(document.referrer),document.referrer&&""!=document.referrer.trim()&&(o=document.referrer,r=c(o)),null!=t.name&&(o=window.location.protocol+"//"+window.location.hostname+t.fullPath,r=c(o)),null==$cookies.get("leadinfo_session")||null==$cookies.get("leadinfo")){var e={web_referrer:o,web_term:x(o),web_content:w(),web_medium:v(r),web_source:y(r),web_campaign:S(),web_device:f(),web_visit_first_page:window.location.href,web_thanks_redirection:document.querySelector(".id_thanks_page input")?document.querySelector(".id_thanks_page input").value:"",web_form_referer:C(),web_assisted_by:T(o)};e.web_referrer||delete e.web_referrer,e.web_term||delete e.web_term,e.web_content||delete e.web_content,e.web_medium||delete e.web_medium,e.web_source||delete e.web_source,e.web_campaign||delete e.web_campaign,e.web_device||delete e.web_device,e.web_visit_first_page||delete e.web_visit_first_page,e.web_thanks_redirection||delete e.web_thanks_redirection,e.web_form_referer||delete e.web_thanks_redirection,e.web_assisted_by||delete e.web_assisted_by,k(e)}d()},e.debugCookieInfo=function(){N(),console.log("1) Show form hidden fields"),document.querySelector(".web_campaign").classList.remove("hidden"),document.querySelector(".web_referrer").classList.remove("hidden"),document.querySelector(".web_source").classList.remove("hidden"),document.querySelector(".web_medium").classList.remove("hidden"),document.querySelector(".web_content").classList.remove("hidden"),document.querySelector(".web_term").classList.remove("hidden"),document.querySelector(".web_device").classList.remove("hidden"),document.querySelector(".web_visit_first_page").classList.remove("hidden"),document.querySelector(".web_form_referer").classList.remove("hidden"),document.querySelector(".web_assisted_by").classList.remove("hidden"),document.querySelector(".id_thanks_page").classList.remove("hidden"),console.log("2) Number of forms in the content (web_form_referer):",N().length,N()),console.log("3) LeadInfo cookie values",h())},e.get_WebSessionId=function(){var e=h();return e&&e.web_session_id&&""!=e.web_session_id?e.web_session_id:null};var d=function(e){(e=h())?(e.web_assisted_by=T(o),e.web_device=f(),e.web_thanks_redirection=document.querySelector(".id_thanks_page input")?document.querySelector(".id_thanks_page input").value:"",e.web_form_referer=C(),k(e)):console.error("Leadinfo something append! Cookie leadinfo is not set..."),document.querySelector(".web_campaign")&&(document.querySelector(".web_campaign").querySelector("input").value=e.web_campaign),document.querySelector(".web_referrer")&&(document.querySelector(".web_referrer").querySelector("input").value=e.web_referrer),document.querySelector(".web_source")&&(document.querySelector(".web_source").querySelector("input").value=e.web_source),document.querySelector(".web_medium")&&(document.querySelector(".web_medium").querySelector("input").value=e.web_medium),document.querySelector(".web_content")&&(document.querySelector(".web_content").querySelector("input").value=e.web_content),document.querySelector(".web_term")&&(document.querySelector(".web_term").querySelector("input").value=e.web_term),document.querySelector(".web_device")&&(document.querySelector(".web_device").querySelector("input").value=e.web_device),document.querySelector(".web_visit_first_page")&&(document.querySelector(".web_visit_first_page").querySelector("input").value=e.web_visit_first_page),document.querySelector(".web_form_referer")&&(document.querySelector(".web_form_referer").querySelector("input").value=e.web_form_referer),document.querySelector(".web_assisted_by")&&(document.querySelector(".web_assisted_by").querySelector("input").value=e.web_assisted_by)},c=function(e){var a=document.createElement("a");return a.href=e,a.hostname},m=function(e){var t,i,l=decodeURIComponent(window.location.search.substring(1)).split("&");for(i=0;i<l.length;i++)if((t=l[i].split("="))[0]===e)return void 0===t[1]||t[1]},f=function(){return window.innerWidth<764?"mobile":window.innerWidth>1024?"desktop":"tablet"},_=function(){var e=unescape(document.cookie).split(";");for(var t in e){var l=e[t];if(l.indexOf("leadinfo=")>-1)return l.split("=")[1]}return!1},h=function(){if(e=_()){try{var e=atob(e)}catch(e){console.log(e.code)}return JSON.parse(e)}},k=function(e){var t=new Date;t.setTime(t.getTime()+31536e3),$cookies.set("leadinfo",btoa(JSON.stringify(e)),t.toUTCString(),"/",l);var n=new Date;n.setTime(n.getTime()+18e5),$cookies.set("leadinfo_session",Math.floor(1e5*Math.random()),n,"/",l)},v=function(e){var t=m("utm_medium");if(t&&""!=t)return t;var l=m("gclid");return l&&""!==l?"cpc":e.indexOf("google")>-1||e.indexOf("yahoo")>-1||e.indexOf("bing")>-1||e.indexOf("baidu")>-1||e.indexOf("duckduckgo")>-1||e.indexOf("naver")>-1||e.indexOf("yandex")>-1?"organic":e.indexOf("pinterest")>-1||e.indexOf("twitter")>-1||e.indexOf("t.co")>-1||e.indexOf("youtube")>-1||e.indexOf("youtu.be")>-1||e.indexOf("instagram")>-1||e.indexOf("instagr.am")>-1||e.indexOf("facebook")>-1||e.indexOf("vimeo")>-1||e.indexOf("linkedin")>-1||e.indexOf("linkd.in")>-1||e.indexOf("plus.google.com")>-1?"social":""!=e?"referral":"(none)"},y=function(e){var t=m("utm_source");if(t&&""!=t)return t;var l=m("gclid");if(l&&""!==l)return"google";if(""==e)return"(direct)";var n=v(e);switch(e=e.replace(/^www./,""),n){case"cpc":case"organic":return-1!=e.indexOf("google")&&(e=e.replace(/^accounts.|^admin.|^ads.|^ads1.|^adwords.|^alerts.|^america.|^analytics.|^answers.|^ap.|^api.|^appengine.|^apps.|^archive.|^asia.|^asia2.|^atap.|^blog.|^blogsearch.|^bookmarks.|^books.|^business.|^calendar.|^cast.|^catalog.|^chrome.|^clients1.|^cloud.|^code.|^contacts.|^cse.|^d.|^design.|^desktop.|^desktop1.|^desktop2.|^desktop3.|^desktop4.|^desktop5.|^developers.|^directory.|^ditu.|^dns.|^doc.|^docs.|^docs1.|^docs2.|^docs3.|^docs4.|^docs5.|^documents.|^download.|^downloads.|^drive.|^earth.|^earthengine.|^email.|^encrypted.|^enterprise.|^europe.|^events.|^express.|^feeds.|^fi.|^fiber.|^finance.|^firebase.|^fonts.|^forms.|^fusion.|^games.|^get.|^groups.|^hangouts.|^health.|^history.|^home.|^id.|^image.|^images.|^issuetracker.|^jibe.|^jobs.|^keep.|^knol.|^labs.|^labs1.|^labs2.|^local.|^locale.|^m.|^mail.|^mail2.|^map.|^mapmaker.|^maps.|^mapsengine.|^material.|^mobile.|^music.|^myaccount.|^myactivity.|^news.|^ns.|^ns1.|^ns2.|^ns3.|^ns4.|^on.|^onetoday.|^opt.|^pack.|^patents.|^payments.|^peering.|^photos.|^picasa.|^picasaweb.|^pixel.|^pki.|^play.|^plus.|^print.|^privacy.|^productforums.|^profiles.|^reader.|^registry.|^relay.|^research.|^sandbox.|^santatracker.|^sb.|^scholar.|^search.|^security.|^services.|^services2.|^sites.|^sms.|^spreadsheets.|^spreadsheets1.|^spreadsheets2.|^spreadsheets3.|^spreadsheets4.|^spreadsheets5.|^store.|^support.|^talkgadget.|^terrabella.|^toolbar.|^tools.|^translate.|^trends.|^tv.|^upload.|^video.|^vpn.|^w.|^wallet.|^wap.|^wave.|^wave1.|^wave2.|^web.|^ww.|^www4.|^www5./,"")),-1!=e.indexOf("yahoo")&&(e=e.replace(/^about.|^abuse.|^acc-my.news.ret1p.global.media.|^acc-us.finance.qa1p.global.media.|^acc-us.lifestyles.ret1p.global.media.|^accmy.news.ret1p.global.media.|^account.|^accus.finance.qa1p.global.media.|^accus.lifestyles.ret1p.global.media.|^address.|^admanager.|^ads.|^adserver.|^advertising.|^affiliates.|^alert.|^alerts.|^answers.|^antispam.|^apps.|^asia.|^att.software.|^att.|^au.advertising.|^au.be.|^au.gwn7.|^au.mail.|^au.news.|^au.prime7.|^au.tv.|^au.|^auto.|^avatar.|^aviate.|^axis.|^be.|^beta-mobile.|^beta.|^biz.|^blog.|^boss.|^br.|^brazil.|^bugs.|^business.|^ca.calendar.|^ca.|^calendar.|^card.|^cards.|^careers.|^cf.maps.|^chat.|^chile.|^class.|^code.|^communication.|^communications.|^community.|^cricket.|^cuba.|^d.|^data.|^dc.|^demo-my.news.ret1p.global.media.|^demo-us.finance.qa1p.global.media.|^demo-us.lifestyles.ret1p.global.media.|^demomy.news.ret1p.global.media.|^demous.finance.qa1p.global.media.|^demous.lifestyles.ret1p.global.media.|^dev-my.news.ret1p.global.media.|^dev-us.finance.qa1p.global.media.|^dev-us.lifestyles.ret1p.global.media.|^devel-my.news.ret1p.global.media.|^devel-us.finance.qa1p.global.media.|^devel-us.lifestyles.ret1p.global.media.|^develmy.news.ret1p.global.media.|^developer.|^developers.|^develus.finance.qa1p.global.media.|^develus.lifestyles.ret1p.global.media.|^devmy.news.ret1p.global.media.|^devus.finance.qa1p.global.media.|^devus.lifestyles.ret1p.global.media.|^digital.|^directory.|^discovery.|^dns.|^docs.|^download.|^downloads.|^election.|^elections.|^email.|^employment.|^en-maktoob.|^enc.|^err.|^es.|^esports.|^events.|^everything.|^exchange.|^express.|^extern.|^fantasysports.|^finance.|^finances.|^food.|^forum.|^forums.|^fr.|^frontier.|^gallery.|^games-test.|^games.|^gateway.|^gma.|^go.|^gr.|^groups.|^headlines.|^health.|^help.|^hk.adspecs.|^home.|^hp.|^hq-my.news.ret1p.global.media.|^hq-us.finance.qa1p.global.media.|^hq-us.lifestyles.ret1p.global.media.|^hqmy.news.ret1p.global.media.|^hqus.finance.qa1p.global.media.|^hqus.lifestyles.ret1p.global.media.|^ibm.|^id.|^ie.|^il.|^image.|^images.|^in.style.|^in.|^info.|^intern.|^internet.|^it-my.news.ret1p.global.media.|^it-us.finance.qa1p.global.media.|^it-us.lifestyles.ret1p.global.media.|^it.|^itmy.news.ret1p.global.media.|^itus.finance.qa1p.global.media.|^itus.lifestyles.ret1p.global.media.|^jobs.|^live.|^local.|^login.|^m.|^m1.|^m2.|^mail.|^maktoob.|^map.|^maps.|^marketing.|^me.|^members.|^message.|^messages.|^messenger.|^mim.|^mobile-help.|^mobile-my.news.ret1p.global.media.|^mobile-us.finance.qa1p.global.media.|^mobile-us.lifestyles.ret1p.global.media.|^mobile.|^mobilehome.|^mobilemy.news.ret1p.global.media.|^mobileus.finance.qa1p.global.media.|^mobileus.lifestyles.ret1p.global.media.|^movies.|^music.|^mx.|^my-01.news.ret1p.global.media.|^my-02.news.ret1p.global.media.|^my-03.news.ret1p.global.media.|^my-04.news.ret1p.global.media.|^my-05.news.ret1p.global.media.|^my-1.news.ret1p.global.media.|^my-2.news.ret1p.global.media.|^my-3.news.ret1p.global.media.|^my-4.news.ret1p.global.media.|^my-5.news.ret1p.global.media.|^my-acc.news.ret1p.global.media.|^my-demo.news.ret1p.global.media.|^my-dev.news.ret1p.global.media.|^my-devel.news.ret1p.global.media.|^my-hq.news.ret1p.global.media.|^my-it.news.ret1p.global.media.|^my-mobile.news.ret1p.global.media.|^my-pub.news.ret1p.global.media.|^my-server.news.ret1p.global.media.|^my-test.news.ret1p.global.media.|^my.news.ret1p.global.media.|^my.|^my01.news.ret1p.global.media.|^my02.news.ret1p.global.media.|^my03.news.ret1p.global.media.|^my04.news.ret1p.global.media.|^my05.news.ret1p.global.media.|^my1.news.ret1p.global.media.|^my2.news.ret1p.global.media.|^my3.news.ret1p.global.media.|^my4.news.ret1p.global.media.|^my5.news.ret1p.global.media.|^myacc.news.ret1p.global.media.|^mydemo.news.ret1p.global.media.|^mydev.news.ret1p.global.media.|^mydevel.news.ret1p.global.media.|^myhq.news.ret1p.global.media.|^myit.news.ret1p.global.media.|^mymobile.news.ret1p.global.media.|^mypub.news.ret1p.global.media.|^myserver.news.ret1p.global.media.|^mytest.news.ret1p.global.media.|^na.edit.client.|^new.|^news.|^next.|^nl.|^notepad.|^ns1.|^ns13.|^ns14.|^ns2.|^ns21.|^ns22.|^ns3.|^nz.lifestyle.|^nz.weather.|^nz.|^office.|^payment.|^phone.|^pop3.|^privacy.|^profiles.|^pub-my.news.ret1p.global.media.|^pub-us.finance.qa1p.global.media.|^pub-us.lifestyles.ret1p.global.media.|^publisher.|^pubmy.news.ret1p.global.media.|^pubus.finance.qa1p.global.media.|^pubus.lifestyles.ret1p.global.media.|^pulse.|^quote.|^radio.|^relay.|^report.|^ro.|^rss.|^search.|^security.|^server-my.news.ret1p.global.media.|^server-us.finance.qa1p.global.media.|^server-us.lifestyles.ret1p.global.media.|^server.|^servermy.news.ret1p.global.media.|^servers.|^serverus.finance.qa1p.global.media.|^serverus.lifestyles.ret1p.global.media.|^sg.style.|^sg.|^shop.|^shopping.|^sip.|^site.|^smallbusiness.|^smarttv.|^sms.|^smtp.|^spam.|^sports.|^src.|^src1.|^src2.|^store.|^stores.|^style.|^support.|^survey.|^system.|^tatadocomo.|^tax.|^tech.|^test-my.news.ret1p.global.media.|^test-us.finance.qa1p.global.media.|^test-us.lifestyles.ret1p.global.media.|^testmy.news.ret1p.global.media.|^testus.finance.qa1p.global.media.|^testus.lifestyles.ret1p.global.media.|^tickets.|^toolbar.|^tr.|^traffic.|^tv.|^uk.calendar.|^uk.news.|^uk.style.|^uk.|^us-01.finance.qa1p.global.media.|^us-01.lifestyles.ret1p.global.media.|^us-02.finance.qa1p.global.media.|^us-02.lifestyles.ret1p.global.media.|^us-03.finance.qa1p.global.media.|^us-03.lifestyles.ret1p.global.media.|^us-04.finance.qa1p.global.media.|^us-04.lifestyles.ret1p.global.media.|^us-05.finance.qa1p.global.media.|^us-05.lifestyles.ret1p.global.media.|^us-1.finance.qa1p.global.media.|^us-1.lifestyles.ret1p.global.media.|^us-2.finance.qa1p.global.media.|^us-2.lifestyles.ret1p.global.media.|^us-3.finance.qa1p.global.media.|^us-3.lifestyles.ret1p.global.media.|^us-4.finance.qa1p.global.media.|^us-4.lifestyles.ret1p.global.media.|^us-5.finance.qa1p.global.media.|^us-5.lifestyles.ret1p.global.media.|^us-acc.finance.qa1p.global.media.|^us-acc.lifestyles.ret1p.global.media.|^us-demo.finance.qa1p.global.media.|^us-demo.lifestyles.ret1p.global.media.|^us-dev.finance.qa1p.global.media.|^us-dev.lifestyles.ret1p.global.media.|^us-devel.finance.qa1p.global.media.|^us-devel.lifestyles.ret1p.global.media.|^us-hq.finance.qa1p.global.media.|^us-hq.lifestyles.ret1p.global.media.|^us-it.finance.qa1p.global.media.|^us-it.lifestyles.ret1p.global.media.|^us-mobile.finance.qa1p.global.media.|^us-mobile.lifestyles.ret1p.global.media.|^us-pub.finance.qa1p.global.media.|^us-pub.lifestyles.ret1p.global.media.|^us-server.finance.qa1p.global.media.|^us-server.lifestyles.ret1p.global.media.|^us-test.finance.qa1p.global.media.|^us-test.lifestyles.ret1p.global.media.|^us.finance.qa1p.global.media.|^us.lifestyles.ret1p.global.media.|^us.|^us01.finance.qa1p.global.media.|^us01.lifestyles.ret1p.global.media.|^us02.finance.qa1p.global.media.|^us02.lifestyles.ret1p.global.media.|^us03.finance.qa1p.global.media.|^us03.lifestyles.ret1p.global.media.|^us04.finance.qa1p.global.media.|^us04.lifestyles.ret1p.global.media.|^us05.finance.qa1p.global.media.|^us05.lifestyles.ret1p.global.media.|^us1.finance.qa1p.global.media.|^us1.lifestyles.ret1p.global.media.|^us2.finance.qa1p.global.media.|^us2.lifestyles.ret1p.global.media.|^us3.finance.qa1p.global.media.|^us3.lifestyles.ret1p.global.media.|^us4.finance.qa1p.global.media.|^us4.lifestyles.ret1p.global.media.|^us5.finance.qa1p.global.media.|^us5.lifestyles.ret1p.global.media.|^usacc.finance.qa1p.global.media.|^usacc.lifestyles.ret1p.global.media.|^usdemo.finance.qa1p.global.media.|^usdemo.lifestyles.ret1p.global.media.|^usdev.finance.qa1p.global.media.|^usdev.lifestyles.ret1p.global.media.|^usdevel.finance.qa1p.global.media.|^usdevel.lifestyles.ret1p.global.media.|^ushq.finance.qa1p.global.media.|^ushq.lifestyles.ret1p.global.media.|^usit.finance.qa1p.global.media.|^usit.lifestyles.ret1p.global.media.|^usmobile.finance.qa1p.global.media.|^usmobile.lifestyles.ret1p.global.media.|^uspub.finance.qa1p.global.media.|^uspub.lifestyles.ret1p.global.media.|^usserver.finance.qa1p.global.media.|^usserver.lifestyles.ret1p.global.media.|^ustest.finance.qa1p.global.media.|^ustest.lifestyles.ret1p.global.media.|^video.|^view.|^w.|^w1.|^w2.|^wap.|^webhosting.|^webscope.sandbox.|^website.|^windows.|^ww.|^www.calendar.|^wwww.|^za./,"")),-1!=e.indexOf("bing")&&(e=e.replace(/^g.|^be.|^it.|^br.|^a4.|^be.|^br.|^kr.|^it.|^de.|^nz.|^cn.|^pulse.|^blogs.|^pubhub.|^hk.|^a1.|^wp.m.|^se.|^ssl./,"")),e.split(".")[0];case"referral":default:return e}},x=function(e){var t=m("utm_term");if(t&&""!=t)return t;var l=e.match(/(\?|&)(q|p|query|wd)=([^&]*)/);return l&&l.length>=4?l[4]:void 0},w=function(){return m("utm_content")},S=function(){var e=m("utm_campaign");return e&&""!=e||(e=m("utm_campaign")),e},T=function(e){var t=h();return"cpc"==v(e)?"cpc":t&&t.web_assisted_by?t.web_assisted_by:""},C=function(){if(0==N().length)return window.location.href;var e=h();return e?e.web_form_referer:"no cookie and no referer (direct)"},N=function(){var e=document.querySelectorAll("form"),t=Array.prototype.slice.call(e);return n.push.apply(n,["header form","footer form"]),t=t.filter((function(element){var e=!1;return n.forEach((function(t){element.matches(t)&&(e=!0)})),!e})),e}}(l),o.default.prototype.$initCookie=function(){l.initCookie()},setTimeout((function(){var e=$cookies.get("cookieyes-consent");if(e){var t=e.split(","),o={};t.forEach((function(e){var t=e.split(":"),l=Object(n.a)(t,2),r=l[0],d=l[1];o[r]=d})),o.analytics&&"yes"==o.analytics&&l.initCookie()}}),1e3),window.dataLayer=window.dataLayer||[],dataLayer.push({leadInfoWebSessionId:l.get_WebSessionId()})}))}},function(e,t,l){"use strict";l(40),l(72),l(19),l(116),l(21),l(74),l(34),l(75),l(56),l(148),l(42),l(68);var n=l(47),o=l(9),r=(l(26),l(4)),d=l(470),c=l(583);t.a=function(e,t){var m=e.app,f=e.route,_=e.store;t("collect",d),c.registerLocale(l(586)),t("countries",c),t("urlTranslation",function(){var e=Object(r.a)(regeneratorRuntime.mark((function e(t,l,n,r){var d;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return r||(r=2),_.commit("translationReady",!1),d="slug","fr-ca"!=m.i18n.locale&&(d+="_"+m.i18n.locale.replace("-","_")),e.next=6,this.$axios.post("https://cms.umanomedical.com/api/collections/get/"+l+"?token=account-b7320ec5f3407b810dd2bec3567ca8",JSON.stringify({filter:Object(o.a)({},d,t),populate:1}),{headers:{"Content-Type":"application/json"}}).then((function(e){var t={};e.data.entries[0]&&(m.i18n.locales.forEach((function(l){var o="slug",d="published";if("fr-ca"!=l.code&&(o+="_"+l.code.replace("-","_"),d+="_"+l.code.replace("-","_")),void 0!==e.data.entries[0][o]&&null!==e.data.entries[0][o]){var c=e.data.entries[0][o].split("/");n.forEach((function(param,n){if(""!=param){var m=c[n+r];null==t[l.code]&&(t[l.code]={}),""==m||"EMPTY"==e.data.entries[0][o]||0==e.data.entries[0][d]||null===e.data.entries[0][d]||"empty"==e.data.entries[0][o]?t[l.code][param]="wrong-url":t[l.code][param]=m}}))}else{var m=e.data.entries[0].slug,f=m&&(-1!==m.indexOf("carriere")||-1!==m.indexOf("career"));console.log(f),t[l.code]=f?{job:"wrong-url"}:{slug:"wrong-url"}}})),_.commit("translationReady",!0),_.dispatch("i18n/setRouteParams",t))})).catch((function(e){console.log(e.response)}));case 6:case"end":return e.stop()}}),e,this)})));return function(t,l,n,o){return e.apply(this,arguments)}}()),t("getProduct",(function(e){return this.$axios.post("https://cms.umanomedical.com/api/collections/get/products?token=account-b7320ec5f3407b810dd2bec3567ca8",JSON.stringify({filter:Object(o.a)({},m.$getParamNameTranslated("slug"),e),populate:7,lang:m.i18n.locale.replace("-","_")}),{headers:{"Content-Type":"application/json"}}).then((function(e){return e.data.entries[0]}))})),t("getParamNameTranslated",(function(param){return"fr-ca"!=m.i18n.locale&&(param+="_"+m.i18n.locale.replace("-","_")),param})),t("isCareer",(function(){return-1!==f.name.search("carriere")})),t("formatCareerLink",(function(link){var e=/(\/carriere\/|\/career\/)/g,t=/^(http:\/\/|https:\/\/)/g.test(this.link),l=this.$store.state.isCareerSection;if(e.test(link)){link.replace(e,"/");return t?link:"https://carrieres.umanomedical.com"+link}return!t&&l?"https://www.umanomedical.com"+link:link})),t("setLocalizedApiObject",(function(object,e){if(e&&"object"==Object(n.a)(object)){var t="_"+e,l=new RegExp("("+t+")$","gm"),o=Object.keys(object),r={};o.forEach((function(e){if(e.indexOf(t)>-1&&null!=object[e]){var n=e.replace(l,"");r[n]={get:function(){return object[e]}},r["orig_"+n]={get:function(){return object[n]}}}})),Object.defineProperties(object,r)}}))}},function(e,t,l){"use strict";l(21),l(34);var n=l(9),o=(l(26),l(4)),r=l(310),d=l.n(r),c=l(311),m=l.n(c),f=l(312),_=l.n(f),h=l(313),k=l.n(h),v=l(314),y=l.n(v),x=l(315),w=l.n(x),S=l(316),T=l.n(S),C=l(317),N=l.n(C),E=l(318),A=l.n(E),X=l(319),M=l.n(X),R=l(273),L=l.n(R),U=l(320),j=l.n(U),B=l(274),D=l.n(B),W=l(211),O=l.n(W),I=l(275),z=l.n(I),P=l(276),F=l.n(P),H=l(277),V=l.n(H);t.a=function(e,t){var l,r,c,f,h,v,x,S,C,E,X,R,U,B,W,I,P,H=e.app;e.route;t("customApollo",{getPage:(P=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:m.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.pagesCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return P.apply(this,arguments)}),getCareerPage:(I=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:d.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.career_pagesCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return I.apply(this,arguments)}),getJob:(W=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:_.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.jobsCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return W.apply(this,arguments)}),getProductType:(B=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:k.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.product_typeCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return B.apply(this,arguments)}),getProduct:(U=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:y.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.productsCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return U.apply(this,arguments)}),getProducts:(R=Object(o.a)(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:w.a}).then((function(data){return data.data.productsCollection}));case 2:return t=e.sent,e.abrupt("return",t);case 4:case"end":return e.stop()}}),e)}))),function(){return R.apply(this,arguments)}),getTestimony:(X=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:T.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.testimoniesCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return X.apply(this,arguments)}),getCategories:(E=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:N.a,variables:{lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.categoriesCollection}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return E.apply(this,arguments)}),getArticles:(C=Object(o.a)(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:A.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("published"),!0),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.articlesCollection}));case 2:return t=e.sent,e.abrupt("return",t);case 4:case"end":return e.stop()}}),e)}))),function(){return C.apply(this,arguments)}),getArticle:(S=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:j.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.articlesCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return S.apply(this,arguments)}),getNews:(x=Object(o.a)(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:L.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("published"),!0),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.newsCollection}));case 2:return t=e.sent,e.abrupt("return",t);case 4:case"end":return e.stop()}}),e)}))),function(){return x.apply(this,arguments)}),getNew:(v=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:M.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.newsCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return v.apply(this,arguments)}),getEducations:(h=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:D.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.articlesCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return h.apply(this,arguments)}),getEducationsCategories:(f=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:O.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.articlesCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return f.apply(this,arguments)}),getEducationModel:(c=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:F.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.education_modelCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return c.apply(this,arguments)}),getEducationCare:(r=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:z.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.education_careCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return r.apply(this,arguments)}),getEducationType:(l=Object(o.a)(regeneratorRuntime.mark((function e(t){var l;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,H.apolloProvider.defaultClient.query({query:V.a,variables:{filters:Object(n.a)({},H.$getParamNameTranslated("slug"),t),lang:H.i18n.locale.replace("-","_")}}).then((function(data){return data.data.education_typeCollection[0]}));case 2:return l=e.sent,e.abrupt("return",l);case 4:case"end":return e.stop()}}),e)}))),function(e){return l.apply(this,arguments)})})}},function(e,t,l){"use strict";l(21),l(75),l(26);var n=l(4),o=l(2),r=l(65),d=l.n(r);o.default.use(d.a),t.a=function(e){e.app.router.onReady(Object(n.a)(regeneratorRuntime.mark((function e(){var t;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:window.dataLayer=window.dataLayer||[],"ga_original_location",$cookies.get("ga_original_location")||(t=document.location.protocol+"//"+document.location.hostname+document.location.pathname+document.location.search,window.dataLayer.push({originalLocation:t}),$cookies.set("ga_original_location",t,604800));case 1:case"end":return e.stop()}}),e)}))))}},function(e,t,l){"use strict";l(19),l(41),l(26);var n=l(4);t.a=function(e){e.app.router.onReady(Object(n.a)(regeneratorRuntime.mark((function e(){var t,l,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(!window.location.hash){e.next=8;break}return t=function(){var e=Object(n.a)(regeneratorRuntime.mark((function e(l,n){return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.abrupt("return",document.getElementById(l)||new Promise((function(e,o){if(n>50)return e();setTimeout((function(){e(t(l,++n||1))}),100)})));case 1:case"end":return e.stop()}}),e)})));return function(t,l){return e.apply(this,arguments)}}(),l=window.location.hash.substring(1),e.next=6,t(l);case 6:(o=e.sent)&&(console.log(o),o.scrollIntoView());case 8:case"end":return e.stop()}}),e)}))))}},function(e,t,l){"use strict";l(43),l(40),l(72),l(21),l(34),l(75);var n=l(2);n.default.prototype.$getImagePath=function(image){return image&&image.path?"https://cms.umanomedical.com/"+image.path:null},n.default.prototype.$getImageAlt=function(image){return image&&image.meta?image.meta.title:null},n.default.prototype.$getdocumentPath=function(e){return"https://cms.umanomedical.com/storage/uploads/"+e},n.default.prototype.$isMobile=function(){return"block"===window.getComputedStyle(document.getElementById("is-mobile")).display},n.default.prototype.$isCareer=function(){return!(!this.$route.name||-1===this.$route.name.search("carriere"))},n.default.prototype.$getAlternativeLocales=function(link){var e=this,t=this.$store.state.i18n.routeParams;return this.$i18n.locales.filter((function(i){return i.code!=e.$i18n.locale&&(!Object.keys(t).length||t[i.code])}))},n.default.prototype.$fixCmsRelativeUrls=function(text){return text?text=text.replace(/(src|href)\=\"\/storage\/uploads\//g,'$1="https://cms.umanomedical.com//storage/uploads/'):null}},function(e,t,l){"use strict";l(43),l(147),l(21),l(34),l(75),l(148),l(42);l(2).default.prototype.$generateContentSeoMetas=function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n="",o="Umano Medical",r="Healthcare institutions around the world rely on our innovative products and exceptional service to answer their actual needs. Discover the new alternative.",d="https://cms.umanomedical.com/storage/uploads/2021/04/20/607edea9e45dfumano_og.jpg",c="https://www.umanomedical.com"+this.$router.currentRoute.path,m=c;-1===m.search("carriere")&&-1===m.search("career")||(m=m.replace("www","carrieres"));var f=this.$i18n.locales.filter((function(i){return i.code==e.$i18n.locale}));this.$getAlternativeLocales();f.length&&(n=f[0].iso),"/"!=this.$router.currentRoute.path.slice(this.$router.currentRoute.path.length-1)&&(c+="/"),t&&(t.title&&(o=t.title),t.meta_title&&(o=t.meta_title),t.meta_description&&(r=t.meta_description),t.meta_keywords,t.og_image&&t.og_image.path&&(d="https://cms.umanomedical.com/"+t.og_image.path));var _={title:o,meta:[{hid:"description",name:"description",content:r},{hid:"article:section",property:"article:section",content:l},{name:"language",content:n},{hid:"og:type",property:"og:type",content:"website"},{hid:"og:locale",property:"og:locale",content:n},{hid:"og:title",property:"og:title",content:o},{hid:"og:description",property:"og:description",content:r},{hid:"og:site_name",property:"og:site_name",content:"Umano Medical"},{hid:"og:url",property:"og:url",content:c},{hid:"og:image",property:"og:image",content:d}],link:[{rel:"canonical",href:m}]},h="";return this.$i18n.locales.forEach((function(t){if(!e.$isCareer()||"en-us"!=t.code&&"en-uk"!=t.code&&"en"!=t.code){var l="https://www.umanomedical.com";"/"!==e.switchLocalePath(t.code)?l+=e.switchLocalePath(t.code):l+="/"+t.code+"/",-1===l.search("carriere")&&-1===l.search("career")||(l=l.replace("www","carrieres")),-1==l.indexOf("wrong-url")&&("en-us"==t.code&&(h=l),_.link.push({href:l,rel:"alternate",hreflang:t.iso}))}})),_.link.push({href:h,rel:"alternate",hreflang:"x-default"}),t&&t.noindex&&_.meta.push({name:"robots",content:"noindex"}),_}},function(e,t,l){"use strict";l(44),l(42),l(41);t.a=function(e){e.app.router.afterEach((function(e,t){setTimeout((function(){window.dataLayer=window.dataLayer||[],window.dataLayer.push({event:"Pageview",pagePath:e.fullPath,pageTitle:document.title}),"undefined"!=typeof CallTrk&&CallTrk.swap(),l(346)("getUserToken",null,(function(e,t){e?console.error(e):window.dataLayer.push({algoliaUserToken:t})}));var t=["/fr-ca/contact/","/fr-ca/contactez-nous/","/fr-ca/carriere/contact/","/en-ca/contact/","/en-ca/contact-us/","/en-ca/career/contact/","/en-us/contact/","/en-us/contact-us/","/en/contact/","/relation-client/notre-approche/","/en-ca/services-and-support/our-approach/","/en-us/services-and-support/our-approach/","/en-uk/services-and-support/our-approach/"];(t.map((function(path){document.querySelectorAll("a.btn[href='"+path+"']").forEach((function(element){element.classList.add("gtm-form-view")}))})),-1!=t.indexOf(window.location.pathname))&&document.querySelectorAll("form button[type=submit], form input[type=submit]").forEach((function(element){element.classList.add("gtm-form-submited")}));["/fr-ca/virtual-showroom/","/en-ca/virtual-showroom/","/en-us/virtual-showroom/","/en-uk/virtual-showroom/","/fr-ca/relation-client/plans-de-service/","/en-ca/services-and-support/our-service-plans/","/en-us/services-and-support/our-service-plans/","/en-uk/services-and-support/our-service-plans/"].map((function(path){document.querySelectorAll("a.btn[href='"+path+"']").forEach((function(element){element.classList.add("gtm-cta-1")}))}));-1!=["/fr-ca/","/en-ca/","/en-us/","/en-uk/","en"].indexOf(window.location.pathname)&&document.querySelectorAll(".dynamic-content a.btn, .dynamic-content a.link-arrow").forEach((function(element){element.classList.add("gtm-cta-3")}));-1!=["/fr-ca/carriere/","/en-ca/career/"].indexOf(window.location.pathname)&&document.querySelectorAll(".dynamic-content a.btn, .dynamic-content a.link-arrow").forEach((function(element){element.classList.add("gtm-cta-5")}));-1!=["/fr-ca/carriere/offres-emploi/","/en-ca/career/jobs/"].indexOf(window.location.pathname)&&document.querySelectorAll(".dynamic-content a.btn, .dynamic-content a.link-arrow").forEach((function(element){element.classList.add("gtm-form-view")}));-1!=["/fr-ca/carriere/etudiant/","/en-ca/career/student/"].indexOf(window.location.pathname)&&document.querySelectorAll(".dynamic-content a.btn, .dynamic-content a.link-arrow").forEach((function(element){element.classList.add("gtm-cta-7")}));-1!=["/fr-ca/carriere/experience-umano/","/en-ca/career/umano-experience/"].indexOf(window.location.pathname)&&document.querySelectorAll(".dynamic-content a.btn, .dynamic-content a.link-arrow").forEach((function(element){element.classList.add("gtm-cta-8")}));-1!=["/fr-ca/carriere/a-propos/","/en-ca/career/about/"].indexOf(window.location.pathname)&&document.querySelectorAll(".dynamic-content a.btn, .dynamic-content a.link-arrow").forEach((function(element){element.classList.add("gtm-cta-9")}))}),1500)}))}},function(e,t,l){"use strict";l(57),l(59),l(26);var n=l(4),o=l(2),r=l(65),d=l.n(r);o.default.use(d.a);var c=l(588);t.a=function(e){var t=e.app;e.store,e.env;function l(e){var t=window.location.href;"FR-CA"==e?t.includes("fr-ca")||(window.location.href="https://ifu.umanomedical.com/fr-ca/"):"EN-CA"==e?t.includes("en-ca")||(window.location.href="https://ifu.umanomedical.com/en-ca/"):"EN-US"==e?t.includes("en-us")||(window.location.href="https://ifu.umanomedical.com/en-us/"):t.includes("en")||(window.location.href="https://ifu.umanomedical.com/en/")}function o(e){e.preventDefault(),console.log(this.dataset.lang),console.log(this.href),$cookies.set("user_country",this.dataset.lang,"7d"),window.location.href=this.href}function r(e){e.preventDefault();var t=window.location.href,l=document.getElementById("geo-modal"),n=null;n=t.includes("fr-ca")?"FR-CA":t.includes("en-ca")?"EN-CA":t.includes("en-us")?"EN-US":"EN",$cookies.set("user_country",n,"7d"),l.classList.toggle("hidden")}t.router.onReady(Object(n.a)(regeneratorRuntime.mark((function e(){var n,d,m,f;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:(n=window.location.hostname).includes("ifu.")&&(d=!1,m=!1,(f=$cookies.get("user_country"))&&"undefined"!=f?(m=f,n.includes("/education/manuals")&&n.includes("/education/manuels")||l(m)):t.$axios({url:"https://api.ipinfodb.com/v3/ip-city/",params:{key:"62ee016ce545d7efd23447e6c93830ff7febc5c8626ddb165808477815007296",format:"json"},adapter:c}).then((function(data){if(data){var e=window.location.href,t=document.getElementById("geo-modal"),l=document.getElementById("geo-modal-country"),n=document.getElementById("geo-modal-fr-ca"),c=document.getElementById("geo-modal-en-ca"),m=document.getElementById("geo-modal-en-us"),f=document.getElementById("geo-modal-en"),_=document.getElementById("geo-modal-here");n.addEventListener("click",o),c.addEventListener("click",o),m.addEventListener("click",o),f.addEventListener("click",o),_.addEventListener("click",r),d=data.data.countryName,l.innerHTML=d,e.includes("en-us")?"CA"==data.data.countryCode&&(n.classList.toggle("!hidden"),c.classList.toggle("!hidden"),t.classList.toggle("hidden")):(e.includes("fr-ca")||e.includes("en-ca"))&&("CA"!=data.data.countryCode?(m.classList.toggle("!hidden"),f.classList.toggle("!hidden"),t.classList.toggle("hidden")):(n.classList.toggle("!hidden"),c.classList.toggle("!hidden"),t.classList.toggle("hidden")))}})));case 2:case"end":return e.stop()}}),e)}))))}},function(e,t,l){"use strict";var n=l(2),o=l(328),r=l(606),d=l(607),c=l(321),m=l.n(c);l(589);o.a.use([r.a,d.a]),n.default.use(m()(o.a))},function(e,t,l){"use strict";var n=l(9),o=l(78),r=l(112),d=l(118);function c(object,e){var t=Object.keys(object);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(object);e&&(l=l.filter((function(e){return Object.getOwnPropertyDescriptor(object,e).enumerable}))),t.push.apply(t,l)}return t}function m(e){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?c(Object(source),!0).forEach((function(t){Object(n.a)(e,t,source[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(source)):c(Object(source)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(source,t))}))}return e}var f=null;t.a=function(e){var t=e.app;f=t.i18n.locale},Object(o.c)({defaultMessage:function(e,t){return t._field_=d.a.t("fields.".concat(e)),"en-ca"!=f&&"en-us"!=f&&"en"!=f||(d.a.locale="en"),d.a.t("validation.".concat(t._rule_),t)}}),Object(o.d)("email",m({},r.a)),Object(o.d)("required",m({},r.d)),Object(o.d)("excluded",m({},r.b)),Object(o.d)("ext",m({},r.c))},function(e,t,l){},function(e,t,l){"use strict";var n=l(2),o=l(322),r=l.n(o);n.default.use(r.a)},function(e,t,l){"use strict";var n=l(2),o=l(65),r=l.n(o);n.default.use(r.a)},,function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE1Ij4NCiAgICA8cGF0aCBmaWxsPSIjMDBiYWIzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk4NyAxLjc2MkwzLjQzIDcuNDk5bDUuNTU3IDUuNzM3LTEuNzExIDEuNzYzLTcuMjgtNy41IDcuMjgtNy41IDEuNzExIDEuNzYzeiIvPg0KPC9zdmc+DQo="},,,,,function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FscXVlXzEiIGRhdGEtbmFtZT0iQ2FscXVlIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMjIgMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWM2ODcxO2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMSwwSDFBMSwxLDAsMCwwLDAsMVYyMWExLDEsMCwwLDAsMSwxaDkuOTk0VjEzLjk0SDkuMDQ1YS4yNzA4LjI3MDgsMCwwLDEtLjI3My0uMjY4NXYtMy4yMTFhLjI3NDIuMjc0MiwwLDAsMSwuMjY3Ni0uMjhIMTAuOTk0di0zLjA5YTMuOTEsMy45MSwwLDAsMSwzLjkxLTMuOTFIMTguNTgzYS4yNzE5LjI3MTksMCwwLDEsLjI3NC4yN1Y2LjY2YS4yOC4yOCwwLDAsMS0uMjc0LjI4SDE2LjQwNmEuOTY0My45NjQzLDAsMCwwLS45NjguOTZ2Mi4yOGgzLjFhLjI3Ny4yNzcsMCwwLDEsLjI3MzkuMjhsLS4wMDA5LjAyLS4yNzIsMy4yMWEuMjczOS4yNzM5LDAsMCwxLS4yNzMuMjVIMTUuNDQxVjIySDIxYTEsMSwwLDAsMCwxLTFWMUExLDEsMCwwLDAsMjEsMFoiLz48L3N2Zz4="},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FscXVlXzEiIGRhdGEtbmFtZT0iQ2FscXVlIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiB2aWV3Qm94PSIwIDAgMjIgMjIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWM2ODcxO2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMi4wMDksOS43N3YtLjAzYS4zMTc5LjMxNzksMCwwLDAtLjAyNC4wM1oiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMSwwSDFBMSwxLDAsMCwwLDAsMVYyMWExLDEsMCwwLDAsMSwxSDIxYTEsMSwwLDAsMCwxLTFWMUExLDEsMCwwLDAsMjEsMFpNNi40MzksMTguNzRhLjI2MzcuMjYzNywwLDAsMS0uMjY1LjI2SDMuMTE2YS4yNjQ4LjI2NDgsMCwwLDEtLjI2NS0uMjZWOC40NzA3YS4yNjQ4LjI2NDgsMCwwLDEsLjI2NS0uMjZINi4xNzRhLjI2MzkuMjYzOSwwLDAsMSwuMjY1LjI2Wk00LjU0MzcsNi44NEg0LjUzOWExLjkxODcsMS45MTg3LDAsMSwxLC4wMDQ3LDBaTTE5LjExNiwxOUgxNi4wNTdhLjI2NDkuMjY0OSwwLDAsMS0uMjY1LS4yNnYtNS41MWMwLTEuNDUtLjUxOC0yLjQ0LTEuODE4LTIuNDRhMS45NTQ3LDEuOTU0NywwLDAsMC0xLjg0MSwxLjMxLDIuNDUxNywyLjQ1MTcsMCwwLDAtLjExOS44N3Y1Ljc3YS4yNjM2LjI2MzYsMCwwLDEtLjI2NS4yNkg4LjY5MWEuMjYzNi4yNjM2LDAsMCwxLS4yNjUtLjI2Yy4wMDctMS40Ny4wMzgtOC41OS4wMDYtMTAuMjZhLjI2NTIuMjY1MiwwLDAsMSwuMjYtLjI2OTVIMTEuNzQ5YS4yNjQ4LjI2NDgsMCwwLDEsLjI2Ni4yNnYxLjI3YTMuNTY3NSwzLjU2NzUsMCwwLDEsMy4yMzQtMS43OGMyLjM2MiwwLDQuMTMyLDEuNTQsNC4xMzIsNC44NVYxOC43NEEuMjY0OC4yNjQ4LDAsMCwxLDE5LjExNiwxOVoiLz48L3N2Zz4="},,function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"education_categoryCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"education_categoryCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"sort"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"date_start"},value:{kind:"IntValue",value:"1"}}]}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"1"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}},{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:250}};l.loc.source={body:"query education_categoryCollection ($lang: String, $filters: JsonType) {\r\n education_categoryCollection(sort: {date_start: 1}, populate: 1, lang: $lang, filter: $filters) {\r\n _id \r\n title\r\n slug\r\n meta_title\r\n meta_description\r\n }\r\n}",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.education_categoryCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"education_categoryCollection")},,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"navigationSingleton"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"navigationSingleton"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"main_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:140}};l.loc.source={body:"query navigationSingleton ($lang: String) {\r\n navigationSingleton(populate: 7, lang: $lang) {\r\n main_nav {\r\n value\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.navigationSingleton=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"navigationSingleton")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"career_navigationSingleton"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"career_navigationSingleton"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"main_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:154}};l.loc.source={body:"query career_navigationSingleton ($lang: String) {\r\n career_navigationSingleton(populate: 7, lang: $lang) {\r\n main_nav {\r\n value\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.career_navigationSingleton=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"career_navigationSingleton")},,function(e,t,l){var content=l(405);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,l(49).default)("8ae646d2",content,!0,{sourceMap:!1})},function(e,t,l){var content=l(407);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,l(49).default)("48a1a2bc",content,!0,{sourceMap:!1})},function(e,t,l){var content=l(411);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,l(49).default)("777d1a16",content,!0,{sourceMap:!1})},function(e,t,l){var content=l(413);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,l(49).default)("02d24ec5",content,!0,{sourceMap:!1})},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FscXVlXzEiIGRhdGEtbmFtZT0iQ2FscXVlIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIxLjcxNiIgaGVpZ2h0PSIxNS4xODk1IiB2aWV3Qm94PSIwIDAgMjEuNzE2IDE1LjE4OTUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNWM2ODcxO2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNy4xMzU3LDMuNDA1M0g0Ljg2OEE0LjcyMDcsNC43MjA3LDAsMCwwLC4xNDIsOC4xMjExVjEzLjg3NWE0LjcyMDgsNC43MjA4LDAsMCwwLDQuNzIyMyw0LjcySDE3LjEyN2E0LjcyMDYsNC43MjA2LDAsMCwwLDQuNzI2LTQuNzE1OFY4LjEyNWguMDA1QTQuNzIwNyw0LjcyMDcsMCwwLDAsMTcuMTM1NywzLjQwNTNabS0yLjg4MTUsNy43NjY2YS4zMTc0LjMxNzQsMCwwLDEtLjEzNTIuMTEzM2guMDA1bC00Ljg4OSwyLjY5YS4yNzQxLjI3NDEsMCwwLDEtLjQtLjI4di01LjUxYS4yNjgzLjI2ODMsMCwwLDEsLjQxLS4yNjk1bDQuOTIyLDIuODJBLjMxNDIuMzE0MiwwLDAsMSwxNC4yNTQyLDExLjE3MTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4xNDIgLTMuNDA1MykiLz48L3N2Zz4="},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"navigationSingleton"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"navigationSingleton"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"3"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"footer_cta_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"footer_cta_link"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_cta_link_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"footer_cta_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"footer_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_career"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"link_text"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:425}};l.loc.source={body:"query navigationSingleton ($lang: String) {\r\n navigationSingleton(populate: 3, lang: $lang) {\r\n footer_cta_text\r\n footer_cta_link {\r\n slug\r\n }\r\n footer_cta_link_text\r\n footer_cta_image {\r\n path\r\n meta\r\n }\r\n footer_text\r\n footer_nav {\r\n value\r\n }\r\n footer_career {\r\n image {\r\n path\r\n meta\r\n }\r\n title\r\n text\r\n link_text\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.navigationSingleton=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"navigationSingleton")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"career_navigationSingleton"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"career_navigationSingleton"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"3"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"footer_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"footer_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_career"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"link_text"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:243}};l.loc.source={body:"query career_navigationSingleton ($lang: String) {\r\n career_navigationSingleton(populate: 3, lang: $lang) {\r\n footer_text\r\n footer_nav {\r\n value\r\n }\r\n footer_career {\r\n title\r\n text\r\n link_text\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.career_navigationSingleton=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"career_navigationSingleton")},function(e,t,l){var content=l(415);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,l(49).default)("131731f4",content,!0,{sourceMap:!1})},function(e,t,l){e.exports=l.p+"img/leonard.60462f1.svg"},function(e,t,l){var content=l(419);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,l(49).default)("1af2092a",content,!0,{sourceMap:!1})},,,,,,,,,,,,,,,,,,,,,function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"newsCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"newsCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"5"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}},{kind:"Argument",name:{kind:"Name",value:"sort"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"date_start"},value:{kind:"IntValue",value:"-1"}}]}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"date_start"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"date_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"published"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"image_upcoming"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"category"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:402}};l.loc.source={body:"query newsCollection($filters: JsonType, $lang: String) {\r\n newsCollection(filter: $filters, populate: 5, lang: $lang, sort: {date_start: -1}) {\r\n _id\r\n slug\r\n title\r\n date_start\r\n date_text\r\n published\r\n location\r\n summary\r\n image {\r\n path\r\n meta\r\n }\r\n image_upcoming {\r\n path\r\n meta\r\n }\r\n category {\r\n _id\r\n title\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.newsCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"newsCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"educationsCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"educationsCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"1"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"_modified"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"published"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"excerpt"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"category"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"care"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"type"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"model"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"document"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"link"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"link_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"date_education"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"outside_link"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"video_id"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:573}};l.loc.source={body:"query educationsCollection ($filters: JsonType, $lang: String) {\r\n educationsCollection(filter: $filters, populate: 1, lang: $lang) {\r\n _id\r\n _modified\r\n title\r\n published\r\n image {\r\n path\r\n }\r\n excerpt\r\n category {\r\n _id\r\n title\r\n }\r\n care {\r\n _id\r\n title\r\n }\r\n type {\r\n _id\r\n title\r\n }\r\n model {\r\n _id\r\n title\r\n }\r\n summary\r\n document {\r\n path\r\n }\r\n link {\r\n title\r\n slug\r\n }\r\n link_text\r\n date_education\r\n outside_link\r\n video_id\r\n }\r\n}",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.educationsCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"educationsCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"education_careCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"education_careCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"sort"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"date_start"},value:{kind:"IntValue",value:"1"}}]}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"1"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}},{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:242}};l.loc.source={body:"query education_careCollection ($lang: String, $filters: JsonType) {\r\n education_careCollection(sort: {date_start: 1}, populate: 1, lang: $lang, filter: $filters) {\r\n _id \r\n title\r\n slug\r\n meta_title\r\n meta_description\r\n }\r\n}",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.education_careCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"education_careCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"education_modelCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"education_modelCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"sort"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"date_start"},value:{kind:"IntValue",value:"1"}}]}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"1"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}},{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"parent"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:256}};l.loc.source={body:"query education_modelCollection ($lang: String, $filters: JsonType) {\r\n education_modelCollection(sort: {date_start: 1}, populate: 1, lang: $lang, filter: $filters) {\r\n _id \r\n title\r\n slug\r\n parent\r\n meta_title\r\n meta_description\r\n }\r\n}",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.education_modelCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"education_modelCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"education_typeCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"education_typeCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"sort"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"date_start"},value:{kind:"IntValue",value:"1"}}]}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"1"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}},{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:242}};l.loc.source={body:"query education_typeCollection ($lang: String, $filters: JsonType) {\r\n education_typeCollection(sort: {date_start: 1}, populate: 1, lang: $lang, filter: $filters) {\r\n _id \r\n title\r\n slug\r\n meta_title\r\n meta_description\r\n }\r\n}",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.education_typeCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"education_typeCollection")},,,,,function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/fr-ca/","custom_text":"Visiter le site d\'Umano Medical","pages":null}}]')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc540ed78871a229556cfb5","title":"Offres d\'emploi","slug":"/fr-ca/carriere/offres-emploi/","parent":"","childs":"","meta_title":"Emplois disponibles | Des opportunités pour tous les talents ","meta_description":"Vous avez du talent et de la motivation? Découvrez toutes les opportunités de carrière qui vous attendent chez Umano Medical. ","og_image":{"path":"storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Votre prochaine opportunité de carrière vous attend chez Umano Medical","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n6\\" data-id=\\"c463a14fff0b4021a1a24e7e019d43de\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<h3>Vivez l’Expérience Umano!</h3>\\n</div>\\n</div>","image":{"path":"/storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"job_list","settings":{"id":"","class":"","style":"","title":"Offres d\'emploi disponibles","text":null,"link":null,"link_text":null,"only_featured":false,"only_from_department":null,"background":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Aucune offre ne correspond à votre profil?","text":"<p>Nous sommes toujours à la recherche de nouveaux talents pour compléter notre équipe. Faites-nous parvenir une candidature!</p>","link":[{"_id":"5fcbe5139ebf0b6d015c4433","link":"career_pages","display":"Candidature spontanée"}],"link_text":"Envoyer ma candidature spontanée","image":{"path":"/storage/uploads/2021/04/09/607071ed242dccta-offre-demplois.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1674767258,"_created":1606762733,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc55032406443484b489258","title":"Étudiant","slug":"/fr-ca/carriere/etudiant/","parent":"","childs":"","meta_title":"Emplois étudiants et offre de stage | Deviens stagiaire chez Umano Medical","meta_description":"Entourés d’une équipe soudée et passionnée, nos stagiaires relèvent des défis motivants au quotidien. Découvre toutes nos offres d\'emplois étudiants.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Des emplois étudiants à la hauteur de ton potentiel","text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1f62c905beEn-tte-tudiant.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Découvre les stages chez Umano","video_id":"536562829","image":{"path":"/storage/uploads/2020/12/22/5fe1f63ec49f8vignette---video-5.jpg"},"container_smaller":false,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Développe ton talent avec Umano Medical","subtitle":"","text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f66885e1255c565a6724"},"path":"/storage/uploads/2020/12/22/5fe1f668b5953Relve-des-dfis-stimulants.jpg"}],"title":"Relève des défis stimulants","subtitle":null,"summary":"<p>Administration, génie, production… Quel que soit ton domaine, tu participeras à des projets variés qui t’aideront à développer tes forces tout en faisant ce qui te passionne. Dès le début de ton stage, nous te confierons des responsabilités à la hauteur de tes ambitions.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f684c8ce1d33974eea2c"},"path":"/storage/uploads/2020/12/22/5fe1f68492d9ejJoins-toi--une-quipe-soude.jpg"}],"title":"Joins-toi à une équipe soudée","subtitle":null,"summary":"<p>Seul, on va plus vite. Ensemble, on va plus loin! Tu évolueras dans un climat de confiance qui valorise l’autonomie et l’innovation, mais tu pourras toujours compter sur le soutien de tes coéquipiers pour t’appuyer dans tes projets.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6a885e1255c565a6725"},"path":"/storage/uploads/2020/12/22/5fe1f6a87a2afDonne-le-coup-denvoi--ta-carrire.jpg"}],"title":"Donne le coup d’envoi à ta carrière","subtitle":null,"summary":"<p>Nous te donnons tous les outils pour développer des compétences clés pour ta future carrière. Ta connaissance approfondie de l’équipe et des projets innovants sur lesquels nous travaillons sera un véritable atout si tu décides de poursuivre l’aventure chez Umano Medical.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6c185e1255c565a6726"},"path":"/storage/uploads/2020/12/22/5fe1f6c15039cFait-une-diffrence-dans-un-secteur-valorisant.jpg"}],"title":"Apporte ta contribution au sein d’un secteur valorisant","subtitle":null,"summary":"<p>Le secteur médical est rempli de défis stimulants que notre équipe n’a pas peur de relever. Avec nous, tu auras un rôle important à jouer au sein de l’entreprise tout comme pour les patients et le personnel du secteur de la santé.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":"2","align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"60819956ebf9272750390dd2"},"path":"/storage/uploads/2021/04/22/6081995625d62Carroussel---tudiants.jpg"}],"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Un tremplin pour ta future carrière","subtitle":null,"text":"<p>Qui sait, ton stage sera peut-être le début d’une belle et longue histoire avec Umano Medical! Plusieurs de nos employés partagent leur cheminement au sein de l’entreprise.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1fa87ad759tremplin-pour-ta-carriere.jpg"},"image_left":true,"wider":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Nos offres de stages et emplois étudiants","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"Voir toutes les opportunités","image":{"path":"/storage/uploads/2021/03/02/603e3e38a6e2fcalque-732-2.png"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1682620151,"_created":1606766642,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc67951297c210fc9690963","title":"Expérience Umano","slug":"/fr-ca/carriere/experience-umano/","parent":"","childs":"","meta_title":"Expérience Umano | Relevez des défis stimulants à nos côtés","meta_description":"Prenez les rênes de projets d’envergure et rejoignez une grande famille de passionnés qui aiment relever des défis. Découvrez L’Expérience Umano.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Plongez au cœur de l’Expérience Umano","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Bienvenue dans une expérience exceptionnelle","subtitle":"Relevez des défis stimulants dans un environnement collaboratif ","text":"<p>En prenant part à l’Expérience Umano, vous aurez la responsabilité de projets d’envergure qui repoussent les limites de l’innovation. Vous serez entouré d’une équipe de passionnés portée par l’ambition, la confiance et la solidarité. Plus simplement, vous rejoindrez une grande famille qui aime relever des défis et partager de beaux moments.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2022/Umano_22juillet2020_006.-crop.jpg"},"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":"","title":"Découvrez l’Expérience Umano","video_id":"536570180","image":{"path":"/storage/uploads/2020/12/22/5fe2082419ceevideo---vignette.jpg"},"container_smaller":false,"blue_text":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Des avantages qui se distinguent","subtitle":null,"text":"<h4 class=\\"text-1xl\\">Un programme d’accueil qui vous met en confiance</h4>\\n<p><span style=\\"font-weight: 400;\\">Grâce à notre programme d’intégration, vous vous sentirez accueillis dès les premiers instants. Très vite, vous découvrirez le climat de confiance et d’entraide qui règne au sein de notre équipe.</span></p>\\n<h4 class=\\"text-1xl\\">Des projets axés sur vos forces</h4>\\n<p>Chez Umano, ce sont vos talents qui comptent. Nous vous confions la responsabilité de projets stimulants, adaptés à vos forces, et qui vous aident à en développer de nouvelles.</p>\\n<h4 class=\\"text-1xl\\">Des avantages sociaux compétitifs</h4>\\n<p>Parce que votre équilibre de vie est essentiel, nous vous proposons une gamme complète d’avantages comme l’horaire flexible, des assurances collectives, un régime de retraite ou encore des journées de congés additionnelles durant le temps des fêtes.</p>\\n<h4 class=\\"text-1xl\\">Une vie sociale bien remplie</h4>\\n<p>On travaille fort, et on s’amuse tout autant! Des 5@7 animés aux BBQ estivaux en passant par notre célèbre fête champêtre attendue de tous… les occasions pour tisser des liens solides ne manquent pas.</p>\\n<h4 class=\\"text-1xl\\">Des espaces de travail dernier cri</h4>\\n<p>Nos locaux lumineux et ultra modernes stimulent le travail d’équipe et l’accomplissement. Terrasse aménagée sur le toit, aires de repas extérieures, gym… tout a été pensé pour votre satisfaction!</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2020/12/22/5fe1f0d01557bvoluez-dans-un-environnement-qui-vous-rend-fier.jpg"},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Apportez votre contribution à un domaine valorisant","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20b7885e1255c565a673b"},"path":"storage/uploads/2022/Sbastien-Vallires-2022-A-corrig.jpg"}],"title":"Soutenez le secteur médical","subtitle":null,"summary":"<p>Participez au développement de solutions innovantes qui améliorent le quotidien du personnel soignant, des patients et des établissements de santé.</p>","link":[],"link_text":"","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"619ff1b53be334710b2b79c2"},"path":"/storage/uploads/2021/11/26/61a0fa81bc4f3Umano_22juillet2020_090.jpg"}],"title":" Innovez au quotidien","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Notre </span><span style=\\"text-decoration: underline;\\"><span style=\\"font-weight: 400;\\">vision</span></span><span style=\\"font-weight: 400;\\"> est claire : révolutionner les standards d’expérience client et d’innovation dans le domaine médical. Pour parvenir à ce résultat, nous faisons preuve d’agilité et de créativité dans le développement de nos produits, de notre approche du service client et de nos méthodes de travail. </span></p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":true,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"Nos employés partagent l\'expérience Umano","link":[],"link_text":"","testimonies":[{"_id":"5fe20c0ec8ce1d33974eea3b","link":"testimonies","display":"Sabrina Hamdaoui"},{"_id":"5fe1f1b7c8ce1d33974eea21","link":"testimonies","display":"Frédéric Migneault"},{"_id":"5f7e2381b5f16e5b405123fb","link":"testimonies","display":"Marilou Danis"},{"_id":"5fe20c67c8ce1d33974eea3e","link":"testimonies","display":"Jonathan Dumont"}],"bg_white":false,"only_text":false,"big_padding":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Embarque avec nous dans l\'expérience Umano!","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"Voir toutes les opportunités","image":{"path":"/storage/uploads/2021/11/25/619ff51c48b00Bureau---comptabilit--.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":true,"cta_full_width":true,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1677794499,"_created":1606842705,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc6a9bd297c210fc9690972","title":"À propos","slug":"/fr-ca/carriere/a-propos/","parent":"","childs":"","meta_title":"À propos | Ensemble, dans la même direction","meta_description":"La satisfaction des professionnels de la santé, des patients et des membres de notre équipe est notre priorité. Découvrez les engagements d’Umano Medical.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"À propos d\'Umano Medical","text":"","image":{"path":"/storage/uploads/2021/02/24/60367dc3f0852en-tte-exprience-umanbo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Ensemble, dans la même direction","subtitle":null,"text":"Chez Umano Medical, nous faisons de l’humain notre priorité. Nous concevons et fabriquons des lits d’hôpitaux et autres équipements médicaux innovants qui facilitent le quotidien des établissements de santé à travers le monde. Notre mission est de vous satisfaire à 100 %, que vous soyez un professionnel de la santé, un patient ou encore l’un des membres de notre équipe.\\n\\nNous voulons révolutionner les standards d’innovation et d’expérience client dans l’industrie médicale. Pour y parvenir, nous misons sur notre approche du service client axée sur l’écoute et la proactivité, nos produits innovants qui répondent à de réels besoins et notre équipe exceptionnellement dévouée.\\n\\nSeul, on va plus vite; ensemble, on va plus loin.","link":[],"link_text":"","bigger_content":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Fiers de notre histoire","subtitle":null,"text":"Notre parcours unique nous a permis d’acquérir une expertise approfondie, une agilité remarquable et une détermination à toute épreuve.","link":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"}],"link_text":"Découvrez notre histoire","bigger_content":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du mouvement","text":"<p>Travailler chez Umano Medical, c’est rejoindre une entreprise en pleine croissance, déterminée à avoir un impact positif au quotidien. Profitez d’un milieu sans pareil où vous pourrez briller.</p>","link":[{"_id":"5fc67951297c210fc9690963","link":"career_pages","display":"L\'expérience Umano"}],"custom_link":null,"link_text":"Vivez l’Expérience Umano","image":{"path":"/storage/uploads/2021/02/24/6036849df2d7ccaroussel-4-1.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":true,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1619134722,"_created":1606855101,"_pid":null,"_link":"career_pages"}}}]')},function(e){e.exports=JSON.parse('{"meta_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/fr-ca/","custom_text":"Visiter le site d\'Umano Medical","pages":null}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","main_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc540ed78871a229556cfb5","title":"Offres d\'emploi","slug":"/fr-ca/carriere/offres-emploi/","parent":"","childs":"","meta_title":"Emplois disponibles | Des opportunités pour tous les talents ","meta_description":"Vous avez du talent et de la motivation? Découvrez toutes les opportunités de carrière qui vous attendent chez Umano Medical. ","og_image":{"path":"storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Votre prochaine opportunité de carrière vous attend chez Umano Medical","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n6\\" data-id=\\"c463a14fff0b4021a1a24e7e019d43de\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<h3>Vivez l’Expérience Umano!</h3>\\n</div>\\n</div>","image":{"path":"/storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"job_list","settings":{"id":"","class":"","style":"","title":"Offres d\'emploi disponibles","text":null,"link":null,"link_text":null,"only_featured":false,"only_from_department":null,"background":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Aucune offre ne correspond à votre profil?","text":"<p>Nous sommes toujours à la recherche de nouveaux talents pour compléter notre équipe. Faites-nous parvenir une candidature!</p>","link":[{"_id":"5fcbe5139ebf0b6d015c4433","link":"career_pages","display":"Candidature spontanée"}],"link_text":"Envoyer ma candidature spontanée","image":{"path":"/storage/uploads/2021/04/09/607071ed242dccta-offre-demplois.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1674767258,"_created":1606762733,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc55032406443484b489258","title":"Étudiant","slug":"/fr-ca/carriere/etudiant/","parent":"","childs":"","meta_title":"Emplois étudiants et offre de stage | Deviens stagiaire chez Umano Medical","meta_description":"Entourés d’une équipe soudée et passionnée, nos stagiaires relèvent des défis motivants au quotidien. Découvre toutes nos offres d\'emplois étudiants.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Des emplois étudiants à la hauteur de ton potentiel","text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1f62c905beEn-tte-tudiant.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Découvre les stages chez Umano","video_id":"536562829","image":{"path":"/storage/uploads/2020/12/22/5fe1f63ec49f8vignette---video-5.jpg"},"container_smaller":false,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Développe ton talent avec Umano Medical","subtitle":"","text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f66885e1255c565a6724"},"path":"/storage/uploads/2020/12/22/5fe1f668b5953Relve-des-dfis-stimulants.jpg"}],"title":"Relève des défis stimulants","subtitle":null,"summary":"<p>Administration, génie, production… Quel que soit ton domaine, tu participeras à des projets variés qui t’aideront à développer tes forces tout en faisant ce qui te passionne. Dès le début de ton stage, nous te confierons des responsabilités à la hauteur de tes ambitions.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f684c8ce1d33974eea2c"},"path":"/storage/uploads/2020/12/22/5fe1f68492d9ejJoins-toi--une-quipe-soude.jpg"}],"title":"Joins-toi à une équipe soudée","subtitle":null,"summary":"<p>Seul, on va plus vite. Ensemble, on va plus loin! Tu évolueras dans un climat de confiance qui valorise l’autonomie et l’innovation, mais tu pourras toujours compter sur le soutien de tes coéquipiers pour t’appuyer dans tes projets.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6a885e1255c565a6725"},"path":"/storage/uploads/2020/12/22/5fe1f6a87a2afDonne-le-coup-denvoi--ta-carrire.jpg"}],"title":"Donne le coup d’envoi à ta carrière","subtitle":null,"summary":"<p>Nous te donnons tous les outils pour développer des compétences clés pour ta future carrière. Ta connaissance approfondie de l’équipe et des projets innovants sur lesquels nous travaillons sera un véritable atout si tu décides de poursuivre l’aventure chez Umano Medical.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6c185e1255c565a6726"},"path":"/storage/uploads/2020/12/22/5fe1f6c15039cFait-une-diffrence-dans-un-secteur-valorisant.jpg"}],"title":"Apporte ta contribution au sein d’un secteur valorisant","subtitle":null,"summary":"<p>Le secteur médical est rempli de défis stimulants que notre équipe n’a pas peur de relever. Avec nous, tu auras un rôle important à jouer au sein de l’entreprise tout comme pour les patients et le personnel du secteur de la santé.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":"2","align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"60819956ebf9272750390dd2"},"path":"/storage/uploads/2021/04/22/6081995625d62Carroussel---tudiants.jpg"}],"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Un tremplin pour ta future carrière","subtitle":null,"text":"<p>Qui sait, ton stage sera peut-être le début d’une belle et longue histoire avec Umano Medical! Plusieurs de nos employés partagent leur cheminement au sein de l’entreprise.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1fa87ad759tremplin-pour-ta-carriere.jpg"},"image_left":true,"wider":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Nos offres de stages et emplois étudiants","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"Voir toutes les opportunités","image":{"path":"/storage/uploads/2021/03/02/603e3e38a6e2fcalque-732-2.png"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1682620151,"_created":1606766642,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc67951297c210fc9690963","title":"Expérience Umano","slug":"/fr-ca/carriere/experience-umano/","parent":"","childs":"","meta_title":"Expérience Umano | Relevez des défis stimulants à nos côtés","meta_description":"Prenez les rênes de projets d’envergure et rejoignez une grande famille de passionnés qui aiment relever des défis. Découvrez L’Expérience Umano.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Plongez au cœur de l’Expérience Umano","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Bienvenue dans une expérience exceptionnelle","subtitle":"Relevez des défis stimulants dans un environnement collaboratif ","text":"<p>En prenant part à l’Expérience Umano, vous aurez la responsabilité de projets d’envergure qui repoussent les limites de l’innovation. Vous serez entouré d’une équipe de passionnés portée par l’ambition, la confiance et la solidarité. Plus simplement, vous rejoindrez une grande famille qui aime relever des défis et partager de beaux moments.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2022/Umano_22juillet2020_006.-crop.jpg"},"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":"","title":"Découvrez l’Expérience Umano","video_id":"536570180","image":{"path":"/storage/uploads/2020/12/22/5fe2082419ceevideo---vignette.jpg"},"container_smaller":false,"blue_text":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Des avantages qui se distinguent","subtitle":null,"text":"<h4 class=\\"text-1xl\\">Un programme d’accueil qui vous met en confiance</h4>\\n<p><span style=\\"font-weight: 400;\\">Grâce à notre programme d’intégration, vous vous sentirez accueillis dès les premiers instants. Très vite, vous découvrirez le climat de confiance et d’entraide qui règne au sein de notre équipe.</span></p>\\n<h4 class=\\"text-1xl\\">Des projets axés sur vos forces</h4>\\n<p>Chez Umano, ce sont vos talents qui comptent. Nous vous confions la responsabilité de projets stimulants, adaptés à vos forces, et qui vous aident à en développer de nouvelles.</p>\\n<h4 class=\\"text-1xl\\">Des avantages sociaux compétitifs</h4>\\n<p>Parce que votre équilibre de vie est essentiel, nous vous proposons une gamme complète d’avantages comme l’horaire flexible, des assurances collectives, un régime de retraite ou encore des journées de congés additionnelles durant le temps des fêtes.</p>\\n<h4 class=\\"text-1xl\\">Une vie sociale bien remplie</h4>\\n<p>On travaille fort, et on s’amuse tout autant! Des 5@7 animés aux BBQ estivaux en passant par notre célèbre fête champêtre attendue de tous… les occasions pour tisser des liens solides ne manquent pas.</p>\\n<h4 class=\\"text-1xl\\">Des espaces de travail dernier cri</h4>\\n<p>Nos locaux lumineux et ultra modernes stimulent le travail d’équipe et l’accomplissement. Terrasse aménagée sur le toit, aires de repas extérieures, gym… tout a été pensé pour votre satisfaction!</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2020/12/22/5fe1f0d01557bvoluez-dans-un-environnement-qui-vous-rend-fier.jpg"},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Apportez votre contribution à un domaine valorisant","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20b7885e1255c565a673b"},"path":"storage/uploads/2022/Sbastien-Vallires-2022-A-corrig.jpg"}],"title":"Soutenez le secteur médical","subtitle":null,"summary":"<p>Participez au développement de solutions innovantes qui améliorent le quotidien du personnel soignant, des patients et des établissements de santé.</p>","link":[],"link_text":"","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"619ff1b53be334710b2b79c2"},"path":"/storage/uploads/2021/11/26/61a0fa81bc4f3Umano_22juillet2020_090.jpg"}],"title":" Innovez au quotidien","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Notre </span><span style=\\"text-decoration: underline;\\"><span style=\\"font-weight: 400;\\">vision</span></span><span style=\\"font-weight: 400;\\"> est claire : révolutionner les standards d’expérience client et d’innovation dans le domaine médical. Pour parvenir à ce résultat, nous faisons preuve d’agilité et de créativité dans le développement de nos produits, de notre approche du service client et de nos méthodes de travail. </span></p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":true,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"Nos employés partagent l\'expérience Umano","link":[],"link_text":"","testimonies":[{"_id":"5fe20c0ec8ce1d33974eea3b","link":"testimonies","display":"Sabrina Hamdaoui"},{"_id":"5fe1f1b7c8ce1d33974eea21","link":"testimonies","display":"Frédéric Migneault"},{"_id":"5f7e2381b5f16e5b405123fb","link":"testimonies","display":"Marilou Danis"},{"_id":"5fe20c67c8ce1d33974eea3e","link":"testimonies","display":"Jonathan Dumont"}],"bg_white":false,"only_text":false,"big_padding":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Embarque avec nous dans l\'expérience Umano!","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"Voir toutes les opportunités","image":{"path":"/storage/uploads/2021/11/25/619ff51c48b00Bureau---comptabilit--.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":true,"cta_full_width":true,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1677794499,"_created":1606842705,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc6a9bd297c210fc9690972","title":"À propos","slug":"/fr-ca/carriere/a-propos/","parent":"","childs":"","meta_title":"À propos | Ensemble, dans la même direction","meta_description":"La satisfaction des professionnels de la santé, des patients et des membres de notre équipe est notre priorité. Découvrez les engagements d’Umano Medical.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"À propos d\'Umano Medical","text":"","image":{"path":"/storage/uploads/2021/02/24/60367dc3f0852en-tte-exprience-umanbo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Ensemble, dans la même direction","subtitle":null,"text":"Chez Umano Medical, nous faisons de l’humain notre priorité. Nous concevons et fabriquons des lits d’hôpitaux et autres équipements médicaux innovants qui facilitent le quotidien des établissements de santé à travers le monde. Notre mission est de vous satisfaire à 100 %, que vous soyez un professionnel de la santé, un patient ou encore l’un des membres de notre équipe.\\n\\nNous voulons révolutionner les standards d’innovation et d’expérience client dans l’industrie médicale. Pour y parvenir, nous misons sur notre approche du service client axée sur l’écoute et la proactivité, nos produits innovants qui répondent à de réels besoins et notre équipe exceptionnellement dévouée.\\n\\nSeul, on va plus vite; ensemble, on va plus loin.","link":[],"link_text":"","bigger_content":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Fiers de notre histoire","subtitle":null,"text":"Notre parcours unique nous a permis d’acquérir une expertise approfondie, une agilité remarquable et une détermination à toute épreuve.","link":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"}],"link_text":"Découvrez notre histoire","bigger_content":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du mouvement","text":"<p>Travailler chez Umano Medical, c’est rejoindre une entreprise en pleine croissance, déterminée à avoir un impact positif au quotidien. Profitez d’un milieu sans pareil où vous pourrez briller.</p>","link":[{"_id":"5fc67951297c210fc9690963","link":"career_pages","display":"L\'expérience Umano"}],"custom_link":null,"link_text":"Vivez l’Expérience Umano","image":{"path":"/storage/uploads/2021/02/24/6036849df2d7ccaroussel-4-1.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":true,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1619134722,"_created":1606855101,"_pid":null,"_link":"career_pages"}}}],"footer_text":"<p>230, boulevard Nilus-Leclerc<br />L\'Islet (Québec) G0R 2C0<br />CANADA </p>\\n<p><a href=\\"tel:18444094030\\">1 877 409-4030</a></p>","footer_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc540ed78871a229556cfb5","title":"Offres d\'emploi","slug":"/fr-ca/carriere/offres-emploi/","parent":"","childs":"","meta_title":"Emplois disponibles | Des opportunités pour tous les talents ","meta_description":"Vous avez du talent et de la motivation? Découvrez toutes les opportunités de carrière qui vous attendent chez Umano Medical. ","og_image":{"path":"storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Votre prochaine opportunité de carrière vous attend chez Umano Medical","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n6\\" data-id=\\"c463a14fff0b4021a1a24e7e019d43de\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<h3>Vivez l’Expérience Umano!</h3>\\n</div>\\n</div>","image":{"path":"/storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"job_list","settings":{"id":"","class":"","style":"","title":"Offres d\'emploi disponibles","text":null,"link":null,"link_text":null,"only_featured":false,"only_from_department":null,"background":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Aucune offre ne correspond à votre profil?","text":"<p>Nous sommes toujours à la recherche de nouveaux talents pour compléter notre équipe. Faites-nous parvenir une candidature!</p>","link":[{"_id":"5fcbe5139ebf0b6d015c4433","link":"career_pages","display":"Candidature spontanée"}],"link_text":"Envoyer ma candidature spontanée","image":{"path":"/storage/uploads/2021/04/09/607071ed242dccta-offre-demplois.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1674767258,"_created":1606762733,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fcbe5139ebf0b6d015c4433","title":"Candidature spontanée","slug":"/fr-ca/carriere/candidature-spontanee/","parent":"","childs":"","meta_title":"Candidature spontanée | Un premier pas vers l’Expérience Umano!","meta_description":"Aucune offre d’emploi ne correspond à votre profil? Nous aimerions tout de même vous connaître! Envoyez-nous votre candidature.","og_image":"","noindex":false,"content":[],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1699297807,"_created":1607197971,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc55032406443484b489258","title":"Étudiant","slug":"/fr-ca/carriere/etudiant/","parent":"","childs":"","meta_title":"Emplois étudiants et offre de stage | Deviens stagiaire chez Umano Medical","meta_description":"Entourés d’une équipe soudée et passionnée, nos stagiaires relèvent des défis motivants au quotidien. Découvre toutes nos offres d\'emplois étudiants.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Des emplois étudiants à la hauteur de ton potentiel","text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1f62c905beEn-tte-tudiant.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Découvre les stages chez Umano","video_id":"536562829","image":{"path":"/storage/uploads/2020/12/22/5fe1f63ec49f8vignette---video-5.jpg"},"container_smaller":false,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Développe ton talent avec Umano Medical","subtitle":"","text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f66885e1255c565a6724"},"path":"/storage/uploads/2020/12/22/5fe1f668b5953Relve-des-dfis-stimulants.jpg"}],"title":"Relève des défis stimulants","subtitle":null,"summary":"<p>Administration, génie, production… Quel que soit ton domaine, tu participeras à des projets variés qui t’aideront à développer tes forces tout en faisant ce qui te passionne. Dès le début de ton stage, nous te confierons des responsabilités à la hauteur de tes ambitions.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f684c8ce1d33974eea2c"},"path":"/storage/uploads/2020/12/22/5fe1f68492d9ejJoins-toi--une-quipe-soude.jpg"}],"title":"Joins-toi à une équipe soudée","subtitle":null,"summary":"<p>Seul, on va plus vite. Ensemble, on va plus loin! Tu évolueras dans un climat de confiance qui valorise l’autonomie et l’innovation, mais tu pourras toujours compter sur le soutien de tes coéquipiers pour t’appuyer dans tes projets.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6a885e1255c565a6725"},"path":"/storage/uploads/2020/12/22/5fe1f6a87a2afDonne-le-coup-denvoi--ta-carrire.jpg"}],"title":"Donne le coup d’envoi à ta carrière","subtitle":null,"summary":"<p>Nous te donnons tous les outils pour développer des compétences clés pour ta future carrière. Ta connaissance approfondie de l’équipe et des projets innovants sur lesquels nous travaillons sera un véritable atout si tu décides de poursuivre l’aventure chez Umano Medical.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6c185e1255c565a6726"},"path":"/storage/uploads/2020/12/22/5fe1f6c15039cFait-une-diffrence-dans-un-secteur-valorisant.jpg"}],"title":"Apporte ta contribution au sein d’un secteur valorisant","subtitle":null,"summary":"<p>Le secteur médical est rempli de défis stimulants que notre équipe n’a pas peur de relever. Avec nous, tu auras un rôle important à jouer au sein de l’entreprise tout comme pour les patients et le personnel du secteur de la santé.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":"2","align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"60819956ebf9272750390dd2"},"path":"/storage/uploads/2021/04/22/6081995625d62Carroussel---tudiants.jpg"}],"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Un tremplin pour ta future carrière","subtitle":null,"text":"<p>Qui sait, ton stage sera peut-être le début d’une belle et longue histoire avec Umano Medical! Plusieurs de nos employés partagent leur cheminement au sein de l’entreprise.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1fa87ad759tremplin-pour-ta-carriere.jpg"},"image_left":true,"wider":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Nos offres de stages et emplois étudiants","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"Voir toutes les opportunités","image":{"path":"/storage/uploads/2021/03/02/603e3e38a6e2fcalque-732-2.png"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1682620151,"_created":1606766642,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc67951297c210fc9690963","title":"Expérience Umano","slug":"/fr-ca/carriere/experience-umano/","parent":"","childs":"","meta_title":"Expérience Umano | Relevez des défis stimulants à nos côtés","meta_description":"Prenez les rênes de projets d’envergure et rejoignez une grande famille de passionnés qui aiment relever des défis. Découvrez L’Expérience Umano.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Plongez au cœur de l’Expérience Umano","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Bienvenue dans une expérience exceptionnelle","subtitle":"Relevez des défis stimulants dans un environnement collaboratif ","text":"<p>En prenant part à l’Expérience Umano, vous aurez la responsabilité de projets d’envergure qui repoussent les limites de l’innovation. Vous serez entouré d’une équipe de passionnés portée par l’ambition, la confiance et la solidarité. Plus simplement, vous rejoindrez une grande famille qui aime relever des défis et partager de beaux moments.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2022/Umano_22juillet2020_006.-crop.jpg"},"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":"","title":"Découvrez l’Expérience Umano","video_id":"536570180","image":{"path":"/storage/uploads/2020/12/22/5fe2082419ceevideo---vignette.jpg"},"container_smaller":false,"blue_text":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Des avantages qui se distinguent","subtitle":null,"text":"<h4 class=\\"text-1xl\\">Un programme d’accueil qui vous met en confiance</h4>\\n<p><span style=\\"font-weight: 400;\\">Grâce à notre programme d’intégration, vous vous sentirez accueillis dès les premiers instants. Très vite, vous découvrirez le climat de confiance et d’entraide qui règne au sein de notre équipe.</span></p>\\n<h4 class=\\"text-1xl\\">Des projets axés sur vos forces</h4>\\n<p>Chez Umano, ce sont vos talents qui comptent. Nous vous confions la responsabilité de projets stimulants, adaptés à vos forces, et qui vous aident à en développer de nouvelles.</p>\\n<h4 class=\\"text-1xl\\">Des avantages sociaux compétitifs</h4>\\n<p>Parce que votre équilibre de vie est essentiel, nous vous proposons une gamme complète d’avantages comme l’horaire flexible, des assurances collectives, un régime de retraite ou encore des journées de congés additionnelles durant le temps des fêtes.</p>\\n<h4 class=\\"text-1xl\\">Une vie sociale bien remplie</h4>\\n<p>On travaille fort, et on s’amuse tout autant! Des 5@7 animés aux BBQ estivaux en passant par notre célèbre fête champêtre attendue de tous… les occasions pour tisser des liens solides ne manquent pas.</p>\\n<h4 class=\\"text-1xl\\">Des espaces de travail dernier cri</h4>\\n<p>Nos locaux lumineux et ultra modernes stimulent le travail d’équipe et l’accomplissement. Terrasse aménagée sur le toit, aires de repas extérieures, gym… tout a été pensé pour votre satisfaction!</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2020/12/22/5fe1f0d01557bvoluez-dans-un-environnement-qui-vous-rend-fier.jpg"},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Apportez votre contribution à un domaine valorisant","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20b7885e1255c565a673b"},"path":"storage/uploads/2022/Sbastien-Vallires-2022-A-corrig.jpg"}],"title":"Soutenez le secteur médical","subtitle":null,"summary":"<p>Participez au développement de solutions innovantes qui améliorent le quotidien du personnel soignant, des patients et des établissements de santé.</p>","link":[],"link_text":"","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"619ff1b53be334710b2b79c2"},"path":"/storage/uploads/2021/11/26/61a0fa81bc4f3Umano_22juillet2020_090.jpg"}],"title":" Innovez au quotidien","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Notre </span><span style=\\"text-decoration: underline;\\"><span style=\\"font-weight: 400;\\">vision</span></span><span style=\\"font-weight: 400;\\"> est claire : révolutionner les standards d’expérience client et d’innovation dans le domaine médical. Pour parvenir à ce résultat, nous faisons preuve d’agilité et de créativité dans le développement de nos produits, de notre approche du service client et de nos méthodes de travail. </span></p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":true,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"Nos employés partagent l\'expérience Umano","link":[],"link_text":"","testimonies":[{"_id":"5fe20c0ec8ce1d33974eea3b","link":"testimonies","display":"Sabrina Hamdaoui"},{"_id":"5fe1f1b7c8ce1d33974eea21","link":"testimonies","display":"Frédéric Migneault"},{"_id":"5f7e2381b5f16e5b405123fb","link":"testimonies","display":"Marilou Danis"},{"_id":"5fe20c67c8ce1d33974eea3e","link":"testimonies","display":"Jonathan Dumont"}],"bg_white":false,"only_text":false,"big_padding":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Embarque avec nous dans l\'expérience Umano!","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"Voir toutes les opportunités","image":{"path":"/storage/uploads/2021/11/25/619ff51c48b00Bureau---comptabilit--.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":true,"cta_full_width":true,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1677794499,"_created":1606842705,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc6a9bd297c210fc9690972","title":"À propos","slug":"/fr-ca/carriere/a-propos/","parent":"","childs":"","meta_title":"À propos | Ensemble, dans la même direction","meta_description":"La satisfaction des professionnels de la santé, des patients et des membres de notre équipe est notre priorité. Découvrez les engagements d’Umano Medical.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"À propos d\'Umano Medical","text":"","image":{"path":"/storage/uploads/2021/02/24/60367dc3f0852en-tte-exprience-umanbo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Ensemble, dans la même direction","subtitle":null,"text":"Chez Umano Medical, nous faisons de l’humain notre priorité. Nous concevons et fabriquons des lits d’hôpitaux et autres équipements médicaux innovants qui facilitent le quotidien des établissements de santé à travers le monde. Notre mission est de vous satisfaire à 100 %, que vous soyez un professionnel de la santé, un patient ou encore l’un des membres de notre équipe.\\n\\nNous voulons révolutionner les standards d’innovation et d’expérience client dans l’industrie médicale. Pour y parvenir, nous misons sur notre approche du service client axée sur l’écoute et la proactivité, nos produits innovants qui répondent à de réels besoins et notre équipe exceptionnellement dévouée.\\n\\nSeul, on va plus vite; ensemble, on va plus loin.","link":[],"link_text":"","bigger_content":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Fiers de notre histoire","subtitle":null,"text":"Notre parcours unique nous a permis d’acquérir une expertise approfondie, une agilité remarquable et une détermination à toute épreuve.","link":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"}],"link_text":"Découvrez notre histoire","bigger_content":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du mouvement","text":"<p>Travailler chez Umano Medical, c’est rejoindre une entreprise en pleine croissance, déterminée à avoir un impact positif au quotidien. Profitez d’un milieu sans pareil où vous pourrez briller.</p>","link":[{"_id":"5fc67951297c210fc9690963","link":"career_pages","display":"L\'expérience Umano"}],"custom_link":null,"link_text":"Vivez l’Expérience Umano","image":{"path":"/storage/uploads/2021/02/24/6036849df2d7ccaroussel-4-1.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":true,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1619134722,"_created":1606855101,"_pid":null,"_link":"career_pages"}}}],"footer_career":{"title":"Nous joindre","text":"Vous avez des question à propos de l\'entreprise ou des offres d\'emploi?","link_text":"Contactez-nous"}}')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/en-ca/","custom_text":"Visit the Umano Medical website","pages":null}}]')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc540ed78871a229556cfb5","title":"Jobs","slug":"/en-ca/career/jobs/","parent":"","childs":"","meta_title":"Open positions | Opportunities for all talents","meta_description":"Are you talented and motivated? Discover all the career opportunities that await you at Umano Medical.","og_image":{"path":"storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Your next career opportunity is with Umano Medical","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n6\\" data-id=\\"c463a14fff0b4021a1a24e7e019d43de\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<h3>Live the Umano Experience!</h3>\\n</div>\\n</div>","image":{"path":"/storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"job_list","settings":{"id":"","class":"","style":"","title":"Open positions","text":null,"link":null,"link_text":null,"only_featured":false,"only_from_department":null,"background":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"No offer matches your profile?","text":"<p>We are always looking for new talent to join our team. Send us your resume!</p>","link":[{"_id":"5fcbe5139ebf0b6d015c4433","link":"career_pages","display":"Candidature spontanée"}],"link_text":"Send a spontaneous application","image":{"path":"/storage/uploads/2021/04/09/607071e25a973cta-offre-demplois.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1674767258,"_created":1606762733,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc55032406443484b489258","title":"Intern","slug":"/en-ca/career/student/","parent":"","childs":"","meta_title":"Student jobs | Develop your talent with Umano Medical","meta_description":"Supported by a unified and passionate team, our interns take on motivating challenges on a daily basis. Browse all our student job and internship offers.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Student jobs up to your full potential","text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1f62c905beEn-tte-tudiant.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"536562829","image":{"path":"/storage/uploads/2020/12/22/5fe1f63ec49f8vignette---video-5.jpg"},"container_smaller":false,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Develop your talent with Umano Medical","subtitle":"","text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f66885e1255c565a6724"},"path":"/storage/uploads/2020/12/22/5fe1f668b5953Relve-des-dfis-stimulants.jpg"}],"title":"Take on challenges","subtitle":null,"summary":"<p>Administration, engineering, production… Whatever department you belong to, you will be involved in various projects that will help develop your strengths while doing what you are passionate about. From the beginning of your internship, we will entrust you with responsibilities in line with your ambitions.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f684c8ce1d33974eea2c"},"path":"/storage/uploads/2020/12/22/5fe1f68492d9ejJoins-toi--une-quipe-soude.jpg"}],"title":"Join a strong and fun team","subtitle":null,"summary":"<p>Alone we go faster, together we go further! You will grow in a trusting environment that values autonomy and innovation, but you will always be able to count on your teammates’ support to assist you in your projects.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6a885e1255c565a6725"},"path":"/storage/uploads/2020/12/22/5fe1f6a87a2afDonne-le-coup-denvoi--ta-carrire.jpg"}],"title":"Kick-start your career","subtitle":null,"summary":"<p>We give you the right tools to develop key skills for your future career. Your familiarity with the team and our innovative projects will be a valuable asset if you decide to continue the adventure at Umano Medical.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6c185e1255c565a6726"},"path":"/storage/uploads/2020/12/22/5fe1f6c15039cFait-une-diffrence-dans-un-secteur-valorisant.jpg"}],"title":"Make an impact in a rewarding sector","subtitle":null,"summary":"<p>The medical sector is filled with challenges that our team is not afraid to take on. By getting involved with us, you will have the opportunity to make a difference within the company but also with patients and healthcare professionals.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":"2","align_link_bottom":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"60819956ebf9272750390dd2"},"path":"/storage/uploads/2021/04/22/6081995625d62Carroussel---tudiants.jpg"}],"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A springboard for your future career","subtitle":null,"text":"<p>Who knows, your internship may be the beginning of a long and beautiful story with Umano Medical! Several of our team members share their journey within the company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1fa87ad759tremplin-pour-ta-carriere.jpg"},"image_left":true,"wider":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"All our student job and internship offers","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"View current openings","image":{"path":"/storage/uploads/2021/03/02/603e3e45d7fcbcalque-732-2.png"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1682620151,"_created":1606766642,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc67951297c210fc9690963","title":"Umano Experience","slug":"/en-ca/career/umano-experience/","parent":"","childs":"","meta_title":"The Umano Experience | Take on challenges by our side","meta_description":"Lead large-scale projects and join a team of passionate people who are not afraid of challenges. Discover the Umano Experience now.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Dive into the Umano Experience","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Welcome to an exceptional experience","subtitle":"Take on challenges in a collaborative environment","text":"<p>Being a part of the Umano Experience, you will be responsible for large-scale projects that push the boundaries of innovation. You will be supported by a team of passionate people driven by ambition, trust and solidarity. Simply put, you will join a big family that loves to meet challenges and share great moments.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2022/Umano_22juillet2020_006.-crop.jpg"},"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":"","title":"Discover the Umano Experience","video_id":"536570180","image":{"path":"/storage/uploads/2020/12/22/5fe2082419ceevideo---vignette.jpg"},"container_smaller":false,"blue_text":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Benefits that stand out","subtitle":null,"text":"<h4 class=\\"text-1xl\\">An on-boarding program that gives you confidence</h4>\\n<p><span style=\\"font-weight: 400;\\">Our new employee program will make you feel welcome from the very beginning. You will quickly discover the climate of trust and support prevailing within our team.</span></p>\\n<h4 class=\\"text-1xl\\">Strength-based projects</h4>\\n<p>At Umano Medical, your strengths are what matters. We entrust you with the responsibility of stimulating projects that are tailored to your strengths and help you develop new ones.</p>\\n<h4 class=\\"text-1xl\\">Competitive benefits</h4>\\n<p>Because your work-life balance is essential, we offer a full range of benefits such as flexible hours, group insurance, a pension plan or additional days during the holiday season.</p>\\n<h4 class=\\"text-1xl\\">A well-filled social life</h4>\\n<p>We work hard, and we have just as much fun! From lively happy hours to summer BBQs, and our much-awaited garden party… We offer plenty of opportunities to build strong bonds between colleagues.</p>\\n<h4 class=\\"text-1xl\\">State-of-the-art workspaces</h4>\\n<p>Our bright and ultramodern premises are ideal to stimulate teamwork and accomplishments. Rooftop terrace, outdoor dining areas, gym… Everything has been thought out for your satisfaction!</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2020/12/22/5fe1f0d01557bvoluez-dans-un-environnement-qui-vous-rend-fier.jpg"},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Make a difference in a rewarding industry","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20b7885e1255c565a673b"},"path":"storage/uploads/2022/Sbastien-Vallires-2022-A-corrig.jpg"}],"title":"Support the medical sector","subtitle":null,"summary":"<p>Participate in the development of innovative solutions that make a real difference in the daily lives of healthcare professionals, patients and institutions.</p>","link":[],"link_text":"","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20af9c8ce1d33974eea3a"},"path":"storage/uploads/2021/11/26/61a0fa81bc4f3Umano_22juillet2020_090.jpg"}],"title":"Innovate everyday ","subtitle":null,"summary":"<p>Our <u>vision</u> is clear: to revolutionize customer experience and innovation standards in the medical industry. To achieve this goal, we rely on agility and creative thinking when developing our products, customer service approach and working methods.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":true,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"Our employees share their Umano Experience","link":[],"link_text":"","testimonies":[{"_id":"5fe20c0ec8ce1d33974eea3b","link":"testimonies","display":"Sabrina Hamdaoui"},{"_id":"5fe1f1b7c8ce1d33974eea21","link":"testimonies","display":"Frédéric Migneault"},{"_id":"5f7e2381b5f16e5b405123fb","link":"testimonies","display":"Marilou Danis"},{"_id":"5fe20c67c8ce1d33974eea3e","link":"testimonies","display":"Jonathan Dumont"}],"bg_white":false,"only_text":false,"big_padding":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our job opportunities","text":"<p>Boost your career with Umano Medical!</p>","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"View our job opportunities","image":{"path":"/storage/uploads/2021/04/15/607890d695004Emplois-tudaints---Exprience-Umnao.jpg"},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":true,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1677794499,"_created":1606842705,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc6a9bd297c210fc9690972","title":"About","slug":"/en-ca/career/about/","parent":"","childs":"","meta_title":"About us | We go together in the same direction","meta_description":"Whether you are a healthcare professional, a patient or one of our team members, your satisfaction remains our priority. Learn about our commitments.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"About us","text":"","image":{"path":"/storage/uploads/2021/02/24/60367d9e446f2en-tte-exprience-umanbo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Together in the same direction","subtitle":null,"text":"At Umano Medical, we make people our priority. We design and manufacture innovative hospital beds and medical equipment that make a true difference for healthcare institutions around the world. Our mission is to ensure your 100% satisfaction whether you are a healthcare professional, a patient or one of our team members.\\n\\nWe aim to revolutionize customer experience and innovation standards in the medical industry. We rely on our customer service approach focused on listening and proactivity, our innovative products that answer actual needs and our exceptionally dedicated team to achieve this goal.\\nAlone we go faster, together we go further.\\n","link":[],"link_text":"","bigger_content":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Proud of our story","subtitle":null,"text":"Our unique journey has allowed us to gain in-depth expertise, remarkable agility and unfailing determination.","link":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"}],"link_text":"Read our story","bigger_content":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Join the movement","text":"<p>Working at Umano Medical means joining an ambitious and fast-growing company, committed to making a difference every day. Enjoy an unparalleled work environment in which you can shine.</p>","link":[{"_id":"5fc67951297c210fc9690963","link":"career_pages","display":"L\'expérience Umano"}],"custom_link":null,"link_text":"Live the Umano Experience","image":{"path":"/storage/uploads/2021/02/24/603684918ca2dcaroussel-4-1.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1619134722,"_created":1606855101,"_pid":null,"_link":"career_pages"}}}]')},function(e){e.exports=JSON.parse('{"meta_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/en-ca/","custom_text":"Visit the Umano Medical website","pages":null}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","main_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc540ed78871a229556cfb5","title":"Jobs","slug":"/en-ca/career/jobs/","parent":"","childs":"","meta_title":"Open positions | Opportunities for all talents","meta_description":"Are you talented and motivated? Discover all the career opportunities that await you at Umano Medical.","og_image":{"path":"storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Your next career opportunity is with Umano Medical","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n6\\" data-id=\\"c463a14fff0b4021a1a24e7e019d43de\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<h3>Live the Umano Experience!</h3>\\n</div>\\n</div>","image":{"path":"/storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"job_list","settings":{"id":"","class":"","style":"","title":"Open positions","text":null,"link":null,"link_text":null,"only_featured":false,"only_from_department":null,"background":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"No offer matches your profile?","text":"<p>We are always looking for new talent to join our team. Send us your resume!</p>","link":[{"_id":"5fcbe5139ebf0b6d015c4433","link":"career_pages","display":"Candidature spontanée"}],"link_text":"Send a spontaneous application","image":{"path":"/storage/uploads/2021/04/09/607071e25a973cta-offre-demplois.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1674767258,"_created":1606762733,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc55032406443484b489258","title":"Intern","slug":"/en-ca/career/student/","parent":"","childs":"","meta_title":"Student jobs | Develop your talent with Umano Medical","meta_description":"Supported by a unified and passionate team, our interns take on motivating challenges on a daily basis. Browse all our student job and internship offers.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Student jobs up to your full potential","text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1f62c905beEn-tte-tudiant.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"536562829","image":{"path":"/storage/uploads/2020/12/22/5fe1f63ec49f8vignette---video-5.jpg"},"container_smaller":false,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Develop your talent with Umano Medical","subtitle":"","text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f66885e1255c565a6724"},"path":"/storage/uploads/2020/12/22/5fe1f668b5953Relve-des-dfis-stimulants.jpg"}],"title":"Take on challenges","subtitle":null,"summary":"<p>Administration, engineering, production… Whatever department you belong to, you will be involved in various projects that will help develop your strengths while doing what you are passionate about. From the beginning of your internship, we will entrust you with responsibilities in line with your ambitions.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f684c8ce1d33974eea2c"},"path":"/storage/uploads/2020/12/22/5fe1f68492d9ejJoins-toi--une-quipe-soude.jpg"}],"title":"Join a strong and fun team","subtitle":null,"summary":"<p>Alone we go faster, together we go further! You will grow in a trusting environment that values autonomy and innovation, but you will always be able to count on your teammates’ support to assist you in your projects.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6a885e1255c565a6725"},"path":"/storage/uploads/2020/12/22/5fe1f6a87a2afDonne-le-coup-denvoi--ta-carrire.jpg"}],"title":"Kick-start your career","subtitle":null,"summary":"<p>We give you the right tools to develop key skills for your future career. Your familiarity with the team and our innovative projects will be a valuable asset if you decide to continue the adventure at Umano Medical.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6c185e1255c565a6726"},"path":"/storage/uploads/2020/12/22/5fe1f6c15039cFait-une-diffrence-dans-un-secteur-valorisant.jpg"}],"title":"Make an impact in a rewarding sector","subtitle":null,"summary":"<p>The medical sector is filled with challenges that our team is not afraid to take on. By getting involved with us, you will have the opportunity to make a difference within the company but also with patients and healthcare professionals.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":"2","align_link_bottom":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"60819956ebf9272750390dd2"},"path":"/storage/uploads/2021/04/22/6081995625d62Carroussel---tudiants.jpg"}],"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A springboard for your future career","subtitle":null,"text":"<p>Who knows, your internship may be the beginning of a long and beautiful story with Umano Medical! Several of our team members share their journey within the company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1fa87ad759tremplin-pour-ta-carriere.jpg"},"image_left":true,"wider":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"All our student job and internship offers","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"View current openings","image":{"path":"/storage/uploads/2021/03/02/603e3e45d7fcbcalque-732-2.png"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1682620151,"_created":1606766642,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc67951297c210fc9690963","title":"Umano Experience","slug":"/en-ca/career/umano-experience/","parent":"","childs":"","meta_title":"The Umano Experience | Take on challenges by our side","meta_description":"Lead large-scale projects and join a team of passionate people who are not afraid of challenges. Discover the Umano Experience now.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Dive into the Umano Experience","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Welcome to an exceptional experience","subtitle":"Take on challenges in a collaborative environment","text":"<p>Being a part of the Umano Experience, you will be responsible for large-scale projects that push the boundaries of innovation. You will be supported by a team of passionate people driven by ambition, trust and solidarity. Simply put, you will join a big family that loves to meet challenges and share great moments.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2022/Umano_22juillet2020_006.-crop.jpg"},"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":"","title":"Discover the Umano Experience","video_id":"536570180","image":{"path":"/storage/uploads/2020/12/22/5fe2082419ceevideo---vignette.jpg"},"container_smaller":false,"blue_text":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Benefits that stand out","subtitle":null,"text":"<h4 class=\\"text-1xl\\">An on-boarding program that gives you confidence</h4>\\n<p><span style=\\"font-weight: 400;\\">Our new employee program will make you feel welcome from the very beginning. You will quickly discover the climate of trust and support prevailing within our team.</span></p>\\n<h4 class=\\"text-1xl\\">Strength-based projects</h4>\\n<p>At Umano Medical, your strengths are what matters. We entrust you with the responsibility of stimulating projects that are tailored to your strengths and help you develop new ones.</p>\\n<h4 class=\\"text-1xl\\">Competitive benefits</h4>\\n<p>Because your work-life balance is essential, we offer a full range of benefits such as flexible hours, group insurance, a pension plan or additional days during the holiday season.</p>\\n<h4 class=\\"text-1xl\\">A well-filled social life</h4>\\n<p>We work hard, and we have just as much fun! From lively happy hours to summer BBQs, and our much-awaited garden party… We offer plenty of opportunities to build strong bonds between colleagues.</p>\\n<h4 class=\\"text-1xl\\">State-of-the-art workspaces</h4>\\n<p>Our bright and ultramodern premises are ideal to stimulate teamwork and accomplishments. Rooftop terrace, outdoor dining areas, gym… Everything has been thought out for your satisfaction!</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2020/12/22/5fe1f0d01557bvoluez-dans-un-environnement-qui-vous-rend-fier.jpg"},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Make a difference in a rewarding industry","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20b7885e1255c565a673b"},"path":"storage/uploads/2022/Sbastien-Vallires-2022-A-corrig.jpg"}],"title":"Support the medical sector","subtitle":null,"summary":"<p>Participate in the development of innovative solutions that make a real difference in the daily lives of healthcare professionals, patients and institutions.</p>","link":[],"link_text":"","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20af9c8ce1d33974eea3a"},"path":"storage/uploads/2021/11/26/61a0fa81bc4f3Umano_22juillet2020_090.jpg"}],"title":"Innovate everyday ","subtitle":null,"summary":"<p>Our <u>vision</u> is clear: to revolutionize customer experience and innovation standards in the medical industry. To achieve this goal, we rely on agility and creative thinking when developing our products, customer service approach and working methods.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":true,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"Our employees share their Umano Experience","link":[],"link_text":"","testimonies":[{"_id":"5fe20c0ec8ce1d33974eea3b","link":"testimonies","display":"Sabrina Hamdaoui"},{"_id":"5fe1f1b7c8ce1d33974eea21","link":"testimonies","display":"Frédéric Migneault"},{"_id":"5f7e2381b5f16e5b405123fb","link":"testimonies","display":"Marilou Danis"},{"_id":"5fe20c67c8ce1d33974eea3e","link":"testimonies","display":"Jonathan Dumont"}],"bg_white":false,"only_text":false,"big_padding":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our job opportunities","text":"<p>Boost your career with Umano Medical!</p>","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"View our job opportunities","image":{"path":"/storage/uploads/2021/04/15/607890d695004Emplois-tudaints---Exprience-Umnao.jpg"},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":true,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1677794499,"_created":1606842705,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc6a9bd297c210fc9690972","title":"About","slug":"/en-ca/career/about/","parent":"","childs":"","meta_title":"About us | We go together in the same direction","meta_description":"Whether you are a healthcare professional, a patient or one of our team members, your satisfaction remains our priority. Learn about our commitments.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"About us","text":"","image":{"path":"/storage/uploads/2021/02/24/60367d9e446f2en-tte-exprience-umanbo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Together in the same direction","subtitle":null,"text":"At Umano Medical, we make people our priority. We design and manufacture innovative hospital beds and medical equipment that make a true difference for healthcare institutions around the world. Our mission is to ensure your 100% satisfaction whether you are a healthcare professional, a patient or one of our team members.\\n\\nWe aim to revolutionize customer experience and innovation standards in the medical industry. We rely on our customer service approach focused on listening and proactivity, our innovative products that answer actual needs and our exceptionally dedicated team to achieve this goal.\\nAlone we go faster, together we go further.\\n","link":[],"link_text":"","bigger_content":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Proud of our story","subtitle":null,"text":"Our unique journey has allowed us to gain in-depth expertise, remarkable agility and unfailing determination.","link":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"}],"link_text":"Read our story","bigger_content":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Join the movement","text":"<p>Working at Umano Medical means joining an ambitious and fast-growing company, committed to making a difference every day. Enjoy an unparalleled work environment in which you can shine.</p>","link":[{"_id":"5fc67951297c210fc9690963","link":"career_pages","display":"L\'expérience Umano"}],"custom_link":null,"link_text":"Live the Umano Experience","image":{"path":"/storage/uploads/2021/02/24/603684918ca2dcaroussel-4-1.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1619134722,"_created":1606855101,"_pid":null,"_link":"career_pages"}}}],"footer_text":"<p>230 boulevard Nilus-Leclerc<br />L\'Islet, QC G0R 2C0 <br />CANADA</p>\\n<p><a href=\\"tel:18444094030\\">1 844 409-4030</a></p>","footer_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc540ed78871a229556cfb5","title":"Jobs","slug":"/en-ca/career/jobs/","parent":"","childs":"","meta_title":"Open positions | Opportunities for all talents","meta_description":"Are you talented and motivated? Discover all the career opportunities that await you at Umano Medical.","og_image":{"path":"storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Your next career opportunity is with Umano Medical","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n6\\" data-id=\\"c463a14fff0b4021a1a24e7e019d43de\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<h3>Live the Umano Experience!</h3>\\n</div>\\n</div>","image":{"path":"/storage/uploads/2021/04/16/607988c7640a1En-Tte---Offre-demplois.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"job_list","settings":{"id":"","class":"","style":"","title":"Open positions","text":null,"link":null,"link_text":null,"only_featured":false,"only_from_department":null,"background":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"No offer matches your profile?","text":"<p>We are always looking for new talent to join our team. Send us your resume!</p>","link":[{"_id":"5fcbe5139ebf0b6d015c4433","link":"career_pages","display":"Candidature spontanée"}],"link_text":"Send a spontaneous application","image":{"path":"/storage/uploads/2021/04/09/607071e25a973cta-offre-demplois.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1674767258,"_created":1606762733,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fcbe5139ebf0b6d015c4433","title":"Spontaneous application","slug":"/en-ca/career/spontaneous-application/","parent":"","childs":"","meta_title":"Spontaneous Application | Your first step to living the Umano Experience! | Canada","meta_description":"Apply for a Canadian company who work in the medical field.","og_image":"","noindex":false,"content":[],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1699297807,"_created":1607197971,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc55032406443484b489258","title":"Intern","slug":"/en-ca/career/student/","parent":"","childs":"","meta_title":"Student jobs | Develop your talent with Umano Medical","meta_description":"Supported by a unified and passionate team, our interns take on motivating challenges on a daily basis. Browse all our student job and internship offers.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Student jobs up to your full potential","text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1f62c905beEn-tte-tudiant.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"536562829","image":{"path":"/storage/uploads/2020/12/22/5fe1f63ec49f8vignette---video-5.jpg"},"container_smaller":false,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Develop your talent with Umano Medical","subtitle":"","text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f66885e1255c565a6724"},"path":"/storage/uploads/2020/12/22/5fe1f668b5953Relve-des-dfis-stimulants.jpg"}],"title":"Take on challenges","subtitle":null,"summary":"<p>Administration, engineering, production… Whatever department you belong to, you will be involved in various projects that will help develop your strengths while doing what you are passionate about. From the beginning of your internship, we will entrust you with responsibilities in line with your ambitions.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f684c8ce1d33974eea2c"},"path":"/storage/uploads/2020/12/22/5fe1f68492d9ejJoins-toi--une-quipe-soude.jpg"}],"title":"Join a strong and fun team","subtitle":null,"summary":"<p>Alone we go faster, together we go further! You will grow in a trusting environment that values autonomy and innovation, but you will always be able to count on your teammates’ support to assist you in your projects.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6a885e1255c565a6725"},"path":"/storage/uploads/2020/12/22/5fe1f6a87a2afDonne-le-coup-denvoi--ta-carrire.jpg"}],"title":"Kick-start your career","subtitle":null,"summary":"<p>We give you the right tools to develop key skills for your future career. Your familiarity with the team and our innovative projects will be a valuable asset if you decide to continue the adventure at Umano Medical.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe1f6c185e1255c565a6726"},"path":"/storage/uploads/2020/12/22/5fe1f6c15039cFait-une-diffrence-dans-un-secteur-valorisant.jpg"}],"title":"Make an impact in a rewarding sector","subtitle":null,"summary":"<p>The medical sector is filled with challenges that our team is not afraid to take on. By getting involved with us, you will have the opportunity to make a difference within the company but also with patients and healthcare professionals.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":"2","align_link_bottom":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"60819956ebf9272750390dd2"},"path":"/storage/uploads/2021/04/22/6081995625d62Carroussel---tudiants.jpg"}],"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A springboard for your future career","subtitle":null,"text":"<p>Who knows, your internship may be the beginning of a long and beautiful story with Umano Medical! Several of our team members share their journey within the company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/22/5fe1fa87ad759tremplin-pour-ta-carriere.jpg"},"image_left":true,"wider":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"All our student job and internship offers","text":"","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"View current openings","image":{"path":"/storage/uploads/2021/03/02/603e3e45d7fcbcalque-732-2.png"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1682620151,"_created":1606766642,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc67951297c210fc9690963","title":"Umano Experience","slug":"/en-ca/career/umano-experience/","parent":"","childs":"","meta_title":"The Umano Experience | Take on challenges by our side","meta_description":"Lead large-scale projects and join a team of passionate people who are not afraid of challenges. Discover the Umano Experience now.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Dive into the Umano Experience","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Welcome to an exceptional experience","subtitle":"Take on challenges in a collaborative environment","text":"<p>Being a part of the Umano Experience, you will be responsible for large-scale projects that push the boundaries of innovation. You will be supported by a team of passionate people driven by ambition, trust and solidarity. Simply put, you will join a big family that loves to meet challenges and share great moments.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2022/Umano_22juillet2020_006.-crop.jpg"},"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":"","title":"Discover the Umano Experience","video_id":"536570180","image":{"path":"/storage/uploads/2020/12/22/5fe2082419ceevideo---vignette.jpg"},"container_smaller":false,"blue_text":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Benefits that stand out","subtitle":null,"text":"<h4 class=\\"text-1xl\\">An on-boarding program that gives you confidence</h4>\\n<p><span style=\\"font-weight: 400;\\">Our new employee program will make you feel welcome from the very beginning. You will quickly discover the climate of trust and support prevailing within our team.</span></p>\\n<h4 class=\\"text-1xl\\">Strength-based projects</h4>\\n<p>At Umano Medical, your strengths are what matters. We entrust you with the responsibility of stimulating projects that are tailored to your strengths and help you develop new ones.</p>\\n<h4 class=\\"text-1xl\\">Competitive benefits</h4>\\n<p>Because your work-life balance is essential, we offer a full range of benefits such as flexible hours, group insurance, a pension plan or additional days during the holiday season.</p>\\n<h4 class=\\"text-1xl\\">A well-filled social life</h4>\\n<p>We work hard, and we have just as much fun! From lively happy hours to summer BBQs, and our much-awaited garden party… We offer plenty of opportunities to build strong bonds between colleagues.</p>\\n<h4 class=\\"text-1xl\\">State-of-the-art workspaces</h4>\\n<p>Our bright and ultramodern premises are ideal to stimulate teamwork and accomplishments. Rooftop terrace, outdoor dining areas, gym… Everything has been thought out for your satisfaction!</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2020/12/22/5fe1f0d01557bvoluez-dans-un-environnement-qui-vous-rend-fier.jpg"},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Make a difference in a rewarding industry","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20b7885e1255c565a673b"},"path":"storage/uploads/2022/Sbastien-Vallires-2022-A-corrig.jpg"}],"title":"Support the medical sector","subtitle":null,"summary":"<p>Participate in the development of innovative solutions that make a real difference in the daily lives of healthcare professionals, patients and institutions.</p>","link":[],"link_text":"","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fe20af9c8ce1d33974eea3a"},"path":"storage/uploads/2021/11/26/61a0fa81bc4f3Umano_22juillet2020_090.jpg"}],"title":"Innovate everyday ","subtitle":null,"summary":"<p>Our <u>vision</u> is clear: to revolutionize customer experience and innovation standards in the medical industry. To achieve this goal, we rely on agility and creative thinking when developing our products, customer service approach and working methods.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":true,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"Our employees share their Umano Experience","link":[],"link_text":"","testimonies":[{"_id":"5fe20c0ec8ce1d33974eea3b","link":"testimonies","display":"Sabrina Hamdaoui"},{"_id":"5fe1f1b7c8ce1d33974eea21","link":"testimonies","display":"Frédéric Migneault"},{"_id":"5f7e2381b5f16e5b405123fb","link":"testimonies","display":"Marilou Danis"},{"_id":"5fe20c67c8ce1d33974eea3e","link":"testimonies","display":"Jonathan Dumont"}],"bg_white":false,"only_text":false,"big_padding":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our job opportunities","text":"<p>Boost your career with Umano Medical!</p>","link":[{"_id":"5fc540ed78871a229556cfb5","link":"career_pages","display":"Offres d\'emploi"}],"link_text":"View our job opportunities","image":{"path":"/storage/uploads/2021/04/15/607890d695004Emplois-tudaints---Exprience-Umnao.jpg"},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":true,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1677794499,"_created":1606842705,"_pid":null,"_link":"career_pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"object","options":{"link":"career_pages","display":"title","multiple":false,"limit":false}}]}},"value":{"pages":{"_id":"5fc6a9bd297c210fc9690972","title":"About","slug":"/en-ca/career/about/","parent":"","childs":"","meta_title":"About us | We go together in the same direction","meta_description":"Whether you are a healthcare professional, a patient or one of our team members, your satisfaction remains our priority. Learn about our commitments.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"About us","text":"","image":{"path":"/storage/uploads/2021/02/24/60367d9e446f2en-tte-exprience-umanbo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Together in the same direction","subtitle":null,"text":"At Umano Medical, we make people our priority. We design and manufacture innovative hospital beds and medical equipment that make a true difference for healthcare institutions around the world. Our mission is to ensure your 100% satisfaction whether you are a healthcare professional, a patient or one of our team members.\\n\\nWe aim to revolutionize customer experience and innovation standards in the medical industry. We rely on our customer service approach focused on listening and proactivity, our innovative products that answer actual needs and our exceptionally dedicated team to achieve this goal.\\nAlone we go faster, together we go further.\\n","link":[],"link_text":"","bigger_content":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Proud of our story","subtitle":null,"text":"Our unique journey has allowed us to gain in-depth expertise, remarkable agility and unfailing determination.","link":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"}],"link_text":"Read our story","bigger_content":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Join the movement","text":"<p>Working at Umano Medical means joining an ambitious and fast-growing company, committed to making a difference every day. Enjoy an unparalleled work environment in which you can shine.</p>","link":[{"_id":"5fc67951297c210fc9690963","link":"career_pages","display":"L\'expérience Umano"}],"custom_link":null,"link_text":"Live the Umano Experience","image":{"path":"/storage/uploads/2021/02/24/603684918ca2dcaroussel-4-1.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1619134722,"_created":1606855101,"_pid":null,"_link":"career_pages"}}}],"footer_career":{"title":"Contact us","text":"Do you have any questions about the company or job openings?","link_text":"Contact us"}}')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Salle de montre","slug":"/fr-ca/virtual-showroom/","parent":"","childs":[],"meta_title":"Salle de montre | Umano Medical | Québec | Canada","meta_description":"Découvrez la nouvelle alternative en matière de lits médicaux grâce à notre salle d\'exposition virtuelle. Umano Medical offre aux établissements de santé des produits et un service de classe mondiale.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","title":"Contact","slug":"/fr-ca/contact/","parent":"","childs":"","content":[{"component":"text","settings":{"id":"","class":"","style":"","text":"<h1><strong>Nous joindre</strong></h1>\\n<p>Pour toute question concernant nos produits et nos services, communiquez avec votre représentant local.</p>\\n<p><a class=\\"link-arrow\\" href=\\"#rep\\">Trouvez votre représentant</a></p>\\n<hr class=\\"my-6\\" />\\n<p><span style=\\"font-weight: 400;\\">Vous avez besoin d’assistance technique? Communiquez avec l’un de nos </span><em><span style=\\"font-weight: 400;\\">UmanoTech</span></em><span style=\\"font-weight: 400;\\">.</span></p>\\n<p><a class=\\"link-arrow\\" href=\\"/fr-ca/relation-client/umanocares/#obtenirdelaide\\">Obtenir de l’aide</a></p>\\n<h2>Dites-nous comment nous pouvons vous aider</h2>"}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":5,"_modified":1698343560,"_created":1602610077,"_pid":null,"meta_description":"Trouvez un représentant à proximité, écrivez-nous ou obtenez de l’assistance technique. ","meta_title":"Nous joindre | Communiquez avec Umano Medical","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=fr&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=fr&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=fr&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Les produits et les options présentés sur le site Web peuvent varier dans votre région. Veuillez contacter votre <a href=\\"https://www.umanomedical.com/fr-ca/contact/#rep\\">représentant</a> local pour confirmer la disponibilité.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous voulez en savoir plus sur nos lits?","text":"<p>Nos représentants sont à votre disposition pour vous expliquer toutes les caractéristiques, fonctionnalités et options de nos lits.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Trouver mon représentant","image":{"path":"/storage/uploads/2021/04/17/607b4a3477e23606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"https://www.umanomedical.com/fr-ca/ressources/blogue/","custom_text":null,"pages":{"_id":"5f80bfb2de4e935eb93a6191","title":"Blogue","slug":"/fr-ca/ressources/blogue/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","title":"Documentation et vidéos","slug":"/fr-ca/ressources/education/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"presentation","settings":{"id":"presentation-container","class":"","style":"","image":null,"title":"Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.","subtitle":null,"text":"Gagnez du temps et facilitez la formation du personnel en consultant notre répertoire de documents et d’outils conçus pour vous. Grâce à cette base de connaissances centralisée, votre équipe sera bien outillée pour maîtriser les produits Umano Medical et parfaire ses compétences techniques.\\n\\n","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"education","settings":{"id":"","class":"","style":"","title":"","text":"","navigation":[{"value":{"image":{"path":"storage/educations/ook-snow---introduction---thumbnails.jpg"},"name":"ook snow","link":"https://www.umanomedical.com/fr-ca/ressources/education/ook-snow/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-ALL---introduction---thumbnails.jpg"},"name":"ook snow ALL","link":"https://www.umanomedical.com/fr-ca/ressources/education/ook-snow-all/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-mh---introduction---thumbnails.jpg"},"name":"ook snow MH","link":"https://www.umanomedical.com/fr-ca/ressources/education/ook-snow-mh/#navigation-container"}},{"value":{"image":{"path":"storage/educations/cocoon---introduction---thumbnails.jpg"},"name":"ook cocoon","link":"https://www.umanomedical.com/fr-ca/ressources/education/ook-cocoon/#navigation-container"}},{"value":{"image":{"path":"storage/educations/onenest---introduction---thumbnails.jpg"},"name":"oneNEST","link":"https://www.umanomedical.com/fr-ca/ressources/education/onenest/#navigation-container"}},{"value":{"image":{"path":"storage/educations/Touslesmodles---introduction---thumbnails.jpg"},"name":"Tous les modèles","link":"https://www.umanomedical.com/fr-ca/ressources/education/#navigation-container"}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p><sub>Umano Medical entame son virage vert. Afin de réduire le gaspillage de papier, un seul exemplaire du manuel d\'utilisateur par commande sera expédié. Des copies électroniques sont disponibles sur le site d\'Umano Medical, dans la section <a href=\\"https://ifu.umanomedical.com/fr-ca/\\" target=\\"_blank\\" rel=\\"noopener\\">Ressources</a>. Pour des copies papier supplémentaires, les demandes seront traitées dans un délai de 7 jours.</sub></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Des questions sur un de nos produits?","text":"<p>Nous sommes là pour y répondre!</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Nous contacter","image":{"path":"/storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1699373480,"_created":1602861638,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f7e0ec5b5f16e5b405123f2","title":"Témoignages","slug":"/fr-ca/ressources/temoignages/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Révolutionner les soins de santé, un lit à la fois","text":null,"image":{"path":"/storage/uploads/2020/12/16/5fda67e29e29aen-tte---testimonials-1.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Découvrez comment nos produits changent la donne pour des établissements aux quatre coins du monde","subtitle":null,"text":"Par notre approche centrée sur l’humain et notre gamme de produits novateurs, nous souhaitons être un partenaire de confiance pour tous nos clients. C’est pourquoi nous éprouvons un immense sentiment de fierté lorsque des professionnels de la santé du monde entier expriment leur satisfaction. Découvrez quelques témoignages récents qui nous permettent de dire « mission accomplie »!","link":null,"link_text":null,"bigger_content":true,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"64ad5d57c1686f77cc2f04d2","link":"testimonies","display":"Les Jardins du Haut Saint-Laurent - Saint-Augustin-de-Desmaures, Québec, Canada"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60410b1b77eab7620f562a64","link":"testimonies","display":"Sharp Memorial Hospital, San Diego, California"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"604108b177eab7620f562a61","link":"testimonies","display":"Mercy East Communities, St. Louis (Missouri)"},"show":"big_testimony"}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"À vos côtés à chaque étape","link":null,"link_text":null,"testimonies":[{"_id":"6041110077eab7620f562a7a","link":"testimonies","display":"André Laverdière agent de prévention, CIUSS de la Montérégie-Est"},{"_id":"6041100ad497e1012535f10a","link":"testimonies","display":"Lee Watson gestionnaire de la chaîne d’approvisionnement, Mercy East Communities"},{"_id":"60410f74d497e1012535f108","link":"testimonies","display":"Jonathan Giguère CHU de Québec, Canada"}],"bg_white":true,"only_text":false,"big_padding":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60411290eb5f13493512871d","link":"testimonies","display":"St Luke’s Hospice Plymouth, United Kingdom"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous aimeriez savoir comment nous pouvons aider votre organisation?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/03/04/6041085a2a236CTA---services-plans-8.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"link_showroom":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"6035799cd37eca311e2b2b7c","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1706208201,"_created":1602096837,"_pid":null,"meta_description":"Des établissements à travers le monde ont trouvé une réponse à leurs besoins grâce à nos produits et notre service client sans pareil. Lisez leurs témoignages.","meta_title":"Témoignages | Un impact positif et concret pour nos clients","noindex":false,"og_image":null,"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f80bfb2de4e935eb93a6191","title":"Blogue","slug":"/fr-ca/ressources/blogue/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Blogue Umano Medical","text":"<p>Nouvelles idées et perspectives à l’avant-garde dans le domaine médical</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":[],"link":[],"link_text":"Parcourez nos articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":"","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"","subtitle":"Le fruit d’une étroite collaboration entre notre équipe et des experts du domaine de la santé","text":"<p>Nous sommes bien plus qu’un fournisseur de lits d’hôpitaux: notre équipe est votre partenaire de confiance. En tant que chef de file dans le domaine médical, nous savons que la qualité des soins passe par des produits médicaux adaptés aux réels besoins de votre équipe et de vos patients. L’accès à de l’information de qualité est la clé pour bien comprendre comment certains produits médicaux peuvent transformer votre quotidien.\\n\\nNous croyons qu’il est essentiel de partager notre savoir, notre expertise et notre expérience afin de contribuer aux conversations qui font progresser le domaine médical.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3> </h3>\\n<h3>Nos articles de blogue</h3>\\n<p><strong>Prenez part à la conversation en découvrant nos nouvelles idées et perspectives en collaboration avec des acteurs du domaine de la santé.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Nous partageons de nouvelles idées et perspectives avec des experts du domaine de la santé. Parcourez tous nos articles de blogue pour en apprendre plus.","meta_title":"Le blogue Umano Medical","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Blogue Umano Medical","text":"<p>Nouvelles idées et perspectives à l’avant-garde dans le domaine médical</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":[],"link":[],"link_text":"Parcourez nos articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":"","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"","subtitle":"Le fruit d’une étroite collaboration entre notre équipe et des experts du domaine de la santé","text":"<p>Nous sommes bien plus qu’un fournisseur de lits d’hôpitaux: notre équipe est votre partenaire de confiance. En tant que chef de file dans le domaine médical, nous savons que la qualité des soins passe par des produits médicaux adaptés aux réels besoins de votre équipe et de vos patients. L’accès à de l’information de qualité est la clé pour bien comprendre comment certains produits médicaux peuvent transformer votre quotidien.\\n\\nNous croyons qu’il est essentiel de partager notre savoir, notre expertise et notre expérience afin de contribuer aux conversations qui font progresser le domaine médical.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3> </h3>\\n<h3>Nos articles de blogue</h3>\\n<p><strong>Prenez part à la conversation en découvrant nos nouvelles idées et perspectives en collaboration avec des acteurs du domaine de la santé.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Nous partageons de nouvelles idées et perspectives avec des experts du domaine de la santé. Parcourez tous nos articles de blogue pour en apprendre plus.","meta_title":"Le blogue Umano Medical","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/fr-ca/carriere/","custom_text":"Carrières","pages":null}}]')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Produits","slug":"/fr-ca/produits/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","title":"Lits","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1723212237,"_created":1602620775,"childs":[{"_id":"5f7cb117ded5334d22228d92","title":"ook snow","slug":"/fr-ca/produits/lits/ook-snow/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1730916649,"_created":1602007319,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le ook snow : un lit intelligent qui surpasse vos attentes","text":"<p>Découvrez un lit d’hôpital à profil bas, à la fois ingénieux et intuitif.</p>","image":[],"link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Voir de plus près","full_width":true,"bigger":false,"image_product":{"path":"storage/uploads/thumbnail-5th-wheel-transparent.png"},"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","title":"","subtitle":"Le fruit d’une étroite collaboration avec des professionnels d\'ici","text":"<p>Des centaines de professionnels de la santé nous ont aidés à mieux comprendre leurs besoins non comblés et ainsi à concevoir la nouvelle génération de lits intelligents d’hôpitaux : la plateforme ook snow.</p>\\n\\n<p>Conçu selon une approche à 360 degrés pour la prévention des chutes et des infections, ce lit à profil bas saura combler vos besoins les plus exigeants de façon remarquablement intuitive. Il redéfinira complètement vos attentes les plus élevées, que vous travailliez dans une unité de médecine-chirurgie ou de soins aigus. Découvrez dès maintenant le lit à profil bas ook snow.</p>\\n","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/04/5fca5d1ac2faaook-snow.png","meta":{"title":"Logo - ook snow"}},"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title":"Découvrir la plateforme ook snow","video_id":"347547291","image":{"path":"/storage/uploads/2021/04/05/606b9934ba733ooksnow---video.jpg","meta":{"title":"Vidéo promotionnelle du lit d\'hôpital - ook snow"}},"title_top":null,"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Personnalisez votre ook snow dans notre salle de montre ","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"04624731004146bb8c860372110f5581\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p><span style=\\"font-weight: 400;\\">Visitez notre salle de montre virtuelle en 3D pour profiter de notre expérience interactive et créer un ook snow adapté à vos besoins.</span></p>\\n</div>\\n</div>","link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Entrer dans la salle de montre virtuelle","image":{"path":"/storage/uploads/2021/04/05/606b99d03a6afooksnow---CTA-showroom--CAN.png","meta":{"title":"Salle de montre virtuelle - lit d\'hôpital à profil bas - ook snow"}},"image_as_background":false,"image_right":true,"remove_margin_bottom":false,"link_showroom":true,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":"ook snow","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","slides":[{"value":{"title":" Une approche à 360 degrés pour la prévention des chutes","title_short":"Prévention des chutes","text":"<p><span style=\\"font-weight: 400;\\">Le lit intelligent à profil bas ook snow a été conçu selon une approche rigoureuse pour la prévention des chutes. Grâce à sa hauteur basse de 25,4 cm (10 po) combinée à des </span><span style=\\"font-weight: 400;\\">caractéristiques dernier cri</span><span style=\\"font-weight: 400;\\">, comme son système de détection de sortie de lit, sa conception ergonomique et ses dispositifs de sécurité de pointe, ce lit deviendra votre fidèle allié pour minimiser les risques de chute. </span></p>","image":{"path":"storage/uploads/2023/06/27/A-360-approach-on-fall-risk-prevention.jpg"},"subtitle":null}},{"value":{"title":" Un nettoyage vite fait, bien fait","title_short":"Prévention des infections","text":"<p><span style=\\"font-weight: 400;\\">Ce sont parfois les plus petits détails qui ont le plus d’impact. C’est pourquoi chaque élément du ook snow a été pensé pour maximiser la prévention des infections et faciliter le nettoyage. </span><span style=\\"font-weight: 400;\\">Les câbles dissimulés, l’absence de craques, les surfaces lisses sans joints et l’architecture ouverte sont toutes des caractéristiques visant à faciliter le nettoyage. Elles permettent au personnel de gagner du temps, sans déroger aux protocoles de désinfection. </span></p>","image":{"path":"/storage/uploads/2021/04/05/606b9afc19acdooksnow---easy-to-clean.jpg","meta":{"title":"Infirmière - nettoyage de lit d\'hôpital ook snow facile et maximisant la prévention des infections "}},"subtitle":null}},{"value":{"title":" Les avantages d’une interface intuitive","title_short":"Technologie intuitive","text":"<p><span style=\\"font-weight: 400;\\">Simples, élégants et colorés… tous les lits intelligents de la gamme ook snow sont intuitifs et conçus autour d’une même et unique plateforme. Augmentez l’efficacité (et la satisfaction!) du personnel grâce à une gamme complète de caractéristiques à valeur ajoutée et de technologies faciles à utiliser.</span></p>","image":{"path":"/storage/uploads/2021/04/05/606b9b23b4b9fooksnow---intuitive-interface-CAN.jpg","meta":{"title":"Lits d\'hôpital intelligent avec écran tactile - ook snow - Umano Medical"}},"subtitle":null}},{"value":{"title":"Un lit qui préserve la dignité","title_short":"Dignité","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le lit facile à utiliser ook snow vous permet de prodiguer des soins aux patients de façon à favoriser leur autonomie et leur satisfaction. L’esthétisme, la qualité supérieure et les caractéristiques de pointe de ce lit s’allient pour préserver la dignité des patients.</span></p>","image":{"path":"/storage/uploads/2021/04/05/606b9acf52cbfook-snow---dignity.jpg","meta":{"title":"Soins dans la dignité pour les patients du ook snow - Lit d\'hôpital Umano Medical"}}}},{"value":{"title":"Le premier pas vers un futur simple, intelligent et connecté","title_short":null,"subtitle":null,"text":"<p>Avec Umano Connect<sup>MC</sup>, les données d’état du lit et les historiques d’événements qui n’étaient auparavant accessibles qu’au chevet du patient peuvent maintenant être consultés à distance par le personnel. Cette surveillance proactive permet à votre organisation d’effectuer des évaluations factuelles et de surveiller les efforts de prévention des chutes depuis un poste de travail. <a href=\\"https://www.umanomedical.com/fr-ca/produits/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Cliquez ici pour en savoir plus.</a></p>","image":{"path":"hospitalbedwifi.jpg","meta":{"title":"Lit d\'hôpital intelligent - ook snow - Umano Connect"}}}}],"title":"","background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"caracteristiques","class":"","style":"","title":"Découvrez un aperçu de ses caractéristiques à valeur ajoutée","text":"","features":[{"value":{"image":{"path":"storage/uploads/thumbnail-5th-wheel-new.png","meta":{"title":"5e roue lit ook snow"}},"title":"5ème roue","text":"<p>En ajoutant la <a title=\\"5e roue\\" href=\\"/storage/uploads/2024/05/31/74-36974--FRA---one-pager-ook-snow-5e-roue.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">5e roue</a> à votre lit ook snow, le rayon de braquage pour naviguer dans les espaces restreints et les virages est réduit de 33 %, ce qui permet une conduite plus douce et une meilleure maniabilité du lit.</p>","category":"1","video_id":"926283432","darken_image":true}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9c376f0c1ooksnow-feature---HIGH-PRECISION-INTEGRATED-SCALE---CAN.jpg","meta":{"title":"Balance pour peser le patient intégrée dans le lit d\'hôpital ook snow - haute précision"}},"title":"Balance de haute précision intégrée","text":"Notre pèse-personne entièrement intégré est l’un des plus précis sur le marché. Gagnez un temps précieux sans déranger les patients en misant sur ce système de balance perfectionné qui offre une lecture précise du poids, peu importe la position du lit et du patient.","category":"2","video_id":null,"darken_image":false}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9cbb017e4ooksnow-feature---usb-ports.jpg","meta":{"title":"Ports USB et prises auxiliaires sur les côtés de lit d\'hôpital ook snow - Umano Medical"}},"title":"Ports USB et prises auxiliaires","text":"En permettant aux patients de garder leurs appareils mobiles à portée de main, les ports USB intégrés au lit contribuent à minimiser les risques de chute, en plus d’accroître la satisfaction des patients. Leur emplacement a été choisi dans un souci de prévention des infections : ils sont loin des surfaces souvent touchées et des endroits propices à l’infiltration de liquides.","category":"3"}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9cd8ee226ooksnow---feature---boostless-backrest-system.jpg","meta":{"title":"Système Boostless réduit le glissement du patient et le frottement de la peau dans le lit d\'hôpital ook snow"}},"title":"Système de dossier boostless<sup>MC</sup>","text":"Le système de dossier unique Boostless<sup>MC</sup> réduit le glissement du patient et minimise ainsi le frottement de la peau et le besoin de repositionnement. Ces grands avantages sont possibles grâce au mouvement de recul qui s’effectue automatiquement lors de l’élévation du dossier du lit.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9db5f01f0ooksnow---feature---bed-exit-system.jpg","meta":{"title":"Préventions des chutes lit d\'hôpital ook snow - système de détection de sortie de lit"}},"title":"Système de détection de sortie de lit intégré","text":"Notre système de détection de sortie de lit intégré vise à réduire les risques de chute en avisant le personnel des sorties de lit, lui permettant d’intervenir rapidement. Adaptez-le aux besoins de votre patient et profitez de plus de flexibilité grâce à ses fonctions avancées, telles que ses trois niveaux de sensibilité et ses modes Auto-détection et Pause soins. ","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9e4f6f756ooksnow---feature--BED-STATUS-MONITORING-CAN.jpg","meta":{"title":"Système de surveillance de l\'état du lit d\'hôpital - ook snow "}},"title":"Système de surveillance de l’état du lit","text":"La fonction de surveillance de l’état du lit permet au personnel d’être informé rapidement et visuellement des modifications apportées aux paramètres préétablis, tels que la hauteur, la position du côté de lit ou la position du dossier. Sélectionnez simplement ce que vous souhaitez surveiller pour accroître la sécurité des patients, réduire les risques de chute et maintenir votre tranquillité d’esprit.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2020/12/02/5fc7af7523946feature--bed-extender-2.jpg","meta":{"title":"Extension de lit d\'hôpital intégrée - ook snow"}},"title":"Extension de lit intégrée","text":"Enfin une extension de lit fiable et intégrée que vous mettrez en place en un rien de temps! Maximisez le confort des patients de grande taille et gagnez du temps grâce à cette extension en une étape.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9ee7ae74fooksnow---feature---Inform---CAN2.jpg","meta":{"title":"Sécurité et dignité des patients avec le systeme inform - lit d\'hôpital ook snow "}},"title":"Centre de messages de sécurité inform","text":"En plus d’être visuellement attrayant, notre centre de messages de sécurité Inform est un outil ingénieux et unique qui permet de transmettre des renseignements au personnel et à la famille. Son affichage discret des messages contribue à préserver la dignité des patients.","category":"8","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2024/11/05/672a3ac33ee0fDesign-sans-titre-4.png","meta":{"title":"Pilot Drive"}},"title":"Pilot Drive","text":"<p>Découvrez comment le Pilot Drive fait passer votre lit <a href=\\"https://www.umanomedical.com/fr-ca/produits/lits/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><u>ook snow</u></a> ou <a href=\\"https://www.umanomedical.com/fr-ca/produits/lits/ook-snow-all/\\" target=\\"_blank\\" rel=\\"noopener\\">ook snow ALL </a>au niveau supérieur. Transporter un patient dans son lit d’hôpital peut s’avérer un défi pour le personnel médical. Heureusement, le système de roue motorisée Pilot Drive offre une manœuvrabilité exceptionnelle tout en maintenant le dégagement sous le lit et la hauteur basse.</p>","video_id":null,"darken_image":false,"category":"9"}}],"categories":[{"value":{"title":"5ème roue"}},{"value":{"title":"BALANCE DE HAUTE PRÉCISION INTÉGRÉE","features":[{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Test","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Central Brake System","text":"Four casters with central brake"}}]}},{"value":{"title":"PORTS USB ET PRISES AUXILIAIRES","features":[{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Text","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Bed Exit Side view ligths","text":"Keep your patients safe with the Smart Bed Exit technology"}},{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Text","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Boostless Backrest System","text":"BoostlessTM backrest system prevents patient from sliding down during bed activation and minimizes patient repositioning"}}]}},{"value":{"title":"SYSTÈME DE DOSSIER Boostless<sup>MC</sup>"}},{"value":{"title":"SYSTÈME DE DÉTECTION DE SORTIE DE LIT INTÉGRÉ"}},{"value":{"title":"SYSTÈME DE SURVEILLANCE DE L’ÉTAT DU LIT"}},{"value":{"title":"EXTENSION DE LIT INTÉGRÉE"}},{"value":{"title":"CENTRE DE MESSAGES DE SÉCURITÉ INFORM"}},{"value":{"title":"Pilot Drive"}}],"disable_swiper":false,"change_layout":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p> </p>\\n<p> </p>"}},{"component":"packages","settings":{"id":"","class":"","style":"","title":"Choisissez une configuration adaptée à vos besoins cliniques","text":"<p style=\\"text-align: center;\\">Conçu selon une approche 360 degrés pour la prévention des chutes et des infections, ce lit intelligent à usage courant et profil bas saura combler vos besoins les plus exigeants de façon remarquablement intuitive. Le ook snow redéfinira complètement vos attentes les plus élevées, que vous travailliez dans une unité de médecine-chirurgie ou de soins aigus.</p>\\n<p style=\\"text-align: center;\\"><strong>Pour voir les caractéristiques standards du lit, veuillez vous référer au feuillet technique ci-bas.</strong></p>","packages":[{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-01.jpg"},"name":"Configuration UM-01","advantage":"Profil bas","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=0","features":"<ul>\\n<li style=\\"text-align: left;\\">Caractéristiques standards</li>\\n<li style=\\"text-align: left;\\">Veilleuses avec interrupteur</li>\\n<li>Choix de couleur d’habillage</li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-02.jpg"},"name":"Configuration UM-02","advantage":"Détection et balance","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=1","features":"<ul>\\n<li style=\\"text-align: left;\\">Caractéristiques standards</li>\\n<li style=\\"text-align: left;\\">Hauteur basse de 25,4 cm / 10\\"</li>\\n<li style=\\"text-align: left;\\">Balance intégrée</li>\\n<li style=\\"text-align: left;\\">Système de détection de sortie de lit à 3 niveaux de détection</li>\\n<li style=\\"text-align: left;\\">Lumières d’avertissement de sortie de lit</li>\\n<li style=\\"text-align: left;\\">Veilleuses intelligentes</li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-03.jpg"},"name":"Configuration UM-03","advantage":"Surveillance avancée","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=2","features":"<ul>\\n<li style=\\"text-align: left;\\">Caractéristiques standards</li>\\n<li style=\\"text-align: left;\\">Caractéristiques du UM-02</li>\\n<li style=\\"text-align: left;\\">Système de surveillance du statut du lit (freins, côtés de lit, dossier et hauteur du lit)</li>\\n<li style=\\"text-align: left;\\">Appel infirmier intégré dans le côté<br />du lit</li>\\n<li style=\\"text-align: left;\\">Prises auxiliaires avec ports USB (au centre du lit)<br /><br /></li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-04.jpg"},"name":"Configuration UM-04","advantage":"Manœuvrabilité","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=3","features":"<ul>\\n<li>Caractéristiques standards</li>\\n<li>Caractéristiques du UM-03</li>\\n<li>Hauteur basse de 30,5 cm / 12\\"</li>\\n<li>Roues doubles de 15,2 cm / 6\\"</li>\\n<li>Système de roue motorisée Pilot Drive</li>\\n</ul>","additionnal_features":true}}]}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques et spécifications","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"f1a081c155dd41be9be2f57197637d04\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p><span style=\\"font-weight: 400;\\">Nous sommes fiers d’offrir des lits intelligents à profil bas qui peuvent être conçus sur mesure. Personnalisez votre ook snow en choisissant les options qui conviennent à vos patients, à vos besoins cliniques et aux préférences de votre établissement.</span></p>\\n</div>\\n</div>","specifications":[{"value":{"title":"Longueur totale (avec pare-chocs rotatifs)","data":"224 cm / 88 cm","sub":null}},{"value":{"title":"Longueur étendue","data":"234-249 cm / 92\\" - 98\\" ","sub":[]}},{"value":{"title":"Largeur totale","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Côtés de lit descendus","data":"100 cm / 39,25\\""}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Côtés de lit montés","data":"105 cm / 41,3\\""}}]}},{"value":{"title":"Capacité maximale","data":"600 lb / 272,5 kg","sub":null}},{"value":{"title":"Hauteur (jusqu’au dessus du sommier)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Hauteur basse (roues 12,7 cm / 5\\")","data":"25,4 cm / 10\\" "}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Hauteur haute (roues 12,7 cm / 5\\")","data":"76,2 cm / 30\\""}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Hauteur basse (roues 15,2 cm / 6\\")","data":"30,5 cm / 12\\""}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Hauteur haute (roues 15,2 cm / 6\\")","data":"80,8 cm / 31,8\\""}}]}},{"value":{"title":"Position du sommier","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Dossier","data":"0° à 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Cuisse","data":"0° à 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Trend. inversé","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Dossier Boostless™","data":"4\\" / 10,2 cm"}}]}},{"value":{"title":"Dimensions du sommier","data":"88,9 cm x 203,2 cm - 213,4 cm - 228,6 cm ou 35\\" x 80\\" - 84\\" - 90\\"","sub":[]}},{"value":{"title":"Diamètre des roues ","data":"","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Sans Pilot drive","data":"5\\" / 12,7 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Avec Pilot Drive","data":"15,2 cm / 6\\""}}]}},{"value":{"title":" Précision du système de balance (sans restriction de positionnement)","data":"0,5 % avec une différence maximale de 0,5 kg / 1,1 lb","sub":null}}],"features":[{"value":{"title":"Système de dossier Boostless™ ","data":null,"sub":null}},{"value":{"title":"Extension de lit intégrée à 3 positions","data":"203,2 cm / 80\\" 213,4 cm / 84\\" 228,6 cm / 90\\"","sub":[]}},{"value":{"title":"Commandes d’appoint sur le châssis du lit","data":null,"sub":null}},{"value":{"title":"Système d’interruption de mouvement en descente","data":null,"sub":null}},{"value":{"title":"Indicateur d’angle pour le dossier","data":null,"sub":null}},{"value":{"title":"Pare-chocs rotatifs aux quatre coins","data":null,"sub":null}},{"value":{"title":"4 roues avec frein centralisé","data":null,"sub":null}},{"value":{"title":"Commandes infirmier et patient intégrées aux côtés de lit","data":null,"sub":null}},{"value":{"title":"Batterie d’appoint","data":null,"sub":null}}],"image":{"path":"storage/uploads/2023/07/10/ook-snow---angle-view---low-height---1---Touch-Screen.png","meta":{"title":"Spécifications - Lit d\'hôpital bariatrique - ook snow ALL"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"subtitle":"Feuillet technique #2","education_document":{"_id":"666341c26ed7edc11a0dcda2","link":"educations","display":"Feuillet-technique-ook-snow"}}},{"value":{"title":"Brochure","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"605df5acc6deca3e0d68a044","link":"educations","display":"Brochure – ook snow"}}},{"value":{"title":"Aide-mémoire","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"66634a08ce67c8775d05d9e2","link":"educations","display":"Aide-mémoire ook-snow"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"","column_2_title":"Caractéristiques","documents_test":[],"right_column_text":"<p>Vous pouvez trouver nos manuels d\'utilisateur dans <a href=\\"https://www.umanomedical.com/fr-ca/ressources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">notre centre de formation</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Le ook snow, un lit combiné à un service client inégalé dans l’industrie.","text":"<p><span style=\\"font-weight: 400;\\">Voyez comment nos programmes d’entretien protégeront votre investissement et vous satisferont à 100 %.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Découvrir nos programmes d’entretien","image":{"path":"/storage/uploads/2021/04/05/606ba3d7e88caService-plans.jpg","meta":{"title":"Programmes d\'entretiens - meilleur service de l\'industrie des lits d\'hôpitaux au Québec - contactez-nous"}},"image_as_background":true,"image_right":false,"link_showroom":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Trouvez les matelas et les accessoires qui vous conviennent","text":"","thumbnails":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Découvrez une gamme complète de surfaces d’appui de grande qualité.","text":"<p>Sed ullamcorper magna ac viverra varius. Morbi ex dolor, scelerisque at rhoncus in, varius sed tortor. Vivamus ornare hendrerit tincidunt. Sed tempus id odio.</p>","link":[],"link_text":"","thumbnail":[{"meta":{"title":"Surfaces pour lits d\'hôpitaux ook snow - Umano Medical","asset":"606ba4ecc01c4742b241573e"},"path":"/storage/uploads/2021/04/06/606ba4ec9c67fSupport-surface2.jpg"}],"subtitle":null,"summary":null,"link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text_2":"Voir","link_2_showroom":false}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Parcourez l’éventail complet d’accessoires conçus pour vous. ","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"d012ac50b8cf4022bfc0e96d6eb60e78\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>Sed ullamcorper magna ac viverra varius. Morbi ex dolor, scelerisque at rhoncus in, varius sed tortor. Vivamus ornare hendrerit tincidunt. Sed tempus id odio.</p>\\n</div>\\n</div>","link":null,"link_text":null,"thumbnail":[{"meta":{"title":"Accessoires pour lits d\'hôpitaux ook snow - Umano Medical"},"path":"storage/uploads/arri-re-plan-copie.jpg"}],"subtitle":null,"summary":null,"link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Voir","link_2_showroom":false}}],"link":null,"link_text":null,"background":false,"direction":"horizontal","subtitle":null,"link_position":"bottom","container_smaller":false,"thumbnail_smaller":false,"mobile_slider":false,"mobile_two_columns":false,"thumbnail_link":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous aimeriez voir le lit ook snow à l’œuvre?","text":"<p>Demandez une démonstration virtuelle avec l’un de nos spécialistes, dans le confort de votre bureau.</p>\\n<p>(Offerte gratuitement, bien sûr!)</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Obtenir une démonstration","image":{"path":"/storage/uploads/2021/04/22/60818104002f9CTA---ook-snow.jpg","meta":{"title":"Contactez-nous pour une démonstration du lit d\'hôpital ook snow - Umano Medical"}},"image_as_background":true,"image_right":false,"link_showroom":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez la plateforme ook snow, notre gamme de lits d’hôpitaux révolutionnaires","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital bariatrique - ook snow ALL ","asset":"60784a37c1ecca0eb5706b22"},"path":"/storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"Le ook snow ALL","subtitle":"","summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée en répondant aux besoins des soins bariatriques, de la médecine-chirurgie et des soins palliatifs.</span></p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital de soins de santé mentale - ook snow MH"},"path":"storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"Le ook snow MH","subtitle":"","summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</span></p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital de soins de longue durée - ook cocoon"},"path":"storage/uploads/2021/04/15/60784a36efd46Related-Product---ook-cocoon-CAN.png"}],"title":"Le ook cocoon","subtitle":"","summary":"<p><span style=\\"font-weight: 400;\\">Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</span></p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":[],"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":true,"thumbnail_link":true,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"sub_category":null,"summary":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732c660e9e95fe08c23b6db0confortNEST-yellow-1-21.jpg","meta":{"title":"Lit d\'hôpital à profil bas - ook snow"}},"subtitle":"Pour tous les environnements de soins","meta_description":"Performant et intuitif, ce lit d’hôpital à profil bas s’adapte à différents environnements de soins allant de la médecine-chirurgie aux soins aigus. Découvrez-le. ","meta_title":"ook snow | Lit d\'hôpital pour médecine-chirurgie et soins aigus","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/05/606b98d71a35dooksnow---Entte-Retouche.png","meta":{"title":"Low-height hospital bed - The ook snow"}},"has_showroom":true,"schema_description":"Conçu selon une approche à 360 degrés pour la prévention des chutes et des infections, ce lit à profil bas saura combler vos besoins les plus exigeants de façon remarquablement intuitive. Il redéfinira complètement vos attentes les plus élevées, que vous travailliez dans une unité de médecine-chirurgie ou de soins aigus. Découvrez dès maintenant le ook snow.","schema_height":"31.5\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca5d08e030fook-snow.png","meta":{"title":"Logo - ook snow "}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa853f715930b644e497cd3","title":"ook snow ALL","slug":"/fr-ca/produits/lits/ook-snow-all/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732a6f9119a5fe08c23b6db0confortNEST-yellow-1-14.jpg","meta":{"title":"Lit d\'hôpital bariatrique - ook snow ALL"}},"subtitle":"Médecine-chirurgie, soins bariatriques et soins palliatifs","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le ook snow ALL : un seul et unique lit pour tous vos environnements de soins","text":"<p>Découvrez comment ce lit tout-en-un offre une solution unique et polyvalente aux unités de médecine-chirurgie, de soins bariatriques et de soins palliatifs.</p>","image":null,"image_product":{"path":"Pages produits/ook snow ALL/Pilot Drive/Pilot-Drive---En-tte.png","meta":{"title":"Lit d\'hôpital bariatrique - ook snow ALL"}},"link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Voir de plus près","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":true,"link_append":"ook snow ALL","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fca5ce50c117ook-snow-ALL.png","meta":{"title":"Logo - ook snow ALL"}},"title":"","subtitle":"Le lit d’hôpital exploité à son plein potentiel","text":"<p>Avez-vous déjà rêvé d’un lit d’hôpital intelligent qui conviendrait à tous les patients, quel que soit l’environnement de soins? Ne rêvez plus : voici le ook snow ALL.</p><p>Grâce à son système d’extension électrique de la largeur, à sa capacité de charge augmentée et à son profil bas, le ook snow ALL offre des possibilités de standardisation révolutionnaires. Ce lit tout-en-un, simple d\'utilisation, à la conception novatrice et à la polyvalence exceptionnelle répondra aux besoins de vos patients, de votre personnel et de votre établissement. Découvrez le ook snow ALL dès maintenant.</p>\\n","link":null,"link_text":"","bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Voir la vidéo","video_id":"536943385","image":{"path":"/storage/uploads/2021/04/06/606c51d4d281cooksnowALL---video-CAN.jpg","meta":{"title":"Vidéo - Lit d\'hôpital bariatrique - ook snow ALL"}},"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Personnalisez votre ook snow ALL dans notre salle de montre","text":"<p><span style=\\"font-weight: 400;\\">Visitez notre salle de montre en 3D pour profiter de notre expérience interactive et créer un ook snow ALL adapté à vos besoins.</span></p>","link":[],"link_text":"Entrer dans la salle de montre","image":{"path":"/storage/uploads/2021/04/06/606c533361c28ooksnowALL---showroom---CAN.png","meta":{"title":"Salle de montre virtuelle - lit d\'hôpital bariatrique - ook snow ALL"}},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"https://www.umanomedical.com/fr-ca/virtual-showroom/?product=ook%20snow%20ALL&option=6","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":true,"link_append":"ook snow ALL","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false,"btn_with_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Une polyvalence exceptionnelle et une valeur inégalée","title_short":"Polyvalence","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le ook snow ALL permet la standardisation au sein de tous les milieux de soins, y compris les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs. Réduisez vos besoins de manutention, désencombrez vos espaces d’entreposage et diminuez vos frais de location en maximisant l’utilisation du ook snow ALL.</span></p>","image":{"path":"/storage/uploads/2021/04/06/606c59840b97d01---ooksnowALL----versatility.jpg","meta":{"title":"Infirmière - lit d\'hôpital polyvalent - médecine-chirurgie - soins bariatriques - soins palliatifs"}}}},{"value":{"title":"Un système d’extension électrique des plus pratiques","title_short":"Extension de la largeur","subtitle":null,"text":"<p>Notre technologie Infinite<sup>MC</sup> permet d’adapter rapidement le lit intelligent ook snow ALL aux patients de toutes les tailles en réglant la largeur du lit du bout des doigts. Nous n’avons négligé aucun détail pour la sécurité des patients : pendant l’élargissement du lit, des espaces conformes à la dernière version de la norme CEI 60601-2-52 sont maintenus entre la tête et les côtés de lit.</p>","image":{"path":"/storage/uploads/2021/04/06/606c599834d5dooksnowALL----Expansion-CAN2.jpg","meta":{"title":"Lit d\'hôpital bariatrique intelligent avec écran tactile "}}}},{"value":{"title":"Des soins dans la dignité, pour tous","title_short":"Respect de la dignité","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le ook snow ALL offre aux patients tout l’espace dont ils ont besoin pour se sentir bien. Son esthétique contribue à créer un environnement de soins agréable, alors que sa conception basse et ergonomique favorise l’autonomie et la dignité des patients.</span></p>","image":{"path":"/storage/uploads/2021/04/06/606c59ad246af03---ooksnowALL---dignity.jpg","meta":{"title":"Lit d\'hôpital bariatrique - soins au patient dans la dignité"}}}},{"value":{"title":"Permettre la proximité des êtres chers","title_short":"Un lit pour deux","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">La proximité des êtres chers n’est pas toujours possible dans les unités de soins palliatifs. Le ook snow ALL, surnommé le «</span><span style=\\"font-weight: 400;\\"> </span><span style=\\"font-weight: 400;\\">cuddle bed</span><span style=\\"font-weight: 400;\\"> </span><span style=\\"font-weight: 400;\\">», est le seul lit sur le marché certifié pour un usage à deux personnes. Il permet ainsi aux patients de trouver du réconfort auprès d’un être cher dans leurs derniers instants de vie.</span></p>","image":{"path":"/storage/uploads/2021/04/06/606c59bf4445604---ooksnowALL---proximity.jpg","meta":{"title":"Lit bariatrique certifié pour deux personnes - lit d\'hôpital double"}}}},{"value":{"title":"Hauteur basse, dégagement sous le lit et manœuvrabilité ","title_short":null,"subtitle":null,"text":"<p>Le ook snow ALL avec <a href=\\"https://www.umanomedical.com/fr-ca/pilotdrive-canada-fr/\\" target=\\"_blank\\" rel=\\"noopener\\">Pilot Drive<sup>MC</sup></a> est le premier système de roue motorisé à offrir une manœuvrabilité exceptionnelle sans compromettre le profil bas de nos lits et le dégagement nécessaire pour le lève-patient et les tables de lit. Avec sa grande force motrice, ses contrôles de vitesse variables et son utilisation intuitive, vos équipes pourront déplacer vos lits d’hôpitaux en tout confiance. <a href=\\"https://www.umanomedical.com/fr-ca/pilotdrive-canada-fr/\\" target=\\"_blank\\" rel=\\"noopener\\"> Cliquez ici pour en savoir plus.</a></p>","image":{"path":"assets/Umano-RoueMotorisee.00_00_53_13.Still008.jpg","meta":{"title":"Roue motorisée - lit d\'hôpital bariatrique - ook snow ALL avec Pilot Drive"}}}},{"value":{"title":"Le premier pas vers un futur simple, intelligent et connecté","title_short":null,"subtitle":null,"text":"<p>Avec Umano Connect<sup>MC</sup>, les données d’état du lit et les historiques d’événements qui n’étaient auparavant accessibles qu’au chevet du patient peuvent maintenant être consultés à distance par le personnel. Cette surveillance proactive permet à votre organisation d’effectuer des évaluations factuelles et de surveiller les efforts de prévention des chutes depuis un poste de travail. <a href=\\"https://www.umanomedical.com/fr-ca/produits/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Cliquez ici pour en savoir plus.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg","meta":{"title":"Lit d\'hôpital bariatrique intelligent - données au poste infirmier"}}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Bénéficiez de ses caractéristiques performantes","text":null,"categories":[{"value":{"title":" TECHNOLOGIE INFINITE<sup>MC</sup>"}},{"value":{"title":"UMANO CONNECT"}},{"value":{"title":"LE SYSTÈME PILOT DRIVE"}},{"value":{"title":"LE SYSTEME PILOT DRIVE AVEC SUPPORTS À BOUTEILLE D’OXYGÈNE INTEGRÉS"}},{"value":{"title":"TRAPÈZE DE LIT"}},{"value":{"title":"SYSTÈME DE DOSSIER BOOSTLESS<sup>MC</sup>"}},{"value":{"title":"ESPACEMENTS SÉCURITAIRES"}},{"value":{"title":"PORTS USB ET PRISES AUXILIAIRES"}},{"value":{"title":"EXTENSION DE LA LONGUEUR DU LIT INTÉGRÉE"}},{"value":{"title":"SOMMIERS RELEVABLES"}},{"value":{"title":"ÉCRAN TACTILE INTELLIGENT"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c603b280c204---ooksnowALL---feature---infinite-expansion.jpg","meta":{"title":"Lit d\'hôpital bariatrique - extension sur la largeur"}},"title":"Système d’ajustement de la largeur infinite<sup>MC</sup>","text":"<p>La technologie novatrice Infinite<sup>MC</sup> permet à votre personnel de maximiser le confort des patients sans perdre un temps précieux! Le personnel sera heureux de pouvoir ajuster le lit intelligent du bout des doigts.</p>","category":"1","video_id":null,"darken_image":false}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-key-feature.jpg","meta":{"title":"Lit d\'hôpital intelligent - Umano Connect "}},"title":"Umano Connect","text":"De la chambre du patient au poste infirmier, en passant par le service de maintenance, toutes vos équipes peuvent collaborer avec le tableau de bord Umano Connect.","category":"2","video_id":null,"darken_image":false}},{"value":{"image":{"path":"Pilot-Drive-Handle---FOR-WEB.gif","meta":{"title":"Système de roue motorisée Pilot Drive - lit d\'hôpital bariatrique "}},"title":"Le système Pilot Drive","text":"Une manœuvrabilité exceptionnelle s’ajoute à votre lit ook snow ALL lorsque vous le combinez avec le système de roue motorisée Pilot Drive, et ce, sans compromettre son profil bas et le dégagement sous le lit. Parcourir de longues distances avec vos lits, incluant des rampes et des pentes abruptes, est maintenant plus facile et sécuritaire grâce au design ergonomique, aux contrôles de vitesse variables et à la grande autonomie de batterie du Pilot Drive. ","category":"2","video_id":null,"darken_image":false}},{"value":{"image":{"path":"ook-snow-ALL---Pilot-Drive---Front-View-1-oxygen-holder-gray-background-FOR-WEB.gif","meta":{"title":"Lit d\'hôpital bariatrique - support à oxygène intégré"}},"title":"Le système Pilot Drive avec supports à bouteille d’oxygène intégrés","text":"Le système de roue motorisée avec supports à bouteille d’oxygène permet d’effectuer facilement et sécuritairement le transport des patients qui ont besoin d’une alimentation en oxygène constante dans les environnements de soins intensifs.","category":"3","video_id":null,"darken_image":false}},{"value":{"image":{"path":"ook-Snow-ALL-with-tapeze-for-web-feature-1.png","meta":{"title":"Trapèze de lit pour support patient - Lit d\'hôpital bariatrique"}},"title":"Trapèze de lit","text":"Spécialement conçu pour le ook snow ALL, ce trapèze de lit ajustable et robuste favorise l’autonomie et la mobilité des patients.","category":"4","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c5f7ce4d0c03---ooksnowALL---feautre---Boostless.jpg","meta":{"title":"Système boostless empêche le glissement des patients dans le lit d\'hôpital"}},"title":"Système de dossier boostless<sup>MC</sup>","text":"Le système de dossier unique Boostless<sup>MC</sup> réduit le glissement du patient et minimise ainsi le frottement de la peau et le besoin de repositionnement. Ces avantages sont possibles grâce au mouvement de recul qui s’effectue automatiquement lors de l’élévation du dossier du lit.","category":"5","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c5f37c94ca02---ooksnowALL---feature---safe-gap.jpg","meta":{"title":"Lit d\'hôpital bariatrique - maintient des espaces sécuritaires"}},"title":"Espacements sécuritaires","text":"Pour maintenir un haut niveau de sécurité des patients, la tête de lit et le lit s’élargissent simultanément. Cette caractéristique de conception unique permet de maintenir des espacements sécuritaires et de respecter la plus récente version de la norme CEI 60601-2-52.","category":"6","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c6048d1a5d05---ooksnowALL---feature---USB-ports.jpg","meta":{"title":"Lit d\'hôpital bariatrique - prises USB et auxiliaires"}},"title":"Ports USB et prises auxiliaires","text":"En permettant aux patients de garder leurs appareils mobiles à portée de main, nos ports USB contribuent à minimiser les risques de chute, en plus d’accroître la satisfaction des patients. Leur emplacement a été choisi dans un souci de prévention des infections : ils sont loin des surfaces souvent touchées et des endroits propices à l’infiltration de liquides.","category":"7","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60ac16e4e06---ooksnowALL---feature---bed-extender.jpg","meta":{"title":"Lit d\'hôpital bariatrique - extension longueur de lit intégrée"}},"title":"Extension de la longueur du lit intégrée","text":"Enfin une extension de lit fiable et intégrée que vous mettrez en place en un rien de temps! Maximisez le confort des patients de grande taille et gagnez du temps grâce à cette extension en une étape.","category":"8","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60de6bc5b07---ooksnowALL---liftable-covers.jpg","meta":{"title":"Lit d\'hôpital bariatrique - nettoyage optimisé - surfaces lisses"}},"title":"Sommiers relevables","text":"Les sommiers relevables et légers du ook snow ALL simplifient les procédures d’entretien et de nettoyage. De plus, leurs surfaces lisses contribuent à maximiser la prévention et le contrôle des infections.","category":"9","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c6139ba216ooksnowALL-smartscreenCAN.jpg","meta":{"title":"Lit d\'hôpital bariatrique - écran tactile intelligent"}},"title":"Écran tactile intelligent","text":"<p>L’interface intuitive est la même pour tous les lits intelligents de notre plateforme ook snow. Le personnel apprendra rapidement à utiliser les commandes et à accéder aux fonctions avancées conçues pour améliorer les soins prodigués aux patients.</p>","category":"10","video_id":null,"darken_image":false}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"Un lit pour deux - cuddle bed - Lit d\'hôpital bariatrique","asset":"5fca5fbe1b1917152b3c9989"},"path":"/storage/uploads/2020/12/04/5fca5fbe13f25caroussel---photo-1-2.jpg"},{"meta":{"title":"Lit d\'hôpital bariatrique ook snow ALL","asset":"60466f612d10d2204548f94a"},"path":"/storage/uploads/2021/03/08/60466f619da89Carroussel-2.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques et spécifications","text":"<p><span style=\\"font-weight: 400;\\">Nous sommes fiers d’offrir des lits intelligents à profil bas qui peuvent être conçus sur mesure. Personnalisez votre ook snow ALL en choisissant les options qui conviennent à </span><em><span style=\\"font-weight: 400;\\">vos</span></em><span style=\\"font-weight: 400;\\"> patients, à vos besoins cliniques et aux préférences de votre établissement.</span></p>","specifications":[{"value":{"title":"Longueur totale (surface 203,2 cm / 80\\")","data":"90\\" / 228,6 cm","sub":null,"separator":false}},{"value":{"title":"Longueur totale (surface 213,4 cm / 84\\")","data":"94\\"/ 239 cm","sub":null}},{"value":{"title":"Avec extension au pied","data":"+ 4\\" / 10,1 cm","sub":null}},{"value":{"title":"Largeur totale","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Côtés de lit descendus (surface 88,9 cm / 35\\")","data":"39,75\\" / 101 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Côtés de lit montés (surface 88,9 cm / 35\\") ","data":"41,5\\" / 105.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Côtés de lit descendus (surface 119,4 cm / 47\\")","data":"51,5\\" / 130,8 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Côtés de lit montés (surface 119,4 cm / 47\\")","data":"52,75\\" / 134 cm"}}]}},{"value":{"title":"Capacité maximale","data":"1060 lb / 481 kg","sub":null}},{"value":{"title":"Hauteur (jusqu’au dessus du sommier)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Basse (avec roues doubles (12,7 cm / 5\\")","data":"11\\" / 27,94 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Haute (avec roues doubles (12,7 cm / 5\\")","data":"30\\" / 76,2 cm"}}]}},{"value":{"title":"Positions du sommier","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Dossier","data":"0° à 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Cuisse","data":"0° à 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Trend. inversé","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Dossier Boostless™","data":"5\\" / 12,7 cm"}}]}},{"value":{"title":"Dimensions du sommier","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Largeur","data":"35\\" à 47\\" / 89 à 119,4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Longueur","data":"80\\" ou 84\\" / 203 ou 213 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Avec extension au pied","data":"+ 4\\" / 10,1 cm"}}]}}],"features":[{"value":{"title":"Veilleuses intelligentes","data":null,"sub":null}},{"value":{"title":"Système de détection de sortie de lit intégré – 3 niveaux de sensibilité","data":null,"sub":null}},{"value":{"title":"Système de balance intégré","data":null,"sub":null}},{"value":{"title":"Hauteur basse programmable","data":null,"sub":null}},{"value":{"title":"Côtés de lit rehaussés (pour matelas 8\\")","data":null,"sub":null}},{"value":{"title":"Extension électrique de la largeur INFINITE avec système d’appoint manuel","data":null,"sub":null}},{"value":{"title":"Dossier Boostless™ ","data":null,"sub":null}},{"value":{"title":"Lumières d’avertissement de sortie de lit","data":null,"sub":null}},{"value":{"title":"Extension de lit intégrée de 10,2 cm / 4\\"","data":null,"sub":null}},{"value":{"title":"Commandes d’appoint sur le châssis du lit","data":null,"sub":null}},{"value":{"title":"Système d’interruption de mouvement en descente","data":null,"sub":null}},{"value":{"title":"Système de surveillance du statut du lit","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/07/606de8c3f1bc8ooksnowALL---specifications---CAN.png","meta":{"title":"Spécifications techniques - lit d\'hôpital bariatrique - ook snow ALL"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png","meta":{"title":null}},"document":null,"check":false,"education_document":{"_id":"66635d857fe986fdbc0ed532","link":"educations","display":"Feuillet-technique-ook-snow-all"}}},{"value":{"title":"Brochure","image":{"path":"/storage/uploads/2021/04/19/607de12c8c7aaBrochure-2.png"},"document":null,"check":false,"education_document":{"_id":"605df8fac6deca3e0d68a04b","link":"educations","display":"ook snow ALL"}}},{"value":{"title":"Aide-mémoire","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"6173204f879236232558edf7","link":"educations","display":"QRC – ook snow ALL "}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"documents_test":null,"right_column_text":"<p>Vous pouvez trouver nos manuels d\'utilisateur dans notre <a href=\\"https://www.umanomedical.com/fr-ca/ressources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">centre de formation</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Le ook snow ALL, un lit combiné à un service client inégalé dans l’industrie.","text":"<p><span style=\\"font-weight: 400;\\">Voyez comment nos programmes d’entretien sauront vous satisfaire à 100 %, tout en protégeant votre investissement.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"link_text":"Découvrir nos programmes d’entretien","image":{"path":"/storage/uploads/2021/04/07/606de90ace8c1Service-plans-2.jpg","meta":{"title":"Lit d\'hôpital bariatrique - meilleur service dans l\'industrie - 100% satisfaction"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Le ook snow ALL : la solution parfaite pour différents environnements de soins","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Médecine-chirurgie - lit d\'hôpital - ook snow ALL","asset":"606de9a32166320403456998"},"path":"/storage/uploads/2021/04/07/606de9a34ddc501---ooksnowALL---Mdecine-chirurgie.jpg"}],"title":"Médecine-chirurgie","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Facilité d’utilisation, nettoyage simplifié et prévention des chutes ne sont que quelques-uns des avantages majeurs qu’offre le ook snow ALL pour répondre aux besoins des unités de médecine-chirurgie.</span></p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Soins palliatifs - lit d\'hôpital - ook snow ALL","asset":"606de9af8742c02ae85bdc26"},"path":"/storage/uploads/2021/04/07/606de9af46c1a02---ooksnowALL---palliative.jpg"}],"title":"Soins palliatifs","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow ALL est certifié pour accueillir deux personnes. Comme il permet aux patients de trouver du réconfort auprès d’un être cher, son utilisation prend tout son sens dans les unités de soins palliatifs.</span></p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Soins bariatriques - lit d\'hôpital - ook snow ALL","asset":"606de9b92166320403456999"},"path":"/storage/uploads/2021/04/07/606de9b9d654703---ooksnowALL---bariatrique.jpg"}],"title":"Soins bariatriques","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le système d’ajustement électrique de la largeur et la capacité de charge augmentée de 1060 lb (481 kg) permettent d’adapter le ook snow ALL aux environnements de soins bariatriques en une seule étape simple.</span></p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Rehaussez le potentiel de votre lit avec le bon choix de matelas et d’accessoires","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Surfaces pour lit d\'hôpital bariatrique","asset":"606df506aa1aa577471ce7f3"},"path":"/storage/uploads/2021/04/07/606df505ebaa5Support-surface2-1.jpg"}],"title":"Découvrez une gamme complète de surfaces d’appui de grande qualité.","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text_2":"Voir","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Accessoires pour lit d\'hôpital bariatrique","asset":"606df511aa1aa577471ce7f4"},"path":"/storage/uploads/2021/04/07/606df51112e99accessories-1.jpeg"}],"title":"Équipez votre ook snow ALL des bons accessoires.","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Voir","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Envie d’en apprendre plus sur ce lit révolutionnaire?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/07/606df56062bbaooksnowALL---CTA-contact-CAN.jpg","meta":{"title":"Meilleur lit d\'hôpital bariatrique - contactez-nous"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez d’autres lits de la plateforme ook snow","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow - lit d\'hôpital - médecine-chirurgie"},"path":"Related-Product---ook-snow-CAN.png"}],"title":"Le ook snow","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</span></p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Voir","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH - lit d\'hôpital - soins de santé mentale"},"path":"Related-Product---ook-snow-MH-CAN.png"}],"title":"Le ook snow MH","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</span></p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Le ook cocoon","asset":"669518ff66a7bc40300212a2"},"path":"/storage/uploads/2024/07/15/669518ff58b77Related-Product---ook-cocoon-CAN.png"}],"title":"Le ook cocoon","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</span></p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1723658425,"_created":1604867063,"meta_description":"Le ook snow ALL est un lit intelligent tout-en-un conçu pour les soins bariatriques, la médecine-chirurgie et les soins palliatifs. Découvrez ses caractéristiques novatrices.","meta_title":"ook snow ALL | Un lit pour tous les environnements de soins","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/06/606c510813b40ook-snow-ALL---Entete-retouche.png","meta":{"title":"All-in-one bed solution for med-surg, bariatric and palliative care settings - The ook snow ALL"}},"has_showroom":true,"schema_description":"Avez-vous déjà rêvé d’un lit d’hôpital qui conviendrait à tous les patients, quel que soit l’environnement de soins? Ne rêvez plus : voici le ook snow ALL.\\n\\nGrâce à son système d’extension électrique de la largeur, à sa capacité de charge augmentée et à sa hauteur basse, le ook snow ALL offre des possibilités de standardisation révolutionnaires. Ce lit tout-en-un à la conception novatrice et à la polyvalence exceptionnelle répondra aux besoins de vos patients, de votre personnel et de votre établissement. Découvrez le ook snow ALL dès maintenant.","schema_height":"31.7\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca5ce50c117ook-snow-ALL.png","meta":{"title":"Logo - ook snow ALL"}},"schema_width":"52.75\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa855bf175811726156f943","title":"ook snow MH","slug":"/fr-ca/produits/lits/ook-snow-mh/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732c3edb00b5fe08c23b6db0confortNEST-yellow-1-20.jpg","meta":{"title":"Lit de soins en santé mentale - ook snow MH"}},"subtitle":"Soins en santé mentale","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le ook snow MH : un lit de soins en santé mentale qui répond à vos besoins cliniques sans compromettre la gestion de risque","text":"<p><span style=\\"font-weight: 400;\\">Voyez comment le ook snow MH peut vous aider à concilier performance clinique et sécurité.</span></p>","image":null,"image_product":{"path":"Pages produits/ook snow MH/Bannire-ook-snow-MH-can.png","meta":{"title":"Lit de soins en santé mentale - ook snow MH"}},"link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text":"Voir de plus près","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fca8e1ba1d76ook-snow-MH.png","meta":{"title":"Logo - ook snow MH"}},"title":"","subtitle":"Sécurité accrue pour les patients et le personnel","text":"Grâce au ook snow MH, vous n’avez pas à choisir entre la sécurité et la performance clinique. Spécialement conçu dans l’objectif de réduire les points d’attache, ce lit d’hôpital répondra à une variété de besoins en milieu de soins en santé mentale. Il convient aux environnements à faible ou haut niveau d’observation, tels que les unités de gériatrie ou de psychiatrie, les urgences et les centres de détention.","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text":"Découvrez le ook snow MH","bigger_content":false,"link_showroom":true,"link_append":"ook snow MH","add_title_h1":false,"logo_bigger":false}},{"component":"video","settings":{"id":"ooksnowMH-fr","class":"","style":"","title_top":null,"title":"Voir la vidéo","video_id":"411018637","image":{"path":"/storage/uploads/2021/04/13/607583cfd8df4ooksnow-MH---CTA-video.jpg","meta":{"title":"Video - Lit de soins en santé mentale - ook snow MH"}},"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Personnalisez votre ook snow MH dans notre salle de montre virtuelle","text":"<p><span style=\\"font-weight: 400;\\">Visitez notre salle de montre en 3D pour profiter de notre expérience interactive et créer un ook snow MH adapté à vos besoins.</span></p>","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text":"Entrer dans la salle de montre virtuelle","image":{"path":"/storage/uploads/2021/04/15/607843cfd6d36ooksnow-MH---Showroom.png","meta":{"title":"Salle de montre virtuelle - ook snow MH"}},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":true,"link_append":"ook snow MH","darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Propulsez la sécurité à un tout autre niveau","title_short":"Sécurité optimisée","subtitle":null,"text":"<p>Muni d’une quincaillerie anti-vandalisme et conçu dans l’objectif de réduire les points d’attache, le ook snow MH offre de nombreuses caractéristiques à valeur ajoutée qui contribuent à créer un environnement sécuritaire pour vos patients et votre personnel.</p>","image":{"path":"/storage/uploads/2021/04/15/60785358b724d01---Safety-as-your-number-one-priority-CAN.jpg","meta":{"title":null}}}},{"value":{"title":"Maximisez la prévention et le contrôle des infections","title_short":"Facilité de nettoyage","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">La prévention des infections dans les milieux de soins est plus cruciale que jamais. Les surfaces lisses sans joints et l’architecture ouverte du ook snow MH rendent le nettoyage plus facile et plus rapide.</span></p>","image":{"path":"/storage/uploads/2021/04/15/607844066837c02---Maximized-infection-prevention-and-control.jpg"}}},{"value":{"title":"Des caractéristiques performantes et une intelligence à valeur ajoutée","title_short":"Technologies avancées","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">C’est en misant sur des fonctions intelligentes comme les options de verrouillage avancées, la protection par mot de passe et la surveillance de l’état du lit que les professionnels de la santé peuvent maximiser la sécurité au sein de leur établissement. Un système de détection de sortie de lit permet également d’aviser le personnel en cas de sortie de lit et lui permet d’intervenir rapidement au besoin.</span></p>","image":{"path":"/storage/uploads/2021/04/13/607598663d439Powerful-capabilities-value-driven-intelligence--CAN.jpg"}}},{"value":{"title":"Plus de flexibilité pour les établissements, plus de dignité pour les patients","title_short":"Adaptabilité","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Chaque environnement de soins est différent et chaque patient est unique. En offrant le juste équilibre entre la sécurité et la performance clinique, le ook snow MH contribue à préserver la dignité des patients dans les environnements de soins en santé mentale.</span></p>","image":{"path":"/storage/uploads/2021/04/13/607598764277cDignity-for-patients-versatility-for-institutions-CAN.jpg"}}},{"value":{"title":"Le premier pas vers un futur simple, intelligent et connecté","title_short":null,"subtitle":null,"text":"<p>Avec Umano Connect<sup>MC</sup>, les données d’état du lit et les historiques d’événements qui n’étaient auparavant accessibles qu’au chevet du patient peuvent maintenant être consultés à distance par le personnel. Cette surveillance proactive permet à votre organisation d’effectuer des évaluations factuelles et de surveiller les efforts de prévention des chutes depuis un poste de travail. <a href=\\"https://www.umanomedical.com/fr-ca/produits/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Cliquez ici pour en savoir plus.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques qui maximisent la sécurité","text":null,"categories":[{"value":{"title":"SYSTÈME DE FREINAGE SAFE-LOCK™"}},{"value":{"title":"HAUTEUR BASSE DE 25,4 cm (10 po)"}},{"value":{"title":"ÉCRAN TACTILE ET VERROUILLAGE COMPLET"}},{"value":{"title":"VERROUILLAGE DES MOUVEMENTS À CLÉ"}},{"value":{"title":"QUINCAILLERIE ANTI-VANDALISME"}},{"value":{"title":"OPTIONS DE CORDON D’ALIMENTATION COURT OU DÉTACHABLE"}},{"value":{"title":"SOMMIER SAFEFLEX<sup>MC</sup>"}},{"value":{"title":"FIXATIONS AU SOL"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2024/10/01/66fc5c1cb3fb1thumbnail_image006.png"},"title":"Système de freinage safe-Lock™","text":"Les pédales de frein peuvent être remplacées par un système de freinage anti-vandalisme Safe-Lock™ pour prévenir les déplacements non souhaités du lit et éviter que les patients ne l’utilisent comme barricade.","category":"1","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff1f76302-feature---low-height.jpg"},"title":"Hauteur basse de 25,4 cm (10 po)","text":"Le ook snow MH offre une hauteur programmable allant aussi bas que 25,4 cm (10 po). La hauteur peut être verrouillée et protégée par mot de passe pour réduire le risque de chute ou de blessure volontaire.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff6677cfeature---ismart-screen-CAN.jpg"},"title":"Écran tactile et verrouillage complet","text":"L’écran tactile permet d’accéder facilement à des fonctions telles que la balance intégrée, le système de surveillance de l’état du lit et le verrouillage complet des commandes avec trois niveaux de sécurité.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff2ebbf04---motion-key-lock.jpg"},"title":"Verrouillage des mouvements à clé","text":"La fonction de verrouillage des mouvements à clé rehausse la protection d’un cran. Les professionnels de la santé peuvent verrouiller rapidement et efficacement toutes les commandes de mouvement pour éviter que les patients ne les modifient.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff3ad1905---Tamper-resistant-fasteners.jpg"},"title":"Quincaillerie anti-vandalisme","text":"Pour renforcer la sécurité, les pièces et les composants du lit sont fixés avec une quincaillerie anti-vandalisme et ne peuvent être retirés qu’avec des outils spéciaux.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff46d3b06---short-and-quick-disconnect-power-cord-1.jpg"},"title":"Options de cordon d’alimentation court ou détachable","text":"Pour réduire le risque de blessure volontaire, choisissez un cordon d’alimentation détachable ou un cordon court solidement fixé.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff5449707---feature---Safe-Flex-patient-surface.jpg"},"title":"Sommier safeflex<sup>MC</sup>","text":"Pour minimiser le risque de blessure volontaire, le sommier SafeFlex<sup>MC</sup> permet de dissimuler les points d’attache et les câbles entre la section cuisse et la section pied.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff5f81308---feature---floor-mount.jpg"},"title":"Fixations au sol","text":"Dans les environnements présentant plus de risque, des fixations au sol peuvent être utilisées pour ancrer le lit en place. Il est possible de les recouvrir de couvercles en métal robustes anti-vandalisme.","category":"8"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"6078520ef900562a09501202"},"path":"/storage/uploads/2021/04/15/6078520e4da09Carroussel---MH-CAN.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Caractéristiques et spécifications","text":"<p><span style=\\"font-weight: 400;\\">Le ook snow MH peut être personnalisé pour répondre à vos besoins cliniques et soutenir votre programme de gestion de risque. Jetez un œil à ses principales caractéristiques et spécifications.</span></p>","specifications":[{"value":{"title":"Dimensions du sommier","data":"35\\" x 80\\" ou 84\\" / 88,9 x 203,2 cm ou 213,4 cm","sub":null,"separator":false}},{"value":{"title":"Hauteur (dessus du sommier)","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Basse","data":"10\\" / 25,4 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Haute","data":"30\\" / 76,2 cm"}}]}},{"value":{"title":"Largeur totale","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Côtés de lit descendus","data":"39,25\\" / 100 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Côtés de lit montés","data":"40.5\\" / 102,9 cm"}}]}},{"value":{"title":"Capacité maximale","data":"600 lb / 272,5 kg","sub":null}},{"value":{"title":"Position du sommier","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dossier","data":"0° to 60°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Cuisse","data":"0° to 30°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Trend. / Trend. inversé","data":"± 16°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Boostless™","data":"4\\" / 10,2 cm"}}]}},{"value":{"title":"Comforme aux normes ","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"IEC 60601-2-52"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"IEC 60601-1 3e édition"}}]}},{"value":{"title":"Précision de la balance (dans toutes les positions) ","data":"0,5 % avec une différence maximale de 1,1 lb / 0,5 kg","sub":null}}],"features":[{"value":{"title":"Panneaux de tête et de pied fixes*","data":null,"sub":null,"separator":false}},{"value":{"title":"Conception anti-ligature (quincaillerie anti-vandalisme, bouchons pour réceptacles à accessoires)","data":null,"sub":null,"separator":false}},{"value":{"title":"Hauteur minimum programmable","data":null,"sub":null,"separator":false}},{"value":{"title":"Verrouillage complet des mouvements du lit / protection par mot de passe","data":null,"sub":null}},{"value":{"title":"Câbles électriques dissimulés","data":null,"sub":null}},{"value":{"title":"Dossier Boostless™ ","data":null,"sub":null}},{"value":{"title":"Cordon d’alimentation court de 3\' / 0,9 m","data":null,"sub":null}},{"value":{"title":"Cordon d’alimentation détachable de 8\' / 2,4 m","data":null,"sub":null}},{"value":{"title":"Couvercles en métal robustes","data":null,"sub":null}},{"value":{"title":"Veilleuses intelligentes™","data":null,"sub":null}},{"value":{"title":" Système de surveillance du statut du lit ","data":null,"sub":null}},{"value":{"title":"Sommier SafeFlex","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/13/6075b0dae8da3ooksnow-MH-Specifications--CAN.png","meta":{"title":"Spécifications - Lit de soins en santé mentale - ook snow MH"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dfd86162d683fc57866e9","link":"educations","display":"Feuillet technique – ook snow MH"}}},{"value":{"title":"Brochure","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"605dfc37d5241a693956a1c8","link":"educations","display":"Brochure – ook snow MH"}}},{"value":{"title":"Guide de caractéristiques","image":{"path":"storage/uploads/manual.svg"},"document":null,"check":false,"education_document":{"_id":"61c093414705337b223a3514","link":"educations","display":"Guide de caractéristiques – ook snow MH "}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"documents_test":null,"right_column_text":"<p><code></code>Vous retrouverez nos manuels d\'utilisateur dans <a href=\\"https://www.umanomedical.com/fr-ca/ressources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">notre section Ressources</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Le ook snow MH, un lit combiné à un service client inégalé dans l’industrie.","text":"<p><span style=\\"font-weight: 400;\\">Voyez comment nos programmes d’entretien protégeront votre investissement et vous satisferont à 100 %.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Découvrir nos programmes d’entretien","image":{"path":"/storage/uploads/2021/03/08/6046822adb46eCTA---services-plans-10.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false,"btn_with_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Des produits complémentaires pour une sécurité accrue","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b3746ce05c285902e886"},"path":"/storage/uploads/2021/04/13/6075b373e3ba9Support-surface.jpg"}],"title":"Découvrez une gamme de surfaces d’appui spécialement conçue pour les environnements de soins en santé mentale.","subtitle":null,"summary":"","link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b3736ce05c285902e883"},"path":"/storage/uploads/2021/04/13/6075b373c2511Complementary-products---Max-secure.jpg"}],"title":"Optez pour le lit plateforme Max-Secure offrant une sécurité maximale dans les environnements à haut niveau d’observation.","subtitle":null,"summary":null,"link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Découvrir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous voulez en savoir plus sur le ook snow MH?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/13/6075b373ce2ffooksnow-MH---Contact---CAN.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez tous les lits de la plateforme ook snow","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Related-Product---ook-snow-CAN.png"}],"title":"Le ook snow","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow est un lit d’hôpital à profil bas aux fonctions performantes qui répond à vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</span></p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"En savoir plus","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Related-Product---ook-snow-ALL-CAN.png"}],"title":"Le ook snow ALL","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée en répondant aux besoins des soins bariatriques, de la médecine-chirurgie et des soins palliatifs.</span></p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"En savoir plus","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"The ook cocoon","asset":"669517794211046b950aa2d2"},"path":"/storage/uploads/2024/07/15/669517797a2d2Related-Product---ook-cocoon-CAN.png"}],"title":"Le ook cocoon","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</span></p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"En savoir plus","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1727980786,"_created":1604867519,"meta_description":"Les établissements de soins de santé mentale atteindront le parfait équilibre entre sécurité et performance clinique grâce au ook snow MH. Découvrez-le.","meta_title":"ook snow MH | Lit polyvalent pour les soins en santé mentale ","noindex":false,"og_image":{"path":"/storage/uploads/2021/03/08/6046816f1e602En-tte--behavioral-bed-3.png","meta":{"title":"Mental health hospital bed - The ook snow MH"}},"has_showroom":true,"schema_description":"Grâce au ook snow MH, vous n’avez pas à choisir entre la sécurité et la performance clinique. Spécialement conçu dans l’objectif de réduire les points d’attache, ce lit d’hôpital répondra à une variété de besoins en milieu de soins en santé mentale. Il convient aux environnements à faible ou haut niveau d’observation, tels que les unités de gériatrie ou de psychiatrie, les urgences et les centres de détention.","schema_height":"30\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca8e1ba1d76ook-snow-MH.png","meta":{"title":"Logo - ook snow MH"}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa8563e1f83e90ec241bd82","title":"ook cocoon","slug":"/fr-ca/produits/lits/ook-cocoon/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/14/6077432a26c73Discover-all-beds-from-the-ook-snow-platform----cocoon-USA.png","meta":{"title":"Lit d\'hôpital soins longue durée - ook cocoon"}},"subtitle":"Soins de longue durée","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le ook cocoon : un lit pour soins de longue durée préservant la dignité","text":"<p><span style=\\"font-weight: 400;\\">Découvrez comment ce lit à profil bas pour soins de longue durée peut offrir la qualité, la sécurité et le réconfort que méritent vos résidents.</span></p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/06/606c4142be788ookcocoon---entete-CAN.png","meta":{"title":"Lit d\'hôpital soins longue durée - ook cocoon"}},"link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text":"Contactez-nous","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe12d5fe3fbdook-cocoon-1.png","meta":{"title":"Logo - ook cocoon"}},"title":"","subtitle":"Optez pour un lit de grande qualité qui favorise la sécurité et le bien-être des résidents","text":"Vous qui travaillez dans un établissement de soins de longue durée : nous savons que vous voulez offrir ce qu’il y a de mieux à vos résidents. C’est pourquoi nous vous proposons un lit à profil bas de grande qualité qui préserve leur dignité et favorise leur autonomie. Le ook cocoon peut vous aider à rendre votre milieu plus sécuritaire pour les résidents grâce à sa conception de pointe et à ses technologies avancées, comme son système intégré de détection de sortie de lit.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Voir la vidéo","video_id":"484128720","image":{"path":"/storage/uploads/2021/04/13/6075b67d80fa8ookcocoon---CTA-video.jpg","meta":{"title":"Video - Lit d\'hôpital soins longue durée - ook cocoon"}},"container_smaller":false,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Un lit pour soins de longue durée maximisant la prévention des chutes","title_short":"Prévention des chutes","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">La prévention des chutes est toujours au cœur des préoccupations des centres de soins spécialisés. C’est pourquoi le ook cocoon offre de nombreuses caractéristiques qui visent à minimiser les risques de chute, comme sa hauteur basse de 24,5 cm (10 po) et son système intégré de détection de sortie de lit. Sa grande stabilité et sa conception ergonomique permettent également aux résidents d’entrer et de sortir du lit de façon plus sécuritaire, en plus de favoriser leur autonomie.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075b697bb2c501---Fall-risks.jpg"}}},{"value":{"title":"Un lit qui favorise l’autonomie des résidents et augmente leur confort","title_short":"Bien-être","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Chez Umano Medical, nous savons que le lit joue un grand rôle dans la préservation de la dignité. Conçu en prenant soigneusement en compte les besoins des patients, le lit ook cocoon pour soins de longue durée peut grandement favoriser leur autonomie et augmenter leur confort. Son apparence soignée, ses veilleuses et ses commandes accessibles ne sont que quelques exemples de ses caractéristiques pensées spécialement pour les résidents.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075b697ddc7e02---Autonomy.jpg"}}},{"value":{"title":"Un lit comme à la maison","title_short":"Design familier","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Par son esthétique, sa conception de grande qualité et ses panneaux de bois ou de stratifié, notre lit pour soins de longue durée s’agencera à votre décor sur bien des plans. Il contribue à instaurer une ambiance agréable et atteint ainsi son objectif : aider les résidents à se sentir chez eux.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075b698299f5ookcocoon---homelike--CAN.jpg"}}},{"value":{"title":"Un lit facile à nettoyer et à désinfecter","title_short":"Facilité de nettoyage","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Les résidents de centres de soins de longue durée peuvent être plus vulnérables aux infections et aux virus. Le ook cocoon a donc été conçu dans l’optique de faciliter le nettoyage et la désinfection. Sa facilité de nettoyage surpassera vos attentes grâce à son architecture ouverte, à ses surfaces lisses sans joints et aux détails soigneusement pensés.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075b6980a03b04---Easy-to-clean.jpg"}}},{"value":{"title":"Le premier pas vers un futur simple, intelligent et connecté","title_short":null,"subtitle":null,"text":"<p>Avec Umano Connect<sup>MC</sup>, les données d’état du lit et les historiques d’événements qui n’étaient auparavant accessibles qu’au chevet du patient peuvent maintenant être consultés à distance par le personnel. Cette surveillance proactive permet à votre organisation d’effectuer des évaluations factuelles et de surveiller les efforts de prévention des chutes depuis un poste de travail. <a href=\\"https://www.umanomedical.com/fr-ca/produits/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Cliquez ici pour en savoir plus.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Découvrez ses principales caractéristiques","text":null,"categories":[{"value":{"title":"SYSTÈME DE DÉTECTION DE SORTIE DE LIT INTÉGRÉ"}},{"value":{"title":"HAUTEUR BASSE DE 24,5 cm (10 po)"}},{"value":{"title":"LIBRE ACCÈS SOUS LE LIT"}},{"value":{"title":"PORTS USB ET PRISES AUXILIAIRES"}},{"value":{"title":"SYSTÈME DE FREINAGE CENTRALISÉ"}},{"value":{"title":"CONTRÔLE AMOVIBLE"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2023/06/27/649adc2645f3aKey-features-built-inbedexistystem-ook-cocoon.png"},"title":"Système de détection de sortie de lit intégré","text":"Notre système de détection de sortie de lit intégré réduit les risques de chute des patients en avisant le personnel des sorties de lit, lui permettant d’intervenir rapidement. Adaptez-le à votre patient et profitez de plus de flexibilité grâce à ses fonctions avancées, comme ses trois niveaux de sensibilité et ses modes Auto-détection et Pause soins. ","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d771e8602---low-height.jpg"},"title":"Hauteur basse de 25,4 cm (10 po)","text":"Minimisez les risques de chute et améliorez le confort des résidents de petite taille en optant pour le ook cocoon et sa hauteur basse enviable de 24,5 cm (10 po).","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d79bb0603---Underbed-clearance.jpg"},"title":"Libre accès sous le lit","text":"Même au réglage le plus bas, le dégagement sous le lit est suffisant pour l’utilisation d’un lève-patient et de tables de lit.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d7c97d104---usb-ports.jpg"},"title":"Ports USB et prises auxiliaires","text":"En permettant aux patients de garder leurs appareils mobiles à portée de main, nos ports USB contribuent à minimiser les risques de chute, en plus d’accroître la satisfaction des patients. Leur emplacement a été choisi dans un souci de prévention des infections : ils sont loin des surfaces souvent touchées et des surfaces propices à l’infiltration de liquides.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d7ea7c205---braking-system.jpg"},"title":" Système de freinage centralisé","text":"Notre système de freinage centralisé facile d’accès permet de conserver une grande stabilité et de minimiser les risques de chute.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d81111406---patient-control.jpg"},"title":"Contrôle amovible","text":"Des commandes faciles à manipuler permettent aux résidents de s’installer dans une position confortable en contrôlant eux-mêmes les principaux mouvements du lit. Cette caractéristique très appréciée favorise leur autonomie, en plus d’accroître leur satisfaction.","category":"6"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"6075b711afb6673f3e492616"},"path":"/storage/uploads/2021/04/13/6075b711ce5eaookcocoon-caroussel.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Caractéristiques et spécifications","text":"","specifications":[{"value":{"title":"Longueur totale (avec pare-chocs rotatifs)","data":"88\\" / 224 cm — 92\\" / 234 cm ","sub":null}},{"value":{"title":"Largeur totale","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Côtés de lit descendus","data":"39,25\\" / 100 cm "}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Côtés de lit montés","data":"40,5\\" / 102,9 cm "}}]}},{"value":{"title":"Capacité maximale","data":"600 lb / 272,5 kg","sub":null}},{"value":{"title":"Hauteur (jusqu’au dessus du sommier)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Basse (avec roues doubles 12,7 cm / 5\\") ","data":"10\\" / 25,4 cm "}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Haute (avec roues doubles 12,7 cm / 5\\") ","data":"30\\" / 76,2 cm"}}]}},{"value":{"title":"Positions du sommier","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Dossier","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Cuisse","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Trend. Inversé","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"4\\" / 10,2 cm"}}]}},{"value":{"title":"Dimensions du sommier","data":" 35\\" x 80\\" ou 84\\" — 88,9 x 203,2 cm ou 213,4 cm","sub":null}},{"value":{"title":"Diamètre des roues ","data":"5\\" / 12,7 cm","sub":null}}],"features":[{"value":{"title":"Système de détection de sortie de lit intégré – 2 ou 3 niveaux de sensibilité ","data":"","sub":null}},{"value":{"title":"Lumières d’avertissement de sortie de lit","data":null,"sub":null}},{"value":{"title":"Dossier Boostless™","data":null,"sub":null}},{"value":{"title":"Choix de panneaux de plastique, bois ou stratifié","data":"Choix de couleurs personnalisées","sub":null}}],"image":{"path":"/storage/uploads/2021/04/13/6075b72be21b2ookcocoon---specifications-2-b.png","meta":{"title":"Spécifications - Lit d\'hôpital soins longue durée - ook cocoon"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"633b18f76cf1410feb2825b8","link":"educations","display":"ook cocoon"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":""}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Le ook cocoon, un lit combiné à un service client inégalé dans l’industrie.","text":"<p>Voyez comment nos programmes d’entretien protégeront votre investissement et vous satisferont à 100 %.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Découvrir nos programmes d’entretien","image":{"path":"/storage/uploads/2021/04/13/6075b171d290aService-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Trouvez les bons produits complémentaires à votre ook cocoon","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b794afb6673f3e492618"},"path":"/storage/uploads/2021/04/13/6075b793e9c8e01---Support-surface.jpg"}],"title":"Découvrez notre gamme complète de surfaces d’appui de grande qualité.","subtitle":null,"summary":null,"link":[],"link_text":" ","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Voir","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b79fb3837a4f4b22a876"},"path":"/storage/uploads/2021/04/13/6075b79fdf1dc02---Overbedtable.jpg"}],"title":"Découvrez notre table de lit entièrement compatible, durable et facile à nettoyer.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Voir","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous aimeriez voir le lit ook cocoon à l’œuvre?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Demandez une démonstration virtuelle ou en présentiel","image":{"path":"/storage/uploads/2021/04/13/6075b7b7c9a04ookcocoon--CTA-contact-CAN.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez tous les lits de la plateforme ook snow","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a379e1c2826666056f6"},"path":"/storage/uploads/2021/04/15/60784a37958daRelated-Product---ook-snow-CAN.png"}],"title":"Le ook snow","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow est un lit d’hôpital à hauteur basse dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</span></p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a37c1ecca0eb5706b22"},"path":"/storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"Le ook snow ALL","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée en répondant aux besoins des soins bariatriques, de la médecine-chirurgie et des soins palliatifs.</span></p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"Le ook snow MH","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</span></p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":"Salle de montre","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1726842462,"_created":1604867646,"meta_description":"Le ook cocoon offre aux résidents des établissements de soins de longue durée la qualité et l’excellence dont ils ont besoin. Jetez-y un œil.","meta_title":"ook cocoon | Un lit conçu pour les soins de longue durée","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/06/606c4175c7ce1ookcocoon---entete-USA.png","meta":{"title":"Long-term care bed - The ook cocoon"}},"has_showroom":false,"schema_description":"Vous qui travaillez dans un établissement de soins de longue durée : nous savons que vous voulez offrir ce qu’il y a de mieux à vos résidents. C’est pourquoi nous vous proposons un lit à profil bas de grande qualité qui préserve leur dignité et favorise leur autonomie. Le ook cocoon peut vous aider à rendre votre milieu plus sécuritaire pour les résidents grâce à sa conception de pointe et à ses technologies avancées, comme son système intégré de détection de sortie de lit.","schema_height":"31.5\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe12d5fe3fbdook-cocoon-1.png","meta":{"title":"Logo - ook cocoon"}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa8568d15930b644e497cd5","title":"Lit plateforme Max-Secure","slug":"/fr-ca/produits/lits/max-secure/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/15/607845155be7aMenu--Max-Secure.png","meta":{"title":"Lit plateforme d\'hôpital pour santé mentale - Max-Secure"}},"subtitle":"Environnements à haut niveau d’observation","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Pensez sécurité optimale avec le lit plateforme Max-Secure pour soins en santé mentale","text":"<p>Le lit plateforme Max-Secure a été conçu spécialement pour les unités à haut niveau d’observation, où la sécurité est une priorité. Découvrez ce qui le distingue.</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/13/6075bd93d4fe3Entte-Max-Secure.png","meta":{"title":"Lit plateforme d\'hôpital pour santé mentale - Max-Secure"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Obtenir plus d’informations","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0ce87dd8beMAX-SECURE-HIGH-RES-LOGO-1.png","meta":{"title":"Logo - Max-Secure"}},"title":"","subtitle":"Conçu pour vos plus grands besoins de sécurité","text":"Tous les détails du Max-Secure ont été soigneusement pensés pour maximiser la sécurité et la protection, mais aussi réduire les risques d’atteinte à soi-même. Conçu pour les salles d’isolement, les centres de détention et les unités de soins psychiatriques, ce lit plateforme répond aux besoins des environnements de soins en santé mentale tout en maintenant la sécurité et la dignité.","link":null,"link_text":"","bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"La sécurité, votre priorité absolue","title_short":"Sécurité optimale","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Offrir une sécurité accrue aux patients et au professionnels de la santé est l’objectif du Max-Secure. Sa conception anti-ligature et anti-vandalisme contribue grandement à maximiser la sécurité et la protection des patients et du personnel.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92aee1c01---One-piece-construciton.jpg"}}},{"value":{"title":"La facilité de nettoyage : un avantage qui importe vraiment","title_short":"Désinfection simplifiée","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le lit plateforme Max-Secure simplifie remarquablement le nettoyage et la désinfection. Sa surface lisse sans joints, son matériau antimicrobien et sa conception monobloc facilitent et accélèrent les procédures de nettoyage.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92ce51c02---Max-secure---nettoyage.jpg"}}},{"value":{"title":"Un lit durable sur lequel vous pouvez compter","title_short":"Durabilité","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">À la recherche d’un lit hautement résistant? Ne cherchez plus : le Max-Secure ne requiert aucune maintenance grâce à sa conception monobloc et à son matériau à base de polymère Herculite</span><sup><span style=\\"font-weight: 400;\\">MD</span></sup><span style=\\"font-weight: 400;\\">. Ce lit plateforme durable et résistant aux chocs est couvert par une garantie de 10 ans lorsqu’installé par nos techniciens certifiés.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92ea8f403---durability.jpeg"}}},{"value":{"title":"Une offre complète pour les environnements de soins en santé mentale","title_short":"Adaptabilité","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Combinez le lit plateforme Max-Secure au </span><span style=\\"font-weight: 400;\\">lit ook snow MH pour soins en santé mentale</span><span style=\\"font-weight: 400;\\"> pour répondre à toute une gamme de besoins cliniques et liés à la sécurité des patients. Votre établissement bénéficiera de ces produits avancés et adaptables.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075bd93158c104---A-complete-offering.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques et spécifications","text":null,"categories":[{"value":{"title":"CONCEPTION MONOBLOC"}},{"value":{"title":"COMPOSITE DE POLYMÈRE HERCULITE<sup>MD</sup>"}},{"value":{"title":"PÉRIMÈTRE SCELLÉ ANTI-VANDALISME"}},{"value":{"title":"POINTS D’ANCRAGE OPTIONNELS POUR CONTENTION"}},{"value":{"title":"PLUSIEURS POSSIBILITÉS D’INSTALLATION ET DE POSITIONNEMENT "}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/607842a0215f201---One-piece-construciton.jpg"},"title":"Conception monobloc","text":"Sa conception robuste en fait un lit d’une durabilité impressionnante qui ne requiert aucune maintenance.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/22/6081797d42f3202--Herlucite-polymer-construction.jpg"},"title":"Composite de polymère herculite<sup>MD</sup>","text":"Le matériau unique du Max-Secure est antimicrobien et résistant aux chocs.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/60784330de1ba03---Pick-proof-perimeter-scellant.jpg"},"title":"Périmètre scellé anti-vandalisme","text":"Pour éviter que les patients déplacent le lit et pour bloquer l’accès au dessous du lit, le Max-Secure peut être fixé au sol en scellant solidement son périmètre.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607843312231204---Optional-restraint-systems.jpg"},"title":"Points d’ancrage optionnels pour contention","text":"Pour vous aider à gérer les situations plus difficiles, le Max-Secure peut être équipé de 8 points d’ancrage pour contention ou d’une barre de contention à plusieurs points d’ancrage.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607843315eba605--Various-positionning-options.jpg"},"title":"Plusieurs possibilités d’installation et de positionnement","text":"Le lit Max-Secure peut être installé de différentes façons dans la chambre — soit au mur, dans un coin ou au centre de la pièce — afin d’offrir plus de flexibilité aux établissements. Il peut être doté d’un fond fermé, ou encore fixé au sol et muni d’un scellant ultrarésistant.","category":"5"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques et spécifications","text":null,"specifications":[{"value":{"title":"Dimensions du lit","data":"40,5\\" W x 84,5\\" L x 16\\" H","sub":null}},{"value":{"title":"Capacité maximale","data":"1060 lb / 480,8 kg","sub":null}},{"value":{"title":"Poids du lit","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Lit plateforme Max-Secure","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Lit plateforme Max-Secure avec espaces de rangement","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Lit plateforme Max-Secure avec 8 points d\'ancrage","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Lit plateforme Max-Secure avec barres de contention","data":"196 lb (88 kg)"}}]}},{"value":{"title":"Caractéristiques optionnelles","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Espace de rangement double (2)","data":"Chacun : 25\\" P x 8\\" H x 11\\" L (63,5 x 20 x 28 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Points d\'ancrage","data":"4 points d’ancrage pour contention situés de chaque côté du lit 3,5\\" L x 2,5\\" H (7,6 x 6,3 cm) avec espacement de 2\\" (5 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Barres de contention (2 ou 4)","data":"Barres courtes (au pied et à la tête du lit) ou Barres longues (de chaque côté du lit)"}}]}},{"value":{"title":"Garantie","data":"Garantie de 10 ans sur le produit ainsi qu’une garantie de 10 ans sur l’installation lorsque le produit est installé par nos techniciens certifiés","sub":null}}],"features":[{"value":{"title":"Choix de couleurs","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Gris cendré ( C101)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Beige sable (C117)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Brun roux (C104)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Vert forêt (C109)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Bleu acier (C113)"}}]}}],"image":{"path":"/storage/uploads/2021/04/13/6075bd94266bfmax-secure----specifications.png","meta":{"title":"Lit plateforme d\'hôpital pour santé mentale - Max-Secure"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"607ec25ef9b5bd79347b738a","link":"educations","display":"Lit Plateforme Max-Secure"}}},{"value":{"title":"Brochure mobilier","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"60884a47c13a303a9f5ddbe5","link":"educations","display":"Mobilier - Max-secure"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":"<p>Vous pouvez trouver nos manuels d\'utilisateur dans <a href=\\"https://www.umanomedical.com/fr-ca/ressources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">notre centre de formation</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Le Max-Secure, un lit combiné à un service client inégalé dans l’industrie.","text":"<p><span style=\\"font-weight: 400;\\">Voyez comment nos programmes d’entretien sauront vous satisfaire à 100 %, tout en protégeant votre investissement.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Découvrir nos programmes d’entretien","image":{"path":"/storage/uploads/2021/04/13/6075bc2ff0049CTA-services-plans.jpg","meta":{"title":"Programme d\'entretien - Service"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Renforcez la sécurité de votre unité avec un mobilier et des matelas hautement sécuritaires","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd942699fd352b59fed8"},"path":"/storage/uploads/2021/04/13/6075bd94b5dd5Max-secure-complementary-furniture---Nightstand.jpg"}],"title":"Une gamme complète de meubles","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Équipez votre établissement d’un mobilier sécuritaire et durable. Jetez un œil à notre gamme complète pour les chambres des patients et les aires communes.</span></p>","link":[{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"}],"link_text":"Voir notre mobilier","link_2":[],"link_text_2":"","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd94cc02fe53a20d8635"},"path":"/storage/uploads/2021/04/13/6075bd94ddf94Support-surface-1.jpg"}],"title":"Matelas pour soins en santé mentale","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Lorsqu’il est question de sécurité, le choix d’une surface d’appui sécuritaire n’est pas à négliger. Comme complément au lit plateforme Max-Secure, optez pour un matelas durable de grande qualité qui offre confort aux patients et tranquillité d’esprit au personnel.</span></p>","link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text":"Voir tous les modèles","link_2":[],"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous souhaitez en savoir plus sur le lit plateforme Max-Secure?","text":"<p><span style=\\"font-weight: 400;\\">Communiquez avec votre représentant pour obtenir toute l’information dont vous avez besoin.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Trouvez votre représentant","image":{"path":"/storage/uploads/2021/04/13/6075bd948cd6cMax-Secure---CTA-contact.jpg","meta":{"title":"Lit plateforme d\'hôpital pour santé mentale dans son environnement - Max-Secure"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez la plateforme ook snow, notre gamme de lits d’hôpitaux révolutionnaires","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"Le ook snow MH","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</span></p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a379e1c2826666056f6"},"path":"/storage/uploads/2021/04/15/60784a37958daRelated-Product---ook-snow-CAN.png"}],"title":"Le ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a37c1ecca0eb5706b22"},"path":"/storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"Le ook snow ALL","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée en répondant aux besoins des soins bariatriques, de la médecine-chirurgie et des soins palliatifs.</span></p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1726761749,"_created":1604867725,"meta_description":"Découvrez une solution sécuritaire et durable pour les chambres sécurisées, les unités de psychiatrie et autres environnements à haut niveau d’observation.","meta_title":"Lit Max-Secure | Un lit plateforme pour préserver la sécurité ","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/13/6075bd93d4fe3Entte-Max-Secure.png","meta":{"title":"Behavioral health bed platform - The Max-Secure"}},"has_showroom":false,"schema_description":"Tous les détails du Max-Secure ont été soigneusement pensés pour maximiser la sécurité et la protection, mais aussi réduire les risques d’atteinte à soi-même. Conçu pour les salles d’isolement, les centres de détention et les unités de soins psychiatriques, ce lit plateforme répond aux besoins des environnements de soins en santé mentale tout en maintenant la sécurité et la dignité.","schema_height":"16’’","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0ce87dd8beMAX-SECURE-HIGH-RES-LOGO-1.png","meta":{"title":"Logo - Max-Secure"}},"schema_width":"40.5’’","is_not_available":false,"new_product":false,"_link":"products"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les lits médicaux","text":null,"image":{"path":"/storage/uploads/2021/01/13/5fff110ac5d3dcaroussel---photo-2-4.jpg","meta":{"title":"Lits d\'hôpital - Umano Medical"}},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Des lits performants pour tous les besoins et tous les milieux de soins","subtitle":null,"text":"Les lits d’Umano Medical, c’est une gamme complète et unique de lits performants à profil bas. Hautement polyvalente, la plateforme ook snow s’adapte à divers environnements de soins (médecine-chirurgie, soins aigus, soins palliatifs, soins bariatriques, soins en santé mentale), tandis que notre lit spécialisé Max-Secure est conçu pour des contextes particuliers. Voyez quels modèles correspondent à vos besoins!","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow","asset":"60732ccb614f5d607c57cc8e"},"path":"/storage/uploads/2021/04/11/60732ccb4be8a5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</span></p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL","asset":"60732aa65233d24f00646a14"},"path":"/storage/uploads/2021/04/11/60732aa6411465fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée en répondant aux besoins des soins bariatriques, de la médecine-chirurgie et des soins palliatifs.</span></p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH","asset":"60732cd1614f5d607c57cc8f"},"path":"/storage/uploads/2021/04/11/60732cd10c59e5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</span></p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon","asset":"60732cd523e8e75143597ec1"},"path":"/storage/uploads/2021/04/11/60732cd5710bf5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</span></p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme MAX-SECURE","asset":"60732eb523e8e75143597ece"},"path":"/storage/uploads/2021/04/11/60732eb4e30135fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em>La disponibilité des produits, options et accessoires peut varier en fonction du modèle et de la région. Contactez votre représentant local pour plus d\'informations</em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Produits","slug":"/fr-ca/produits/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les produits","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Une gamme complète de produits novateurs axés sur vos réels besoins ","subtitle":null,"text":"Conçue en partenariat avec des professionnels du milieu, la gamme de produits d’Umano Medical est constituée de lits d’hôpitaux novateurs qui se combinent à différences surfaces d’appui préventives et thérapeutiques. Nous proposons également du mobilier durable pour différents milieux de soins ainsi que divers accessoires complémentaires. Découvrez les solutions d’Umano Medical.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Lits","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow - Umano Medical","asset":"60732c82614f5d607c57cc87"},"path":"/storage/uploads/2021/04/11/60732c81ec19d5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL - Umano Medical","asset":"60732a8d614f5d607c57cc73"},"path":"/storage/uploads/2021/04/11/60732a8d12b255fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée pour les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH - Umano Medical","asset":"60732c8623e8e75143597ebe"},"path":"/storage/uploads/2021/04/11/60732c86e91eb5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon - Umano Medical","asset":"60732c8b23e8e75143597ebf"},"path":"/storage/uploads/2021/04/11/60732c8bae2a45fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme - MAX-SECURE - Umano Medical","asset":"60732e705233d24f00646a2d"},"path":"/storage/uploads/2021/04/11/60732e70e05355fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Surfaces d\'appui","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":"Surface d\'appui","summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST yellow","asset":"607243ee6d51374d82592663"},"path":"/storage/uploads/2021/04/11/607243ee4b74d5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST green","asset":"6073262c614f5d607c57cc52"},"path":"/storage/uploads/2021/04/11/6073262c458775fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenX","asset":"6070aed2beed9862c37751c6"},"path":"/storage/uploads/2021/04/09/6070aed28244d5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenXi","asset":"6070b05af0febe6fb3059088"},"path":"/storage/uploads/2021/04/09/6070b05a7294e5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"AirNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"AirNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"AirNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Mobilier hautement sécurisé - soins de santé mentale","asset":"607327b25233d24f00646a07"},"path":"/storage/uploads/2021/04/11/607327b2afdba5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Table pour lit d\'hôpital - Table FTG","asset":"607328615233d24f00646a0b"},"path":"/storage/uploads/2021/04/11/607328612e1a55fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":null,"summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect ","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital intelligent et connecté - Umano Connect"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: La technologie simplifiée au service des équipes de soins.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Notre gamme de produits novatrice comprend divers types de lits, des surfaces d’appui ainsi que du mobilier et des accessoires. Découvrez tous nos produits.","meta_title":"Produits | Une gamme complète de produits novateurs axés sur vos besoins réels ","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/fr-ca/produits/lits/","meta_description":"Des lits d\'hôpitaux performants adaptés à tous vos besoins cliniques et environnements.","meta_title":"Nos lits d\'hôpitaux | Umano Medical","noindex":false,"og_image":{"path":"/storage/uploads/2024/08/09/66b621c6bdc57OG-image-3.png"},"custom_childs":null,"_link":"product_type"},{"_id":"5f860d78d7abba27e63267c5","title":"Surfaces d\'appui","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1724197681,"_created":1602620792,"childs":[{"_id":"5fa95a63a9493d041e7da522","title":"comfortNEST yellow","slug":"/fr-ca/produits/surfaces-appui/comfortnest-yellow/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/607243d286ddd5fe08c23b6db0confortNEST-yellow-1-6.jpg","meta":{"title":"Surface d\'appui économique - comfortNEST yellow"}},"subtitle":"Surface d’appui en mousse confortable et durable","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le comfortNEST yellow : une surface d’appui économique et confortable","text":"","image":null,"image_product":{"path":"storage/uploads/2021/04/14/6077348408eb3comfortNEST-yellow.png","meta":{"title":"Surface d\'appui économique - comfortNEST yellow"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fcaa8560de8acomfortNEST-yellow.png","meta":{"title":"Logo - comfortNEST yellow"}},"title":null,"subtitle":null,"text":"Le comfortNEST yellow est un matelas durable et économique qui améliore le confort des patients. Cette surface d’appui en mousse à une zone est interchangeable (tête au pied) pour la rendre la plus pratique possible. Deux modèles de spécialité sont aussi offerts afin de répondre aux besoins des soins en santé mentale et des soins bariatriques.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Une surface en mousse alliant confort et sécurité","title_short":"Sécurité","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Par souci de commodité, le comfortNEST yellow est conçu en une seule zone interchangeable (tête au pied). Ses bordures latérales en mousse ferme facilitent la sortie du lit et les transferts des patients, puisqu’ils forment un point d’appui solide.</span></p>","image":{"path":"Pages produits/ComfortNEST yellow/Slider-vertical.comfortnest-yellow.jpg"}}},{"value":{"title":"Une solution adaptée pour les soins en santé mentale","title_short":"Soins en santé mentale","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le comfortNEST yellow MH est plus sécuritaire pour les patients nécessitant des soins à haut niveau d’observation, comme les chambres sécurisées, les unités de psychiatrie et les centres de détention. Sa conception durable et sa housse entièrement fermée — sans poignées ni fermeture éclair — empêchent les patients d’altérer le matelas. </span></p>","image":{"path":"/storage/uploads/2021/04/14/607737677721fcomfortNEST-yellow-MH---on-bed-2-----Canada-Screen.jpg"}}},{"value":{"title":"Une surface d’appui durable adaptée pour les soins bariatriques","title_short":"Durabilité","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Spécialement adapté pour les soins bariatriques, le comfortNEST yellow+ est offert en différentes largeurs et a une capacité de charge de 950 lb (431 kg). Sa mousse haute résilience lui permet d’offrir plus de soutien et de durabilité.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077377870eabcomfortNEST-yellow---on-bed--Canada-Screen_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques à valeur ajoutée","text":null,"categories":[{"value":{"title":"Composants antimicrobiens"}},{"value":{"title":"Choix du matériau durable de la housse"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/02/12/60267c6d0b694feature---Antimicrobial-components.jpg"},"title":"Composants antimicrobiens","text":"Le comfortNEST yellow soutient vos programmes de prévention et de contrôle des infections. Sa mousse non allergène de qualité médicale à 100 % et ses composants antimicrobiens aident à empêcher la prolifération des bactéries et des moisissures.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60267c7acad46feature----durable-cover-option.jpg"},"title":"Choix du matériau durable de la housse","text":"La housse du comfortNEST yellow peut être faite de polyuréthane extensible en quatre sens, de nylon ou de vinyle.","category":"2"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Spécifications et conception ","text":null,"specifications":[{"value":{"title":"Dimensions","data":"88,9 cm l x 203,2 cm ou 213,4 cm L x 15,2 cm H (35\\" l x 80\\" ou 84\\" L x 6\\" H) Dimensions personnalisées disponibles","sub":null}},{"value":{"title":"Capacité de poids","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"450 lb (204 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"950 lb (432 kg) sur le modèle comfortNEST yellow+ "}}]}},{"value":{"title":"Inflammabilité","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Répond aux normes 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"OPTIONS DE HOUSSE","data":"Polyuréthane extensible dans 4 sens","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Nylon 70 D"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Vinyle résistant sur le modèle comfortNEST yellow+"}}]}},{"value":{"title":"MOUSSE SUPÉRIEURE","data":"Densité de 1,8 lb et IFD de 25 – 35","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Mousse HR sur le modèle comfortNEST yellow+"}}]}},{"value":{"title":"MOUSSE INFÉRIEURE COMFORTNEST YELLOW +","data":"Densité de 2,0 lb et IFD de 78 – 85 fournit une base de soutien ferme pour une capacité de poids augmentée à 950 lb","sub":null}},{"value":{"title":"BORDURES LATÉRALES FERMES","data":"Densité de 2,0 lb et IFD de 78 – 85 assurent la stabilité et facilitent la sortie et l’entrée au lit","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/6077371170679ComfortNest-Yellow_2.png","meta":{"title":"Mousse de la surface d\'appui économique - comfortNEST yellow"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605df3fec6deca3e0d68a03c","link":"educations","display":"comfortNEST yellow"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez d’autres produits novateurs","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"Voyez notre gamme complète de surfaces d’appui préventives et thérapeutiques.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Voir","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Nos lits d’hôpitaux sont uniques et polyvalents. Trouvez le bon lit pour votre comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"Voir","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Des questions concernant le comfortNEST yellow?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/14/607737de499cdcomfortNEST-yellow---on-bed-2---Canada-Screen_2.jpg","meta":{"title":"Surface d\'appui économique avec lit d\'hôpital ook snow - comfortNEST yellow"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048018,"_created":1604934243,"meta_description":"Très confortable et commode, cette surface d\'appui répond aux besoins d’une multitude d’environnements de soins de santé. Découvrez tous ses bénéfices.","meta_title":"comfortNEST yellow | Surface durable et économique","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/6077348408eb3comfortNEST-yellow.png","meta":{"title":"Cost-effective and comfortable support surface - The comfortNEST yellow"}},"has_showroom":false,"schema_description":"Le comfortNEST yellow est un matelas durable et économique qui améliore le confort des patients. Cette surface d’appui en mousse à une zone est interchangeable (tête au pied) pour la rendre la plus pratique possible. Deux modèles de spécialité sont aussi offerts afin de répondre aux besoins des environnements de soins en santé mentale et de soins bariatriques.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fcaa8560de8acomfortNEST-yellow.png","meta":{"title":"Logo - comfortNEST yellow"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95aa2a9493d041e7da528","title":"comfortNEST green","slug":"/fr-ca/produits/surfaces-appui/comfortnest-green/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"storage/uploads/2023/07/20/Menu-thumbnail-comfortnest-green.png","meta":{"title":"Surface d\'appui - comfortNEST green"}},"subtitle":"Surface d’appui préventive multi-zones","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le comfortNEST green : une surface d’appui à multiples zones pour une redistribution optimale de la pression","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/21/60806fe046cf3comfortNEST-green.png","meta":{"title":"Surface d\'appui - comfortNEST green"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe09c037e254comfortNEST-green.png","meta":{"title":"Logo - comfortNEST green"}},"title":null,"subtitle":null,"text":"Grâce à ses 4 zones distinctes, le comfortNEST green répond aux besoins de redistribution de la pression spécifiques à chaque région du corps afin de réduire les risques de plaies de pression. Sa couche supérieure en mousse mémoire viscoélastique améliore l’immersion et le confort du corps tout entier.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Une surface de grande qualité synonyme de performance et de sécurité","title_short":"Performance","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Ses 4 zones en mousse de densité et de valeur IFD différentes offrent un soutien et une redistribution de la pression adaptés à chaque région du corps. La doublure anti-cisaillement du comfortNEST green réduit la force de cisaillement et de friction. Conçue pour les soins aigus et soins de longue durée, cette surface d’appui durable rehausse la sécurité des patients grâce à ses bordures latérales fermes qui facilitent les sorties de lit et le transfert des patients.</span></p>","image":{"path":"storage/uploads/2023/07/20/Slider-vertical-4zones.jpg"}}},{"value":{"title":"Une solution adaptée pour les soins en santé mentale","title_short":"Soins en santé mentale","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le comfortNEST green MH est plus sécuritaire pour les patients nécessitant des soins à haut niveau d’observation, comme les chambres sécurisées, les unités de psychiatrie et les centres de détention. Sa conception durable et sa housse entièrement fermée — sans poignées ni fermeture éclair — empêchent les patients d’altérer le matelas.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077412a0dccdvALUE-2-comfortNEST-green-MH---on-bed---USA.jpg"}}},{"value":{"title":"Une surface d’appui durable adaptée pour les soins bariatriques","title_short":"Soins bariatriques","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Spécialement adapté pour les soins bariatriques, le comfortNEST green+ est offert en différentes largeurs et a une capacité de charge de 1</span><span style=\\"font-weight: 400;\\"> </span><span style=\\"font-weight: 400;\\">000 lb (454 kg). Aussi confortable et performante pour redistribuer la pression que le comfortNEST green, cette surface en mousse haute résilience offre soutien et durabilité.</span></p>","image":{"path":"/storage/uploads/2021/04/14/60774156dfde6Value-3--comfortNEST-green---on-bed--USA.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques à valeur ajoutée","text":"","categories":[{"value":{"title":"Composants antimicrobiens"}},{"value":{"title":"Modèle à 3 couches et à 4 zones"}},{"value":{"title":"Couche supérieure en mousse mémoire viscoélastique"}}],"features":[{"value":{"image":{"path":"storage/uploads/2023/07/20/antimicrobial.jpg"},"title":"Composants antimicrobiens","text":"Le comfortNEST green soutient vos programmes de prévention et de contrôle des infections. Sa mousse non allergène de qualité médicale à 100 % et ses composants antimicrobiens aident à empêcher la prolifération des bactéries et des moisissures.","category":"1"}},{"value":{"image":{"path":"storage/uploads/2023/07/20/3-layer---4-zones.jpg"},"title":"Modèle à 3 couches et à 4 zones","text":"Les 3 couches et les 4 zones du comfortNEST green en font une surface d’appui durable de qualité supérieure. Chaque zone est faite d’une mousse de densité et de fermeté différentes adaptée aux besoins de redistribution de la pression et de soutien spécifiques aux différentes régions du corps.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268b2c30835feature---Viscoelastic-memory-foam-topper.jpg"},"title":"Couche supérieure en mousse mémoire viscoélastique","text":"Conçue pour améliorer l’immersion et l’enveloppement du corps, la couche supérieure en mousse mémoire viscoélastique réduit les points de pression et procure un plus grand confort.","category":"2"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Spécifications et conception","text":null,"specifications":[{"value":{"title":"Dimensions","data":"88,9 cm l x 203,2 cm ou 213,4 cm L x 15,2 cm H (35\\" l x 80\\" ou 84\\" L x 6\\" H) Dimensions personnalisées disponibles","sub":null}},{"value":{"title":"Capacité de poids","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"550 lb (250 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"1000 lb (454 kg) sur le modèle comfortNEST green+ "}}]}},{"value":{"title":"Inflammabilité","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Répond aux normes 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Barrière optionnelle disponible : Cal. TB 129, Boston IX-11"}}]}}],"features":[{"value":{"title":"HOUSSE","data":"Polyuréthane extensible dans 4 sens","sub":null}},{"value":{"title":"DOUBLURE INTERNE ANTI-CISAILLEMENT","data":"Dissipe la chaleur et réduit la friction","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"comfortNEST green+","data":"Densité de 2,0 lb et IFD de 78 – 85 fournit une base de soutien ferme pour une capacité de poids augmentée à 950 lb"}}]}},{"value":{"title":"MOUSSE SUPÉRIEURE","data":"Mousse mémoire de viscoélastique de 5,0 lb offrant redistribution de la pression et confort","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Mousse HR sur le modèle comfortNEST blue+"}}]}},{"value":{"title":"MOUSSE INFÉRIEURE","data":"Densité de 1,9 lb et IFD de 25 – 35","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"comfortNEST green+ : Densité de 2,0 lb et de IFD 78 – 85 fournit une base de soutien ferme pour une capacité de poids augmentée à 1000 lb "}}]}},{"value":{"title":"SECTION TÊTE","data":"Densité de 1,9 lb et IFD de 25 – 34","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Mousse HR sur le modèle comfortNEST green+"}}]}},{"value":{"title":"SECTION SIÈGE","data":"HR densité de 2.7 lb et IFD de 26 – 32","sub":null}},{"value":{"title":"SECTION MOLLET","data":"Densité de 2.0 lb et IFD de 27 – 33","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Mousse HR sur le modèle comfortNEST green+"}}]}},{"value":{"title":"SECTION TALON","data":"Densité de 1,8 lb et IFD de 16 – 24","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Mousse HR sur le modèle comfortNEST green+"}}]}},{"value":{"title":"BORDURES LATÉRALES FERMES","data":"Densité de 2,0 lb et IFD de 78 – 85 assurent la stabilité et facilitent la sortie et l’entrée au lit","sub":null}}],"image":{"path":"storage/uploads/2023/07/20/ComfortNEST-green-with-gel.png","meta":{"title":"4 zones en mousse de la surface d\'appui - comfortNEST green"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dd98bc6deca3e0d68a02a","link":"educations","display":"comfortNEST green"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez d\'autres produits novateurs","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"Voyez notre gamme complète de surfaces d’appui préventives et thérapeutiques.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Voir","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Nos lits d’hôpitaux sont uniques et polyvalents. Trouvez le bon lit pour votre comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"Voir","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Des questions concernant le comfortNEST green?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/14/6077418443a81CTA---comfortNEST-green---on-bed---USA.jpg","meta":{"title":"Surface d\'appui avec lit d\'hôpital ook snow - comfortNEST green"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048098,"_created":1604934306,"meta_description":"Ce matelas fait de quatre zones offre un excellent soutien et la redistribution de la pression à chaque partie du corps. Découvrez ses caractéristiques novatrices.","meta_title":"comfortNEST green | Surface pour redistribuer la pression","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607740f89fb7eEn-tte---comfortNEST-green.jpg","meta":{"title":"Multi-zone support surface for optimal pressure redistribution - The comfortNEST green"}},"has_showroom":false,"schema_description":"Grâce à ses 4 zones distinctes, le comfortNEST green répond aux besoins de redistribution de la pression spécifiques à chaque région du corps afin de réduire les risques de plaies de pression. Sa couche supérieure en mousse mémoire viscoélastique améliore l’immersion et le confort du corps tout entier.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe09c037e254comfortNEST-green.png","meta":{"title":"Logo - comfortNEST green"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95ab0a9493d041e7da52b","title":"comfortNEST greenX","slug":"/fr-ca/produits/surfaces-appui/comfortnest-greenx/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070aea320d815fe08c23b6db0confortNEST-yellow-1-3.jpg","meta":{"title":"Surface d\'appui bariatrique extensible - comfortNEST greenX"}},"subtitle":"Surface d’appui préventive en mousse avec extensions","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le comfortNEST greenX : une solution polyvalente pour les soins bariatriques","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/607746801be9aEn-tte---comfortNEST-greenX.png","meta":{"title":"Surface d\'appui bariatrique extensible - comfortNEST greenX"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"smaller":false,"homepage":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0bd3af3fb3comfortNEST-greenX.png","meta":{"title":"Logo - comfortNEST greenX"}},"title":null,"subtitle":null,"text":"Le comfortNEST greenX est une surface d’appui extensible conçue pour répondre aux besoins des environnements de soins bariatriques. En plus d’offrir une redistribution de la pression optimale, cette surface en mousse est munie de deux extensions latérales qui permettent aux professionnels de la santé d’élargir le matelas.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Des avantages clés pour les soins bariatriques","title_short":"Soins bariatriques","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Spécialement conçu pour les soins bariatriques, le comfortNEST greenX a une capacité de charge de 1</span><span style=\\"font-weight: 400;\\"> </span><span style=\\"font-weight: 400;\\">000 lb (454 kg) et peut facilement être élargi grâce à ses deux extensions latérales. Sa mousse haute résilience, qui rend possible cette grande capacité de charge, offre plus de soutien et une durabilité accrue.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077477d9207fValue-1---comfortNEST-greenX---on-bed---CANADA.jpg"}}},{"value":{"title":"Une surface de grande qualité synonyme de performance et de sécurité","title_short":" Surface de grande qualité","subtitle":null,"text":"<p>Ses 3 zones en mousse de densité et de fermeté différentes offrent un soutien et une redistribution de la pression adaptés à chaque région du corps. La doublure anti-cisaillement du comfortNEST greenX réduit la force de cisaillement et de friction. Par souci de sécurité, les bordures très fermes en mousse des extensions latérales forment un rebord solide qui facilite les sorties de lit et le transfert des patients.</p>","image":{"path":"/storage/uploads/2021/04/14/607747a0016beValue-2---ComfortNest-Green-X-New_2.jpg"}}},{"value":{"title":"Un atout pour vos programmes de prévention des infections","title_short":"Prévention des infections","subtitle":null,"text":"<p>Le comfortNEST greenX contribue efficacement à vos programmes de prévention des infections grâce à ses composants antimicrobiens qui aident à empêcher la prolifération de bactéries et de moisissures.</p>","image":{"path":"/storage/uploads/2021/04/14/607747ac8bddbValue-3---comfortNEST-greenX_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques à valeur ajoutée","text":null,"categories":[{"value":{"title":"Composants antimicrobiens"}},{"value":{"title":"Modèle à 3 couches et à 3 zones"}},{"value":{"title":"Couche supérieure en mousse viscoélastique infusée de gel"}}],"features":[{"value":{"image":{"path":"storage/uploads/2023/07/20/antimicrobial.jpg"},"title":"Composants antimicrobiens","text":"Une mousse non allergène de qualité médicale à 100 % et des composants antimicrobiens aident à empêcher la prolifération des bactéries et des moisissures.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268dc0c2596feature---3-layer--3-zone-construction.jpg"},"title":"Modèle à 3 couches et à 3 zones","text":"Les 3 couches et les 3 zones du comfortNEST greenX en font une surface d’appui durable de qualité supérieure. Chaque zone est faite d’une mousse de densité et de fermeté différentes adaptée aux besoins de redistribution de la pression et de soutien spécifiques aux différentes régions du corps.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268dc97578ffeature---Viscoelastic-gel-topper.jpg"},"title":"Couche supérieure en mousse viscoélastique infusée de gel","text":"Conçue pour améliorer l’immersion et l’enveloppement du corps, la couche supérieure en mousse mémoire viscoélastique imprégnée de gel réduit les points de pression et procure un plus grand confort.","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Spécifications et conception ","text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Matelas du centre","data":"88,9 cm l x 203,2 cm ou 213,4 cm L x 15,2 cm H (35\\" l x 80\\" ou 84\\" L x 6\\" H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Extensions latérales","data":"15,2 cm l x 203,2 cm ou 213,4 cm L x 15,2 cm H (6\\" l x 80\\" ou 84\\" L x 6\\" H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Extension au pied (optionnelle)","data":"88,9 cm l x 10,2 cm L x 15,2 cm H (35\\" l x 4\\" L x 6\\" H)"}}]}},{"value":{"title":"Capacité de poids","data":"1000 lb (454 kg)","sub":null}},{"value":{"title":"Inflammabilité","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Répond aux normes 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Barrière optionnelle disponible : Cal. TB 129, Boston IX-11"}}]}}],"features":[{"value":{"title":"HOUSSE","data":"Polyuréthane extensible dans 4 sens","sub":null}},{"value":{"title":"DOUBLURE INTERNE ANTI-CISAILLEMENT","data":"Dissipe la chaleur et réduit la friction","sub":null}},{"value":{"title":"MOUSSE SUPÉRIEURE","data":"Mousse mémoire de 4,0 lb viscoélastique infusée de gel","sub":null}},{"value":{"title":"MOUSSE INFÉRIEURE","data":"Densité de 2,0 lb et IFD de 78 – 85 fournit une base de soutien ferme","sub":null}},{"value":{"title":"SECTION TÊTE","data":"HR densité de 2,1 lb et IFD de 16 – 24","sub":null}},{"value":{"title":"SECTION SIÈGE","data":"HR densité de 2,7 lb et IFD de 24 – 32","sub":null}},{"value":{"title":"SECTION TALON","data":"Densité de 2,1 lb et IFD de 16 – 24","sub":null}},{"value":{"title":"EXTENSIONS LATÉRALES","data":"Les mêmes propriétés de conception en mousse que le matelas central","sub":null}},{"value":{"title":"MOUSSE - BORDURES LATÉRALES FERMES","data":"Densité de 2,0 lb et de IFD 78 – 85 assurent la stabilité et facilitent la sortie et l’entrée au lit","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607747bc15d64Spec---ComfortNest-Green-X-New_2.jpg","meta":{"title":"3 zones de mousse de la surface d\'appui bariatrique extensible - comfortNEST greenX"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dda08d5241a693956a19d","link":"educations","display":"comfortNEST greenX"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez d’autres produits novateurs","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"Voyez notre gamme complète de surfaces d’appui préventives et thérapeutiques.","subtitle":null,"summary":null,"link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"Voir tout","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Nos lits d’hôpitaux sont uniques et polyvalents. Trouvez le bon lit pour votre comfortNEST!","subtitle":null,"summary":null,"link":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text":"Voir tout","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Des questions concernant le comfortNEST greenX?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/14/607747ce796a1CTA-comfortNEST-greenX---on-bed---CANADA.jpg","meta":{"title":"Surface d\'appui bariatrique extensible avec lit d\'hôpital ook snow ALL - comfortNEST greenX"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048138,"_created":1604934320,"meta_description":"Conçu pour les environnements de soins bariatriques, ce matelas performant est facilement extensible grâce à ses deux extensions latérales. Découvrez-le.","meta_title":"comfortNEST greenX | Surface avec extensions latérale","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607746801be9aEn-tte---comfortNEST-greenX.png","meta":{"title":"Support surface for bariatric care settings - The comfortNEST greenX"}},"has_showroom":false,"schema_description":"Le comfortNEST greenX est une surface d’appui extensible conçue pour répondre aux besoins des environnements de soins bariatriques. En plus d’offrir une redistribution de la pression optimale, cette surface en mousse est munie de deux extensions latérales qui permettent aux professionnels de la santé d’élargir le matelas.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0bd3af3fb3comfortNEST-greenX.png","meta":{"title":"Logo - comfortNEST greenX"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95ac6a9493d041e7da52e","title":"comfortNEST greenXi","slug":"/fr-ca/produits/surfaces-appui/comfortnest-greenxi/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070afee6da9a5fe08c23b6db0confortNEST-yellow-1-4.jpg","meta":{"title":"Surface d\'appui bariatrique extensible - comfortNEST greenXi"}},"subtitle":"Surface d’appui préventive en mousse avec extensions","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le comfortNEST greenXi : un modèle extensible entièrement intégré pour les soins bariatriques","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/60774f6a662baEn-tte---comfortNEST-greenXi.png","meta":{"title":"Surface d\'appui bariatrique extensible - comfortNEST greenXi"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0c163c3894comfortNEST-greenXi.png","meta":{"title":"Logo - comfortNEST greenXi"}},"title":null,"subtitle":null,"text":"Le comfortNEST greenXi est une surface d’appui extensible revêtue d’une housse entièrement fermée qui enveloppe tous ses composants. Conçu pour répondre aux besoins des soins bariatriques, il redistribue la pression et procure un confort optimal aux patients. Grâce à sa conception intégrée, les professionnels de la santé peuvent facilement l’allonger ou l’élargir.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Une surface extensible qui répond aux besoins des soins bariatriques","title_short":"Soins bariatriques","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Spécialement conçu pour les soins bariatriques, le comfortNEST greenXi a une capacité de charge de 1000 lb (454 kg) et peut facilement être élargi. Pour offrir encore plus de commodité et de confort, tous les composants du matelas sont revêtus d’une housse entièrement fermée. Sa mousse haute résilience, qui rend possible cette grande capacité de charge, offre plus de soutien et une durabilité accrue.</span></p>","image":{"path":"/storage/uploads/2021/04/14/60774fdbb1b50Value-1---comfortNEST-greenXI---on-bed---CANADA.jpg"}}},{"value":{"title":"Une surface de grande qualité synonyme de performance et de sécurité","title_short":"Performance","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Ses 3 zones en mousse de densité et de fermeté différentes offrent un soutien et une redistribution de la pression adaptés à chaque région du corps. La doublure anti-cisaillement du comfortNEST greenXi réduit la force de cisaillement et friction. Par souci de sécurité, les bordures très fermes en mousse des extensions latérales forment un rebord solide qui facilite les sorties de lit et le transfert des patients.</span></p>","image":{"path":"/storage/uploads/2021/04/14/60775006c196eValue-2--Comfortnest-Xi-New_2.jpg"}}},{"value":{"title":"Un atout pour vos programmes de prévention des infections","title_short":"Prévention des infections","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le comfortNEST greenXi contribue efficacement à vos programmes de prévention des infections grâce à ses composants antimicrobiens qui aident à empêcher la prolifération de bactéries et de moisissures.</span></p>","image":{"path":"/storage/uploads/2021/04/14/60775013221e7Value-3--comfortNEST-greenXi_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques à valeur ajoutée","text":null,"categories":[{"value":{"title":"Composants antimicrobiens"}},{"value":{"title":"Modèle à 3 couches et à 3 zones"}},{"value":{"title":"Couche supérieure en gel viscoélastique"}},{"value":{"title":"Housse monobloc"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/02/12/602690354c34ffeature---Antimicrobial-components-6.jpg"},"title":"Composants antimicrobiens","text":"Une mousse non allergène de qualité médicale à 100 % et des composants antimicrobiens aident à empêcher la prolifération des bactéries et des moisissures.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/6026903c67bd6feature---3-layer--3-zone-construction-2.jpg"},"title":"Modèle à 3 couches et à 3 zones","text":"Les 3 couches et les 3 zones du comfortNEST greenXi en font une surface d’appui de qualité supérieure durable. Chaque zone est faite d’une mousse de densité et de fermeté différentes adaptée aux besoins de redistribution de la pression et de soutien spécifiques aux différentes régions du corps.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/21/608075f03f84fcomfortNEST-greenXi---Viscolastique.png"},"title":"Couche supérieure en gel viscoélastique","text":"Conçue pour améliorer l’immersion et l’enveloppement du corps, la couche supérieure en mousse mémoire viscoélastique imprégnée de gel réduit les points de pression et procure un plus grand confort.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/21/6080757dc674aHousse-monobloc.png"},"title":"Housse monobloc","text":"Pour offrir encore plus de commodité et un confort optimal aux patients, tous les composants du matelas sont recouverts d’une housse monobloc entièrement fermée. Au regard et au toucher, vous aurez l’impression qu’il s’agit d’un matelas monobloc.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Spécifications et conception ","text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Matelas central","data":" 88,9 cm l x 203,2 cm ou 213,4 cm L x 15,2 cm H (35\\" l x 80\\" ou 84\\" L x 6\\" H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Extensions latérales ","data":"15,2 cm l x 203,2 cm ou 213,4 cm L x 15,2 cm H (6\\" l x 80\\" ou 84\\" L x 6II H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Extension au pied","data":"88,9 cm l x 10,2 cm L x 15,2 cm H (35\\" l x 4\\" L x 6\\" H)"}}]}},{"value":{"title":"Capacité de poids","data":"1000 lb (454 kg)","sub":null}},{"value":{"title":"Inflammabilité","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Répond aux normes 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Barrière optionnelle disponible : Cal. TB 129, Boston IX-11"}}]}}],"features":[{"value":{"title":"HOUSSE","data":"La housse Polyuréthane extensible dans 4 sens intègre toutes les composantes du matelas. ","sub":null}},{"value":{"title":"DOUBLURE INTERNE ANTI-CISAILLEMENT","data":"Dissipe la chaleur et réduit la friction","sub":null}},{"value":{"title":"MOUSSE SUPÉRIEURE","data":"Mousse mémoire de 4,0 lb viscoélastique infusée de gel","sub":null}},{"value":{"title":"MOUSSE INFÉRIEURE","data":"Densité de 2,0 lb et IFD de 78 – 85 fournit une base de soutien ferme","sub":null}},{"value":{"title":"SECTION TÊTE","data":"HR densité de 2,1 lb et IFD de 16 – 24","sub":null}},{"value":{"title":"SECTION SIÈGE","data":"HR densité de 2,7 lb et IFD de 24 – 32","sub":null}},{"value":{"title":"SECTION TALON","data":"Densité de 2,1 lb et IFD de 16 – 24","sub":null}},{"value":{"title":"EXTENSIONS LATÉRALES","data":"Les mêmes propriétés de conception en mousse que le matelas central","sub":null}},{"value":{"title":"BORDURES LATÉRALES FERMES","data":"Densité de 2,0 lb et IFD de 78 – 85 assurent la stabilité et facilitent la sortie et l’entrée au lit","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607750213789bSpec---Comfortnest-Xi-New_2.png","meta":{"title":"3 zones de mousses de la surface d\'appui bariatrique extensible - comfortNEST greenXi"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605df3a4162d683fc57866d1","link":"educations","display":"comfortNEST greenXi"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez d’autres produits novateurs","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"Voyez notre gamme complète de surfaces d’appui préventives et thérapeutiques.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Voir","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Nos lits d’hôpitaux sont uniques et polyvalents. Trouvez le bon lit pour votre comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"Voir","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Des questions concernant le comfortNEST greenXi?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/14/6077503418b9aCTA---comfortNEST-greenXI---on-bed---CANADA.jpg","meta":{"title":"Surface d\'appui bariatrique extensible avec lit d\'hôpital ook snow ALL - comfortNEST greenXi"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048177,"_created":1604934342,"meta_description":"Cette surface d’appui facilement extensible est conçue pour les soins bariatriques. Tous ses composants sont intégrés dans une housse monobloc fermée.","meta_title":"comfortNEST greenXi | Surface avec extensions intégrée","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/60774f6a662baEn-tte---comfortNEST-greenXi.png","meta":{"title":"Expandable support surface for bariatric care settings - The comfortNEST greenXi"}},"has_showroom":false,"schema_description":"Le comfortNEST greenXi est une surface d’appui extensible revêtue d’une housse entièrement fermée qui enveloppe tous ses composants. Conçu pour répondre aux besoins des environnements de soins bariatriques, il redistribue la pression et procure un confort optimal aux patients. Grâce à sa conception intégrée, les professionnels de la santé peuvent facilement l’allonger ou l’élargir.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0c163c3894comfortNEST-greenXi.png","meta":{"title":"Logo - comfortNEST greenXi"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b572abda414016bb033","title":"airNEST orangeXi","slug":"/fr-ca/produits/surfaces-appui/airnest-orangexi/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/607257986e7035fe08c23b6db0confortNEST-yellow-1-8.jpg","meta":{"title":"Surface d\'appui bariatrique extensible - airNEST orangeXi"}},"subtitle":"Surface extensible pour thérapie d’alternance de pression et à faible perte d’air","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le airNEST orangeXi : une surface bariatrique extensible pour la prévention et le traitement des plaies de pression","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/15/60782b92a7240En-tte---airNEST-orange-Xi.png","meta":{"title":"Surface d\'appui bariatrique extensible - airNEST orangeXi"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/02/11/60254e0f9ff49airNEST-orangeXi.png","meta":{"title":"Logo - airNEST orangeXi"}},"title":null,"subtitle":null,"text":"Le airNEST orangeXi est une surface extensible à l’air conçue pour aider à prévenir et à traiter les plaies de pression pour les patients nécessitant des soins bariatriques. Doté de cellules d’air profondes pour une redistribution optimale de la pression, ce matelas s’agrandit facilement en largeur et en longueur pour répondre aux besoins bariatriques, ou encore pour s’adapter à la largeur d’un lit standard.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Une surface thérapeutique conçue pour la prévention et le traitement","title_short":"Prévention et traitement","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le airNEST orangeXi est un système hautement polyvalent qui est en mesure d’offrir plusieurs thérapies, notamment l’alternance de pression et la fiable perte d’air. Cette combinaison optimise la redistribution de la pression et la gestion du microclimat.</span></p>","image":{"path":"/storage/uploads/2021/04/15/60782ba176884Value-1---airNEST-orangeXi---close-up---PNG_2B.jpg"}}},{"value":{"title":"Une solution efficace pour vos besoins en soins bariatriques","title_short":"Soins bariatriques","subtitle":"Besoins en soins","text":"<p><span style=\\"font-weight: 400;\\">Spécialement adapté pour les soins bariatriques, le airNEST orangeXi offre une capacité de charge de 499 kg (1100 lb). Le personnel peut facilement ajuster sa largeur et sa longueur à l’aide d’un système de valves intégrées qui active les extensions gonflables.</span></p>","image":{"path":"/storage/uploads/2021/04/15/60782bb602c64Value-2--airNEST-orange-Xi---on-bed---Canada_2.jpg"}}},{"value":{"title":"Une interface conviviale et intuitive","title_short":"Facilité d’utilisation","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">L’unité de contrôle intuitive permet au personnel </span><span style=\\"font-weight: 400;\\">d’ajuster les pressions </span><span style=\\"font-weight: 400;\\">selon le poids des patients, de sélectionner la thérapie souhaitée, de régler le temps du cycle d’alternance de pression et d’activer ou de désactiver la thérapie de faible perte d’air. </span></p>","image":{"path":"/storage/uploads/2021/04/15/60782bc662bb1Value-3--airNEST-orange-Xi_2B.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques à valeur ajoutée","text":null,"categories":[{"value":{"title":"Cellules d’air profondes"}},{"value":{"title":"Unité de contrôle"}},{"value":{"title":"Housse"}},{"value":{"title":"Mode dossier relevé"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078359a0c033airNEST-orangeXi_deep-air-cells.jpg"},"title":"Cellules d’air profondes","text":"Le airNEST orangeXi comporte des cellules d’air profondes qui optimisent le soutien et la redistribution de la pression. Elles sont individuelles et se retirent rapidement pour faciliter leur remplacement.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835a6c8c8fairNEST-orangeXi_control-unit.jpg"},"title":"Unité de contrôle","text":"L’unité de contrôle est silencieuse, compacte et légère. Elle permet au personnel de sélectionner facilement la thérapie souhaitée, de déterminer le temps du cycle et de régler les pressions selon le poids du patient afin de leur offrir une thérapie et un confort optimaux.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835b181519airNEST-orangeXi_top-cover.jpg"},"title":"Housse","text":"La housse à triple couche du airNEST orangeXi offre la thérapie à faible perte d’air permettant ainsi de réduire la chaleur et l’humidité pour la gestion du microclimat de la peau. Elle est amovible, imperméable aux liquides, perméable à la vapeur, et elle permet de réduire les forces de friction et de cisaillement. Elle est également offerte en nylon ou en polyuréthane extensible en quatre sens.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835b949ec6airNEST-orangeXi_fowler-boost-a.jpg"},"title":"Mode dossier relevé","text":"Lorsqu’un patient est en position assise, le mode dossier relevé augmente la pression dans les cellules d’air pour éviter que les patients ne s’enfoncent dans le matelas.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"91,4 cm, 107 cm ou 122 cm l X 203 cm, 213 cm ou 223,5 cm L X 25,4 cm H (36\\", 42\\" ou 48\\" l X 80\\", 84\\" ou 88\\" L X 10\\" H)","sub":null}},{"value":{"title":"Capacité de poids","data":"1100 lb (500kg)","sub":null}},{"value":{"title":"Poids du matelas","data":"49 lb (22 kg)","sub":null}},{"value":{"title":"Unité de contrôle","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"35 cm x 28 cm x 16,4 cm (13,8\\" x 11\\" x 6,5\\")"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Poids","data":"10,2 lb (4.6 kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Cycle d\'alternance de pression ajustable","data":"5,10,15 et 20 minutes"}}]}}],"features":[{"value":{"title":"CELLULES D’AIR","data":"Redistribution optimale de la pression avec thérapie d’alternance à basse pression","sub":null}},{"value":{"title":"AJUSTEMENT DE GRANDEUR","data":"Réglage rapide et facile de la largeur et de la longueur grâce au système de valves intégrées","sub":[]}},{"value":{"title":"HOUSSE SUPÉRIEURE","data":"Housse supérieure à trois couches, perméable à la vapeur pour une thérapie à faible perte d’air optimale","sub":null}},{"value":{"title":"BASE DE SÉCURITÉ","data":"Mousse alvéolée recouverte d’une housse imperméable","sub":null}},{"value":{"title":"UNITÉ DE CONTRÔLE","data":"Le panneau de commande intuitif permet au personnel de régler rapidement le poids du patient, de sélectionner les thérapies souhaitées et de déterminer les temps de cycle AP","sub":null}},{"value":{"title":"MODE DOSSIER RELEVÉ","data":"En position assise, le système augmente la pression dans les cellules d’air pour éviter l’enfoncement","sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60782bd823942Spec---airNEST-orangeXi---close-up---PNG_2.png","meta":{"title":"Cellules d\'air - Surface d\'appui bariatrique extensible - airNEST orangeXi"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"605dd85ad5241a693956a194","link":"educations","display":"airNEST orangeXi"}}},{"value":{"title":"Aide-Mémoire","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":{"_id":"627bf9e6956e1364946deca1","path":"/2022/05/11/627bf9e6b98e9Aide-Mmoire-airNEST-orange-Xi----USTAOXiS-9001-R2-FRA.pdf","title":"Aide-Mémoire airNEST orange Xi - USTAOXiS-9001 R2 FRA.pdf","mime":"application/pdf","description":"","tags":[],"size":1243592,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1652292070,"modified":1652292070,"_by":"612cf9635cf9b154834a4638","folder":"6247029d43cb7020c16e06b5"},"check":false}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez d’autres produits novateurs","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"Voyez notre gamme complète de surfaces d’appui préventives et thérapeutiques.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Voir tout","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa898b2c07c2074ff4"},"path":"/storage/uploads/2021/04/22/608174a9a35cdDiscover---Beds-Thrapeutique-CAN.jpg"}],"title":"Nos lits d’hôpitaux sont uniques et polyvalents. Trouvez le bon lit pour votre comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"Voir tout","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Besoin de plus amples renseignements sur le airNEST orangeXi?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/15/60782be56d88fCTA---airNEST-orange-Xi---on-bed---Canada_2.jpg","meta":{"title":"Surface d\'appui bariatrique extensible et lit d\'hôpital ook snow ALL- airNEST orangeXi"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048567,"_created":1604934487,"has_showroom":false,"meta_description":"Cette surface d’appui thérapeutique conçue pour prévenir et traiter les plaies de lit s\'agrandit facilement pour répondre aux besoins en soins bariatriques.","meta_title":"airNEST orangeXi | Surface motorisée pour soins bariatriques","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/15/60782b92a7240En-tte---airNEST-orange-Xi.png","meta":{"title":"Expandable air surface for bariatric care setting - The airNEST orangeXi"}},"schema_description":"Le airNEST orangeXi est une surface extensible à l’air conçue pour aider à prévenir et à traiter les plaies de pression dans les environnements bariatriques. Doté de cellules d’air profondes pour une redistribution optimale de la pression, ce matelas s’agrandit facilement en largeur et en longueur pour répondre aux besoins des environnements de soins bariatriques, ou encore pour s’adapter à la largeur d’un lit standard.","schema_height":"10\\"","schema_logo":{"path":"/storage/uploads/2021/02/11/60254e0f9ff49airNEST-orangeXi.png","meta":{"title":"Logo - airNEST orangeXi"}},"schema_width":"42\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b688f509332836318b3","title":"airNEST orange Hybrid","slug":"/fr-ca/produits/surfaces-appui/airnest-orange-hybrid/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ac2d7abba27e63267c2","link":"bed_compatibility","display":"Convertible"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070b0c7c4de95fe08c23b6db0confortNEST-yellow-1-5.jpg","meta":{"title":"Surface d\'appui thérapeutique - airNEST orange Hybrid"}},"subtitle":"Surface convertissable pour thérapie d’alternance de pression et à faible perte d’air","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le airNEST orange Hybrid : une surface convertible pour la prévention et le traitement des plaies de pression","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/15/60782a8872e77En-Tte---airNEST-orange-hybrid.png","meta":{"title":"Surface d\'appui thérapeutique - airNEST orange Hybrid"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/02/11/60254aab1ffabairNEST-orange-hybrid.png","meta":{"title":"Logo - airNEST orange Hybrid"}},"title":null,"subtitle":null,"text":"Le airNEST orange Hybrid est une surface d’appui thérapeutique qui aide à prévenir et à traiter les plaies de pression selon les besoins du patient. Cette surface avec cellules mousse/air non motorisée peut se transformer en surface motorisée, offrant ainsi les thérapies par alternance de pression et à faible perte d’air.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Une surface thérapeutique conçue pour la prévention et le traitement","title_short":"Polyvalence","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Hautement polyvalent, le airNEST orange Hybrid peut être utilisé comme une surface de redistribution de la pression motorisée ou non motorisée. Lorsque la surface est non motorisée, la redistribution de la pression se fait par le biais de la technologie autoajustable de la pression d’air interne également connue sous le nom de «</span><span style=\\"font-weight: 400;\\"> </span><span style=\\"font-weight: 400;\\">SAT</span><span style=\\"font-weight: 400;\\"> </span><span style=\\"font-weight: 400;\\">» (Self-Adjusting Technology).</span> <span style=\\"font-weight: 400;\\">La pression dans les cellules d’air est réajustée par le mouvement ou le repositionnement du corps. En mode motorisé, son système offre les thérapies d’alternance de pression et de faible perte d’air sur demande afin d’optimiser la redistribution de la pression et la gestion du microclimat de la peau.</span></p>","image":{"path":"/storage/uploads/2021/04/15/60782a9a817f4Value-1--airNEST-orange-HYBRID--.jpg"}}},{"value":{"title":"Plus de sécurité pour les patients","title_short":"Stabilité","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Le airNEST orange Hybrid a été conçu dans un souci de sécurité des patients. Ses bordures fermes en mousse permettent de s’appuyer solidement sur les bords, facilitant les transferts et les sorties de lit des patients. </span></p>","image":{"path":"/storage/uploads/2021/04/15/60782aa99922eValue-2--airNEST-orange-HYBRID--on-bed---Canada_2.jpg"}}},{"value":{"title":"Une unité de contrôle conviviale et intuitive","title_short":"Facilité d’utilisation","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">En mode motorisé, l’unité de contrôle intuitive permet au personnel </span><span style=\\"font-weight: 400;\\">d’ajuster les pressions </span><span style=\\"font-weight: 400;\\">selon le poids des patients, de sélectionner la thérapie souhaitée, de régler le temps du cycle d’alternance de pression et d’activer ou de désactiver la thérapie de faible perte d’air. </span></p>","image":{"path":"/storage/uploads/2021/04/15/60782ab69ff31Value-3--airNEST-orange-hybrid_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques à valeur ajoutée","text":null,"categories":[{"value":{"title":"Cellules d’air profondes"}},{"value":{"title":"Unité de contrôle"}},{"value":{"title":"Housse"}},{"value":{"title":"Bordures latérales fermes en mousse"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078362f493bfairNEST-orange-Hybrid_air-foam-cells.jpg"},"title":"Cellules d’air profondes","text":"Le airNEST orange Hybrid comporte des cellules air/mousse interconnectées ainsi que trois zones aux densités de mousse et indices IFD variables afin d’offrir plus d’immersion et d’enveloppement aux différentes zones du corps. Deux couches supérieures en mousse viscoélastique et en polyuréthane contribuent également au soutien et au confort du patient.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078363b03fb4airNEST-orange-Hybrid_control-unit.jpg"},"title":"Unité de contrôle","text":"L’unité de contrôle est silencieuse, compacte et légère. Elle permet au personnel de sélectionner facilement la thérapie souhaitée, de déterminer le temps du cycle et de régler les pressions selon le poids du patient afin de leur offrir une thérapie et un confort optimaux.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078364fa4fcaairNEST-orange-Hybrid_top-cover.jpg"},"title":"Housse","text":"La housse à triple couche du airNEST orange Hybrid offre la thérapie à faible perte d’air permettant ainsi de réduire la chaleur et l’humidité pour la gestion du microclimat de la peau. Elle est amovible, imperméable aux liquides, perméable à la vapeur, en plus de réduire les forces de friction et de cisaillement. Elle est également offerte en nylon ou en polyuréthane extensible en quatre sens.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078364512315airNEST-orange-Hybrid_firm-lateral-foam-support.jpg"},"title":"Bordures latérales fermes en mousse","text":"Les bordures latérales fermes en mousse offrent plus de stabilité et de sécurité, contribuant ainsi à réduire le risque de chute ou de piégeage.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"89 cm x 203 cm x 17,8 cm (35\\" L, 80\\" x 7\\" H) ou 89 cm x 213 cm x 17,8 cm (35\\" L, 84\\" L x 7\\" H)","sub":null}},{"value":{"title":"Capacité de poids","data":"500 lb (227 kg)","sub":null}},{"value":{"title":"Poids du matelas","data":"43,5 lb (19,7 kg)","sub":null}},{"value":{"title":"Unité de contrôle","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"35 cm x 28 cm x 16,4 cm (13,8\\" x 11\\" x 6,5\\")"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Poids","data":"10,2 lb (4,6 Kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Cycle d\'alternance de pression ajustable","data":"5, 10, 15 et 20 minutes"}}]}},{"value":{"title":"Inflammabilité","data":"Répond aux normes CAL 117, CAL 129, 16 CFR 1632, & 16 CFR 1633","sub":null}}],"features":[{"value":{"title":"CELLULES D’AIR/MOUSSE","data":"3 zones avec IFD (indice de compression) variables offrant une redistribution de la pression et confort au patient","sub":null}},{"value":{"title":"HOUSSE DU DESSUS","data":"La housse est hautement perméable à la vapeur, minimise la friction et le cisaillement, et est disponible en nylon ou en polyuréthane extensible","sub":null}},{"value":{"title":"DOUBLURE DE KEVLAR","data":"Barrière de feu","sub":null}},{"value":{"title":"COUCHE SUPÉRIEURE","data":"Mousse viscoélastique de 1\\"","sub":null}},{"value":{"title":"COUCHE DU MILIEU","data":"Mousse polyuréthane de 1\\"","sub":null}},{"value":{"title":"BORDURES LATÉRALES FERMES","data":"Assurent la stabilité et facilitent la sortie et l’entrée au lit","sub":null}},{"value":{"title":"UNITÉ DE CONTRÔLE (optionnelle)","data":"Le panneau de commande intuitif permet au personnel de régler rapidement le poids du patient, de sélectionner les thérapies souhaitées et de déterminer le temps du cycle d’AP","sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60782ad03feb5Spec---airNEST-orange-HYBRID--.jpg","meta":{"title":"Unité de contrôle pour surface d\'appui thérapeutique - airNEST orange Hybrid"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"605cfb0a32f13617c4378482","link":"educations","display":"Specification Sheet – airNEST orange Hybrid"}}},{"value":{"title":"Aide-mémoire","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":{"_id":"6663771a5e47e51a750b8c82","path":"/2024/06/07/6663771a7f11bAide-Mmoire-airNEST-orange-Hybrid---USTAOHYBS-9001-R2-FRA.pdf","title":"Aide-Mémoire airNEST orange Hybrid - USTAOHYBS-9001 R2 FRA.pdf","mime":"application/pdf","description":"","tags":[],"size":1182823,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1717794586,"modified":1717794586,"_by":"662908f31efd0e38067e0308","folder":""},"check":false,"education_document":null}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez d’autres produits novateurs","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"Découvrez notre gamme complète de surfaces d’appui thérapeutiques.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Voir tout","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa898b2c07c2074ff4"},"path":"/storage/uploads/2021/04/22/608174a9a35cdDiscover---Beds-Thrapeutique-CAN.jpg"}],"title":"Nos lits d’hôpitaux sont uniques, polyvalents et performants. Trouvez le bon lit pour votre airNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"Voir tout","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Besoin de plus amples renseignements sur le airNEST orange Hybrid?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/15/60782ae41555eCTA---airNEST-orange-HYBRID--on-bed---Canada_2.jpg","meta":{"title":"Surface d\'appui thérapeutique sur un lit d\'hôpital ook snow - airNEST orange Hybrid"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048668,"_created":1604934504,"has_showroom":false,"meta_description":"Cette surface d’appui non motorisée peut être convertie en surface motorisée à l’air pour offrir la thérapie d’alternance de pression et celle à faible perte d’air.","meta_title":"airNEST orange Hybrid | Surface thérapeutique convertible","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/15/60782a8872e77En-Tte---airNEST-orange-hybrid.png","meta":{"title":"Convertible support surface for pressure injury prevention and treatment - The airNEST orange Hybrid"}},"schema_description":"Le airNEST orange Hybrid est une surface d’appui thérapeutique qui aide à prévenir et à traiter les plaies de pression des patients dans plusieurs environnements de soins. Cette surface avec cellules mousse/air non motorisée peut se transformer en surface motorisée, offrant ainsi les thérapies par alternance de pression et à faible perte d’air.","schema_height":"7\\"","schema_logo":{"path":"/storage/uploads/2021/02/11/60254aab1ffabairNEST-orange-hybrid.png","meta":{"title":"Logo - airNEST orange Hybrid"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b49e3f4ed26fd115972","title":"Le airNEST orange","slug":"/fr-ca/produits/surfaces-appui/le-airnest-orange/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/60724475425185fe08c23b6db0confortNEST-yellow-1-7.jpg","meta":{"title":"Surface d\'appui thérapeutique à l\'air - airNEST orange"}},"subtitle":"Surface pour thérapie d’alternance de pression et à faible perte d’air","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le airNEST orange : une surface à l’air pour la prévention et le traitement des plaies de pression","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/607757323baceairNEST-orange.png","meta":{"title":"Surface d\'appui thérapeutique à l\'air - airNEST orange"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/03/04/60411d86eabdeairNEST-orange-1.png","meta":{"title":"Logo - airNEST orange"}},"title":null,"subtitle":null,"text":"Le airNEST orange est une surface d’appui thérapeutique conçue pour aider à prévenir et à traiter les plaies de pression selon les besoins du patient. Cette surface est munie de cellules d’air profondes pour optimiser la redistribution de la pression, d’une unité de contrôle fiable et silencieuse, ainsi que de bordures latérales fermes pour offrir plus de stabilité du patient.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Une surface thérapeutique conçue pour la prévention et le traitement","title_short":"Prévention et traitement","subtitle":null,"text":"<p>Le airNEST orange est un système hautement polyvalent qui est en mesure d’offrir plusieurs thérapies, notamment l’alternance de pression et la fiable perte d’air. Cette combinaison optimise la redistribution de la pression et la gestion du microclimat.</p>","image":{"path":"/storage/uploads/2021/04/14/6077574acbb7aValue-1---airNEST-orange_2B.jpg"}}},{"value":{"title":"Plus de sécurité pour les patients","title_short":"Stabilité","subtitle":null,"text":"<p>Le airNEST orange a été conçu dans un souci de sécurité des patients. Ses bordures fermes en mousse permettent de s’appuyer solidement sur les bords, facilitant les transferts et les sorties de lit des patients.</p>","image":{"path":"/storage/uploads/2021/04/14/607757bb7d07eValue-2--airNEST-orange---on-bed---Canada_2.jpg"}}},{"value":{"title":"Une unité de contrôle conviviale et intuitive ","title_short":"Facilité d’utilisation","subtitle":null,"text":"<p>L’unité de contrôle intuitive permet au personnel de régler rapidement le poids des patients, de sélectionner le mode de thérapie souhaité et d’activer ou de désactiver le temps du cycle d’alternance de pression déterminé.</p>","image":{"path":"/storage/uploads/2021/04/14/607757ce02dbfValue-3--airNEST-orange_2B.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques à valeur ajoutée","text":null,"categories":[{"value":{"title":"Cellules d’air profondes"}},{"value":{"title":"Unité de contrôle"}},{"value":{"title":"Housse"}},{"value":{"title":"Bordures latérales fermes en mousse"}},{"value":{"title":"Mode dossier relevé"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/60783468553b1airNEST-orange_deep-air-cells.jpg"},"title":"Cellules d’air profondes","text":"Le airNEST orange comporte des cellules d’air profondes qui optimisent le soutien et la redistribution de la pression. Elles sont individuelles et se retirent rapidement pour faciliter leur remplacement.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834759a633airNEST-orange_control-unit.jpg"},"title":"Unité de contrôle","text":"L’unité de contrôle est silencieuse, compacte et légère. Elle permet au personnel de sélectionner facilement la thérapie souhaitée, de déterminer le temps du cycle et de régler les pressions selon le poids du patient afin de leur offrir une thérapie et un confort optimaux.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834821182dairNEST-orange_top-cover.jpg"},"title":"Housse","text":"La housse à triple couche du airNEST orange offre la thérapie à faible perte d’air permettant ainsi de réduire la chaleur et l’humidité pour la gestion du microclimat de la peau. Elle est amovible, imperméable aux liquides, perméable à la vapeur, et elle permet de réduire les forces de friction et de cisaillement. Elle est également offerte en nylon ou en polyuréthane extensible en quatre sens.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/60783491683ccairNEST-orange_firm-lateral-foam-support.jpg"},"title":"Bordures latérales fermes en mousse","text":"Les bordures latérales fermes en mousse contribuent à réduire le risque que les patients chutent du lit ou restent coincés. ","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834bcd7c78airNEST-orange_fowler-boost-a.jpg"},"title":"Mode dossier relevé","text":"Lorsqu’un patient est en position assise, le mode dossier relevé augmente la pression dans les cellules d’air pour éviter que les patients s’enfoncent.","category":"5"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"89 cm l x 203 cm ou 213,4 cm L x 20,3 cm H (35\\" l x 80\\" ou 84\\" L x 8\\" H)","sub":null}},{"value":{"title":"Capacité de poids","data":"500 lb (227 kg)","sub":null}},{"value":{"title":"Poids du matelas","data":"23 lb (10,4 kg)","sub":null}},{"value":{"title":"Unité de contrôle","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"35 cm x 28 cm x 16,4 cm (13,8\\" x 11\\" x 6,5\\")"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Poids","data":"10,2 lb (4,6 kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Cycle d’alternance de pression ajustable","data":"5, 10, 15 et 20 minutes"}}]}},{"value":{"title":"Inflammabilité","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Répond à la norme CAL 117 "}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Les composants en mousse rencontrent : CAL 129, 16 CFR 1632 & 16 CFR 1633"}}]}}],"features":[{"value":{"title":"CELLULES D’AIR","data":"Redistribution optimale de la pression avec thérapie d’alternance de pression","sub":null}},{"value":{"title":"HOUSSE DU DESSUS","data":"Housse supérieure à trois couches, perméable à la vapeur pour une thérapie optimale de faible perte d’air","sub":null}},{"value":{"title":"BORDURES LATÉRALES FERMES","data":"Assurent la stabilité et facilitent la sortie et l’entrée au lit","sub":null}},{"value":{"title":"MOUSSE DE SÉCURITÉ","data":"Mousse alvéolée recouverte d’une housse imperméable","sub":null}},{"value":{"title":"UNITÉ DE CONTRÔLE","data":"Le panneau de commande intuitif permet au personnel de régler rapidement le poids du patient, de sélectionner les thérapies souhaitées et de déterminer le temps du cycle d’AP","sub":null}},{"value":{"title":"MODE DOSSIER RELEVÉ","data":"En position assise, le système augmente la pression dans les cellules d’air afin d’éviter l’enfoncement","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607757ec172deSpec---airNEST-orange_2.png","meta":{"title":"Cellules d\'air de la surface d\'appui thérapeutique à l\'air - airNEST orange"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"5f89c9302ebd9b0bd07c1c54","link":"educations","display":"airNEST orange"}}},{"value":{"title":"Aide-mémoire","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":{"_id":"627bf8ae956e1364946dec9e","path":"/2022/05/11/627bf8aee4469Aide-Mmoire-airNEST-orange----USTAOS-9001-R2-FRA.pdf","title":"Aide-Mémoire airNEST orange - USTAOS-9001 R2 FRA.pdf","mime":"application/pdf","description":"","tags":[],"size":1229284,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1652291758,"modified":1652291758,"_by":"612cf9635cf9b154834a4638","folder":"627bf84535608019c35f07db"},"check":false}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez d’autres produits novateurs","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"Découvrez notre gamme complète de surfaces d’appui thérapeutiques.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Voir tout","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa898b2c07c2074ff4"},"path":"/storage/uploads/2021/04/22/608174a9a35cdDiscover---Beds-Thrapeutique-CAN.jpg"}],"title":"Nos lits d’hôpitaux sont uniques, polyvalents et performants. Trouvez le bon lit pour votre airNEST! ","subtitle":null,"summary":null,"link":null,"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"Voir tout","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Besoin de plus amples renseignements sur le airNEST orange?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/14/607757f9b5f5aCTA---airNEST-orange---on-bed---Canada_2.jpg","meta":{"title":"Surface d\'appui thérapeutique à l\'air sur un lit d\'hôpital ook snow - airNEST orange"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048324,"_created":1604934473,"has_showroom":false,"meta_description":"Le airNEST orange est une surface d’appui thérapeutique conçue pour aider à prévenir et à traiter les plaies de pression selon les besoins du patient. ","meta_title":"airNEST orange | Surface thérapeutique ","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607757323baceairNEST-orange.png","meta":{"title":"Air surface for pressure injury prevention and treatment - The airNEST orange"}},"schema_description":"Le airNEST orange est une surface d’appui thérapeutique conçue pour aider à prévenir et à traiter les plaies de pression dans divers environnements de soins. Cette surface est munie de cellules d’air profondes pour optimiser la redistribution de la pression, d’une unité de contrôle fiable et silencieuse, ainsi que de bordures latérales fermes pour offrir plus de stabilité du patient.","schema_height":"8\\"","schema_logo":{"path":"/storage/uploads/2021/03/04/60411d86eabdeairNEST-orange-1.png","meta":{"title":"Logo - airNEST orange"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Toutes les surfaces d’appui","text":null,"image":{"path":"/storage/uploads/2021/04/26/6087081256e8cHeader---Accueil-matelas.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Des surfaces d’appui préventives et thérapeutiques adaptées aux besoins de vos patients","subtitle":null,"text":"Umano Medical offre une gamme complète de surfaces d’appui préventives et thérapeutiques visant à réduire le risque de plaies de pression ou à en favoriser la guérison. Que vous soyez dans un environnement de soins de médecine-chirurgie, bariatriques ou psychiatriques, vous trouverez la surface d’appui qu’il vous faut pour répondre à vos besoins. Explorez nos modèles!","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>","link":[{"_id":"66b11da1d45aab46e8060e02","link":"products","display":"oneNEST M"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724447614f5d607c57cc37"},"path":"/storage/uploads/2021/04/11/607244477c93a5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073266123e8e75143597e9e"},"path":"storage/uploads/2023/07/20/Menu-thumbnail-comfortnest-green.png"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"ComfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070af17f0febe6fb3059084"},"path":"/storage/uploads/2021/04/09/6070af17c92445fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b066beed9862c37751ce"},"path":"/storage/uploads/2021/04/09/6070b0663b8b35fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em>La disponibilité des produits, options et accessoires peut varier en fonction du modèle et de la région. Contactez votre représentant local pour plus d\'informations</em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Produits","slug":"/fr-ca/produits/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les produits","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Une gamme complète de produits novateurs axés sur vos réels besoins ","subtitle":null,"text":"Conçue en partenariat avec des professionnels du milieu, la gamme de produits d’Umano Medical est constituée de lits d’hôpitaux novateurs qui se combinent à différences surfaces d’appui préventives et thérapeutiques. Nous proposons également du mobilier durable pour différents milieux de soins ainsi que divers accessoires complémentaires. Découvrez les solutions d’Umano Medical.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Lits","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow - Umano Medical","asset":"60732c82614f5d607c57cc87"},"path":"/storage/uploads/2021/04/11/60732c81ec19d5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL - Umano Medical","asset":"60732a8d614f5d607c57cc73"},"path":"/storage/uploads/2021/04/11/60732a8d12b255fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée pour les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH - Umano Medical","asset":"60732c8623e8e75143597ebe"},"path":"/storage/uploads/2021/04/11/60732c86e91eb5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon - Umano Medical","asset":"60732c8b23e8e75143597ebf"},"path":"/storage/uploads/2021/04/11/60732c8bae2a45fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme - MAX-SECURE - Umano Medical","asset":"60732e705233d24f00646a2d"},"path":"/storage/uploads/2021/04/11/60732e70e05355fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Surfaces d\'appui","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":"Surface d\'appui","summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST yellow","asset":"607243ee6d51374d82592663"},"path":"/storage/uploads/2021/04/11/607243ee4b74d5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST green","asset":"6073262c614f5d607c57cc52"},"path":"/storage/uploads/2021/04/11/6073262c458775fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenX","asset":"6070aed2beed9862c37751c6"},"path":"/storage/uploads/2021/04/09/6070aed28244d5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenXi","asset":"6070b05af0febe6fb3059088"},"path":"/storage/uploads/2021/04/09/6070b05a7294e5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"AirNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"AirNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"AirNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Mobilier hautement sécurisé - soins de santé mentale","asset":"607327b25233d24f00646a07"},"path":"/storage/uploads/2021/04/11/607327b2afdba5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Table pour lit d\'hôpital - Table FTG","asset":"607328615233d24f00646a0b"},"path":"/storage/uploads/2021/04/11/607328612e1a55fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":null,"summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect ","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital intelligent et connecté - Umano Connect"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: La technologie simplifiée au service des équipes de soins.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Notre gamme de produits novatrice comprend divers types de lits, des surfaces d’appui ainsi que du mobilier et des accessoires. Découvrez tous nos produits.","meta_title":"Produits | Une gamme complète de produits novateurs axés sur vos besoins réels ","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/fr-ca/produits/surfaces-appui/","meta_description":"Les établissements de santé du monde entier font confiance à nos produits innovants et à notre service exceptionnel pour répondre à leurs besoins spécifiques. Découvrez la nouvelle alternative.","meta_title":"Matelas pour lits d\'hôpitaux | Umano Medical","noindex":false,"og_image":null,"hide_from_menu":null,"hide_from_menu_en_ca":null,"hide_from_menu_en_uk":true,"hide_from_menu_en_us":null,"custom_childs":[{"value":{"title":"oneNEST S","subtitle":"Surface d\'appui préventive et de traitement multi-zones","thumbnail":{"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"},"link":"https://www.umanomedical.com/fr-ca/produits/surfaces-appui/onenests/","has_showroom":false,"new_product":false}},{"value":{"title":"oneNEST M","subtitle":"Surface d\'appui tout en un","thumbnail":{"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"},"link":"https://www.umanomedical.com/fr-ca/produits/surfaces-appui/onenestm/","has_showroom":false,"new_product":true}}],"_link":"product_type"},{"_id":"66c3aa4346f65674560a5b82","title":"Umano Connect","slug":"/fr-ca/produits/umano-connect/umano-connect/","category":{"_id":"6266eb5726f978454b65d6b3","title":"Umano Connect","_mby":"662908f31efd0e38067e0308","_by":"612cf9635cf9b154834a4638","_modified":1727290997,"_created":1650912087,"childs":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"La technologie Umano Connect","text":null,"image":{"path":"/storage/uploads/2024/09/09/66df4d660ffb5Umano-Connect---Smart-bed-and-Umano-Connect-Status-board---Top-banner---820x615.png","meta":{"title":null}},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732eb523e8e75143597ece"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Le premier pas vers un futur simple et connecté. Découvrez la technologie qui fait passer votre lit au niveau supérieur.</p>","link":[{"_id":"6266e30a9a6c1f39b8176106","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em>La disponibilité des produits, options et accessoires peut varier en fonction du modèle et de la région. Contactez votre représentant local pour plus d\'informations</em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Produits","slug":"/fr-ca/produits/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les produits","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Une gamme complète de produits novateurs axés sur vos réels besoins ","subtitle":null,"text":"Conçue en partenariat avec des professionnels du milieu, la gamme de produits d’Umano Medical est constituée de lits d’hôpitaux novateurs qui se combinent à différences surfaces d’appui préventives et thérapeutiques. Nous proposons également du mobilier durable pour différents milieux de soins ainsi que divers accessoires complémentaires. Découvrez les solutions d’Umano Medical.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Lits","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow - Umano Medical","asset":"60732c82614f5d607c57cc87"},"path":"/storage/uploads/2021/04/11/60732c81ec19d5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL - Umano Medical","asset":"60732a8d614f5d607c57cc73"},"path":"/storage/uploads/2021/04/11/60732a8d12b255fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée pour les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH - Umano Medical","asset":"60732c8623e8e75143597ebe"},"path":"/storage/uploads/2021/04/11/60732c86e91eb5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon - Umano Medical","asset":"60732c8b23e8e75143597ebf"},"path":"/storage/uploads/2021/04/11/60732c8bae2a45fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme - MAX-SECURE - Umano Medical","asset":"60732e705233d24f00646a2d"},"path":"/storage/uploads/2021/04/11/60732e70e05355fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Surfaces d\'appui","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":"Surface d\'appui","summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST yellow","asset":"607243ee6d51374d82592663"},"path":"/storage/uploads/2021/04/11/607243ee4b74d5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST green","asset":"6073262c614f5d607c57cc52"},"path":"/storage/uploads/2021/04/11/6073262c458775fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenX","asset":"6070aed2beed9862c37751c6"},"path":"/storage/uploads/2021/04/09/6070aed28244d5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenXi","asset":"6070b05af0febe6fb3059088"},"path":"/storage/uploads/2021/04/09/6070b05a7294e5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"AirNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"AirNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"AirNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Mobilier hautement sécurisé - soins de santé mentale","asset":"607327b25233d24f00646a07"},"path":"/storage/uploads/2021/04/11/607327b2afdba5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Table pour lit d\'hôpital - Table FTG","asset":"607328615233d24f00646a0b"},"path":"/storage/uploads/2021/04/11/607328612e1a55fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":null,"summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect ","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital intelligent et connecté - Umano Connect"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: La technologie simplifiée au service des équipes de soins.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Notre gamme de produits novatrice comprend divers types de lits, des surfaces d’appui ainsi que du mobilier et des accessoires. Découvrez tous nos produits.","meta_title":"Produits | Une gamme complète de produits novateurs axés sur vos besoins réels ","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/fr-ca/produits/umano-connect/","meta_description":"Les données sur l\'état des lits et l\'historique d\'événements sont désormais accessibles à distance, en temps quasi réel, par les membres du personnel. Tout imaginé au Canada","meta_title":"Lit d\'hôpital intelligent : Umano Connect™, offert au Canada","noindex":false,"og_image":{"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"},"custom_childs":null,"_link":"product_type"},"sub_category":"","thumbnail":{"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png","meta":{"title":"Lit d\'hôpital connecté - Umano Connect"}},"subtitle":"Umano Connect™: la connectivité au service des soins","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Connect™: la connectivité au service des soins","text":"<p><span class=\\"TextRun SCXW266800178 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW266800178 BCX0\\">Umano </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW266800178 BCX0\\">Connect</span> </span><span class=\\"TextRun Highlight SCXW266800178 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW266800178 BCX0\\">élè</span><span class=\\"NormalTextRun SCXW266800178 BCX0\\">ve</span></span><span class=\\"TextRun SCXW266800178 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW266800178 BCX0\\"> la plateforme </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW266800178 BCX0\\">ook</span> <span class=\\"NormalTextRun SpellingErrorV2Themed SCXW266800178 BCX0\\">snow</span><span class=\\"NormalTextRun SCXW266800178 BCX0\\"> à </span></span><span class=\\"TextRun Highlight SCXW266800178 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW266800178 BCX0\\">un niveau supérieur.</span></span></p>","image":[],"image_product":{"path":"/storage/uploads/2024/09/09/66df51a2704e1Umano-Connect---Smart-bed-and-Umano-Connect-Status-board---Top-banner---820x615.png"},"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"Pages produits/Umano Connect/Logo-connectivit---umano-connect.png","meta":{"title":"Logo - Umano Connect"}},"title":"","subtitle":"","text":"","link":null,"link_text":"","bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":true,"add_title_h1":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3 style=\\"text-align: center;\\"><strong>La technologie simplifiée au service des équipes de soins.</strong></h3>\\n<p style=\\"text-align: center;\\"><strong>Un accès continu à des informations sur l\'état du lit et protocoles de sécurité permet de vous concentrer sur ce qui compte le plus: vos patients.</strong></p>\\n<p style=\\"text-align: center;\\">Avec Umano Connect™, les données d’état du lit et les historiques d’événements qui n’étaient auparavant accessibles qu’au chevet du patient, peuvent maintenant être consultés à distance par le personnel. De la chambre du patient au poste infirmier, en passant par le service de maintenance, outillez vos équipes pour une coordination des soins optimale.</p>"}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Voir la vidéo","video_id":"1008092924","image":{"path":"/storage/uploads/2024/09/05/66da375bad686Design-sans-titre-42.png","meta":{"title":"Video - Connected solution for hospital beds - Umano Connect"}},"container_smaller":true,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"Une coordination des soins optimisée","slides":[{"value":{"title":"Des soins proactifs","title_short":"","subtitle":"","text":"<p><span class=\\"TextRun SCXW27822073 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW27822073 BCX0\\">Umano </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW27822073 BCX0\\">Connect</span><span class=\\"NormalTextRun SCXW27822073 BCX0\\"> est un outil puissant qui permet à votre équipe de prendre des décisions proactives. S\'appuyant sur des informations exactes, en temps quasi-réel, les infirmiers et infirmières peuvent anticiper les sorties de lit et prévenir les chutes avant même qu’elles ne se produisent. La surveillance des protocoles de sécurité permet d\'élever la qualité des soins et atteindre de meilleurs résultats cliniques.</span></span></p>","image":{"path":"/storage/uploads/2024/09/10/66e0a047ed6caUmano-Connect---Proactig-patient-care---Image-Web---820x615.png","meta":{"title":"Une polyvalence exceptionnelle et une valeur inégalée"}}}},{"value":{"title":"Maximiser l’efficience du personnel","title_short":"","subtitle":null,"text":"<p><span class=\\"TextRun SCXW168675232 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW168675232 BCX0\\">Le temps est précieux dans un hôpital. Umano Connect assure une visualisation et une surveillance à distance afin de mieux planifier chaque intervention auprès des patients et veiller à l’application des protocoles de prévention. Les différentes informations sur l\'état du lit et des paramètres de sécurité permettent une meilleure coordination des soins ainsi qu\'une priorisation optimisée des interventions.</span></span></p>","image":{"path":"/storage/uploads/2024/09/10/66e0a04e5073bUmano-Connect---Maximize-efficency---Image-Web---820x615.png","meta":{"title":"Extension de la largeur"}}}},{"value":{"title":"Gestion optimisée de la flotte","title_short":"","subtitle":null,"text":"<p>Maximisez l\'utilisation de votre équipement avec Umano Connect et UmanoLocation, vous offrant une surveillance de l’état de vos équipements mais aussi de leur emplacement et usage sur vos unités de soins. Vérifiez l\'emplacement de vos lits avec une précision inégalée, même au-delà de la chambre du patient. Umano Connect permet également de vérifier l\'état de chacun des lits de votre flotte à l\'aide d\'indicateurs de maintenance préventive.</p>","image":{"path":"/storage/uploads/2024/09/10/66e0a0646297bUmano-Connect---Fleet-Management---Image-Web---820x615.png"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Une solution aux préoccupations des équipes de soins","subtitle":"Umano Connect a été conçu pour répondre aux enjeux et défis que le personnel soignant rencontre sur une base quotidienne.","blocs":[{"value":{"title":"1. Prévention des chutes","text":"<p><span class=\\"NormalTextRun SCXW154525472 BCX0\\">Umano </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW154525472 BCX0\\">Connect</span><span class=\\"NormalTextRun SCXW154525472 BCX0\\"> fournit des informations préci</span><span class=\\"NormalTextRun SCXW154525472 BCX0\\">ses</span><span class=\\"NormalTextRun SCXW154525472 BCX0\\"> et </span><span class=\\"NormalTextRun SCXW154525472 BCX0\\">en continu</span><span class=\\"NormalTextRun SCXW154525472 BCX0\\"> sur l\'état du lit de vos patients </span><span class=\\"NormalTextRun SCXW154525472 BCX0\\">ainsi que</span><span class=\\"NormalTextRun SCXW154525472 BCX0\\"> sur les protocoles de sécurité afin que vous puissiez anticiper les sorties de lit et prévenir les chutes.</span></p>"}},{"value":{"title":"2. Prévention des plaies de pression","text":"<p>Grâce à diverses informations et alarmes, comme le tableau exclusif du temps passé au lit ou les rappels de positionnement, Umano Connect vous aide à être proactif et prévenir le développement de plaies de pression.</p>"}},{"value":{"title":"3. Conformité aux protocoles","text":"<p><span class=\\"NormalTextRun SCXW250107926 BCX0\\">Umano </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW250107926 BCX0\\">Connect</span><span class=\\"NormalTextRun SCXW250107926 BCX0\\"> vous donne les outils nécessaires pour assurer le respect des protocoles. Avec des informations telles que l\'état du câble d\'appel infirmi</span><span class=\\"NormalTextRun SCXW250107926 BCX0\\">er</span><span class=\\"NormalTextRun SCXW250107926 BCX0\\">, la détection de sortie de lit ou les rappels de positionnement, vous pouvez vérifier l\'application des paramètres de sécurité.</span></p>"}},{"value":{"title":"4. Optimisation de la flotte","text":"<p><span class=\\"TextRun SCXW14181593 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW14181593 BCX0\\">Toutes les informations relatives à votre flotte s</span><span class=\\"NormalTextRun SCXW14181593 BCX0\\">eront</span><span class=\\"NormalTextRun SCXW14181593 BCX0\\"> centralisées sur une seule plateforme, ce qui vous permet d\'optimiser l\'utilisation de vos lits et de coordonner l</span><span class=\\"NormalTextRun SCXW14181593 BCX0\\">es </span><span class=\\"NormalTextRun SCXW14181593 BCX0\\">entretien</span><span class=\\"NormalTextRun SCXW14181593 BCX0\\">s</span><span class=\\"NormalTextRun SCXW14181593 BCX0\\"> pour une meilleure gestion de votre équipement.</span></span></p>"}}],"remove_top":true,"remove_bot":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Surveiller les schémas de mobilité","subtitle":null,"text":"<p>Grâce au tableau du temps passé au lit, vous pouvez suivre les schémas de mobilité de vos patients. </p>\\n<p>Cette visualisation unique permet d\'analyser le temps que vos patients passent au lit et hors du lit. Le personnel soignant peut accéder à ces informations détaillées à tout moment, à distance. Combiné aux rappels de positionnement, Umano Connect permet de s\'assurer qu\'aucun patient ne reste immobile trop longtemps afin de prévenir le développement de plaies de pression.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/10/66e0a089d6aebUmano-Connect---Patient-Mobility---Image-Web---FRA---820x615.png"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Rapports","subtitle":null,"text":"<p><span class=\\"TextRun SCXW139500902 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW139500902 BCX0\\">Malgré toutes les mesures de prévention mises en place</span><span class=\\"NormalTextRun SCXW139500902 BCX0\\">, des incidents se produisent</span><span class=\\"NormalTextRun SCXW139500902 BCX0\\">. Pour aider à mieux </span><span class=\\"NormalTextRun SCXW139500902 BCX0\\">comprendre ces évènements</span><span class=\\"NormalTextRun SCXW139500902 BCX0\\">, Umano </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW139500902 BCX0\\">Connect</span><span class=\\"NormalTextRun SCXW139500902 BCX0\\"> fournit des rapports détaillés</span><span class=\\"NormalTextRun SCXW139500902 BCX0\\"> sur chacune des actions enregistrées par les lits</span></span><span class=\\"TextRun SCXW139500902 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW139500902 BCX0\\">. La chronologie des événements peut aider à cibler les lacunes dans l\'application des protocoles de soins. </span><span class=\\"NormalTextRun SCXW139500902 BCX0\\">Ainsi, v</span><span class=\\"NormalTextRun SCXW139500902 BCX0\\">ous pouvez vérifier si une alarme a été déclenchée et le temps qu\'il </span><span class=\\"NormalTextRun SCXW139500902 BCX0\\">a</span><span class=\\"NormalTextRun SCXW139500902 BCX0\\"> fallu pour y répondre</span></span><span class=\\"TextRun Highlight SCXW139500902 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW139500902 BCX0\\">. </span><span class=\\"NormalTextRun SCXW139500902 BCX0\\">Avec ces informations, vous pourrez évaluer vos processus de soins et prévenir de futurs incidents.</span></span></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/10/66e0a09c8fa7cUmano-Connect---Reporting---Image-Web---820x615.png"},"image_link":null,"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":"<p>Localisez automatiquement vos <strong>lits Umano Medical</strong> avec un niveau de précision clinique. Obtenez des informations détaillées sur l\'emplacement de vos lits intelligents grâce à une solution simple et polyvalente.</p>\\n<p>En combinant les technologies à bande ultralarge (Ultra-wideband ou UWB) et infrarouge (IR), UmanoLocation offre une précision unique, particulièrement là où elle est cruciale comme dans les chambres de patients partagées. Lorsqu\'utilisé avec les lits de la plateforme <strong>ook snow</strong> équipés de la Technologie Umano Connect, il ajoute des capacités de localisation à <strong>Umano Connect</strong>. </p>\\n<p><strong>Précis</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">Combinaison unique de technologies</li>\\n<li data-list=\\"bullet\\">Certitude au niveau de la pièce</li>\\n<li data-list=\\"bullet\\">Précision au centimètre près</li>\\n</ul>\\n<p><strong>Simple</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">Pas de piles à entretenir</li>\\n<li data-list=\\"bullet\\">Pas de connexion au Wi-Fi requise</li>\\n<li data-list=\\"bullet\\">Transparent pour les équipes de soins</li>\\n</ul>\\n<p><strong>Polyvalent</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">Installation flexible</li>\\n<li data-list=\\"bullet\\">Localisation étendue au-delà de la chambre du patient</li>\\n<li data-list=\\"bullet\\">Évolutif vers les zones de transition et d’entreposage</li>\\n</ul>\\n<p><span data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"> </span></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/06/66db2aef6c11bUL1.gif"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":{"path":"/storage/uploads/2024/09/06/66db0caa26810Logo---UmanoLocation-Propulse-par--Section-title---750x150.png"},"documents":[{"value":{"check":false,"title":"Feuillet technique","image":{"path":"/storage/uploads/2024/09/05/66da03160c54bfiche-technique1.png"},"document":null,"education_document":{"_id":"66f5abe9a6fa5442c10ad7d2","link":"educations","display":"Feuillet technique – UmanoLocation"}}}]}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"De l\'information en continu","text":"","specifications":[{"value":{"title":"L\'état du lit","data":"Les freins, la hauteur et la largeur du lit, le poids du patient dans le lit, position du dossier, position des ridelles, les verrous.","separator":false,"sub":null}},{"value":{"title":"La détection de sortie de lit (3 levels)","data":"","sub":[],"separator":false}},{"value":{"title":"Les rappels de positionnement","data":"","sub":[],"separator":false}},{"value":{"title":"Le temps passé au lit","data":"","sub":[],"separator":false}},{"value":{"title":"Le centre de masse","data":"","sub":[],"separator":false}},{"value":{"title":"Les codes d’erreur pour la maintenance","data":null,"sub":[],"separator":false}},{"value":{"title":"Les indicateurs de risque personnalisés au patient (Informs)","data":null,"separator":false,"sub":null}}],"features":[],"image":{"path":"/storage/uploads/2024/09/10/66e0a5b904352Umano-Connect---Near-Real-time-Insights---Image-Web---3000x2000.png","meta":{"title":"Specifications and features - Connected solution for hospital beds - Umano Connect"}},"documents":[{"value":{"title":"Brochure","image":{"path":"storage/uploads/2021/04/19/607de12c8c7aaBrochure-2.png","meta":{"title":null}},"document":null,"check":false,"education_document":{"_id":"633b1225ecc8380deb0815c5","link":"educations","display":"Brochure – Umano Connect"}}},{"value":{"check":false,"title":"Fiche technique","image":{"path":"storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"education_document":{"_id":"633b1273ecc8380deb0815c9","link":"educations","display":"Feuillet technique – Umano Connect"}}},{"value":{"check":false,"title":"Autres ressources","image":{"path":"/storage/uploads/2024/08/01/66ab9f0908105cms.umanomedical.com-114437156130346450.png"},"document":null,"education_document":{"_id":"64c017e7bf8e290fbc188142","link":"educations","display":"Manuel d\'utilisateur – Umano Connect – V1.1.0"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"Fonctions de surveillance","column_2_title":"","right_column_text":null}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Les bénéfices des fonctions connectées","text":null,"categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a1dca3acdUmano-Connect---Detailed-infromation---Image-Web---FRA---1200x1200.png"},"title":"Informations détaillées sur les alarmes","text":"<p><span class=\\"TextRun SCXW157785986 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW157785986 BCX0\\">Lors de la surveillance</span> </span><span class=\\"TextRun Highlight SCXW157785986 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW157785986 BCX0\\">à</span></span><span class=\\"TextRun SCXW157785986 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW157785986 BCX0\\"> distance</span><span class=\\"NormalTextRun SCXW157785986 BCX0\\">, Umano </span><span class=\\"NormalTextRun SCXW157785986 BCX0\\">Connect</span><span class=\\"NormalTextRun SCXW157785986 BCX0\\"> vous </span></span><span class=\\"TextRun Highlight SCXW157785986 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW157785986 BCX0\\">fourni</span><span class=\\"NormalTextRun SCXW157785986 BCX0\\">ra</span></span><span class=\\"TextRun SCXW157785986 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW157785986 BCX0\\"> des informations détaillées sur les alarmes déclenchées par le lit.</span></span></p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a11b2787fUmano-Connect---Third-party-system---Image-Web---1200x1200.png"},"title":"Intégration des données avec des systèmes tiers","text":"<p><span class=\\"TextRun SCXW66269499 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW66269499 BCX0\\">Umano </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW66269499 BCX0\\">Connect</span> </span><span class=\\"TextRun Highlight SCXW66269499 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW66269499 BCX0\\">peut s\'intégrer à votre écosystème de solutions</span></span><span class=\\"TextRun SCXW66269499 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"> <span class=\\"NormalTextRun SCXW66269499 BCX0\\">sans en imposer l\'exclusivité.</span></span></p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a12205663Umano-Connect---ook-snow-plateform-compatible---Image-Web---1200x1200.png"},"title":"Compatible avec la plateforme ook snow ","text":"<p><span class=\\"TextRun SCXW205553225 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW205553225 BCX0\\">Umano </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW205553225 BCX0\\">Connect</span><span class=\\"NormalTextRun SCXW205553225 BCX0\\"> est compatible avec tous les lits d\'hôpitaux intelligents de la plateforme </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW205553225 BCX0\\">ook</span> <span class=\\"NormalTextRun SCXW205553225 BCX0\\">snow</span> <span class=\\"NormalTextRun SCXW205553225 BCX0\\">*</span></span></p>\\n<h6><span class=\\"EOP SCXW205553225 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"><span class=\\"TextRun SCXW45251030 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW45251030 BCX0\\">*</span> </span><span class=\\"TextRun SCXW45251030 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW45251030 BCX0\\">Les lits doivent être équipés d\'une version récente du logiciel et de la technologie appropriée. Certains modèles antérieurs ne p</span><span class=\\"NormalTextRun SCXW45251030 BCX0\\">ourront</span><span class=\\"NormalTextRun SCXW45251030 BCX0\\"> pas être adaptés. Veuillez vérifier la compatibilité avec votre représentant</span><span class=\\"NormalTextRun SCXW45251030 BCX0\\">.</span></span><span class=\\"EOP SCXW45251030 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"> </span></span></h6>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Prêt à franchir la première étape vers un avenir simple et connecté ?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2024/09/10/66e0a8954c659CTA_banner.png","meta":{"title":"Contact us - Simplified future - Umano Connect"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":true,"telephone":null,"cta_product":true,"btn_with_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Découvrez tous les lits de la plateforme ook snow","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow - lit d\'hôpital - médecine-chirurgie"},"path":"Related-Product---ook-snow-CAN.png"}],"title":"Le ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Voir","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH - lit d\'hôpital - soins de santé mentale"},"path":"Related-Product---ook-snow-MH-CAN.png"}],"title":"Le ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Salle de montre","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"66d75a6356e3d0ddb8087d62"},"path":"/storage/uploads/2024/09/03/66d75a634c5cacoccon.png"}],"title":"Le ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":"","link_2_showroom":true}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_modified":1727376796,"_created":1724099139,"meta_description":"Les données sur l\'état des lits et l\'historique d\'événements sont désormais accessibles à distance, en temps quasi réel, par les membres du personnel. Tout imaginé au Canada","meta_title":"Lit d\'hôpital intelligent : Umano Connect™ | Offert au Canada","noindex":false,"og_image":{"path":"/storage/uploads/2024/09/25/66f45a13dc91cOG-image.png","meta":{"title":"Notification Center - Connected hospital bed - Umano Connect"}},"has_showroom":false,"schema_description":"Un accès continu à des informations sur l\'état du lit et protocoles de sécurité permet de vous concentrer sur ce qui compte le plus: vos patients.\\n\\nAvec Umano Connect™, les données d’état du lit et les historiques d’événements qui n’étaient auparavant accessibles qu’au chevet du patient, peuvent maintenant être consultés à distance par le personnel. De la chambre du patient au poste infirmier, en passant par le service de maintenance, outillez vos équipes pour une coordination des soins optimale.","schema_height":"31.7\\"","schema_logo":{"path":"Pages produits/Umano Connect/Logo-connectivit---umano-connect.png","meta":{"title":"Logo - Umano Connect"}},"schema_width":"52.75\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"6008afa59ff75e2dd52eee15","title":"Mobilier","slug":"/fr-ca/produits/mobilier/","parent":{"_id":"5f7b637da5809637d0090d22","title":"Produits","slug":"/fr-ca/produits/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les produits","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Une gamme complète de produits novateurs axés sur vos réels besoins ","subtitle":null,"text":"Conçue en partenariat avec des professionnels du milieu, la gamme de produits d’Umano Medical est constituée de lits d’hôpitaux novateurs qui se combinent à différences surfaces d’appui préventives et thérapeutiques. Nous proposons également du mobilier durable pour différents milieux de soins ainsi que divers accessoires complémentaires. Découvrez les solutions d’Umano Medical.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Lits","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow - Umano Medical","asset":"60732c82614f5d607c57cc87"},"path":"/storage/uploads/2021/04/11/60732c81ec19d5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL - Umano Medical","asset":"60732a8d614f5d607c57cc73"},"path":"/storage/uploads/2021/04/11/60732a8d12b255fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée pour les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH - Umano Medical","asset":"60732c8623e8e75143597ebe"},"path":"/storage/uploads/2021/04/11/60732c86e91eb5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon - Umano Medical","asset":"60732c8b23e8e75143597ebf"},"path":"/storage/uploads/2021/04/11/60732c8bae2a45fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme - MAX-SECURE - Umano Medical","asset":"60732e705233d24f00646a2d"},"path":"/storage/uploads/2021/04/11/60732e70e05355fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Surfaces d\'appui","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":"Surface d\'appui","summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST yellow","asset":"607243ee6d51374d82592663"},"path":"/storage/uploads/2021/04/11/607243ee4b74d5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST green","asset":"6073262c614f5d607c57cc52"},"path":"/storage/uploads/2021/04/11/6073262c458775fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenX","asset":"6070aed2beed9862c37751c6"},"path":"/storage/uploads/2021/04/09/6070aed28244d5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenXi","asset":"6070b05af0febe6fb3059088"},"path":"/storage/uploads/2021/04/09/6070b05a7294e5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"AirNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"AirNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"AirNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Mobilier hautement sécurisé - soins de santé mentale","asset":"607327b25233d24f00646a07"},"path":"/storage/uploads/2021/04/11/607327b2afdba5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Table pour lit d\'hôpital - Table FTG","asset":"607328615233d24f00646a0b"},"path":"/storage/uploads/2021/04/11/607328612e1a55fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":null,"summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect ","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital intelligent et connecté - Umano Connect"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: La technologie simplifiée au service des équipes de soins.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Notre gamme de produits novatrice comprend divers types de lits, des surfaces d’appui ainsi que du mobilier et des accessoires. Découvrez tous nos produits.","meta_title":"Produits | Une gamme complète de produits novateurs axés sur vos besoins réels ","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"5fa98d02c3f37136a9450853","title":"Mobilier Max-Secure","slug":"/fr-ca/produits/mobilier/mobilier-max-secure/","category":{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/15/60784597f13b1Menu--Mobilier-Max-Secure.png","meta":{"title":"Mobilier sécurisé d\'hôpital - MAX SECURE"}},"subtitle":"Mobilier hautement sécurisé","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Le mobilier Max-Secure<sup>MD</sup> : une gamme de produits sécuritaires et durables pour les environnements de soins en santé mentale","text":null,"image":[],"image_product":{"path":"/storage/uploads/2021/04/13/6075f4d023cb4En-tete---Max-secure-furniture.png"},"link":[],"link_text":"","bigger":false,"align_left":false,"darken_background_image":false,"smaller":false,"homepage":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"Votre solution pour maximiser le confort et la sécurité","text":"Conçu dans un souci d’efficacité et de durabilité, le mobilier Max-Secure maximise la sécurité des patients et du personnel sans compromettre le confort. Fait d’un composite de polymère Herculite<sup>MD</sup>, sa surface lisse sans joint est facile à nettoyer et résiste à une utilisation intensive dans les environnements de soins en santé mentale. Chaque produit est offert en différentes couleurs apaisantes pour vous permettre de l’agencer à votre décor et d’instaurer un climat de sérénité.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":null,"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques favorisant la tranquillité d’esprit","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Soigneusement conçu pour renforcer la sécurité de votre établissement, le mobilier Max-Secure offre de nombreuses caractéristiques pour réduire les risques d’atteinte à soi-même et maximiser la sécurité du personnel :</span></p>\\n<ul>\\n<li>Sa fabrication monobloc sans points d’attache apparents ne requiert aucun entretien et résiste aux entailles et aux égratignures.</li>\\n<li>La surface lisse et sans joints, faite d’un matériau composite à base de polymère Herculite<sup>MD</sup>, est à la fois antimicrobienne et résistante aux chocs.</li>\\n<li>Sa surface unie ne laisse place à aucune cachette pour dissimuler des objets.</li>\\n<li>Le mobilier peut être lesté pour éviter qu’il ne soit soulevé ou projeté.</li>\\n</ul>\\n<p> </p>\\n<p>Vous pouvez télécharger la brochure du mobilier Max-Secure en <a href=\\"/storage/uploads/2023/06/29/649d9447cf8ca6499a6c5af624U-MAX-9002-FRA-R1---Brochure-Technique-Moblier-Srie-Max-Secure.pdf\\">cliquant ici</a>.</p>\\n<p> </p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/04/15/60787fd2dfc02Key-Features.jpg","meta":{"title":"Lit plateforme d\'hôpital sécurisé - Max Secure"}},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier pour les chambres de patients","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbcc70a36cf08f20afc53"},"path":"/storage/uploads/2021/03/03/603fbcc76a829Nightstand.png"}],"title":"Table de chevet","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Cette table de chevet offre à vos patients un endroit où ranger leurs effets personnels dans l’intimité de leur chambre.</span></p>\\n<h5><strong>Dimensions</strong></h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">21,5\\" P x 22,5\\" L x 23\\" H (54,6 x 57,2 x 58,4 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbccc0a36cf08f20afc55"},"path":"/storage/uploads/2021/03/03/603fbccc9c7022-shelf-storage-unit.png"}],"title":" Étagère à 2 tablettes","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Cette étagère à 2 tablettes est durable et sécuritaire.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">13,5\\" P x 30\\" L x 35\\" H (34,3 x 76,2 x 88,9 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbcd1a06b6c3d0b4af20a"},"path":"/storage/uploads/2021/03/03/603fbcd17652a4-shelf-storage-unit.png"}],"title":"Étagère à 4 tablettes","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Cette étagère à 4 tablettes offre à vos patients plus d’espace pour ranger leurs effets personnels.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">11,5\\" P x 30\\" L x 60,5\\" H (29,2 x 76,2 x 153,7 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbcd7a06b6c3d0b4af20b"},"path":"/storage/uploads/2021/03/03/603fbcd7a43c2Corner-mounted-desk.png"}],"title":"Bureau d’angle mural","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le bureau d’angle mural offre une surface d’écriture et de rangement sécuritaire et durable pour l’espace personnel de vos patients.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">18,25\\" P x 25,44\\" L x 13,55\\" H (46,4 x 64,6 x 34,4 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbcf7a06b6c3d0b4af20d"},"path":"/storage/uploads/2021/03/03/603fbcf762c54Wall-mounted-desk.png"}],"title":"Bureau mural","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Le bureau mural offre aux patients une surface d’écriture et de rangement sécuritaire et pratique.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">18,25\\" P x 35,3\\" L x 14,47\\" H (46,4 x 89,7 x 36,8 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd013df8051161507cfd"},"path":"/storage/uploads/2021/03/03/603fbd01721cbRound-stool.png"}],"title":"Tabouret rond","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Ce tabouret durable permet aux patients de travailler et de se détendre dans l’intimité de leur chambre.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">15\\" L x 18\\" H (38,1 x 45,7 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd0a3df8051161507d00"},"path":"/storage/uploads/2021/03/03/603fbd0aa30cfWall-mounted-bench.png"}],"title":"Banc mural","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Conçu pour résister à une utilisation intensive, ce banc mural permet d’ajouter des places assises dans les aires communes.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">15\\" P x 11\\" H (38,1 x 28 cm) x longueur personnalisable entre 48\\" et 108\\" (122 et 274 cm) par tranche de 12\\" (30,5 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Télécharger la brochure sur le mobilier Max-Secure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Chaises et tables","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd913df8051161507d03"},"path":"/storage/uploads/2021/03/03/603fbd911d0ccArmless-chair.png"}],"title":"Chaise sans accoudoirs","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Cette chaise sans accoudoirs dont la résistance à une utilisation intensive a été prouvée est conçue pour maximiser la sécurité et le confort dans les chambres des patients ou les aires communes.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">23\\" P x 19\\" L x 31,5\\" H (58,4 x 48,3 x 80 cm), hauteur de l’assise : 17,5\\" (44,5 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd9a0a36cf08f20afc58"},"path":"/storage/uploads/2021/03/03/603fbd9a03d9dArm-chair.png"}],"title":"Chaise avec accoudoirs","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Cette chaise durable offre à la fois confort et sécurité dans les aires communes et les chambres des patients.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">23\\" P x 23\\" L x 31,5\\" H (58,4 x 58,4 x 80 cm), hauteur de l’assise : 17\\" (43,2 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbda5a06b6c3d0b4af219"},"path":"/storage/uploads/2021/03/03/603fbda5ad5edDinning-table.png"}],"title":"Table à manger","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Cette table à manger de grande qualité maximise la sécurité des patients dans les aires communes.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">42\\" P x 42\\" L x 29\\" H (106,7 x 106,7 x 73,7 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdae3df8051161507d04"},"path":"/storage/uploads/2021/03/03/603fbdaee12dcExtended-Dinning-table.png"}],"title":"Grande table à manger","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Cette grande table à manger peut accueillir jusqu’à six personnes en tout confort.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">42\\" P x 74,5\\" L x 29\\" H (106,7 x 189,2 x 73,7 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdb7a06b6c3d0b4af21a"},"path":"/storage/uploads/2021/03/03/603fbdb76b755Game-table.png"}],"title":"Table de jeu","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Cette table de jeu ajoutera une touche de convivialité à vos aires communes et permettra aux patients de jouer à différents jeux de société.</span></p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li><span style=\\"font-weight: 400;\\">42\\" P x 42\\" L x 29\\" H (106,7 x 106,7 x 73,7 cm)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Télécharger la brochure sur le mobilier Max-Secure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":" Découvrez d’autres produits","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Max-Secure Platform bed","asset":"603fbc110a36cf08f20afc4b"},"path":"/storage/uploads/2021/03/03/603fbc11db42eRelated-product---MaxSecure.png"}],"title":"","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Agencez votre mobilier Max-Secure au lit plateforme Max-Secure conçu pour les environnements à haut niveau de surveillance.</span></p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Découvrir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Conciliez sécurité et besoins cliniques avec le ook snow MH, notre lit adaptable pour soins en santé mentale.</span></p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Découvrir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Télécharger la brochure sur le mobilier Max-Secure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous avez des questions au sujet du mobilier Max-Secure?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/08/606e4d0b3254eService-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048941,"_created":1604947202,"meta_description":"Le mobilier Max-Secure optimise la sécurité dans les chambres des patients et les aires communes. Découvrez-le maintenant.","meta_title":"Mobilier Max-Secure | Des meubles sécuritaires et durables","noindex":false,"og_image":null,"has_showroom":false,"schema_description":null,"schema_height":null,"schema_logo":null,"schema_width":null,"is_not_available":false,"_link":"products"},{"_id":"5fa98ce8e1e2d96a9203e677","title":"Table de lit série FTG","slug":"/fr-ca/produits/mobilier/table-de-lit-serie-ftg/","category":{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},"sub_category":null,"thumbnail":{"path":"/storage/uploads/2021/04/11/607328fe14de45fe08c23b6db0confortNEST-yellow-1-13.jpg","meta":{"title":"Table de lit d\'hôpital - Série FTG"}},"subtitle":"Table robuste et facile à nettoyer","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"La table de lit de la série FTG® : pratique et facile à nettoyer","text":"<p>Découvrez cette table de lit robuste, un complément tout indiqué pour vos lits.</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/22/60817c752870bEn-Tte---Table.png","meta":{"title":"Table de lit d\'hôpital - Série FTG"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"Une table de lit qui répondra à vos exigences les plus élevées en matière de contrôle des infections","text":"Conçue pour répondre aux besoins de votre personnel et de vos patients, notre table de lit est dotée d’une base à profil bas permettant de la glisser aisément sous le lit. Polyvalente, la série FTG est compatible avec la plupart des lits et des fauteuils. Son plateau en acrylique saura satisfaire vos protocoles de nettoyage les plus stricts. Choisissez un plateau qui convient aux besoins de votre établissement parmi nos différentes options en stratifié ou en acrylique (extensible ou non).","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Une table qui saura satisfaire votre protocole de prévention des infections","title_short":"Facilité de nettoyage","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">La table de lit de la série FTG a été conçue dans un grand souci du détail en lien avec</span><span style=\\"font-weight: 400;\\"> la </span><span style=\\"font-weight: 400;\\">prévention des infections. Son plateau résistant et ses surfaces lisses la rendent plus facile à nettoyer, ce qui permet au personnel de gagner un temps précieux.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075ccf5ced7c01---Infection-prevention---FTG-table.jpg"}}},{"value":{"title":"Différents choix de couleurs s’agencent à votre décor","title_short":"Personnalisation ","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Que vous soyez dans un établissement de soins de longue durée ou un hôpital, nous savons à quel point une chambre accueillante peut améliorer le séjour de vos patients. Comme la base et le plateau de cette table de lit sont offerts dans différentes couleurs, vous pourrez aisément l’agencer à votre mobilier et à votre décor.</span></p>","image":{"path":"Pages produits/Table FTG/Choix-de-couleurs-stratifi---table-ftg.jpg"}}},{"value":{"title":"Une table qui s’adapte à vos environnements","title_short":"Polyvalence","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">Cette table de lit est conçue pour maximiser la sécurité et la fonctionnalité. Grâce à sa base à profil bas permettant de la glisser aisément sous le lit, à son plateau en acrylique extensible ou encore à son ajustement simple et rapide, la table de lit de la série FTG saura répondre à vos besoins.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075ccf5eccd403---Adapting-to-your-environment.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Découvrez ses caractéristiques les plus utiles","text":null,"categories":[{"value":{"title":"HAUTEUR PARMI LES PLUS BASSES DE L’INDUSTRIE"}},{"value":{"title":"CONCEPTION ROBUSTE"}},{"value":{"title":"PLATEAU EN ACRYLIQUE RÉSISTANT"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075cd0ea3f0501---low-height.jpg"},"title":"Hauteur parmi les plus basses de l’industrie","text":"Grâce à sa base à profil bas, la table de la série FTG peut se glisser facilement sous le lit. Elle peut être ajustée à différentes hauteurs en fonction de la hauteur de votre mobilier.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2020/12/18/5fdd02ebe7f73feature---sturdy-design.jpg"},"title":"Conception robuste","text":"Sa conception robuste en fait un meuble fiable de grande qualité.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2020/12/18/5fdd033cea544feature---RESISTANT-ACRYLIC-TOP.jpg"},"title":"Plateau en acrylique résistant","text":"Votre personnel gagnera du temps grâce à son plateau en acrylique résistant, lisse et facile à nettoyer.","category":"3"}}],"disable_swiper":true,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Principales caractéristiques et spécifications","text":null,"specifications":[{"value":{"title":"Plateau en stratifié","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Hauteur maximum","data":"40,83\\" (103,8 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Hauteur minimum","data":"25,83\\" (65,6 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Capacité de charge","data":"100 lb (45 kg)"}}]}},{"value":{"title":"Plateau en acrylique","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Hauteur maximum","data":"40,6\\" (103,1 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Hauteur minimum","data":"25,6\\" (65 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Capacité de charge","data":"100 lb (45 kg)"}}]}},{"value":{"title":"Plateau en acrylique extensible","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Hauteur maximum","data":"40,6\\" (103,1 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Hauteur minimum","data":"25,6\\" (65 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Capacité de charge","data":"100 lb (45 kg)"}}]}}],"features":[{"value":{"title":"Roulettes doubles","data":"1,97\\" / 5 cm","sub":null}},{"value":{"title":"Capacité de charge","data":"100 lb / 45 kg","sub":null}},{"value":{"title":"Ajustement autobloquant de la hauteur","data":null,"sub":null}},{"value":{"title":"Construction ultra résistante","data":null,"sub":null}},{"value":{"title":"Fini peint hybride époxy polyester","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60785c55b3bc6Table---Spcifications.png","meta":{"title":"Table de lit d\'hôpital - Série FTG"}},"documents":[{"value":{"title":"Feuillet technique","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"633b020750768f6b0c479bd3","link":"educations","display":"Table de lit série FTG"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Besoin de plus amples renseignements?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Communiquez avec nous","image":{"path":"storage/uploads/2021/04/07/606df55454b58ooksnowALL---CTA-contact-CAN.jpg","meta":{"title":"ook snow ALL - Table de lit d\'hôpital - Série FTG"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}}],"_mby":"6503283eb5bdf850d12c01b2","_by":"5f7235cb372719443d31adf6","_modified":1700575696,"_created":1604947176,"meta_description":"Conçue pour satisfaire les protocoles de nettoyage les plus exigeants, cette table de lit polyvalente et pratique vous permettra d’économiser un temps précieux. ","meta_title":"Table de lit série FTG® | Robuste et facile à nettoyer | Québec ","noindex":false,"og_image":null,"has_showroom":false,"schema_description":null,"schema_height":null,"schema_logo":null,"schema_width":null,"is_not_available":null,"_link":"products"}],"meta_title":"Mobilier | Du mobilier polyvalent pour divers environnements de soins","meta_description":"Les tables, chaises, tablettes et autres éléments de mobilier d’Umano Medical trouveront leur place dans votre milieu de soins. Voyez leurs caractéristiques.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tout le mobilier","text":null,"image":{"path":"/storage/uploads/2021/04/11/6073305a33c885fff110ac5d3dcaroussel---photo-2-4.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Du mobilier polyvalent pour divers environnements de soins","subtitle":null,"text":"Parce que les environnements de soins sont aussi des milieux de vie, Umano Medical propose divers éléments de mobilier pour les chambres et les aires communes. Voyez lesquels pourraient trouver leur place dans votre établissement.","link":null,"link_text":null,"bigger_content":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"607327f55233d24f00646a09"},"path":"/storage/uploads/2021/04/11/607327f57929d5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073285a5233d24f00646a0a"},"path":"/storage/uploads/2021/04/11/6073285a6469f5fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":"","summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em>La disponibilité des produits, options et accessoires peut varier en fonction du modèle et de la région. Contactez votre représentant local pour plus d\'informations</em></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1697643116,"_created":1611181989,"_link":"product_type"},{"_id":"5fa2feb3874d236bd766ede5","title":"Accessoires et outils","slug":"/fr-ca/produits/accessoires-et-outils/","parent":{"_id":"5f7b637da5809637d0090d22","title":"Produits","slug":"/fr-ca/produits/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les produits","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Une gamme complète de produits novateurs axés sur vos réels besoins ","subtitle":null,"text":"Conçue en partenariat avec des professionnels du milieu, la gamme de produits d’Umano Medical est constituée de lits d’hôpitaux novateurs qui se combinent à différences surfaces d’appui préventives et thérapeutiques. Nous proposons également du mobilier durable pour différents milieux de soins ainsi que divers accessoires complémentaires. Découvrez les solutions d’Umano Medical.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Lits","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow - Umano Medical","asset":"60732c82614f5d607c57cc87"},"path":"/storage/uploads/2021/04/11/60732c81ec19d5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL - Umano Medical","asset":"60732a8d614f5d607c57cc73"},"path":"/storage/uploads/2021/04/11/60732a8d12b255fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée pour les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH - Umano Medical","asset":"60732c8623e8e75143597ebe"},"path":"/storage/uploads/2021/04/11/60732c86e91eb5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon - Umano Medical","asset":"60732c8b23e8e75143597ebf"},"path":"/storage/uploads/2021/04/11/60732c8bae2a45fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme - MAX-SECURE - Umano Medical","asset":"60732e705233d24f00646a2d"},"path":"/storage/uploads/2021/04/11/60732e70e05355fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Surfaces d\'appui","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":"Surface d\'appui","summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST yellow","asset":"607243ee6d51374d82592663"},"path":"/storage/uploads/2021/04/11/607243ee4b74d5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST green","asset":"6073262c614f5d607c57cc52"},"path":"/storage/uploads/2021/04/11/6073262c458775fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenX","asset":"6070aed2beed9862c37751c6"},"path":"/storage/uploads/2021/04/09/6070aed28244d5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenXi","asset":"6070b05af0febe6fb3059088"},"path":"/storage/uploads/2021/04/09/6070b05a7294e5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"AirNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"AirNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"AirNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Mobilier hautement sécurisé - soins de santé mentale","asset":"607327b25233d24f00646a07"},"path":"/storage/uploads/2021/04/11/607327b2afdba5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Table pour lit d\'hôpital - Table FTG","asset":"607328615233d24f00646a0b"},"path":"/storage/uploads/2021/04/11/607328612e1a55fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":null,"summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect ","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital intelligent et connecté - Umano Connect"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: La technologie simplifiée au service des équipes de soins.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Notre gamme de produits novatrice comprend divers types de lits, des surfaces d’appui ainsi que du mobilier et des accessoires. Découvrez tous nos produits.","meta_title":"Produits | Une gamme complète de produits novateurs axés sur vos besoins réels ","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les accessoires et outils","text":null,"image":{"path":"/storage/uploads/2020/12/03/5fc9261103779En-tte-de-page-normal-que-ce-soit-blurry.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"","subtitle":"Des accessoires et outils pour accroître la fonctionnalité de votre lit","text":"Parcourez notre gamme complète d’accessoires et d\'outils durables conçus pour répondre aux besoins de votre établissement. Du plus simple au plus innovant, certains simplifient le travail des professionnels de la santé alors que d’autres augmentent l’autonomie et le confort des patients. Découvrez notre gamme complète d\'accessoires et d\'outils.","link":null,"link_text":"Voir le chariot à l’œuvre","bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title":"Voyez-le en action","video_id":"391070666","image":{"path":"/storage/uploads/2021/04/14/60771ad7b0662Video---ooksnow-ALL-transport-cart_.jpg"},"title_top":"Chariot de transport","container_smaller":true,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f0807d89f4ae371e4d2"},"path":"/storage/uploads/2021/04/14/60771f08e82c901---Transport-cart-ook-snow.jpg"}],"title":"Chariot de transport","subtitle":"POUR UN DÉPLACEMENT ET UN ENTREPOSAGE DES PLUS SIMPLES","summary":"<p><span style=\\"font-weight: 400;\\">Conçu pour les lits </span><a href=\\"/fr-ca/produits/lits/ook-snow/\\"><span style=\\"font-weight: 400;\\">ook snow</span></a><span style=\\"font-weight: 400;\\">, </span><a href=\\"/fr-ca/produits/lits/ook-snow-mh/\\"><span style=\\"font-weight: 400;\\">ook snow MH</span></a><span style=\\"font-weight: 400;\\"> et </span><a href=\\"/fr-ca/produits/lits/ook-cocoon/\\"><span style=\\"font-weight: 400;\\">ook cocoon</span></a><span style=\\"font-weight: 400;\\">, ce chariot de transport facile à manœuvrer vous permet de déplacer des lits à la verticale, sans craindre les espaces restreints et les cadres de porte étroits. Lorsqu’utilisé pour l’entreposage, il vous aide à maximiser l’espace.</span></p>\\n<h5><strong>Spécifications</strong></h5>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Construction tubulaire en acier </span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">4 roulettes avec frein</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f3707d89f4ae371e4d3"},"path":"/storage/uploads/2021/04/14/60771f378907d01---Transport-cart-ook-snow_PR.jpg"},{"meta":{"title":"","asset":"60771f3d67195d7ba6126622"},"path":"/storage/uploads/2021/04/14/60771f3d3d1e502---Transport-cart-ook-snow_CX.jpg"}],"title":"Chariot de transport ook snow ALL","subtitle":"DÉPLACEZ ET ENTREPOSEZ FACILEMENT VOS LITS","summary":"<p><span style=\\"font-weight: 400;\\">Spécialement conçu pour le </span><a href=\\"/fr-ca/produits/lits/ook-snow-all/\\"><span style=\\"font-weight: 400;\\">ook snow ALL</span></a><span style=\\"font-weight: 400;\\">, ce chariot de transport vous permet de déplacer votre lit à la verticale sans craindre les espaces restreints et sans déployer trop d’efforts grâce à son mécanisme de rotation automatique. Rangez les lits à la verticale dans votre entrepôt et retrouvez tout l’espace dont vous avez besoin.</span></p>\\n<h5><strong>Spécifications</strong></h5>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Construction tubulaire en acier revêtue de peinture en poudre haute résistance</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Mécanisme de rotation automatique</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">4 roulettes avec frein</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Supports","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f9167195d7ba6126623"},"path":"/storage/uploads/2021/04/14/60771f914b18b01---oxygen-bottle-holder_1_PR.jpg"},{"meta":{"title":"","asset":"60771f91737fcd53ca0ffad2"},"path":"/storage/uploads/2021/04/14/60771f916eed102---oxygen-bottle-holder_CX.jpg"}],"title":"Support de bouteille à oxygène","subtitle":"COMMODITÉ ET DURABILITÉ","summary":"<p><span style=\\"font-weight: 400;\\">Compatible avec toute la plateforme de lits <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, ce support de bouteille à oxygène de grande qualité est une solution simple et sécuritaire pour déposer une bouteille à oxygène. Une pince supplémentaire vous permet de la fixer à un autre accessoire pour libérer les réceptacles à accessoires.</span></p>\\n<h5><strong>Spécifications</strong></h5>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Capacité de charge de 15,9 kg (35 lb)</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Pince en option</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fb067195d7ba6126624"},"path":"/storage/uploads/2021/04/14/60771fb02556f01---urinal_PR.jpg"},{"meta":{"title":"","asset":"60771fb007d89f4ae371e4d4"},"path":"/storage/uploads/2021/04/14/60771fb043e5402---urinal_PR_CX.jpg"}],"title":"Support à urinal","subtitle":"LA COMMODITÉ DONT VOUS AVEZ BESOIN","summary":"<p><span style=\\"font-weight: 400;\\">Spécialement conçu pour maintenir l’urinal en place pendant tout déplacement ou changement de position du lit, le support à urinal est une solution pratique qui permet d’éviter les dégâts.</span></p>\\n<h5><strong>Spécifications</strong></h5>\\n<ul>\\n<li>Compatibilité avec les urinaux à poignée ouverte pesant jusqu’à 9,1 kg (20 lb).</li>\\n<li>Modèle pouvant être fixé aux deux côtés de lit situés à la tête pour un accès facilité, peu importe la position du lit</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fca67195d7ba6126625"},"path":"/storage/uploads/2021/04/14/60771fca994ae01---Pump-holder_PR.jpg"},{"meta":{"title":"","asset":"60771fca07d89f4ae371e4d5"},"path":"/storage/uploads/2021/04/14/60771fcab8de802---Pump-holder_CX.jpg"}],"title":"Support à pompe amovible","subtitle":"UN SUPPORT EFFICACE","summary":"<p><span style=\\"font-weight: 400;\\">Ce support à pompe amovible de grande qualité est une solution pratique pour maintenir en place les pompes et autres accessoires.</span></p>\\n<h5><strong>Spécifications</strong></h5>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Capacité de charge de 31,8 kg (70 lb)</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Modèle pouvant être installé au pied du lit</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fe5737fcd53ca0ffad3"},"path":"/storage/uploads/2021/04/14/60771fe5d0ec001---IV-pole_PR.jpg"},{"meta":{"title":"","asset":"60771fe607d89f4ae371e4d6"},"path":"/storage/uploads/2021/04/14/60771fe5ecedd02---IV-pole_CX.jpg"}],"title":"Tiges à soluté","subtitle":"UNE SOLUTION FACILE À AJUSTER","summary":"<p>Nos tiges à soluté télescopiques sont offertes dans différentes configurations pour que vous trouviez celle qui répond le mieux à vos besoins.</p>\\n<h5><strong>Spécifications</strong></h5>\\n<ul>\\n<li>Modèle fixe ou pliant</li>\\n<li>Diamètre de 2,54 cm (1 po) ou 1,9 cm (¾ po)</li>\\n<li>Adaptateur permettant de mettre une tige à soluté de 1,3 cm (½ po) sur un réceptacle à accessoires de 1,9 cm (¾ po)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Trapèzes","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077202a67195d7ba6126627"},"path":"ook-snow-trapeze.png"}],"title":"Trapèze","subtitle":"POUR UNE PLUS GRANDE MOBILITÉ DES PATIENTS","summary":"<p><span style=\\"font-weight: 400;\\">Facile à installer et ajustable, ce trapèze de lit favorise l’autonomie et la mobilité des patients en facilitant les repositionnements dans le lit. Ses deux sections indépendantes amovibles offrent une plus grande flexibilité, alors que son système de verrouillage empêche les décrochages accidentels.</span></p>\\n<h5><strong>Spécifications</strong></h5>\\n<ul>\\n<li>Capacité de charge de 77,1 kg (170 lb)</li>\\n<li>Compatibilité avec les réceptacles à accessoires de 3,8 cm (1 ½ po)</li>\\n<li>Construction tubulaire en acier d’un diamètre de 3,8 cm (1 ½ po)</li>\\n<li>Section supérieure et section inférieure indépendantes et amovibles pour faciliter l’installation</li>\\n<li>Section supérieure à 3 positions</li>\\n<li>Poignée à position réglable</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077200a67195d7ba6126626"},"path":"Trapeze-ook-snow-ALL.png"},{"meta":{"title":"","asset":"6077200a737fcd53ca0ffad4"},"path":"ook-Snow-ALL-with-trapeze.png"}],"title":"Trapèze pour ook snow ALL","subtitle":"UNE SOLUTION POLYVALENTE POUR FAVORISER L’AUTONOMIE","summary":"<p><span style=\\"font-weight: 400;\\">Spécialement conçu pour le lit </span><a href=\\"/fr-ca/produits/lits/ook-snow-all/\\"><span style=\\"font-weight: 400;\\">ook snow ALL</span></a><span style=\\"font-weight: 400;\\">, ce trapèze à capacité de charge augmentée favorise l’autonomie et la mobilité des patients. Grâce à sa robustesse et à sa capacité de charge accrue, il s’avère très utile dans différents environnements de soins.</span></p>\\n<h5><strong>Spécifications</strong></h5>\\n<ul>\\n<li>Capacité de charge de 136 kg (300 lb)</li>\\n<li>Compatibilité avec les réceptacles à accessoires de 3,8 cm (1 ½ po)</li>\\n<li>Construction tubulaire en acier d’un diamètre de 3,8 cm (1 ½ po)</li>\\n<li>Sections du haut et du bas indépendantes et amovibles</li>\\n<li>Système de verrouillage pour éviter tout décrochage accidentel</li>\\n<li>Partie du haut à 3 positions (+1 pour l’entreposage)</li>\\n<li>Poignée à position réglable</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Extension de matelas","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077205a737fcd53ca0ffad5"},"path":"/storage/uploads/2021/04/14/6077205addc4201---Mattress-extension_PR.jpg"},{"meta":{"title":"","asset":"6077205b67195d7ba6126628"},"path":"/storage/uploads/2021/04/14/6077205b0a51102---Mattress-extension_CX.jpg"}],"title":"Coussin d’extension de matelas","subtitle":"POUR UN PLUS GRAND CONFORT","summary":"<p><span style=\\"font-weight: 400;\\">Le coussin d’extension de matelas s’ajoute à l’extension de lit intégrée pour offrir un plus grand confort aux patients de grande taille. Il est disponible en plusieurs longueurs pour assurer la compatibilité à votre équipement.</span></p>\\n<h5><strong>Longueurs possibles</strong></h5>\\n<ul>\\n<li>10,2 cm (4 po)</li>\\n<li>15,2 cm (6 po)</li>\\n<li>25,4 cm (10 po)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Housses de recouvrement","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60772090737fcd53ca0ffad6"},"path":"/storage/uploads/2021/04/14/607720902666a01---Siderail-pads_PR.jpg"},{"meta":{"title":"","asset":"6077209007d89f4ae371e4d7"},"path":"/storage/uploads/2021/04/14/6077209049e2402---Siderail-pads_CX.jpg"}],"title":"Ensemble de housses de recouvrement des côtés de lit","subtitle":"POUR UNE PLUS GRANDE SÉCURITÉ","summary":"<p><span style=\\"font-weight: 400;\\">Ces housses permettent de recouvrir les côtés de lit des produits <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, <a href=\\"/fr-ca/produits/lits/ook-snow-mh/\\">ook snow MH</a> et <a href=\\"/fr-ca/produits/lits/ook-snow-all/\\">ook snow ALL</a> et de bloquer leurs ouvertures pour accroître la sécurité des patients. Ils sont spécialement conçus pour ne pas nuire au mouvement fluide des côtés de lit.</span></p>\\n<h5><strong>Ensembles disponibles</strong></h5>\\n<ul>\\n<li>Ensemble 4 pièces (tous les côtés de lit)</li>\\n<li>Ensemble 2 pièces (côtés de lit situés à la tête seulement)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077209e67195d7ba6126629"},"path":"/storage/uploads/2021/04/14/6077209ec49d501---Seizure-pads_PR.jpg"},{"meta":{"title":"","asset":"6077209f07d89f4ae371e4d8"},"path":"/storage/uploads/2021/04/14/6077209ef006002----Seizure-pads_CX.jpg"}],"title":"Ensemble de coussins de protection des côtés de lit","subtitle":"POUR UNE PROTECTION ACCRUE","summary":"<p>Conçus pour ne pas nuire au mouvement fluide des côtés de lit de la plateforme <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, les coussins de protection des côtés de lit offrent un amortissement supplémentaire qui minimise les risques que les patients se blessent.</p>\\n<h5>Ensembles disponibles</h5>\\n<ul>\\n<li>Ensemble 4 pièces (tous les côtés de lit)</li>\\n<li>Ensemble 2 pièces (côtés de lit situés à la tête seulement)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Contrôle patient amovible","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720ce07d89f4ae371e4d9"},"path":"/storage/uploads/2021/04/14/607720ce2960e01---Patient-control-2-funcitons_PR.jpg"},{"meta":{"title":"","asset":"607720ce737fcd53ca0ffad7"},"path":"/storage/uploads/2021/04/14/607720ce4f14c02---Patient-control-2-funcitons_CX.jpg"}],"title":"Contrôle patient 2 fonctions","subtitle":"POUR LE CONFORT ET L’AUTONOMIE DES PATIENTS","summary":"<p><span style=\\"font-weight: 400;\\">Permettant de contrôler les mouvements du dossier et de la section des genoux, ce contrôle patient 2 fonctions favorise l’autonomie des patients et leur procure un plus grand confort.</span></p>\\n<h5><strong>Fonctions</strong></h5>\\n<ul>\\n<li>Élévation et abaissement du dossier</li>\\n<li>Élévation et abaissement de la section des genoux</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720e9737fcd53ca0ffad8"},"path":"/storage/uploads/2021/04/14/607720e92e2f901---Patient-control-5-functions_PR.jpg"},{"meta":{"title":"","asset":"607720e907d89f4ae371e4da"},"path":"/storage/uploads/2021/04/14/607720e94d00302---Patient-control-5-functions_CX.jpg"}],"title":"Contrôle patient 5 fonctions","subtitle":"POUR FAVORISER L’AUTONOMIE DES PATIENTS DANS LE OOK COCOON","summary":"<p><span style=\\"font-weight: 400;\\">Spécialement conçu pour le </span><a href=\\"/fr-ca/produits/lits/ook-cocoon/\\"><span style=\\"font-weight: 400;\\">ook cocoon</span></a><span style=\\"font-weight: 400;\\">, ce contrôle patient 5 fonctions donne aux patients une plus grande autonomie en leur permettant d’ajuster la position des différentes sections du lit.</span></p>\\n<h5><strong>Fonctions</strong></h5>\\n<ul>\\n<li>Élévation et abaissement du dossier</li>\\n<li>Élévation et abaissement de la section des genoux</li>\\n<li>Élévation et abaissement de la hauteur du lit</li>\\n<li>Position chaise</li>\\n<li>Position lit à plat</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720ff07d89f4ae371e4db"},"path":"/storage/uploads/2021/04/14/607720ff3e55e01---Patient-control-6-fonctions_PR.jpg"},{"meta":{"title":"","asset":"607720ff737fcd53ca0ffad9"},"path":"/storage/uploads/2021/04/14/607720ff5e85302---Patient-control-6-fonctions_CX.jpg"}],"title":"Contrôle patient 6 fonctions","subtitle":"POUR FAVORISER L’AUTONOMIE DES PATIENTS DANS LE OOK SNOW ALL","summary":"<p><span style=\\"font-weight: 400;\\">Spécialement conçu pour le </span><a href=\\"/fr-ca/produits/lits/ook-snow-all/\\"><span style=\\"font-weight: 400;\\">ook snow ALL</span></a><span style=\\"font-weight: 400;\\">, ce contrôle patient 6 fonctions permet d’ajuster la position des différentes sections du lit pour maximiser l’autonomie des patients.</span></p>\\n<h5><strong>Fonctions</strong></h5>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Élévation et abaissement du dossier</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Élévation et abaissement de la section des genoux</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Élévation et abaissement de la hauteur du lit</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Position chaise</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Position lit à plat</span></li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\"><span style=\\"font-weight: 400;\\">Aide au repositionnement (6 degrés)</span></li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Des questions sur nos accessoires et outils?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/04/22/60817a4e821b2CTA_Contact_1919_x_876.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":true,"custom_link":null,"blue_text":true,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em>La disponibilité des produits, options, accessoires et outils peut varier en fonction du modèle et de la région. Contactez votre représentant local pour plus d\'informations</em></p>"}}],"_mby":"607d66da96276b7763444951","_by":"5f7235cb372719443d31adf6","_modified":1711632470,"_created":1604517555,"meta_description":"Découvrez notre gamme d’accessoires de haute qualité incluant un chariot de transport novateur, des trapèzes de lit, un support à urinal ou des tiges à soluté.","meta_title":"Accessoires et outils | Améliorez la fonctionnalité de vos lits","noindex":false,"og_image":null,"_link":"product_type"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les produits","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Une gamme complète de produits novateurs axés sur vos réels besoins ","subtitle":null,"text":"Conçue en partenariat avec des professionnels du milieu, la gamme de produits d’Umano Medical est constituée de lits d’hôpitaux novateurs qui se combinent à différences surfaces d’appui préventives et thérapeutiques. Nous proposons également du mobilier durable pour différents milieux de soins ainsi que divers accessoires complémentaires. Découvrez les solutions d’Umano Medical.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Lits","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow - Umano Medical","asset":"60732c82614f5d607c57cc87"},"path":"/storage/uploads/2021/04/11/60732c81ec19d5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL - Umano Medical","asset":"60732a8d614f5d607c57cc73"},"path":"/storage/uploads/2021/04/11/60732a8d12b255fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée pour les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH - Umano Medical","asset":"60732c8623e8e75143597ebe"},"path":"/storage/uploads/2021/04/11/60732c86e91eb5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon - Umano Medical","asset":"60732c8b23e8e75143597ebf"},"path":"/storage/uploads/2021/04/11/60732c8bae2a45fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme - MAX-SECURE - Umano Medical","asset":"60732e705233d24f00646a2d"},"path":"/storage/uploads/2021/04/11/60732e70e05355fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Surfaces d\'appui","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":"Surface d\'appui","summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST yellow","asset":"607243ee6d51374d82592663"},"path":"/storage/uploads/2021/04/11/607243ee4b74d5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST green","asset":"6073262c614f5d607c57cc52"},"path":"/storage/uploads/2021/04/11/6073262c458775fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenX","asset":"6070aed2beed9862c37751c6"},"path":"/storage/uploads/2021/04/09/6070aed28244d5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenXi","asset":"6070b05af0febe6fb3059088"},"path":"/storage/uploads/2021/04/09/6070b05a7294e5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"AirNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"AirNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"AirNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Mobilier hautement sécurisé - soins de santé mentale","asset":"607327b25233d24f00646a07"},"path":"/storage/uploads/2021/04/11/607327b2afdba5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Table pour lit d\'hôpital - Table FTG","asset":"607328615233d24f00646a0b"},"path":"/storage/uploads/2021/04/11/607328612e1a55fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":null,"summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect ","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital intelligent et connecté - Umano Connect"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: La technologie simplifiée au service des équipes de soins.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Notre gamme de produits novatrice comprend divers types de lits, des surfaces d’appui ainsi que du mobilier et des accessoires. Découvrez tous nos produits.","meta_title":"Produits | Une gamme complète de produits novateurs axés sur vos besoins réels ","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Expertise","slug":"/fr-ca/expertise/","parent":"","childs":"","meta_title":"Notre expertise | Aller au-delà de la fabrication d’équipement | Umano Medical","meta_description":"Nos équipements médicaux novateurs et notre service client sans pareil sont là pour votre établissement et ses patients. Découvrez notre expertise fièrement Canadienne. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Notre expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Créer une expérience qui va bien au-delà de l’équipement médical","subtitle":null,"text":"Au fil des ans, notre équipe a maintenu son objectif d’offrir des lits d’hôpitaux qui ont un impact significatif pour les professionnels de la santé et leurs patients. Aujourd’hui, notre expertise va bien au-delà de la fabrication d’équipement. Entre une approche rigoureuse de la prévention des chutes et des infections, une compréhension approfondie des besoins de divers milieux de soins, une vision avant-gardiste du lit d’hôpital et une volonté d’offrir le meilleur service client qui soit, nos différents champs d’expertise s’unissent pour vous offrir une expérience des plus positives.","link":null,"link_text":null,"bigger_content":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Repenser le service client, pour vous satisfaire à 100 %","text":"<p>Chez Umano Medical, nous sommes fiers d’aborder le <a href=\\"/fr-ca/relation-client/umanocares/\\">service client</a> différemment. Nous adoptons une approche unique qui reflète notre engagement à atteindre votre entière satisfaction. Ainsi, à chaque étape du processus, notre équipe s’affaire à répondre à vos besoins de manière proactive et à faciliter la transition de vos équipements. Assistance technique 24/7, <a href=\\"/fr-ca/relation-client/plans-de-service/\\">programmes d’entretien</a> inégalés, réseau international de représentants et de techniciens, expédition de pièces en un jour… tous les autres avantages ne feront que bonifier encore plus votre expérience. Par-dessus tout, vous aurez la certitude de pouvoir compter sur notre équipe, quoi qu’il arrive.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Développer des lits d’hôpitaux qui comblent vos réels besoins","text":"<p>Notre savoir-faire réside aussi dans le développement d’équipements médicaux axés sur la réponse à vos réels besoins. Notre plateforme de lit innovante, le <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, adopte une approche à 360° de la prévention des chutes et des infections. Grâce à ses caractéristiques avancées et à sa hauteur basse, le <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a> vous aide à offrir de hauts niveaux de performance clinique et une sécurité accrue tout en préservant la dignité des patients, et ce, quel que soit l’environnement de soins. Nous sommes toujours à l’écoute et adaptons nos produits à votre réalité en constante évolution. Pour nous, il s’agit de la seule façon de nous assurer que nous répondons à vos besoins actuels tout comme à vos exigences futures.</p>"}},{"value":{"image":null,"title":"Simplifier les opérations quotidiennes des établissements de soins","text":"<p>En tant que réel partenaire de votre établissement, notre équipe s’appuie sur son expertise pour simplifier vos opérations quotidiennes. Nos lits, polyvalents et durables, deviennent des alliés essentiels pour faciliter la gestion de votre flotte d’équipement puisqu’ils peuvent être standardisés à travers différents environnements de soins. Ils contribuent ainsi à accroitre l’efficacité du personnel tout en diminuant les besoins de formation. De plus, notre <a href=\\"/fr-ca/relation-client/umanocares/\\">service client</a> inégalé et nos <a href=\\"/fr-ca/relation-client/plans-de-service/\\">programmes d’entretien</a> personnalisables s’assurent de protéger votre investissement. Grâce à l’ensemble de ces avantages, votre établissement parvient à réduire ses coûts de possession tout en augmentant la satisfaction du personnel.</p>"}},{"value":{"image":null,"title":"Surpasser les standards de conception et de fabrication","text":"<p>En tant que fabricant québécois d’équipement médical, Umano Medical se distingue par la qualité de ses procédés de conception et de fabrication. Des recherches constantes menées en étroite collaboration avec les professionnels du réseau, combinées à notre écoute empathique, nous amènent à développer des solutions ingénieuses pour le milieu de la santé. Par ailleurs, après des décennies à concevoir et fabriquer des lits d’hôpitaux, nous avons mis au point des méthodes hautement spécialisées qui reflètent les toutes dernières avancées en matière de production. Vous pouvez ainsi avoir confiance en la qualité de nos produits entièrement fabriqués au sein d’une usine québécoise.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contribuer à l’amélioration des performances cliniques","text":"<p>Pour nous, la proximité avec les acteurs du réseau de la santé est indispensable pour élaborer des solutions adaptées et pertinentes. C’est pourquoi nous nous appuyons sur nos partenariats à long terme avec des centres d’innovation et des établissements de santé reconnus. Nous pouvons également compter sur l’expérience de notre équipe clinique interne. Ces précieuses connaissances, combinées à des technologies de pointe, soutiennent votre établissement dans sa volonté de toujours améliorer les soins donnés aux patients. Il en va de même pour nos lits d’hôpitaux innovants et notre gamme de surfaces d’appui préventives et thérapeutiques qui vous aident à atteindre de hauts niveaux de performance clinique.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"},"title":"Prendre part au développement des soins du futur","text":"<p>L’équipe d’Umano Medical a à cœur de constamment faire évoluer ses produits et de développer de nouvelles technologies afin d’améliorer le confort des patients et la productivité des équipes de soin. En collaboration avec nos clients et nos partenaires sur le terrain, nous nous efforçons d’imaginer le futur des soins de santé. Un futur simple, collaboratif et connecté. Notre équipe a développé la technologie <a href=\\"https://www.umanomedical.com/fr-ca/produits/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> qui permet aux équipes de soin de suivre en temps quasi-réel l’état et le mouvement des lits. Cet ajout à notre gamme de produit permet de n’intervenir que lorsque nécessaire, assurant ainsi aux patients le confort et la dignité dont ils ont besoin. Les soins de santé et les hôpitaux deviennent de plus en plus intelligents, et comme partenaire innovant, nous sommes à l’avant-garde du développement de nouvelles technologies facilitant le confort des patients et l’efficacité des équipes de soin.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b761521e422148c237fb8"},"path":"/storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche vous rejoint?","text":"<p>Explorez les possibilités qu’elle représente pour vous.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contactez-nous pour en discuter","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/fr-ca/relation-client/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","title":"UmanoCares","slug":"/fr-ca/relation-client/umanocares/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/fr-ca/relation-client/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"UmanoCares | Repenser le service client","meta_description":"Parce vous méritez ce qu’il y a de mieux, nous sommes fiers de concevoir le service client différemment. Découvrez UmanoCares dès maintenant.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"UmanoCares: notre engagement</br>envers nos clients","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"wysiwyg","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\">Notre promesse: vous soutenir à chaque étape</h2>\\n<p style=\\"text-align: left;\\">Pour nous, le service à la clientèle est une priorité. Tous nos clients méritent l’excellence, rien de moins. C’est pourquoi nous nous assurons que vous bénéficiez d\'une qualité, d\'une fiabilité et d\'une tranquillité d\'esprit exceptionnelles tout au long de votre expérience. Notre offre de service UmanoCares vous assure de recevoir le service que vous méritez. Nos programmes d’entretien sont une preuve que nous sommes fiers de nos produits et que vous serez supporté, peu importe la situation.</p>","smaller":true}},{"component":"statistics","settings":{"id":"","class":"","style":"","title":"Pourquoi nous choisir?","description":null,"statistics":[{"value":{"title":"Vous êtes notre priorité.","percentage":99,"text":"<p><span style=\\"font-weight: 400;\\">de nos clients ont parlé à un membre de notre équipe dans la journée où ils nous ont contactés (appels et courriels durant la fin de semaine inclus. </span></p>","image":{"path":"page-umanocares/Here-for-you---Blue-CMYK.png"},"reversed_fields":false}},{"value":{"title":"N’attendez plus pour vos pièces.","percentage":90,"text":"<p><span style=\\"font-weight: 400;\\">de nos clients ont leurs pièces expédiées en 24h. Par ailleurs, 98% des clients les ont leurs pièces expédiées en moins de 48h.</span></p>","image":{"path":"page-service/no-more-waiting-blue-cmyk.png"},"reversed_fields":false}},{"value":{"title":"Vous offrir toujours mieux.","percentage":94,"text":"<p><span style=\\"font-weight: 400;\\">de nos clients sont satisfaits de la qualité de notre service à la clientèle.</span></p>","image":{"path":"page-umanocares/better-together-blue-cmyk.png"},"reversed_fields":false}}]}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"La Promesse Umano","title_short":"La Promesse Umano","subtitle":"Notre service de qualité est toujours inclus, et ce, gratuitement","text":"<p style=\\"text-align: left;\\">Chez Umano Medical, nous nous engageons à toujours fournir un niveau de service impeccable, et ce, à tous nos clients. Un excellent service à la clientèle n’est pas une option. C’est pourquoi la Promesse Umano est incluse gratuitement avec chaque produit Umano Medical.</p>\\n<p style=\\"text-align: left;\\">La Promesse Umano comprend de nombreux avantages tels qu\'un gestionnaire de projet attitré pour faciliter la transition vers vos nouveaux équipements et un technicien UmanoTech pour vous soutenir pendant la livraison. Nous nous engageons aussi à expédier les pièces dont vous avez besoin le jour même, en plus de vous offrir un accès direct à notre assistance technique 24 heures sur 24, 7 jours sur 7 et 365 jours par an. Il est aussi possible de développer une solution spécifique à vos besoins grâce à nos programmes d’entretien personnalisés et nos compléments conçus pour préserver votre tranquillité d’esprit.</p>\\n<p style=\\"text-align: left;\\">Que vous souhaitiez effectuer un diagnostic, commander des pièces ou obtenir de l’assistance pour l’utilisation de nos produits, nous sommes là pour vous!</p>\\n<h5 class=\\"text-black mb-4\\" style=\\"text-align: left;\\">Les principaux avantages de la Promesse Umano</h5>\\n<ul style=\\"text-align: left;\\">\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Un accès à l’assistance technique 24 heures sur 24, 7 jours sur 7, 365 jours par an</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Une garantie supérieure sur les pièces et la main-d’œuvre</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Une expédition des pièces le jour même</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Un chargé de projet attitré sur place pour faciliter la transition vers vos nouveaux équipements</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Une assistance sur place lors de la livraison et de l’installation</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Des techniciens UmanoTech qualifiés partout en Amérique du Nord</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Toutes les pièces de rechange nécessaires, disponibles à tout moment<span style=\\"font-weight: 400;\\"> <br /></span></li>\\n</ul>\\n<p class=\\"text-center\\" style=\\"text-align: left;\\"><a class=\\"btn / mt-4\\" href=\\"https://www.umanomedical.com/fr-ca/relation-client/plans-de-service/\\"><span style=\\"font-weight: 400;\\">Personnalisez votre expérience avec nos programmes d’entretien</span></a></p>","image":{"path":"page-umanocares/the-umano-promise.jpg"}}}],"background":false,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":true}},{"component":"form_technical_support","settings":{"id":"obtenirdelaide","class":"","style":"","empty":"Besoin d\'assistance? Parlez à l’un de nos spécialistes dès maintenant.","text":"<h2>Besoin d\'assistance? Parlez à l’un de nos spécialistes dès maintenant.</h2>\\n<p> </p>\\n<p>Si vous avez besoin d\'aide avec nos produits, sachez qu’un simple coup de fil nous sépare!</p>\\n<p>1877-247-7494 (numéro sans frais)</p>\\n<p>Vous pouvez également nous contacter en remplissant ce formulaire. Un de nos techniciens UmanoTech vous contactera rapidement.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Besoin d\'assistance?","text":"<p>Si vous avez besoin d\'aide avec nos produits, sachez qu’un simple coup de fil nous sépare!</p>\\n<p>1 877-247-7494 (numéro sans frais)</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Voir nos programmes d’entretien","image":{"path":"page-service/cta-plus-amples-renseignements.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":true,"gray_background":false,"negative_top":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"telephone":"8772477494","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":13,"_modified":1699300225,"_created":1604947553,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa1692d8d683a232b5c5432","title":"Programmes d\'entretien","slug":"/fr-ca/relation-client/plans-de-service/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/fr-ca/relation-client/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","params":"","params_en_ca":null,"meta_title":"Programmes d’entretien | Jusqu’à 10 ans de protection","meta_description":"Nos programmes flexibles vous aident à réduire vos coûts de possession et à préserver votre tranquillité d\'esprit. Voyez ce que nous pouvons faire pour vous.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Nos programmes d’entretien: des solutions personnalisées qui surpasseront vos attentes","text":null,"image":{"path":"page-service/assemblage-umanocares.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Nos programmes d’entretien","subtitle":"","text":"<div class=\\"prettier-text-image\\">\\n<p><span style=\\"font-weight: 400;\\">Plus qu’une simple garantie</span></p>\\n<p><span style=\\"font-weight: 400;\\">Nous répondons de nos produits en proposant des plans de service uniques qui correspondent à vos besoins réels. Nous nous soucions de notre partenariat avec nos clients et nous nous efforcerons de répondre à toutes vos attentes en matière de services.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Nos programmes d’entretien vous permettent de garder vos équipements fonctionnels et prêts à accueillir des patients pendant 10 ans. Que vous ayez besoin d’un programme plus autonome ou d’une formule tout compris, nos programmes d’entretien offrent une tranquillité d’esprit en tout temps.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Ils complètent à merveille la Promesse Umano!</span></p>\\n<p> </p>\\n<p><a href=\\"/storage/uploads/2022/02/02/61fa91aa373eeDpliant-Programme-dentretien---001-9009-R1---CAN-FRA.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">Télécharger nos programmes d\'entretien</a></p>\\n</div>","link":null,"link_text":null,"image":{"path":"page-service/umano-promise-fr-crop.png"},"image_left":false,"wider":true,"tablet_half_width":true,"desktop_img_full":true,"image_link":null}},{"component":"table","settings":{"id":"","class":"","style":"","title":"Découvrez nos programmes d’entretien","text":"<p class=\\"western\\" style=\\"line-height: 108%; margin-bottom: 0.28cm;\\"><span style=\\"font-family: Arial, serif;\\">Comparez les avantages de chacun des programmes d’entretien pour déterminer celui qui convient le mieux à vos besoins. Vous pouvez aussi bonifier votre programme avec des ajouts complémentaires.</span></p>","lines":[{"value":{"title":"Accès 24/7 au soutien d’un expert","selected":"1-1"}},{"value":{"title":"Expédition des pièces le jour même","selected":"1-1"}},{"value":{"title":"Opérations simplifiées — aucune tâche administrative","selected":"1-1"}},{"value":{"title":"Assistance sur place pendant la livraison et l\'installation","selected":"1-1"}},{"value":{"title":"Protection totale pour les pièces, y compris sur les dommages causés par des erreurs d\'utilisation","selected":"1-1"}},{"value":{"title":"Protection totale pour la main d’œuvre, y compris sur les dommages causés par des erreurs d\'utilisation","selected":"0-1"}},{"value":{"title":"Expert sur place en moins de 72 h","selected":"1-1"}}],"rows":[{"value":{"title":"AUTONOMIE"}},{"value":{"title":"SÉRÉNITÉ"}}],"footer":"Les ajouts — personnalisez votre programme","lines_add_on":[{"value":{"title":"Certification UmanoTech","selected":"1-1"}},{"value":{"title":"Maintenance préventive","selected":"1-1"}},{"value":{"title":"Unités de rechange","selected":"1-1"}},{"value":{"title":"Trousse de pièces sur mesure","selected":"1-1"}}],"container_smaller":false,"hide_table_on_mobile":true}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"Des programmes d’entretien allant jusqu’à 10 ans, conçus pour vous offrir la paix d’esprit ","slides":[{"value":{"title":"Le programme d’entretien Autonomie","title_short":"Autonomie","subtitle":"Optimisez vos ressources","text":"<p>Le programme d’entretien Autonomie a été conçu pour optimiser vos ressources internes et réduire davantage vos coûts totaux de possession. Dans cette optique, votre équipe s’occupe de la maintenance, et nous fournissons toutes les pièces nécessaires, sans poser plus de questions. Même les dommages résultants d\'erreurs d\'utilisation sont couverts! Pour que vos techniciens se sentent en confiance lorsqu’ils font la maintenance de nos produits, un survol technique est effectué pendant l’installation et une assistance technique est offerte 24 heures sur 24, 7 jours sur 7. Le programme Autonomie permet ainsi à votre équipe de maintenir votre équipement fonctionnel de façon simple et efficace!</p>\\n<p>Vous pouvez convertir votre garantie supérieure en un programme d’entretien Autonomie, et ce, sans frais supplémentaires.</p>\\n<h5 class=\\"text-black mb-4\\">Les points forts du programme Autonomie</h5>\\n<ul>\\n<li>Une protection pour les pièces, y compris sur les dommages causés par des erreurs d\'utilisation</li>\\n<li>Un traitement simplifié des demandes pour éliminer la charge administrative</li>\\n<li>Un coût fixe, quels que soient vos besoins en pièces</li>\\n<li>Une durée de protection pouvant aller jusqu’à 10 ans</li>\\n</ul>","image":{"path":"page-service/peace-of-mind-parts-plan-01-slider-vertical-.jpg"}}},{"value":{"title":"Le programme d’entretien Sérénité","title_short":"Sérénité","subtitle":"Optez pour la tranquillité d’esprit : on s’occupe de tout!","text":"<p>Le programme d’entretien Sérénité vous offre une solution complète en formule tout compris. Le programme garantit le remplacement des pièces et la main-d’œuvre technique pour réparer tous les bris aux produits, incluant ceux qui résultent d\'erreurs d\'utilisation.</p>\\n<p>Avec le programme Sérénité nous prenons tout en charge afin de garder votre équipement toujours fonctionnel de façon simple et sans surprises… la parfaite sérénité!</p>\\n<h5 class=\\"text-black mb-4\\">Les points forts du programme Sérénité</h5>\\n<ul>\\n<li>Tous les avantages de la Promesse Umano</li>\\n<li>Une protection totale sur les pièces et la main d’œuvre, y compris sur les dommages causés par des erreurs d\'utilisation</li>\\n<li>Un technicien spécialiste sur place dans les 72 heures suivant l’appel</li>\\n<li>Un budget fixe couvrant l’intégralité du service d’entretien et de main-d’œuvre, renouvelable à chaque année</li>\\n<li>Une durée de protection pouvant aller jusqu’à 10 ans</li>\\n</ul>","image":{"path":"page-service/team-umano.png"}}}],"background":false,"counter":"Plan","add_margin_top":false,"big_slides":true,"align_left_mobile":true}},{"component":"addon","settings":{"id":"","class":"","style":"","title":"Personnalisez votre programme d’entretien avec nos ajouts complémentaires ","subtitle":"","text":"Nos programmes d’entretien peuvent être bonifiés par des ajouts complémentaires. Vous pouvez les sélectionner individuellement ou les combiner pour créer une solution parfaitement adaptée à vos besoins!","addon":[{"value":{"image":{"path":"page-service/better-together-blue-cmyk.png"},"title":"La certification UmanoTech","subtitle":"Devenez un expert","text":"Offerte par un technicien UmanoTech qualifié, cette certification permet à vos propres techniciens d’avoir une plus ample compréhension de nos produits afin de devenir, à leur tour, des techniciens UmanoTech certifiés."}},{"value":{"image":{"path":"page-service/preventive-maintenance-blue-cmyk.png"},"title":"Une maintenance préventive","subtitle":"Protégez votre investissement","text":"Gardez votre équipement en condition optimale grâce à ce service annuel de maintenance préventive. Un examen complet du lit et les calibrations requises seront effectués sur place par un technicien UmanoTech certifié."}},{"value":{"image":{"path":"page-service/backup-units-blue-cmyk.png"},"title":"Un lit de rechange disponible en tout temps","subtitle":"Ayez un lit supplémentaire pour toute situation","text":"Vous pouvez bonifier vos programmes d’entretien grâce à un ou plusieurs lits de rechange disponibles sur place afin de minimiser les temps d’arrêt au sein de votre établissement."}},{"value":{"image":{"path":"page-service/tool-box-blue-cmyk.png"},"title":"Une trousse de pièces sur mesure","subtitle":"Gardez les pièces dont vous pourriez avoir besoin à portée de main","text":"Écourtez les délais de traitement des imprévus et réduisez les coûts. Conçue par nos techniciens UmanoTech qualifiés et basée sur la configuration précise de votre produit, cette trousse permet de simplifier la gestion d’inventaire et vous assure que vous avez tout ce qu’il vous faut entre les mains."}}],"align_four_desktop":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Envie d’en savoir plus?","text":"<p><span style=\\"font-weight: 400;\\">Notre équipe se fera un plaisir de créer un programme d’entretien adapté à vos besoins.</span></p>\\n<p><span style=\\"font-weight: 400;\\"> </span></p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Trouvez votre représentant maintenant!","image":{"path":"storage/uploads/2021/04/08/606f09cd757ce605df485b3c7eService-Plan---Image.jpg"},"image_as_background":true,"image_right":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1725541656,"_created":1604413740,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","title":"Documentation et vidéos","slug":"/fr-ca/ressources/education/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"presentation","settings":{"id":"presentation-container","class":"","style":"","image":null,"title":"Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.","subtitle":null,"text":"Gagnez du temps et facilitez la formation du personnel en consultant notre répertoire de documents et d’outils conçus pour vous. Grâce à cette base de connaissances centralisée, votre équipe sera bien outillée pour maîtriser les produits Umano Medical et parfaire ses compétences techniques.\\n\\n","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"education","settings":{"id":"","class":"","style":"","title":"","text":"","navigation":[{"value":{"image":{"path":"storage/educations/ook-snow---introduction---thumbnails.jpg"},"name":"ook snow","link":"https://www.umanomedical.com/fr-ca/ressources/education/ook-snow/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-ALL---introduction---thumbnails.jpg"},"name":"ook snow ALL","link":"https://www.umanomedical.com/fr-ca/ressources/education/ook-snow-all/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-mh---introduction---thumbnails.jpg"},"name":"ook snow MH","link":"https://www.umanomedical.com/fr-ca/ressources/education/ook-snow-mh/#navigation-container"}},{"value":{"image":{"path":"storage/educations/cocoon---introduction---thumbnails.jpg"},"name":"ook cocoon","link":"https://www.umanomedical.com/fr-ca/ressources/education/ook-cocoon/#navigation-container"}},{"value":{"image":{"path":"storage/educations/onenest---introduction---thumbnails.jpg"},"name":"oneNEST","link":"https://www.umanomedical.com/fr-ca/ressources/education/onenest/#navigation-container"}},{"value":{"image":{"path":"storage/educations/Touslesmodles---introduction---thumbnails.jpg"},"name":"Tous les modèles","link":"https://www.umanomedical.com/fr-ca/ressources/education/#navigation-container"}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p><sub>Umano Medical entame son virage vert. Afin de réduire le gaspillage de papier, un seul exemplaire du manuel d\'utilisateur par commande sera expédié. Des copies électroniques sont disponibles sur le site d\'Umano Medical, dans la section <a href=\\"https://ifu.umanomedical.com/fr-ca/\\" target=\\"_blank\\" rel=\\"noopener\\">Ressources</a>. Pour des copies papier supplémentaires, les demandes seront traitées dans un délai de 7 jours.</sub></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Des questions sur un de nos produits?","text":"<p>Nous sommes là pour y répondre!</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Nous contacter","image":{"path":"/storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1699373480,"_created":1602861638,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f7e0ec5b5f16e5b405123f2","title":"Témoignages","slug":"/fr-ca/ressources/temoignages/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Révolutionner les soins de santé, un lit à la fois","text":null,"image":{"path":"/storage/uploads/2020/12/16/5fda67e29e29aen-tte---testimonials-1.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Découvrez comment nos produits changent la donne pour des établissements aux quatre coins du monde","subtitle":null,"text":"Par notre approche centrée sur l’humain et notre gamme de produits novateurs, nous souhaitons être un partenaire de confiance pour tous nos clients. C’est pourquoi nous éprouvons un immense sentiment de fierté lorsque des professionnels de la santé du monde entier expriment leur satisfaction. Découvrez quelques témoignages récents qui nous permettent de dire « mission accomplie »!","link":null,"link_text":null,"bigger_content":true,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"64ad5d57c1686f77cc2f04d2","link":"testimonies","display":"Les Jardins du Haut Saint-Laurent - Saint-Augustin-de-Desmaures, Québec, Canada"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60410b1b77eab7620f562a64","link":"testimonies","display":"Sharp Memorial Hospital, San Diego, California"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"604108b177eab7620f562a61","link":"testimonies","display":"Mercy East Communities, St. Louis (Missouri)"},"show":"big_testimony"}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"À vos côtés à chaque étape","link":null,"link_text":null,"testimonies":[{"_id":"6041110077eab7620f562a7a","link":"testimonies","display":"André Laverdière agent de prévention, CIUSS de la Montérégie-Est"},{"_id":"6041100ad497e1012535f10a","link":"testimonies","display":"Lee Watson gestionnaire de la chaîne d’approvisionnement, Mercy East Communities"},{"_id":"60410f74d497e1012535f108","link":"testimonies","display":"Jonathan Giguère CHU de Québec, Canada"}],"bg_white":true,"only_text":false,"big_padding":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60411290eb5f13493512871d","link":"testimonies","display":"St Luke’s Hospice Plymouth, United Kingdom"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous aimeriez savoir comment nous pouvons aider votre organisation?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Communiquez avec nous","image":{"path":"/storage/uploads/2021/03/04/6041085a2a236CTA---services-plans-8.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"link_showroom":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"6035799cd37eca311e2b2b7c","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1706208201,"_created":1602096837,"_pid":null,"meta_description":"Des établissements à travers le monde ont trouvé une réponse à leurs besoins grâce à nos produits et notre service client sans pareil. Lisez leurs témoignages.","meta_title":"Témoignages | Un impact positif et concret pour nos clients","noindex":false,"og_image":null,"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f80bfb2de4e935eb93a6191","title":"Blogue","slug":"/fr-ca/ressources/blogue/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Blogue Umano Medical","text":"<p>Nouvelles idées et perspectives à l’avant-garde dans le domaine médical</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":[],"link":[],"link_text":"Parcourez nos articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":"","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"","subtitle":"Le fruit d’une étroite collaboration entre notre équipe et des experts du domaine de la santé","text":"<p>Nous sommes bien plus qu’un fournisseur de lits d’hôpitaux: notre équipe est votre partenaire de confiance. En tant que chef de file dans le domaine médical, nous savons que la qualité des soins passe par des produits médicaux adaptés aux réels besoins de votre équipe et de vos patients. L’accès à de l’information de qualité est la clé pour bien comprendre comment certains produits médicaux peuvent transformer votre quotidien.\\n\\nNous croyons qu’il est essentiel de partager notre savoir, notre expertise et notre expérience afin de contribuer aux conversations qui font progresser le domaine médical.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3> </h3>\\n<h3>Nos articles de blogue</h3>\\n<p><strong>Prenez part à la conversation en découvrant nos nouvelles idées et perspectives en collaboration avec des acteurs du domaine de la santé.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Nous partageons de nouvelles idées et perspectives avec des experts du domaine de la santé. Parcourez tous nos articles de blogue pour en apprendre plus.","meta_title":"Le blogue Umano Medical","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Notre histoire","slug":"/fr-ca/a-propos/notre-histoire/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"À propos"},"childs":"","meta_title":"À propos d’Umano Medical | Découvrez l\'histoire de notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"L\'histoire d\'Umano Medical","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Découvrez notre histoire","subtitle":"Une source inépuisable de motivation","text":"<p>Umano Medical collabore aujourd’hui avec des milliers de professionnels de la santé à travers le monde.</p>\\n<p>Pour en arriver là, nous nous sommes appuyés sur nos 40 ans d’expérience dans le domaine et le talent exceptionnel de notre équipe. Mais le réel secret derrière cette réussite est sans doute notre détermination à toute épreuve.</p>\\n<p>D’où vient cette ambition à tout vouloir révolutionner? La réponse est dans notre histoire.</p>\\n<p>Les jalons qui ont marqué notre route nous ont mené à accueillir les défis avec force et ouverture. Ils ont fait de nous une équipe résiliente, flexible et exceptionnellement déterminée. Surtout, ils ont fait de notre histoire une source inépuisable de motivation.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"Découvrez les grandes étapes qui nous ont amenés là où nous sommes aujourd\'hui","dates":[{"value":{"date":"1920","text":"<h3>Un petit atelier de soudure ouvre ses portes à L’Islet</h3>\\n<p>Joseph Poitras ouvre un atelier de soudure dans le village de L’Islet, au Québec. Ses activités évoluent au fil des ans et des besoins, passant de la soudure à la fabrication de mobilier scolaire.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>L’usine se consacre entièrement à la fabrication de lits d’hôpitaux</h3>\\n<p>Après des années à transformer le métal, le propriétaire de l’atelier de soudure constate une demande pour de l’équipement médical dans la province. À compter de 1984, l’usine se consacre entièrement à la fabrication de lits d’hôpitaux. Cette production se poursuit pendant les décennies suivantes, jusqu’à son acquisition en 2000.</p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3>Annonce de fermeture : une triste nouvelle pour la communauté et un moment décisif pour l’établissement</h3>\\n<p>Le propriétaire de l’usine de l’époque décide de délocaliser les activités. Comme l’usine emploie alors plus de 350 personnes, la nouvelle crée une onde de choc dans toute la communauté.</p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3>Un nouveau souffle, une nouvelle vision : Umano Medical voit le jour</h3>\\n<p>Motivés par le désir de préserver le savoir-faire et les connaissances acquises au fil des ans, quatre administrateurs de l’ancienne entreprise décident de lancer un nouveau projet. Ces visionnaires souhaitent répondre aux besoins non comblés du domaine médical. Cette nouvelle insuffle un immense sentiment d’espoir dans toute la région.</p>\\n<p>L’équipe, le savoir-faire et la vision s’unissent alors. Et l’avenir semble à nouveau à portée de main.</p>","image":{"path":"/storage/uploads/2021/03/02/603e71cabb8c9Employs-1-1.jpg","meta":{"title":"Une nouvelle vision, un sentiment d’appartenance : Umano Medical voit le jour."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3>Umano Medical lance un lit d’hôpital révolutionnaire, fruit d’un travail acharné et d’une immense concertation</h3>\\n<p>Entre 2012 et 2015, l’équipe d’Umano Medical rencontre des centaines de professionnels de la santé de partout au Québec et en Amérique du Nord pour bien comprendre leur réalité et leurs besoins. Cette étroite collaboration permet de mettre au point tout nouveau lit d’hôpital – le ook snow – qui allait révolutionner l’industrie.</p>\\n<p>Après des années de travail, l’équipe peut enfin offrir des solutions innovantes aux professionnels de la santé.</p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>L’entreprise connaît une croissance phénoménale, fruit de son approche centrée sur l’humain et de sa gamme de produits en constante évolution.</h3>\\n<p><span style=\\"font-weight: 400;\\">Au lancement du <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, la demande dans le milieu de la santé est aussi forte qu’immédiate. En peu de temps</span><span style=\\"font-weight: 400;\\">, l</span><span style=\\"font-weight: 400;\\">’offre de produits devient une gamme complète de lits et de matelas. Notre équipe se distingue d’abord et avant tout par son approche proactive, centrée sur l’humain.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Autrement dit, nous ne nous contentons pas d’offrir des lits d’hôpitaux; nous prenons soin de devenir votre partenaire. Nos pratiques et nos produits novateurs sont sans aucun doute à l’origine de notre croissance soutenue et nous rapprochent de notre objectif ultime : révolutionner les standards d’expérience client et d’innovation dans le domaine médical.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"15"}},{"value":{"date_white":"20","date_blue":"16","interval":null,"text":"<h3>Umano Medical s’illustre par son approche distinctive. L’offre de produits se diversifie.</h3>\\n<p>À la suite du lancement du <a href=\\"collection://products/5f7cb117ded5334d22228d92\\">ook snow</a>, la demande pour les produits d’Umano Medical est aussi forte qu’immédiate. L’offre de produits s’étend rapidement en une gamme complète de <a href=\\"collection://product_type/5f860d6719f7374e69347363\\">lits médicaux</a> et de <a href=\\"collection://product_type/5f860d78d7abba27e63267c5\\">surfaces d\'appui</a>.</p>\\n<p>Au-delà de ses produits novateurs, Umano Medical s’illustre dans l’industrie par son écoute proactive et son approche centrée sur l’humain.</p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2016.jpg"}}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3>La pandémie de COVID-19 frappe le monde entier, Umano Medical répond avec le RESC-U BED</h3>\\n<p>Dans une volonté de soutenir les communautés médicales et de répondre à la forte demande de lits dans un contexte pandémique, <a href=\\"collection://news/607c9e4b57f1d90951364173\\">Umano Medical développe le lit RESC-U BED</a>. Conçu en un temps record, ce lit de soins d’urgence et de rétablissement peut être déployé rapidement, en réponse aux besoins immédiats des populations touchées.</p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3>Dix ans après sa création, Umano Medical est reconnue mondialement comme fournisseur d’équipement médical</h3>\\n<p>En 2022, Umano Medical poursuit sa croissance phénoménale. Son équipe, tout comme sa gamme de produits, connaît une expansion continue. Ayant désormais deux places d’affaires au Québec, un bureau aux États-Unis et une présence active sur quatre continents, Umano Medical est plus que jamais déterminée à surpasser les attentes des professionnels de la santé à travers le monde.</p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2>Aujourd’hui, l’histoire d’Umano Medical se poursuit.</h2>\\n<p> </p>\\n<h3>Votre entière satisfaction demeure notre plus grande récompense.</h3>\\n<p> </p>\\n<p>Nous ne pouvons être plus fiers du chemin parcouru. Nous sommes aussi conscients de tout le travail qu’il reste à faire pour mieux répondre aux besoins du secteur médical.</p>\\n<p>Forts de cette détermination exceptionnelle, nous mettons maintenant toute notre expertise au service de vos besoins en constante évolution. Chaque jour, nous tâchons de livrer le même service d’excellence, de créer de nouvelles solutions et d’adopter les plus récentes technologies pour améliorer votre expérience. Chaque jour, nous poursuivons notre mission de vous satisfaire à 100 %.</p>\\n<p>Ensemble, révolutionnons le domaine médical.</p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du prochain chapitre","text":"<p>Vous souhaitez collaborer avec nous? Bâtissons l’avenir dès aujourd’hui.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Notre mission et nos valeurs","slug":"/fr-ca/a-propos/notre-mission-et-vision/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"À propos"},"childs":"","meta_title":"À propos d’Umano Medical | Notre mission, vision et nos valeurs","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Qui nous sommes","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Présentation","anchor":"presentation"}},{"value":{"title":"Notre mission","anchor":"notre-mission"}}]}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Permettez-nous de nous présenter","subtitle":null,"text":"Nous sommes bien plus qu’un fournisseur de lits d’hôpitaux : nous sommes votre prochain partenaire de confiance. En tant que chefs de file dans le domaine médical, nous concevons, fabriquons et distribuons une gamme unique de lits d’hôpitaux révolutionnaires et de produits médicaux complémentaires. Par notre approche centrée sur l’humain et notre gamme de lits novatrice — la plateforme ook snow — nous souhaitons répondre aux besoins réels des établissements de soins de santé.\\n\\nDéterminée à dépasser vos attentes, notre équipe est toujours prête à s’attaquer au prochain défi. Notre histoire a façonné notre passion et notre audace. À titre de partenaire de confiance et de fournisseur québécois de lits d’hôpitaux, Umano Medical est fier d’offrir ce qu’il y a de mieux aux professionnels de la santé de partout dans le monde.\\n","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"notre-mission","class":"","style":"","title":"Notre mission : faire les choses différemment","subtitle":"Découvrez ce qui nous pousse à nous dépasser quotidiennement ","text":"<p>Nous faisons bien plus que concevoir et fournir de l’équipement médical : en tant que partenaires de confiance, nous sommes déterminés à vous satisfaire à 100 %. Par notre écoute empathique, notre service proactif et nos employés engagés, nous concevons et fabriquons des produits performants qui répondent à vos réels besoins.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Découvrez les valeurs profondément ancrées qui nous inspirent au quotidien","subtitle":"Nos valeurs d’entreprise ne font pas que tapisser les murs de nos bureaux. Elles nous amènent à repousser nos limites et sont des sources d’inspiration pour chacun de nos gestes.","blocs":[{"value":{"title":"L’humain avant tout","text":"<p><span style=\\"font-weight: 400;\\">Les gens sont notre priorité absolue, qu’ils soient des patients, des professionnels de la santé ou des employés. Nous avons à cœur les relations humaines et en faisons notre priorité.</span></p>"}},{"value":{"title":"Intégrité","text":"<p><span style=\\"font-weight: 400;\\">Chez Umano Medical, nous misons sur l’intégrité et la transparence pour tisser des partenariats à long terme qui reposent sur la confiance.</span></p>"}},{"value":{"title":"Travail d\'équipe","text":"<p><span style=\\"font-weight: 400;\\">Ensemble, nous allons plus loin. Notre esprit de collaboration permet à chacun de faire briller son talent dans l’atteinte de notre objectif commun.</span></p>"}},{"value":{"title":"Responsabilité","text":"<p><span style=\\"font-weight: 400;\\">Nous sommes conscients des retombées de nos produits et de notre contribution au domaine médical. Vous pouvez compter sur nous pour honorer nos engagements.</span></p>"}},{"value":{"title":"Innovation","text":"<p><span style=\\"font-weight: 400;\\">Sortir des sentiers battus ne nous suffit pas : nous pavons nos propres chemins. Nous accueillons vos besoins avec souplesse et ouverture d’esprit, et faisons preuve d’innovation dans tout ce que nous accomplissons.</span></p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche centrée sur l’humain et notre écoute attentive des besoins sont à la base de notre service à la clientèle inégalé.","text":"<p><span style=\\"font-weight: 400;\\">Voyez à quel point nous sommes déterminés à offrir une tranquillité d’esprit absolue à tous nos clients.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Découvrez comment nous réinventons l’expérience client","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Fournisseurs","slug":"/fr-ca/a-propos/fournisseurs/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"À propos"},"childs":"","meta_title":"À propos d’Umano Medical | Fournisseurs","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Fournisseurs","text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Découvrez notre documentation pour fournisseur","subtitle":"","text":"<p><br /><a href=\\"/storage/uploads/2024/05/28/6655e9ad781f2RAPPORT-S-211.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">RAPPORT S-211.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/05/28/6655e9bc3ce98CODE-DE-CONDUITE.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE DE CONDUITE.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/05/28/6655e9b4d85f3POLITIQUE-DACHAT.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">POLITIQUE D\'ACHAT.pdf</a></p>","link":null,"link_text":"https://cms.umanomedical.com/storage/uploads/2024/05/28/6655e9ad781f2RAPPORT-S-211.pdf","image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du prochain chapitre","text":"<p>Vous souhaitez collaborer avec nous? Bâtissons l’avenir dès aujourd’hui.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"Nouvelles et événements","slug":"/fr-ca/a-propos/nouvelles-et-evenements/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"À propos"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Nouvelles et évènements","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Les événements à venir","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Événements"},"link_text":"Voir","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Dernière nouvelles","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"Voir","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Plus de nouvelles","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"Voir","news_list":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous souhaitez discuter de vos besoins avec l’un de nos experts?","text":"<p>Nul besoin d’attendre qu’un événement se présente! Notre équipe est disponible en tout temps pour vous écouter et vous donner toute l’information dont vous avez besoin. Contactez-nous maintenant.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Trouver mon représentant local","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"Toutes les nouvelles sur Umano Medical. Restez d\'actualités en parcourant nos nouvelles et événements.","meta_title":"Nouvelles et événements | Rencontrez l’équipe Umano Medical ","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Développement durable","slug":"/fr-ca/a-propos/developpement-durable/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"À propos"},"childs":"","meta_title":"À propos d’Umano Medical | Développement durable","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"DURABILITÉ","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Une mission propulsée par un désir de changer les choses","subtitle":"Découvrez ce qui nous pousse à nous dépasser chaque jour","text":"<p>La durabilité est au cœur de la stratégie d’Umano Medical. Nous avons mis en place un solide programme pour suivre et améliorer nos pratiques environnementales, sociales et de gouvernance, conformément aux normes établies.</p>\\n<p>Nos efforts sont guidés par trois principes phares, parfaitement alignés sur les objectifs en matière de développement durable des Nations unies : la responsabilité environnementale, la contribution sociale et l’éthique de gouvernance. C’est sur la base de ces principes que nous évaluons les progrès réalisés.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d46c5afc4cVisuel-2-ESG.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environnement","anchor":"environnement"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Gouvernance","anchor":"gouvernance"}}]}},{"component":"text","settings":{"id":"environnement","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environnement</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Gestion responsable : le principe des 3 « RV »","subtitle":"","text":"<p>Dans le cadre de notre stratégie de développement durable, nous mettons activement en œuvre le principe des 3 « RV » (Réduction, Réutilisation, Recyclage et Valorisation) de manière à réduire notre empreinte écologique et à promouvoir des pratiques responsables dans l’ensemble de l’entreprise.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ec85e5d423RV---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Initiatives environnementales","subtitle":"Découvrez ce que nous faisons concrètement pour protéger l’environnement.","text":"<p><strong>Projet de réduction du carbone</strong></p>\\n<p>Chez Umano Medical, nous reconnaissons l’importance de lutter contre les changements climatiques. En 2022, nous avons voulu contribuer à ce vaste chantier en concevant l’ébauche d’un ambitieux projet de réduction du carbone.</p>\\n<p>Nous nous engageons à réduire de 50 % nos émissions de GES d’ici 2027*. Nous avons mis en place plusieurs améliorations qui nous aident à surveiller, mesurer et réduire nos émissions dans le but d\'atteindre cet objectif.</p>\\n<p>*<em>Scopes 1 et 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/668438a65cf2aVisuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Miser sur des produits durables","text":"<p>Chez Umano Medical, nous voulons réduire notre empreinte environnementale à toutes les étapes du cycle de vie de nos produits. Voici quelques initiatives prises à cette fin.</p>\\n<p><strong>Augmentation de la durée de vie</strong> : Tous nos produits ont une durée de vie de 10 à 15 ans qui surpasse celle de nos compétiteurs et qui permet de limiter considérablement la quantité de déchets générés.</p>\\n<p><strong>Conformité à la directive ROHS</strong> : Nous évitons d’utiliser des matières dangereuses lors de la conception de nos produits et veillons à réduire notre empreinte environnementale.</p>\\n<p><strong>Virage numérique </strong>: Toute la documentation relative à nos produits et à notre matériel publicitaire est maintenant offerte seulement en ligne. Ce virage numérique nous a permis de réduire notre utilisation du papier, l’information essentielle étant désormais accessible via un code QR, à même nos lits.</p>\\n<p><strong>Solutions d’emballage innovantes </strong>: Nos emballages sont conçus pour résister à de nombreux cycles et à de multiples utilisations.</p>\\n<p>En adoptant ces mesures, Umano Medical établit un précédent en matière de responsabilité et de durabilité dans l’industrie de l’équipement médical.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Amélioration de nos infrastructures et de nos équipements","text":"","categories":[{"value":{"title":null}}],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png"},"title":null,"text":"<p>Umano Medical s’emploie à améliorer ses infrastructures et équipements de manière à réduire encore davantage son empreinte carbone. Parmi ces initiatives, mentionnons l’intégration d’un système avancé de récupération de la chaleur dans notre siège social de L’Islet. La chaleur ainsi récupérée permet de chauffer l’établissement et, ainsi, de réduire l’une de nos principales sources d’émissions directes.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"<p>Autre initiative de réduction des GES : le remplacement des navettes à essence par des véhicules hybrides, amorcé en 2022.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"<p>Nous avons également optimisé nos processus de fabrication en adoptant des technologies de peinture à la fine pointe. Cette modernisation nous a permis de réduire considérablement l’utilisation de matières dangereuses et d’éliminer nos émissions de composés organiques volatils (COV).</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"<p>Mais il y a plus encore : nos récentes constructions sont faites de matériaux d’isolation écoénergétiques qui réduisent à la fois nos émissions de GES et notre consommation d’énergie.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"L’environnement : une préoccupation constante","text":null,"categories":null,"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Chez Umano Medical, nous pensons qu’il est essentiel de gérer nos déchets de façon responsable. C’est pourquoi nous avons mis en place un système de tri dans nos installations qui comprend la collecte des résidus alimentaires à des fins de compostage.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>Nous collaborons avec des entreprises locales pour optimiser le recyclage des matériaux qui ne peuvent être réutilisés, comme le carton et l’acier. Ces matières sont revalorisées dans la conception de nouveaux produits, ce qui favorise l’économie circulaire. Par ailleurs, nous donnons à nos employées et employés la possibilité de récupérer les résidus de bois générés par nos activités pour leur usage personnel.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>De plus, nous travaillons activement à réduire les produits à usage unique en encourageant tous les membres de notre personnel à opter pour les tasses et les ustensiles réutilisables. Nous demandons également à des entreprises spécialisées de collecter les batteries usagées et certains équipements électroniques pour nous assurer qu’ils sont adéquatement recyclés.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Initiatives sociales","subtitle":"L’engagement social d’Umano Medical repose sur l’humain. Nous valorisons la diversité et l’inclusion, faisons de la sécurité une priorité et nous efforçons de créer un environnement de travail où chaque personne se sent respectée et valorisée.","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Notre engagement envers notre personnel","subtitle":"","text":"<ul>\\n<li>Cultiver votre potentiel. Chez Umano Medical, nous savons que nous pouvons compter sur l’expertise des uns et des autres. Nous misons sur vos forces, mobilisons votre expertise, favorisons votre perfectionnement et célébrons chaque étape menant à la réalisation de votre plein potentiel.</li>\\n<li>Valoriser votre savoir-faire. Notre équipe aux ressources humaines a collaboré avec des spécialistes pour concevoir un programme de formation qui vous permet non seulement de maintenir vos compétences à jour, mais aussi d’en acquérir de nouvelles.</li>\\n<li>Former les leaders de demain. Grâce à un programme spécialement conçu pour les gestionnaires actuels et futurs, Umano Medical vous permet d’acquérir les compétences managériales et le leadership dont vous aurez besoin pour atteindre de nouveaux sommets.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672e943b27f92.png"},"title":"Unir nos forces au-delà des frontières","text":"<p>Chez Umano Medical, nous pensons que la diversité, l’équité et l’inclusion sont essentielles à notre succès et à la réalisation de notre mission. C’est pourquoi nous nous engageons à créer un milieu de travail où la contribution et les idées de chaque personne sont respectées et valorisées.</p>\\n<p><em>Je tiens à vous remercier du fond du cœur pour l’aide que vous m’avez apportée dans ma recherche de logement. Je suis très reconnaissante pour votre soutien et pour le professionnalisme dont vous avez fait preuve tout au long du processus. Grâce à vous, je me suis sentie pleinement soutenue. J’étais prête à m’installer et à me concentrer sur mes nouvelles fonctions chez Umano Medical.</em></p>\\n<p><em>Encore une fois, merci beaucoup pour votre précieuse aide. </em></p>\\n<p><em>Sincèrement,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672e950a642e1.png"},"title":null,"text":"<p><em>Bonjour. </em></p>\\n<p><em>Je suis infiniment reconnaissante pour l’accueil chaleureux que j’ai reçu à mon arrivée au Canada, et plus particulièrement chez Umano Medical. Tout a été méticuleusement orchestré pour ma famille et moi, et le soutien exceptionnel de l’équipe a grandement facilité notre intégration et notre adaptation à notre nouvelle vie. Nous avons également pu obtenir de précieux conseils et des réponses rapides à nos questions</em></p>\\n<p><em>L’accueil chaleureux de mes collègues et des gestionnaires a grandement facilité mon intégration à l’équipe. J’ai également été touchée par leurs petites attentions, comme celle d’offrir des vêtements d’hiver et des jouets à mes enfants. J’ai l’impression d’avoir intégré une nouvelle famille.</em></p>\\n<p><em>Un jour, alors que j’accompagnais mes enfants à l’école, guidée par Daniel et sa femme, Sophie, j’ai vu leurs noms inscrits sur leur bureau et leur casier. J’ai été profondément émue par ce geste qui m’a rappelé le lien exceptionnel qui m’unit à l’équipe d’Umano Medical. </em></p>\\n<p><em>Merci à toute l’équipe d’avoir facilité mon arrivée et mon intégration! L’expérience est au-delà de mes attentes. </em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical offre un environnement sécuritaire, au travail comme à la maison.","subtitle":"","text":"<p>Chez Umano Medical, la sécurité de notre personnel est une priorité, au travail comme à la maison. Nous croyons fermement à l’importance d’investir dans des ressources communautaires et de contribuer à la protection de nos employées. C’est pourquoi nous collaborons avec des centres d’hébergement locaux, comme le Regroupement des maisons pour femmes victimes de violence conjugale. Ce réseau qui vient en aide à des femmes de partout au Québec depuis 1979 regroupe 42 centres d’hébergement qui s’efforcent de préserver l’intégrité physique et psychologique des femmes qui subissent de la violence conjugale.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text","settings":{"id":"gouvernance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Gouvernance</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Mesures de gouvernance","subtitle":"","text":"<p>L’intégrité et l’excellence sont au cœur de l’ensemble de nos actions. Découvrez l’étendue de nos mesures de gouvernance et les raisons pour lesquelles une collaboration avec nous vous assurerait la tranquillité d’esprit.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Normes éthiques et conformité","title_short":null,"subtitle":null,"text":"<p>Nous adhérons aux normes les plus exigeantes en matière d’éthique, de gestion du risque et de conformité, et ce, dans tous les aspects de nos activités. Notre engagement se manifeste par notre respect de multiples certifications, notamment : MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA et d\'autres encore.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Culture Lean","title_short":null,"subtitle":null,"text":"<p>Se distinguant par son agilité et son innovation, Umano Medical a intégré la culture Lean à l’ensemble de ses processus. Adhérant à la méthode Kaizen, nous améliorons continuellement nos techniques de travail pour répondre efficacement aux besoins de notre clientèle tout en éliminant tous les types de déchets.</p>","image":{"path":"/storage/uploads/2024/07/03/6685533f87c2aLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\">Chaîne d’approvisionnement responsable</h2>\\n<p style=\\"text-align: center;\\">Umano Medical s’engage à préserver la transparence et l’intégrité de sa chaîne d’approvisionnement. Notre politique de sélection des fournisseurs est alignée sur le projet de loi S-211 du gouvernement du Canada, la <em>Loi édictant la Loi sur la lutte contre le travail forcé et le travail des enfants dans les chaînes d\'approvisionnement et modifiant le Tarif des douanes</em>. Ainsi, nous garantissons que le processus de fabrication de l’ensemble de nos produits est exempt de travail forcé et de travail infantile.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"Par ailleurs, notre stratégie d’approvisionnement repose sur les quatre principes de base suivants.","blocs":[{"value":{"title":"1","text":"<p>Respect des droits des travailleuses et des travailleuses : Nous assurons le respect de la dignité humaine dans l’ensemble de nos opérations et tout au long de notre chaîne d’approvisionnement.</p>\\n<p> </p>"}},{"value":{"title":"2","text":"<p>Responsabilité environnementale : Nous mettons constamment en œuvre des pratiques durables qui limitent notre empreinte écologique.</p>"}},{"value":{"title":"3","text":"<p>Viabilité économique : Nous assurons la viabilité de nos opérations et la durabilité de notre santé financière.</p>\\n<p> </p>"}},{"value":{"title":"4","text":"<p>Diversité de la chaîne d’approvisionnement : Nous promouvons la diversité et l’inclusion et offrons des chances égales à tous nos partenaires dans l’ensemble de nos processus d’approvisionnement.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche centrée sur l’humain et notre écoute attentive des besoins sont à la base de notre service à la clientèle inégalé.","text":"<p><span style=\\"font-weight: 400;\\">Voyez à quel point nous sommes déterminés à offrir une tranquillité d’esprit absolue à tous nos clients.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Découvrez comment nous réinventons l’expérience client","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Notre histoire","slug":"/fr-ca/a-propos/notre-histoire/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"À propos d’Umano Medical | Découvrez l\'histoire de notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"L\'histoire d\'Umano Medical","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Découvrez notre histoire","subtitle":"Une source inépuisable de motivation","text":"<p>Umano Medical collabore aujourd’hui avec des milliers de professionnels de la santé à travers le monde.</p>\\n<p>Pour en arriver là, nous nous sommes appuyés sur nos 40 ans d’expérience dans le domaine et le talent exceptionnel de notre équipe. Mais le réel secret derrière cette réussite est sans doute notre détermination à toute épreuve.</p>\\n<p>D’où vient cette ambition à tout vouloir révolutionner? La réponse est dans notre histoire.</p>\\n<p>Les jalons qui ont marqué notre route nous ont mené à accueillir les défis avec force et ouverture. Ils ont fait de nous une équipe résiliente, flexible et exceptionnellement déterminée. Surtout, ils ont fait de notre histoire une source inépuisable de motivation.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"Découvrez les grandes étapes qui nous ont amenés là où nous sommes aujourd\'hui","dates":[{"value":{"date":"1920","text":"<h3>Un petit atelier de soudure ouvre ses portes à L’Islet</h3>\\n<p>Joseph Poitras ouvre un atelier de soudure dans le village de L’Islet, au Québec. Ses activités évoluent au fil des ans et des besoins, passant de la soudure à la fabrication de mobilier scolaire.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>L’usine se consacre entièrement à la fabrication de lits d’hôpitaux</h3>\\n<p>Après des années à transformer le métal, le propriétaire de l’atelier de soudure constate une demande pour de l’équipement médical dans la province. À compter de 1984, l’usine se consacre entièrement à la fabrication de lits d’hôpitaux. Cette production se poursuit pendant les décennies suivantes, jusqu’à son acquisition en 2000.</p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3>Annonce de fermeture : une triste nouvelle pour la communauté et un moment décisif pour l’établissement</h3>\\n<p>Le propriétaire de l’usine de l’époque décide de délocaliser les activités. Comme l’usine emploie alors plus de 350 personnes, la nouvelle crée une onde de choc dans toute la communauté.</p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3>Un nouveau souffle, une nouvelle vision : Umano Medical voit le jour</h3>\\n<p>Motivés par le désir de préserver le savoir-faire et les connaissances acquises au fil des ans, quatre administrateurs de l’ancienne entreprise décident de lancer un nouveau projet. Ces visionnaires souhaitent répondre aux besoins non comblés du domaine médical. Cette nouvelle insuffle un immense sentiment d’espoir dans toute la région.</p>\\n<p>L’équipe, le savoir-faire et la vision s’unissent alors. Et l’avenir semble à nouveau à portée de main.</p>","image":{"path":"/storage/uploads/2021/03/02/603e71cabb8c9Employs-1-1.jpg","meta":{"title":"Une nouvelle vision, un sentiment d’appartenance : Umano Medical voit le jour."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3>Umano Medical lance un lit d’hôpital révolutionnaire, fruit d’un travail acharné et d’une immense concertation</h3>\\n<p>Entre 2012 et 2015, l’équipe d’Umano Medical rencontre des centaines de professionnels de la santé de partout au Québec et en Amérique du Nord pour bien comprendre leur réalité et leurs besoins. Cette étroite collaboration permet de mettre au point tout nouveau lit d’hôpital – le ook snow – qui allait révolutionner l’industrie.</p>\\n<p>Après des années de travail, l’équipe peut enfin offrir des solutions innovantes aux professionnels de la santé.</p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>L’entreprise connaît une croissance phénoménale, fruit de son approche centrée sur l’humain et de sa gamme de produits en constante évolution.</h3>\\n<p><span style=\\"font-weight: 400;\\">Au lancement du <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, la demande dans le milieu de la santé est aussi forte qu’immédiate. En peu de temps</span><span style=\\"font-weight: 400;\\">, l</span><span style=\\"font-weight: 400;\\">’offre de produits devient une gamme complète de lits et de matelas. Notre équipe se distingue d’abord et avant tout par son approche proactive, centrée sur l’humain.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Autrement dit, nous ne nous contentons pas d’offrir des lits d’hôpitaux; nous prenons soin de devenir votre partenaire. Nos pratiques et nos produits novateurs sont sans aucun doute à l’origine de notre croissance soutenue et nous rapprochent de notre objectif ultime : révolutionner les standards d’expérience client et d’innovation dans le domaine médical.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"15"}},{"value":{"date_white":"20","date_blue":"16","interval":null,"text":"<h3>Umano Medical s’illustre par son approche distinctive. L’offre de produits se diversifie.</h3>\\n<p>À la suite du lancement du <a href=\\"collection://products/5f7cb117ded5334d22228d92\\">ook snow</a>, la demande pour les produits d’Umano Medical est aussi forte qu’immédiate. L’offre de produits s’étend rapidement en une gamme complète de <a href=\\"collection://product_type/5f860d6719f7374e69347363\\">lits médicaux</a> et de <a href=\\"collection://product_type/5f860d78d7abba27e63267c5\\">surfaces d\'appui</a>.</p>\\n<p>Au-delà de ses produits novateurs, Umano Medical s’illustre dans l’industrie par son écoute proactive et son approche centrée sur l’humain.</p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2016.jpg"}}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3>La pandémie de COVID-19 frappe le monde entier, Umano Medical répond avec le RESC-U BED</h3>\\n<p>Dans une volonté de soutenir les communautés médicales et de répondre à la forte demande de lits dans un contexte pandémique, <a href=\\"collection://news/607c9e4b57f1d90951364173\\">Umano Medical développe le lit RESC-U BED</a>. Conçu en un temps record, ce lit de soins d’urgence et de rétablissement peut être déployé rapidement, en réponse aux besoins immédiats des populations touchées.</p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3>Dix ans après sa création, Umano Medical est reconnue mondialement comme fournisseur d’équipement médical</h3>\\n<p>En 2022, Umano Medical poursuit sa croissance phénoménale. Son équipe, tout comme sa gamme de produits, connaît une expansion continue. Ayant désormais deux places d’affaires au Québec, un bureau aux États-Unis et une présence active sur quatre continents, Umano Medical est plus que jamais déterminée à surpasser les attentes des professionnels de la santé à travers le monde.</p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2>Aujourd’hui, l’histoire d’Umano Medical se poursuit.</h2>\\n<p> </p>\\n<h3>Votre entière satisfaction demeure notre plus grande récompense.</h3>\\n<p> </p>\\n<p>Nous ne pouvons être plus fiers du chemin parcouru. Nous sommes aussi conscients de tout le travail qu’il reste à faire pour mieux répondre aux besoins du secteur médical.</p>\\n<p>Forts de cette détermination exceptionnelle, nous mettons maintenant toute notre expertise au service de vos besoins en constante évolution. Chaque jour, nous tâchons de livrer le même service d’excellence, de créer de nouvelles solutions et d’adopter les plus récentes technologies pour améliorer votre expérience. Chaque jour, nous poursuivons notre mission de vous satisfaire à 100 %.</p>\\n<p>Ensemble, révolutionnons le domaine médical.</p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du prochain chapitre","text":"<p>Vous souhaitez collaborer avec nous? Bâtissons l’avenir dès aujourd’hui.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Notre mission et nos valeurs","slug":"/fr-ca/a-propos/notre-mission-et-vision/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"À propos d’Umano Medical | Notre mission, vision et nos valeurs","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Qui nous sommes","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Présentation","anchor":"presentation"}},{"value":{"title":"Notre mission","anchor":"notre-mission"}}]}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Permettez-nous de nous présenter","subtitle":null,"text":"Nous sommes bien plus qu’un fournisseur de lits d’hôpitaux : nous sommes votre prochain partenaire de confiance. En tant que chefs de file dans le domaine médical, nous concevons, fabriquons et distribuons une gamme unique de lits d’hôpitaux révolutionnaires et de produits médicaux complémentaires. Par notre approche centrée sur l’humain et notre gamme de lits novatrice — la plateforme ook snow — nous souhaitons répondre aux besoins réels des établissements de soins de santé.\\n\\nDéterminée à dépasser vos attentes, notre équipe est toujours prête à s’attaquer au prochain défi. Notre histoire a façonné notre passion et notre audace. À titre de partenaire de confiance et de fournisseur québécois de lits d’hôpitaux, Umano Medical est fier d’offrir ce qu’il y a de mieux aux professionnels de la santé de partout dans le monde.\\n","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"notre-mission","class":"","style":"","title":"Notre mission : faire les choses différemment","subtitle":"Découvrez ce qui nous pousse à nous dépasser quotidiennement ","text":"<p>Nous faisons bien plus que concevoir et fournir de l’équipement médical : en tant que partenaires de confiance, nous sommes déterminés à vous satisfaire à 100 %. Par notre écoute empathique, notre service proactif et nos employés engagés, nous concevons et fabriquons des produits performants qui répondent à vos réels besoins.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Découvrez les valeurs profondément ancrées qui nous inspirent au quotidien","subtitle":"Nos valeurs d’entreprise ne font pas que tapisser les murs de nos bureaux. Elles nous amènent à repousser nos limites et sont des sources d’inspiration pour chacun de nos gestes.","blocs":[{"value":{"title":"L’humain avant tout","text":"<p><span style=\\"font-weight: 400;\\">Les gens sont notre priorité absolue, qu’ils soient des patients, des professionnels de la santé ou des employés. Nous avons à cœur les relations humaines et en faisons notre priorité.</span></p>"}},{"value":{"title":"Intégrité","text":"<p><span style=\\"font-weight: 400;\\">Chez Umano Medical, nous misons sur l’intégrité et la transparence pour tisser des partenariats à long terme qui reposent sur la confiance.</span></p>"}},{"value":{"title":"Travail d\'équipe","text":"<p><span style=\\"font-weight: 400;\\">Ensemble, nous allons plus loin. Notre esprit de collaboration permet à chacun de faire briller son talent dans l’atteinte de notre objectif commun.</span></p>"}},{"value":{"title":"Responsabilité","text":"<p><span style=\\"font-weight: 400;\\">Nous sommes conscients des retombées de nos produits et de notre contribution au domaine médical. Vous pouvez compter sur nous pour honorer nos engagements.</span></p>"}},{"value":{"title":"Innovation","text":"<p><span style=\\"font-weight: 400;\\">Sortir des sentiers battus ne nous suffit pas : nous pavons nos propres chemins. Nous accueillons vos besoins avec souplesse et ouverture d’esprit, et faisons preuve d’innovation dans tout ce que nous accomplissons.</span></p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche centrée sur l’humain et notre écoute attentive des besoins sont à la base de notre service à la clientèle inégalé.","text":"<p><span style=\\"font-weight: 400;\\">Voyez à quel point nous sommes déterminés à offrir une tranquillité d’esprit absolue à tous nos clients.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Découvrez comment nous réinventons l’expérience client","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Fournisseurs","slug":"/fr-ca/a-propos/fournisseurs/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"À propos d’Umano Medical | Fournisseurs","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Fournisseurs","text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Découvrez notre documentation pour fournisseur","subtitle":"","text":"<p><br /><a href=\\"/storage/uploads/2024/05/28/6655e9ad781f2RAPPORT-S-211.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">RAPPORT S-211.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/05/28/6655e9bc3ce98CODE-DE-CONDUITE.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE DE CONDUITE.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/05/28/6655e9b4d85f3POLITIQUE-DACHAT.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">POLITIQUE D\'ACHAT.pdf</a></p>","link":null,"link_text":"https://cms.umanomedical.com/storage/uploads/2024/05/28/6655e9ad781f2RAPPORT-S-211.pdf","image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du prochain chapitre","text":"<p>Vous souhaitez collaborer avec nous? Bâtissons l’avenir dès aujourd’hui.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"Nouvelles et événements","slug":"/fr-ca/a-propos/nouvelles-et-evenements/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Nouvelles et évènements","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Les événements à venir","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Événements"},"link_text":"Voir","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Dernière nouvelles","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"Voir","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Plus de nouvelles","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"Voir","news_list":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous souhaitez discuter de vos besoins avec l’un de nos experts?","text":"<p>Nul besoin d’attendre qu’un événement se présente! Notre équipe est disponible en tout temps pour vous écouter et vous donner toute l’information dont vous avez besoin. Contactez-nous maintenant.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Trouver mon représentant local","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"Toutes les nouvelles sur Umano Medical. Restez d\'actualités en parcourant nos nouvelles et événements.","meta_title":"Nouvelles et événements | Rencontrez l’équipe Umano Medical ","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Développement durable","slug":"/fr-ca/a-propos/developpement-durable/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"À propos d’Umano Medical | Développement durable","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"DURABILITÉ","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Une mission propulsée par un désir de changer les choses","subtitle":"Découvrez ce qui nous pousse à nous dépasser chaque jour","text":"<p>La durabilité est au cœur de la stratégie d’Umano Medical. Nous avons mis en place un solide programme pour suivre et améliorer nos pratiques environnementales, sociales et de gouvernance, conformément aux normes établies.</p>\\n<p>Nos efforts sont guidés par trois principes phares, parfaitement alignés sur les objectifs en matière de développement durable des Nations unies : la responsabilité environnementale, la contribution sociale et l’éthique de gouvernance. C’est sur la base de ces principes que nous évaluons les progrès réalisés.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d46c5afc4cVisuel-2-ESG.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environnement","anchor":"environnement"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Gouvernance","anchor":"gouvernance"}}]}},{"component":"text","settings":{"id":"environnement","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environnement</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Gestion responsable : le principe des 3 « RV »","subtitle":"","text":"<p>Dans le cadre de notre stratégie de développement durable, nous mettons activement en œuvre le principe des 3 « RV » (Réduction, Réutilisation, Recyclage et Valorisation) de manière à réduire notre empreinte écologique et à promouvoir des pratiques responsables dans l’ensemble de l’entreprise.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ec85e5d423RV---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Initiatives environnementales","subtitle":"Découvrez ce que nous faisons concrètement pour protéger l’environnement.","text":"<p><strong>Projet de réduction du carbone</strong></p>\\n<p>Chez Umano Medical, nous reconnaissons l’importance de lutter contre les changements climatiques. En 2022, nous avons voulu contribuer à ce vaste chantier en concevant l’ébauche d’un ambitieux projet de réduction du carbone.</p>\\n<p>Nous nous engageons à réduire de 50 % nos émissions de GES d’ici 2027*. Nous avons mis en place plusieurs améliorations qui nous aident à surveiller, mesurer et réduire nos émissions dans le but d\'atteindre cet objectif.</p>\\n<p>*<em>Scopes 1 et 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/668438a65cf2aVisuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Miser sur des produits durables","text":"<p>Chez Umano Medical, nous voulons réduire notre empreinte environnementale à toutes les étapes du cycle de vie de nos produits. Voici quelques initiatives prises à cette fin.</p>\\n<p><strong>Augmentation de la durée de vie</strong> : Tous nos produits ont une durée de vie de 10 à 15 ans qui surpasse celle de nos compétiteurs et qui permet de limiter considérablement la quantité de déchets générés.</p>\\n<p><strong>Conformité à la directive ROHS</strong> : Nous évitons d’utiliser des matières dangereuses lors de la conception de nos produits et veillons à réduire notre empreinte environnementale.</p>\\n<p><strong>Virage numérique </strong>: Toute la documentation relative à nos produits et à notre matériel publicitaire est maintenant offerte seulement en ligne. Ce virage numérique nous a permis de réduire notre utilisation du papier, l’information essentielle étant désormais accessible via un code QR, à même nos lits.</p>\\n<p><strong>Solutions d’emballage innovantes </strong>: Nos emballages sont conçus pour résister à de nombreux cycles et à de multiples utilisations.</p>\\n<p>En adoptant ces mesures, Umano Medical établit un précédent en matière de responsabilité et de durabilité dans l’industrie de l’équipement médical.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Amélioration de nos infrastructures et de nos équipements","text":"","categories":[{"value":{"title":null}}],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png"},"title":null,"text":"<p>Umano Medical s’emploie à améliorer ses infrastructures et équipements de manière à réduire encore davantage son empreinte carbone. Parmi ces initiatives, mentionnons l’intégration d’un système avancé de récupération de la chaleur dans notre siège social de L’Islet. La chaleur ainsi récupérée permet de chauffer l’établissement et, ainsi, de réduire l’une de nos principales sources d’émissions directes.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"<p>Autre initiative de réduction des GES : le remplacement des navettes à essence par des véhicules hybrides, amorcé en 2022.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"<p>Nous avons également optimisé nos processus de fabrication en adoptant des technologies de peinture à la fine pointe. Cette modernisation nous a permis de réduire considérablement l’utilisation de matières dangereuses et d’éliminer nos émissions de composés organiques volatils (COV).</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"<p>Mais il y a plus encore : nos récentes constructions sont faites de matériaux d’isolation écoénergétiques qui réduisent à la fois nos émissions de GES et notre consommation d’énergie.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"L’environnement : une préoccupation constante","text":null,"categories":null,"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Chez Umano Medical, nous pensons qu’il est essentiel de gérer nos déchets de façon responsable. C’est pourquoi nous avons mis en place un système de tri dans nos installations qui comprend la collecte des résidus alimentaires à des fins de compostage.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>Nous collaborons avec des entreprises locales pour optimiser le recyclage des matériaux qui ne peuvent être réutilisés, comme le carton et l’acier. Ces matières sont revalorisées dans la conception de nouveaux produits, ce qui favorise l’économie circulaire. Par ailleurs, nous donnons à nos employées et employés la possibilité de récupérer les résidus de bois générés par nos activités pour leur usage personnel.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>De plus, nous travaillons activement à réduire les produits à usage unique en encourageant tous les membres de notre personnel à opter pour les tasses et les ustensiles réutilisables. Nous demandons également à des entreprises spécialisées de collecter les batteries usagées et certains équipements électroniques pour nous assurer qu’ils sont adéquatement recyclés.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Initiatives sociales","subtitle":"L’engagement social d’Umano Medical repose sur l’humain. Nous valorisons la diversité et l’inclusion, faisons de la sécurité une priorité et nous efforçons de créer un environnement de travail où chaque personne se sent respectée et valorisée.","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Notre engagement envers notre personnel","subtitle":"","text":"<ul>\\n<li>Cultiver votre potentiel. Chez Umano Medical, nous savons que nous pouvons compter sur l’expertise des uns et des autres. Nous misons sur vos forces, mobilisons votre expertise, favorisons votre perfectionnement et célébrons chaque étape menant à la réalisation de votre plein potentiel.</li>\\n<li>Valoriser votre savoir-faire. Notre équipe aux ressources humaines a collaboré avec des spécialistes pour concevoir un programme de formation qui vous permet non seulement de maintenir vos compétences à jour, mais aussi d’en acquérir de nouvelles.</li>\\n<li>Former les leaders de demain. Grâce à un programme spécialement conçu pour les gestionnaires actuels et futurs, Umano Medical vous permet d’acquérir les compétences managériales et le leadership dont vous aurez besoin pour atteindre de nouveaux sommets.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672e943b27f92.png"},"title":"Unir nos forces au-delà des frontières","text":"<p>Chez Umano Medical, nous pensons que la diversité, l’équité et l’inclusion sont essentielles à notre succès et à la réalisation de notre mission. C’est pourquoi nous nous engageons à créer un milieu de travail où la contribution et les idées de chaque personne sont respectées et valorisées.</p>\\n<p><em>Je tiens à vous remercier du fond du cœur pour l’aide que vous m’avez apportée dans ma recherche de logement. Je suis très reconnaissante pour votre soutien et pour le professionnalisme dont vous avez fait preuve tout au long du processus. Grâce à vous, je me suis sentie pleinement soutenue. J’étais prête à m’installer et à me concentrer sur mes nouvelles fonctions chez Umano Medical.</em></p>\\n<p><em>Encore une fois, merci beaucoup pour votre précieuse aide. </em></p>\\n<p><em>Sincèrement,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672e950a642e1.png"},"title":null,"text":"<p><em>Bonjour. </em></p>\\n<p><em>Je suis infiniment reconnaissante pour l’accueil chaleureux que j’ai reçu à mon arrivée au Canada, et plus particulièrement chez Umano Medical. Tout a été méticuleusement orchestré pour ma famille et moi, et le soutien exceptionnel de l’équipe a grandement facilité notre intégration et notre adaptation à notre nouvelle vie. Nous avons également pu obtenir de précieux conseils et des réponses rapides à nos questions</em></p>\\n<p><em>L’accueil chaleureux de mes collègues et des gestionnaires a grandement facilité mon intégration à l’équipe. J’ai également été touchée par leurs petites attentions, comme celle d’offrir des vêtements d’hiver et des jouets à mes enfants. J’ai l’impression d’avoir intégré une nouvelle famille.</em></p>\\n<p><em>Un jour, alors que j’accompagnais mes enfants à l’école, guidée par Daniel et sa femme, Sophie, j’ai vu leurs noms inscrits sur leur bureau et leur casier. J’ai été profondément émue par ce geste qui m’a rappelé le lien exceptionnel qui m’unit à l’équipe d’Umano Medical. </em></p>\\n<p><em>Merci à toute l’équipe d’avoir facilité mon arrivée et mon intégration! L’expérience est au-delà de mes attentes. </em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical offre un environnement sécuritaire, au travail comme à la maison.","subtitle":"","text":"<p>Chez Umano Medical, la sécurité de notre personnel est une priorité, au travail comme à la maison. Nous croyons fermement à l’importance d’investir dans des ressources communautaires et de contribuer à la protection de nos employées. C’est pourquoi nous collaborons avec des centres d’hébergement locaux, comme le Regroupement des maisons pour femmes victimes de violence conjugale. Ce réseau qui vient en aide à des femmes de partout au Québec depuis 1979 regroupe 42 centres d’hébergement qui s’efforcent de préserver l’intégrité physique et psychologique des femmes qui subissent de la violence conjugale.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text","settings":{"id":"gouvernance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Gouvernance</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Mesures de gouvernance","subtitle":"","text":"<p>L’intégrité et l’excellence sont au cœur de l’ensemble de nos actions. Découvrez l’étendue de nos mesures de gouvernance et les raisons pour lesquelles une collaboration avec nous vous assurerait la tranquillité d’esprit.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Normes éthiques et conformité","title_short":null,"subtitle":null,"text":"<p>Nous adhérons aux normes les plus exigeantes en matière d’éthique, de gestion du risque et de conformité, et ce, dans tous les aspects de nos activités. Notre engagement se manifeste par notre respect de multiples certifications, notamment : MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA et d\'autres encore.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Culture Lean","title_short":null,"subtitle":null,"text":"<p>Se distinguant par son agilité et son innovation, Umano Medical a intégré la culture Lean à l’ensemble de ses processus. Adhérant à la méthode Kaizen, nous améliorons continuellement nos techniques de travail pour répondre efficacement aux besoins de notre clientèle tout en éliminant tous les types de déchets.</p>","image":{"path":"/storage/uploads/2024/07/03/6685533f87c2aLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\">Chaîne d’approvisionnement responsable</h2>\\n<p style=\\"text-align: center;\\">Umano Medical s’engage à préserver la transparence et l’intégrité de sa chaîne d’approvisionnement. Notre politique de sélection des fournisseurs est alignée sur le projet de loi S-211 du gouvernement du Canada, la <em>Loi édictant la Loi sur la lutte contre le travail forcé et le travail des enfants dans les chaînes d\'approvisionnement et modifiant le Tarif des douanes</em>. Ainsi, nous garantissons que le processus de fabrication de l’ensemble de nos produits est exempt de travail forcé et de travail infantile.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"Par ailleurs, notre stratégie d’approvisionnement repose sur les quatre principes de base suivants.","blocs":[{"value":{"title":"1","text":"<p>Respect des droits des travailleuses et des travailleuses : Nous assurons le respect de la dignité humaine dans l’ensemble de nos opérations et tout au long de notre chaîne d’approvisionnement.</p>\\n<p> </p>"}},{"value":{"title":"2","text":"<p>Responsabilité environnementale : Nous mettons constamment en œuvre des pratiques durables qui limitent notre empreinte écologique.</p>"}},{"value":{"title":"3","text":"<p>Viabilité économique : Nous assurons la viabilité de nos opérations et la durabilité de notre santé financière.</p>\\n<p> </p>"}},{"value":{"title":"4","text":"<p>Diversité de la chaîne d’approvisionnement : Nous promouvons la diversité et l’inclusion et offrons des chances égales à tous nos partenaires dans l’ensemble de nos processus d’approvisionnement.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche centrée sur l’humain et notre écoute attentive des besoins sont à la base de notre service à la clientèle inégalé.","text":"<p><span style=\\"font-weight: 400;\\">Voyez à quel point nous sommes déterminés à offrir une tranquillité d’esprit absolue à tous nos clients.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Découvrez comment nous réinventons l’expérience client","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Notre histoire","slug":"/fr-ca/a-propos/notre-histoire/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"À propos d’Umano Medical | Découvrez l\'histoire de notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"L\'histoire d\'Umano Medical","text":null,"image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-NOTRE-HISTOIRE.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Découvrez notre histoire","subtitle":"Une source inépuisable de motivation","text":"<p>Umano Medical collabore aujourd’hui avec des milliers de professionnels de la santé à travers le monde.</p>\\n<p>Pour en arriver là, nous nous sommes appuyés sur nos 40 ans d’expérience dans le domaine et le talent exceptionnel de notre équipe. Mais le réel secret derrière cette réussite est sans doute notre détermination à toute épreuve.</p>\\n<p>D’où vient cette ambition à tout vouloir révolutionner? La réponse est dans notre histoire.</p>\\n<p>Les jalons qui ont marqué notre route nous ont mené à accueillir les défis avec force et ouverture. Ils ont fait de nous une équipe résiliente, flexible et exceptionnellement déterminée. Surtout, ils ont fait de notre histoire une source inépuisable de motivation.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"Découvrez les grandes étapes qui nous ont amenés là où nous sommes aujourd\'hui","dates":[{"value":{"date":"1920","text":"<h3>Un petit atelier de soudure ouvre ses portes à L’Islet</h3>\\n<p>Joseph Poitras ouvre un atelier de soudure dans le village de L’Islet, au Québec. Ses activités évoluent au fil des ans et des besoins, passant de la soudure à la fabrication de mobilier scolaire.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>L’usine se consacre entièrement à la fabrication de lits d’hôpitaux</h3>\\n<p>Après des années à transformer le métal, le propriétaire de l’atelier de soudure constate une demande pour de l’équipement médical dans la province. À compter de 1984, l’usine se consacre entièrement à la fabrication de lits d’hôpitaux. Cette production se poursuit pendant les décennies suivantes, jusqu’à son acquisition en 2000.</p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3>Annonce de fermeture : une triste nouvelle pour la communauté et un moment décisif pour l’établissement</h3>\\n<p>Le propriétaire de l’usine de l’époque décide de délocaliser les activités. Comme l’usine emploie alors plus de 350 personnes, la nouvelle crée une onde de choc dans toute la communauté.</p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3>Un nouveau souffle, une nouvelle vision : Umano Medical voit le jour</h3>\\n<p>Motivés par le désir de préserver le savoir-faire et les connaissances acquises au fil des ans, quatre administrateurs de l’ancienne entreprise décident de lancer un nouveau projet. Ces visionnaires souhaitent répondre aux besoins non comblés du domaine médical. Cette nouvelle insuffle un immense sentiment d’espoir dans toute la région.</p>\\n<p>L’équipe, le savoir-faire et la vision s’unissent alors. Et l’avenir semble à nouveau à portée de main.</p>","image":{"path":"/storage/uploads/2021/03/02/603e71cabb8c9Employs-1-1.jpg","meta":{"title":"Une nouvelle vision, un sentiment d’appartenance : Umano Medical voit le jour."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3>Umano Medical lance un lit d’hôpital révolutionnaire, fruit d’un travail acharné et d’une immense concertation</h3>\\n<p>Entre 2012 et 2015, l’équipe d’Umano Medical rencontre des centaines de professionnels de la santé de partout au Québec et en Amérique du Nord pour bien comprendre leur réalité et leurs besoins. Cette étroite collaboration permet de mettre au point tout nouveau lit d’hôpital – le ook snow – qui allait révolutionner l’industrie.</p>\\n<p>Après des années de travail, l’équipe peut enfin offrir des solutions innovantes aux professionnels de la santé.</p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>L’entreprise connaît une croissance phénoménale, fruit de son approche centrée sur l’humain et de sa gamme de produits en constante évolution.</h3>\\n<p><span style=\\"font-weight: 400;\\">Au lancement du <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, la demande dans le milieu de la santé est aussi forte qu’immédiate. En peu de temps</span><span style=\\"font-weight: 400;\\">, l</span><span style=\\"font-weight: 400;\\">’offre de produits devient une gamme complète de lits et de matelas. Notre équipe se distingue d’abord et avant tout par son approche proactive, centrée sur l’humain.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Autrement dit, nous ne nous contentons pas d’offrir des lits d’hôpitaux; nous prenons soin de devenir votre partenaire. Nos pratiques et nos produits novateurs sont sans aucun doute à l’origine de notre croissance soutenue et nous rapprochent de notre objectif ultime : révolutionner les standards d’expérience client et d’innovation dans le domaine médical.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"15"}},{"value":{"date_white":"20","date_blue":"16","interval":null,"text":"<h3>Umano Medical s’illustre par son approche distinctive. L’offre de produits se diversifie.</h3>\\n<p>À la suite du lancement du <a href=\\"collection://products/5f7cb117ded5334d22228d92\\">ook snow</a>, la demande pour les produits d’Umano Medical est aussi forte qu’immédiate. L’offre de produits s’étend rapidement en une gamme complète de <a href=\\"collection://product_type/5f860d6719f7374e69347363\\">lits médicaux</a> et de <a href=\\"collection://product_type/5f860d78d7abba27e63267c5\\">surfaces d\'appui</a>.</p>\\n<p>Au-delà de ses produits novateurs, Umano Medical s’illustre dans l’industrie par son écoute proactive et son approche centrée sur l’humain.</p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2016.jpg"}}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3>La pandémie de COVID-19 frappe le monde entier, Umano Medical répond avec le RESC-U BED</h3>\\n<p>Dans une volonté de soutenir les communautés médicales et de répondre à la forte demande de lits dans un contexte pandémique, <a href=\\"collection://news/607c9e4b57f1d90951364173\\">Umano Medical développe le lit RESC-U BED</a>. Conçu en un temps record, ce lit de soins d’urgence et de rétablissement peut être déployé rapidement, en réponse aux besoins immédiats des populations touchées.</p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3>Dix ans après sa création, Umano Medical est reconnue mondialement comme fournisseur d’équipement médical</h3>\\n<p>En 2022, Umano Medical poursuit sa croissance phénoménale. Son équipe, tout comme sa gamme de produits, connaît une expansion continue. Ayant désormais deux places d’affaires au Québec, un bureau aux États-Unis et une présence active sur quatre continents, Umano Medical est plus que jamais déterminée à surpasser les attentes des professionnels de la santé à travers le monde.</p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2>Aujourd’hui, l’histoire d’Umano Medical se poursuit.</h2>\\n<p> </p>\\n<h3>Votre entière satisfaction demeure notre plus grande récompense.</h3>\\n<p> </p>\\n<p>Nous ne pouvons être plus fiers du chemin parcouru. Nous sommes aussi conscients de tout le travail qu’il reste à faire pour mieux répondre aux besoins du secteur médical.</p>\\n<p>Forts de cette détermination exceptionnelle, nous mettons maintenant toute notre expertise au service de vos besoins en constante évolution. Chaque jour, nous tâchons de livrer le même service d’excellence, de créer de nouvelles solutions et d’adopter les plus récentes technologies pour améliorer votre expérience. Chaque jour, nous poursuivons notre mission de vous satisfaire à 100 %.</p>\\n<p>Ensemble, révolutionnons le domaine médical.</p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du prochain chapitre","text":"<p>Vous souhaitez collaborer avec nous? Bâtissons l’avenir dès aujourd’hui.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Notre mission et nos valeurs","slug":"/fr-ca/a-propos/notre-mission-et-vision/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"À propos d’Umano Medical | Notre mission, vision et nos valeurs","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Qui nous sommes","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Présentation","anchor":"presentation"}},{"value":{"title":"Notre mission","anchor":"notre-mission"}}]}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Permettez-nous de nous présenter","subtitle":null,"text":"Nous sommes bien plus qu’un fournisseur de lits d’hôpitaux : nous sommes votre prochain partenaire de confiance. En tant que chefs de file dans le domaine médical, nous concevons, fabriquons et distribuons une gamme unique de lits d’hôpitaux révolutionnaires et de produits médicaux complémentaires. Par notre approche centrée sur l’humain et notre gamme de lits novatrice — la plateforme ook snow — nous souhaitons répondre aux besoins réels des établissements de soins de santé.\\n\\nDéterminée à dépasser vos attentes, notre équipe est toujours prête à s’attaquer au prochain défi. Notre histoire a façonné notre passion et notre audace. À titre de partenaire de confiance et de fournisseur québécois de lits d’hôpitaux, Umano Medical est fier d’offrir ce qu’il y a de mieux aux professionnels de la santé de partout dans le monde.\\n","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"notre-mission","class":"","style":"","title":"Notre mission : faire les choses différemment","subtitle":"Découvrez ce qui nous pousse à nous dépasser quotidiennement ","text":"<p>Nous faisons bien plus que concevoir et fournir de l’équipement médical : en tant que partenaires de confiance, nous sommes déterminés à vous satisfaire à 100 %. Par notre écoute empathique, notre service proactif et nos employés engagés, nous concevons et fabriquons des produits performants qui répondent à vos réels besoins.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Découvrez les valeurs profondément ancrées qui nous inspirent au quotidien","subtitle":"Nos valeurs d’entreprise ne font pas que tapisser les murs de nos bureaux. Elles nous amènent à repousser nos limites et sont des sources d’inspiration pour chacun de nos gestes.","blocs":[{"value":{"title":"L’humain avant tout","text":"<p><span style=\\"font-weight: 400;\\">Les gens sont notre priorité absolue, qu’ils soient des patients, des professionnels de la santé ou des employés. Nous avons à cœur les relations humaines et en faisons notre priorité.</span></p>"}},{"value":{"title":"Intégrité","text":"<p><span style=\\"font-weight: 400;\\">Chez Umano Medical, nous misons sur l’intégrité et la transparence pour tisser des partenariats à long terme qui reposent sur la confiance.</span></p>"}},{"value":{"title":"Travail d\'équipe","text":"<p><span style=\\"font-weight: 400;\\">Ensemble, nous allons plus loin. Notre esprit de collaboration permet à chacun de faire briller son talent dans l’atteinte de notre objectif commun.</span></p>"}},{"value":{"title":"Responsabilité","text":"<p><span style=\\"font-weight: 400;\\">Nous sommes conscients des retombées de nos produits et de notre contribution au domaine médical. Vous pouvez compter sur nous pour honorer nos engagements.</span></p>"}},{"value":{"title":"Innovation","text":"<p><span style=\\"font-weight: 400;\\">Sortir des sentiers battus ne nous suffit pas : nous pavons nos propres chemins. Nous accueillons vos besoins avec souplesse et ouverture d’esprit, et faisons preuve d’innovation dans tout ce que nous accomplissons.</span></p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche centrée sur l’humain et notre écoute attentive des besoins sont à la base de notre service à la clientèle inégalé.","text":"<p><span style=\\"font-weight: 400;\\">Voyez à quel point nous sommes déterminés à offrir une tranquillité d’esprit absolue à tous nos clients.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Découvrez comment nous réinventons l’expérience client","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Fournisseurs","slug":"/fr-ca/a-propos/fournisseurs/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"À propos d’Umano Medical | Fournisseurs","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Fournisseurs","text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Découvrez notre documentation pour fournisseur","subtitle":"","text":"<p><br /><a href=\\"/storage/uploads/2024/05/28/6655e9ad781f2RAPPORT-S-211.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">RAPPORT S-211.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/05/28/6655e9bc3ce98CODE-DE-CONDUITE.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE DE CONDUITE.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/05/28/6655e9b4d85f3POLITIQUE-DACHAT.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">POLITIQUE D\'ACHAT.pdf</a></p>","link":null,"link_text":"https://cms.umanomedical.com/storage/uploads/2024/05/28/6655e9ad781f2RAPPORT-S-211.pdf","image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Faites partie du prochain chapitre","text":"<p>Vous souhaitez collaborer avec nous? Bâtissons l’avenir dès aujourd’hui.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Communiquez avec nous","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"Nouvelles et événements","slug":"/fr-ca/a-propos/nouvelles-et-evenements/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Nouvelles et évènements","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Les événements à venir","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Événements"},"link_text":"Voir","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Dernière nouvelles","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"Voir","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Plus de nouvelles","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"Voir","news_list":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous souhaitez discuter de vos besoins avec l’un de nos experts?","text":"<p>Nul besoin d’attendre qu’un événement se présente! Notre équipe est disponible en tout temps pour vous écouter et vous donner toute l’information dont vous avez besoin. Contactez-nous maintenant.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Trouver mon représentant local","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"Toutes les nouvelles sur Umano Medical. Restez d\'actualités en parcourant nos nouvelles et événements.","meta_title":"Nouvelles et événements | Rencontrez l’équipe Umano Medical ","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Développement durable","slug":"/fr-ca/a-propos/developpement-durable/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"À propos d’Umano Medical | Développement durable","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"DURABILITÉ","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Une mission propulsée par un désir de changer les choses","subtitle":"Découvrez ce qui nous pousse à nous dépasser chaque jour","text":"<p>La durabilité est au cœur de la stratégie d’Umano Medical. Nous avons mis en place un solide programme pour suivre et améliorer nos pratiques environnementales, sociales et de gouvernance, conformément aux normes établies.</p>\\n<p>Nos efforts sont guidés par trois principes phares, parfaitement alignés sur les objectifs en matière de développement durable des Nations unies : la responsabilité environnementale, la contribution sociale et l’éthique de gouvernance. C’est sur la base de ces principes que nous évaluons les progrès réalisés.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d46c5afc4cVisuel-2-ESG.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environnement","anchor":"environnement"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Gouvernance","anchor":"gouvernance"}}]}},{"component":"text","settings":{"id":"environnement","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environnement</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Gestion responsable : le principe des 3 « RV »","subtitle":"","text":"<p>Dans le cadre de notre stratégie de développement durable, nous mettons activement en œuvre le principe des 3 « RV » (Réduction, Réutilisation, Recyclage et Valorisation) de manière à réduire notre empreinte écologique et à promouvoir des pratiques responsables dans l’ensemble de l’entreprise.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ec85e5d423RV---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Initiatives environnementales","subtitle":"Découvrez ce que nous faisons concrètement pour protéger l’environnement.","text":"<p><strong>Projet de réduction du carbone</strong></p>\\n<p>Chez Umano Medical, nous reconnaissons l’importance de lutter contre les changements climatiques. En 2022, nous avons voulu contribuer à ce vaste chantier en concevant l’ébauche d’un ambitieux projet de réduction du carbone.</p>\\n<p>Nous nous engageons à réduire de 50 % nos émissions de GES d’ici 2027*. Nous avons mis en place plusieurs améliorations qui nous aident à surveiller, mesurer et réduire nos émissions dans le but d\'atteindre cet objectif.</p>\\n<p>*<em>Scopes 1 et 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/668438a65cf2aVisuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Miser sur des produits durables","text":"<p>Chez Umano Medical, nous voulons réduire notre empreinte environnementale à toutes les étapes du cycle de vie de nos produits. Voici quelques initiatives prises à cette fin.</p>\\n<p><strong>Augmentation de la durée de vie</strong> : Tous nos produits ont une durée de vie de 10 à 15 ans qui surpasse celle de nos compétiteurs et qui permet de limiter considérablement la quantité de déchets générés.</p>\\n<p><strong>Conformité à la directive ROHS</strong> : Nous évitons d’utiliser des matières dangereuses lors de la conception de nos produits et veillons à réduire notre empreinte environnementale.</p>\\n<p><strong>Virage numérique </strong>: Toute la documentation relative à nos produits et à notre matériel publicitaire est maintenant offerte seulement en ligne. Ce virage numérique nous a permis de réduire notre utilisation du papier, l’information essentielle étant désormais accessible via un code QR, à même nos lits.</p>\\n<p><strong>Solutions d’emballage innovantes </strong>: Nos emballages sont conçus pour résister à de nombreux cycles et à de multiples utilisations.</p>\\n<p>En adoptant ces mesures, Umano Medical établit un précédent en matière de responsabilité et de durabilité dans l’industrie de l’équipement médical.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Amélioration de nos infrastructures et de nos équipements","text":"","categories":[{"value":{"title":null}}],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png"},"title":null,"text":"<p>Umano Medical s’emploie à améliorer ses infrastructures et équipements de manière à réduire encore davantage son empreinte carbone. Parmi ces initiatives, mentionnons l’intégration d’un système avancé de récupération de la chaleur dans notre siège social de L’Islet. La chaleur ainsi récupérée permet de chauffer l’établissement et, ainsi, de réduire l’une de nos principales sources d’émissions directes.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"<p>Autre initiative de réduction des GES : le remplacement des navettes à essence par des véhicules hybrides, amorcé en 2022.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"<p>Nous avons également optimisé nos processus de fabrication en adoptant des technologies de peinture à la fine pointe. Cette modernisation nous a permis de réduire considérablement l’utilisation de matières dangereuses et d’éliminer nos émissions de composés organiques volatils (COV).</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"<p>Mais il y a plus encore : nos récentes constructions sont faites de matériaux d’isolation écoénergétiques qui réduisent à la fois nos émissions de GES et notre consommation d’énergie.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"L’environnement : une préoccupation constante","text":null,"categories":null,"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Chez Umano Medical, nous pensons qu’il est essentiel de gérer nos déchets de façon responsable. C’est pourquoi nous avons mis en place un système de tri dans nos installations qui comprend la collecte des résidus alimentaires à des fins de compostage.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>Nous collaborons avec des entreprises locales pour optimiser le recyclage des matériaux qui ne peuvent être réutilisés, comme le carton et l’acier. Ces matières sont revalorisées dans la conception de nouveaux produits, ce qui favorise l’économie circulaire. Par ailleurs, nous donnons à nos employées et employés la possibilité de récupérer les résidus de bois générés par nos activités pour leur usage personnel.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>De plus, nous travaillons activement à réduire les produits à usage unique en encourageant tous les membres de notre personnel à opter pour les tasses et les ustensiles réutilisables. Nous demandons également à des entreprises spécialisées de collecter les batteries usagées et certains équipements électroniques pour nous assurer qu’ils sont adéquatement recyclés.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Initiatives sociales","subtitle":"L’engagement social d’Umano Medical repose sur l’humain. Nous valorisons la diversité et l’inclusion, faisons de la sécurité une priorité et nous efforçons de créer un environnement de travail où chaque personne se sent respectée et valorisée.","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Notre engagement envers notre personnel","subtitle":"","text":"<ul>\\n<li>Cultiver votre potentiel. Chez Umano Medical, nous savons que nous pouvons compter sur l’expertise des uns et des autres. Nous misons sur vos forces, mobilisons votre expertise, favorisons votre perfectionnement et célébrons chaque étape menant à la réalisation de votre plein potentiel.</li>\\n<li>Valoriser votre savoir-faire. Notre équipe aux ressources humaines a collaboré avec des spécialistes pour concevoir un programme de formation qui vous permet non seulement de maintenir vos compétences à jour, mais aussi d’en acquérir de nouvelles.</li>\\n<li>Former les leaders de demain. Grâce à un programme spécialement conçu pour les gestionnaires actuels et futurs, Umano Medical vous permet d’acquérir les compétences managériales et le leadership dont vous aurez besoin pour atteindre de nouveaux sommets.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672e943b27f92.png"},"title":"Unir nos forces au-delà des frontières","text":"<p>Chez Umano Medical, nous pensons que la diversité, l’équité et l’inclusion sont essentielles à notre succès et à la réalisation de notre mission. C’est pourquoi nous nous engageons à créer un milieu de travail où la contribution et les idées de chaque personne sont respectées et valorisées.</p>\\n<p><em>Je tiens à vous remercier du fond du cœur pour l’aide que vous m’avez apportée dans ma recherche de logement. Je suis très reconnaissante pour votre soutien et pour le professionnalisme dont vous avez fait preuve tout au long du processus. Grâce à vous, je me suis sentie pleinement soutenue. J’étais prête à m’installer et à me concentrer sur mes nouvelles fonctions chez Umano Medical.</em></p>\\n<p><em>Encore une fois, merci beaucoup pour votre précieuse aide. </em></p>\\n<p><em>Sincèrement,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672e950a642e1.png"},"title":null,"text":"<p><em>Bonjour. </em></p>\\n<p><em>Je suis infiniment reconnaissante pour l’accueil chaleureux que j’ai reçu à mon arrivée au Canada, et plus particulièrement chez Umano Medical. Tout a été méticuleusement orchestré pour ma famille et moi, et le soutien exceptionnel de l’équipe a grandement facilité notre intégration et notre adaptation à notre nouvelle vie. Nous avons également pu obtenir de précieux conseils et des réponses rapides à nos questions</em></p>\\n<p><em>L’accueil chaleureux de mes collègues et des gestionnaires a grandement facilité mon intégration à l’équipe. J’ai également été touchée par leurs petites attentions, comme celle d’offrir des vêtements d’hiver et des jouets à mes enfants. J’ai l’impression d’avoir intégré une nouvelle famille.</em></p>\\n<p><em>Un jour, alors que j’accompagnais mes enfants à l’école, guidée par Daniel et sa femme, Sophie, j’ai vu leurs noms inscrits sur leur bureau et leur casier. J’ai été profondément émue par ce geste qui m’a rappelé le lien exceptionnel qui m’unit à l’équipe d’Umano Medical. </em></p>\\n<p><em>Merci à toute l’équipe d’avoir facilité mon arrivée et mon intégration! L’expérience est au-delà de mes attentes. </em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical offre un environnement sécuritaire, au travail comme à la maison.","subtitle":"","text":"<p>Chez Umano Medical, la sécurité de notre personnel est une priorité, au travail comme à la maison. Nous croyons fermement à l’importance d’investir dans des ressources communautaires et de contribuer à la protection de nos employées. C’est pourquoi nous collaborons avec des centres d’hébergement locaux, comme le Regroupement des maisons pour femmes victimes de violence conjugale. Ce réseau qui vient en aide à des femmes de partout au Québec depuis 1979 regroupe 42 centres d’hébergement qui s’efforcent de préserver l’intégrité physique et psychologique des femmes qui subissent de la violence conjugale.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text","settings":{"id":"gouvernance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Gouvernance</strong></h1>"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Mesures de gouvernance","subtitle":"","text":"<p>L’intégrité et l’excellence sont au cœur de l’ensemble de nos actions. Découvrez l’étendue de nos mesures de gouvernance et les raisons pour lesquelles une collaboration avec nous vous assurerait la tranquillité d’esprit.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Normes éthiques et conformité","title_short":null,"subtitle":null,"text":"<p>Nous adhérons aux normes les plus exigeantes en matière d’éthique, de gestion du risque et de conformité, et ce, dans tous les aspects de nos activités. Notre engagement se manifeste par notre respect de multiples certifications, notamment : MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA et d\'autres encore.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Culture Lean","title_short":null,"subtitle":null,"text":"<p>Se distinguant par son agilité et son innovation, Umano Medical a intégré la culture Lean à l’ensemble de ses processus. Adhérant à la méthode Kaizen, nous améliorons continuellement nos techniques de travail pour répondre efficacement aux besoins de notre clientèle tout en éliminant tous les types de déchets.</p>","image":{"path":"/storage/uploads/2024/07/03/6685533f87c2aLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\">Chaîne d’approvisionnement responsable</h2>\\n<p style=\\"text-align: center;\\">Umano Medical s’engage à préserver la transparence et l’intégrité de sa chaîne d’approvisionnement. Notre politique de sélection des fournisseurs est alignée sur le projet de loi S-211 du gouvernement du Canada, la <em>Loi édictant la Loi sur la lutte contre le travail forcé et le travail des enfants dans les chaînes d\'approvisionnement et modifiant le Tarif des douanes</em>. Ainsi, nous garantissons que le processus de fabrication de l’ensemble de nos produits est exempt de travail forcé et de travail infantile.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"Par ailleurs, notre stratégie d’approvisionnement repose sur les quatre principes de base suivants.","blocs":[{"value":{"title":"1","text":"<p>Respect des droits des travailleuses et des travailleuses : Nous assurons le respect de la dignité humaine dans l’ensemble de nos opérations et tout au long de notre chaîne d’approvisionnement.</p>\\n<p> </p>"}},{"value":{"title":"2","text":"<p>Responsabilité environnementale : Nous mettons constamment en œuvre des pratiques durables qui limitent notre empreinte écologique.</p>"}},{"value":{"title":"3","text":"<p>Viabilité économique : Nous assurons la viabilité de nos opérations et la durabilité de notre santé financière.</p>\\n<p> </p>"}},{"value":{"title":"4","text":"<p>Diversité de la chaîne d’approvisionnement : Nous promouvons la diversité et l’inclusion et offrons des chances égales à tous nos partenaires dans l’ensemble de nos processus d’approvisionnement.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche centrée sur l’humain et notre écoute attentive des besoins sont à la base de notre service à la clientèle inégalé.","text":"<p><span style=\\"font-weight: 400;\\">Voyez à quel point nous sommes déterminés à offrir une tranquillité d’esprit absolue à tous nos clients.</span></p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Découvrez comment nous réinventons l’expérience client","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}}]')},function(e){e.exports=JSON.parse('{"meta_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Salle de montre","slug":"/fr-ca/virtual-showroom/","parent":"","childs":[],"meta_title":"Salle de montre | Umano Medical | Québec | Canada","meta_description":"Découvrez la nouvelle alternative en matière de lits médicaux grâce à notre salle d\'exposition virtuelle. Umano Medical offre aux établissements de santé des produits et un service de classe mondiale.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=fr&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=fr&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=fr&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Les produits et les options présentés sur le site Web peuvent varier dans votre région. Veuillez contacter votre <a href=\\"https://www.umanomedical.com/fr-ca/contact/#rep\\">représentant</a> local pour confirmer la disponibilité.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous voulez en savoir plus sur nos lits?","text":"<p>Nos représentants sont à votre disposition pour vous expliquer toutes les caractéristiques, fonctionnalités et options de nos lits.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Trouver mon représentant","image":{"path":"/storage/uploads/2021/04/17/607b4a3477e23606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"https://www.umanomedical.com/fr-ca/ressources/blogue/","custom_text":null,"pages":{"_id":"5f80bfb2de4e935eb93a6191","title":"Blogue","slug":"/fr-ca/ressources/blogue/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","link":"pages","display":"Ressources"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Blogue Umano Medical","text":"<p>Nouvelles idées et perspectives à l’avant-garde dans le domaine médical</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":[],"link":[],"link_text":"Parcourez nos articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":"","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"","subtitle":"Le fruit d’une étroite collaboration entre notre équipe et des experts du domaine de la santé","text":"<p>Nous sommes bien plus qu’un fournisseur de lits d’hôpitaux: notre équipe est votre partenaire de confiance. En tant que chef de file dans le domaine médical, nous savons que la qualité des soins passe par des produits médicaux adaptés aux réels besoins de votre équipe et de vos patients. L’accès à de l’information de qualité est la clé pour bien comprendre comment certains produits médicaux peuvent transformer votre quotidien.\\n\\nNous croyons qu’il est essentiel de partager notre savoir, notre expertise et notre expérience afin de contribuer aux conversations qui font progresser le domaine médical.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3> </h3>\\n<h3>Nos articles de blogue</h3>\\n<p><strong>Prenez part à la conversation en découvrant nos nouvelles idées et perspectives en collaboration avec des acteurs du domaine de la santé.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Nous partageons de nouvelles idées et perspectives avec des experts du domaine de la santé. Parcourez tous nos articles de blogue pour en apprendre plus.","meta_title":"Le blogue Umano Medical","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/fr-ca/carriere/","custom_text":"Carrières","pages":null}}],"meta_nav_fr":null,"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","test":"testttttttttttt","main_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Produits","slug":"/fr-ca/produits/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les produits","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Une gamme complète de produits novateurs axés sur vos réels besoins ","subtitle":null,"text":"Conçue en partenariat avec des professionnels du milieu, la gamme de produits d’Umano Medical est constituée de lits d’hôpitaux novateurs qui se combinent à différences surfaces d’appui préventives et thérapeutiques. Nous proposons également du mobilier durable pour différents milieux de soins ainsi que divers accessoires complémentaires. Découvrez les solutions d’Umano Medical.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Lits","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow - Umano Medical","asset":"60732c82614f5d607c57cc87"},"path":"/storage/uploads/2021/04/11/60732c81ec19d5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL - Umano Medical","asset":"60732a8d614f5d607c57cc73"},"path":"/storage/uploads/2021/04/11/60732a8d12b255fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée pour les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH - Umano Medical","asset":"60732c8623e8e75143597ebe"},"path":"/storage/uploads/2021/04/11/60732c86e91eb5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon - Umano Medical","asset":"60732c8b23e8e75143597ebf"},"path":"/storage/uploads/2021/04/11/60732c8bae2a45fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme - MAX-SECURE - Umano Medical","asset":"60732e705233d24f00646a2d"},"path":"/storage/uploads/2021/04/11/60732e70e05355fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Surfaces d\'appui","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":"Surface d\'appui","summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST yellow","asset":"607243ee6d51374d82592663"},"path":"/storage/uploads/2021/04/11/607243ee4b74d5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST green","asset":"6073262c614f5d607c57cc52"},"path":"/storage/uploads/2021/04/11/6073262c458775fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenX","asset":"6070aed2beed9862c37751c6"},"path":"/storage/uploads/2021/04/09/6070aed28244d5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenXi","asset":"6070b05af0febe6fb3059088"},"path":"/storage/uploads/2021/04/09/6070b05a7294e5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"AirNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"AirNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"AirNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Mobilier hautement sécurisé - soins de santé mentale","asset":"607327b25233d24f00646a07"},"path":"/storage/uploads/2021/04/11/607327b2afdba5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Table pour lit d\'hôpital - Table FTG","asset":"607328615233d24f00646a0b"},"path":"/storage/uploads/2021/04/11/607328612e1a55fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":null,"summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect ","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital intelligent et connecté - Umano Connect"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: La technologie simplifiée au service des équipes de soins.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Notre gamme de produits novatrice comprend divers types de lits, des surfaces d’appui ainsi que du mobilier et des accessoires. Découvrez tous nos produits.","meta_title":"Produits | Une gamme complète de produits novateurs axés sur vos besoins réels ","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Expertise","slug":"/fr-ca/expertise/","parent":"","childs":"","meta_title":"Notre expertise | Aller au-delà de la fabrication d’équipement | Umano Medical","meta_description":"Nos équipements médicaux novateurs et notre service client sans pareil sont là pour votre établissement et ses patients. Découvrez notre expertise fièrement Canadienne. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Notre expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Créer une expérience qui va bien au-delà de l’équipement médical","subtitle":null,"text":"Au fil des ans, notre équipe a maintenu son objectif d’offrir des lits d’hôpitaux qui ont un impact significatif pour les professionnels de la santé et leurs patients. Aujourd’hui, notre expertise va bien au-delà de la fabrication d’équipement. Entre une approche rigoureuse de la prévention des chutes et des infections, une compréhension approfondie des besoins de divers milieux de soins, une vision avant-gardiste du lit d’hôpital et une volonté d’offrir le meilleur service client qui soit, nos différents champs d’expertise s’unissent pour vous offrir une expérience des plus positives.","link":null,"link_text":null,"bigger_content":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Repenser le service client, pour vous satisfaire à 100 %","text":"<p>Chez Umano Medical, nous sommes fiers d’aborder le <a href=\\"/fr-ca/relation-client/umanocares/\\">service client</a> différemment. Nous adoptons une approche unique qui reflète notre engagement à atteindre votre entière satisfaction. Ainsi, à chaque étape du processus, notre équipe s’affaire à répondre à vos besoins de manière proactive et à faciliter la transition de vos équipements. Assistance technique 24/7, <a href=\\"/fr-ca/relation-client/plans-de-service/\\">programmes d’entretien</a> inégalés, réseau international de représentants et de techniciens, expédition de pièces en un jour… tous les autres avantages ne feront que bonifier encore plus votre expérience. Par-dessus tout, vous aurez la certitude de pouvoir compter sur notre équipe, quoi qu’il arrive.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Développer des lits d’hôpitaux qui comblent vos réels besoins","text":"<p>Notre savoir-faire réside aussi dans le développement d’équipements médicaux axés sur la réponse à vos réels besoins. Notre plateforme de lit innovante, le <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, adopte une approche à 360° de la prévention des chutes et des infections. Grâce à ses caractéristiques avancées et à sa hauteur basse, le <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a> vous aide à offrir de hauts niveaux de performance clinique et une sécurité accrue tout en préservant la dignité des patients, et ce, quel que soit l’environnement de soins. Nous sommes toujours à l’écoute et adaptons nos produits à votre réalité en constante évolution. Pour nous, il s’agit de la seule façon de nous assurer que nous répondons à vos besoins actuels tout comme à vos exigences futures.</p>"}},{"value":{"image":null,"title":"Simplifier les opérations quotidiennes des établissements de soins","text":"<p>En tant que réel partenaire de votre établissement, notre équipe s’appuie sur son expertise pour simplifier vos opérations quotidiennes. Nos lits, polyvalents et durables, deviennent des alliés essentiels pour faciliter la gestion de votre flotte d’équipement puisqu’ils peuvent être standardisés à travers différents environnements de soins. Ils contribuent ainsi à accroitre l’efficacité du personnel tout en diminuant les besoins de formation. De plus, notre <a href=\\"/fr-ca/relation-client/umanocares/\\">service client</a> inégalé et nos <a href=\\"/fr-ca/relation-client/plans-de-service/\\">programmes d’entretien</a> personnalisables s’assurent de protéger votre investissement. Grâce à l’ensemble de ces avantages, votre établissement parvient à réduire ses coûts de possession tout en augmentant la satisfaction du personnel.</p>"}},{"value":{"image":null,"title":"Surpasser les standards de conception et de fabrication","text":"<p>En tant que fabricant québécois d’équipement médical, Umano Medical se distingue par la qualité de ses procédés de conception et de fabrication. Des recherches constantes menées en étroite collaboration avec les professionnels du réseau, combinées à notre écoute empathique, nous amènent à développer des solutions ingénieuses pour le milieu de la santé. Par ailleurs, après des décennies à concevoir et fabriquer des lits d’hôpitaux, nous avons mis au point des méthodes hautement spécialisées qui reflètent les toutes dernières avancées en matière de production. Vous pouvez ainsi avoir confiance en la qualité de nos produits entièrement fabriqués au sein d’une usine québécoise.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contribuer à l’amélioration des performances cliniques","text":"<p>Pour nous, la proximité avec les acteurs du réseau de la santé est indispensable pour élaborer des solutions adaptées et pertinentes. C’est pourquoi nous nous appuyons sur nos partenariats à long terme avec des centres d’innovation et des établissements de santé reconnus. Nous pouvons également compter sur l’expérience de notre équipe clinique interne. Ces précieuses connaissances, combinées à des technologies de pointe, soutiennent votre établissement dans sa volonté de toujours améliorer les soins donnés aux patients. Il en va de même pour nos lits d’hôpitaux innovants et notre gamme de surfaces d’appui préventives et thérapeutiques qui vous aident à atteindre de hauts niveaux de performance clinique.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"},"title":"Prendre part au développement des soins du futur","text":"<p>L’équipe d’Umano Medical a à cœur de constamment faire évoluer ses produits et de développer de nouvelles technologies afin d’améliorer le confort des patients et la productivité des équipes de soin. En collaboration avec nos clients et nos partenaires sur le terrain, nous nous efforçons d’imaginer le futur des soins de santé. Un futur simple, collaboratif et connecté. Notre équipe a développé la technologie <a href=\\"https://www.umanomedical.com/fr-ca/produits/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> qui permet aux équipes de soin de suivre en temps quasi-réel l’état et le mouvement des lits. Cet ajout à notre gamme de produit permet de n’intervenir que lorsque nécessaire, assurant ainsi aux patients le confort et la dignité dont ils ont besoin. Les soins de santé et les hôpitaux deviennent de plus en plus intelligents, et comme partenaire innovant, nous sommes à l’avant-garde du développement de nouvelles technologies facilitant le confort des patients et l’efficacité des équipes de soin.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b761521e422148c237fb8"},"path":"/storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche vous rejoint?","text":"<p>Explorez les possibilités qu’elle représente pour vous.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contactez-nous pour en discuter","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/fr-ca/relation-client/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}}],"main_nav_fr":null,"footer":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_link":"pages"}}}],"footer_en":null,"footer_text":"<p><strong>Siège social</strong> <br />230, boulevard Nilus-Leclerc <br />L\'Islet (Québec) G0R 2C0<br />CANADA<br /><a href=\\"tel:18772477494\\">1 877 247-7494</a></p>\\n<p><strong>Bureau de Lévis</strong> <br />470, 3<sup>e</sup> Avenue <br />Lévis (Québec) G6W 5M6<br />CANADA</p>\\n<p><strong>Bureau États-Unis</strong><br />11845 rue Adie<br />Maryland Heights, MO 63043<br />ÉTATS-UNIS</p>","footer_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Produits","slug":"/fr-ca/produits/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Tous les produits","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Une gamme complète de produits novateurs axés sur vos réels besoins ","subtitle":null,"text":"Conçue en partenariat avec des professionnels du milieu, la gamme de produits d’Umano Medical est constituée de lits d’hôpitaux novateurs qui se combinent à différences surfaces d’appui préventives et thérapeutiques. Nous proposons également du mobilier durable pour différents milieux de soins ainsi que divers accessoires complémentaires. Découvrez les solutions d’Umano Medical.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Lits","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow - Umano Medical","asset":"60732c82614f5d607c57cc87"},"path":"/storage/uploads/2021/04/11/60732c81ec19d5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>Le ook snow est un lit d’hôpital à profil bas dernier cri qui comblera vos réels besoins, que vous travailliez dans une unité de médecine-chirurgie comme dans une unité de soins aigus.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook Snow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow ALL - Umano Medical","asset":"60732a8d614f5d607c57cc73"},"path":"/storage/uploads/2021/04/11/60732a8d12b255fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>Le ook snow ALL offre une polyvalence exceptionnelle et une valeur inégalée pour les unités de soins bariatriques, de médecine-chirurgie et de soins palliatifs.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook snow MH - Umano Medical","asset":"60732c8623e8e75143597ebe"},"path":"/storage/uploads/2021/04/11/60732c86e91eb5fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Le ook snow MH vous permet d’atteindre le parfait équilibre entre sécurité et besoins cliniques dans les environnements de soins en santé mentale.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital ook cocoon - Umano Medical","asset":"60732c8b23e8e75143597ebf"},"path":"/storage/uploads/2021/04/11/60732c8bae2a45fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>Le ook cocoon offre la qualité et l’excellence que méritent les résidents des établissements de soins de longue durée.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital plateforme - MAX-SECURE - Umano Medical","asset":"60732e705233d24f00646a2d"},"path":"/storage/uploads/2021/04/11/60732e70e05355fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Lit plateforme Max-Secure","subtitle":null,"summary":"<p>De type plateforme, le lit Max-Secure assure une sécurité optimale dans les environnements à haut niveau d’observation.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Surfaces d\'appui","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST crée un environnement propice à la guérison en aidant à la prévention et au traitement des plaies de pression de tous stades.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":"Surface d\'appui","summary":"<div class=\\"lg:text-left / mt-6\\" data-v-561348c3=\\"\\">\\n<div id=\\"infoBox\\" class=\\"\\" data-v-561348c3=\\"\\">\\n<div class=\\"mt-4\\" data-v-561348c3=\\"\\">\\n<p>Le oneNEST M offre une gestion du microclimat avec une thérapie brevetée par flux d\'air, ainsi que la fonctionnalité unique SafeBoost™, qui comprend un coussin d\'air intégré placé sous la mousse.</p>\\n</div>\\n</div>\\n</div>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST yellow","asset":"607243ee6d51374d82592663"},"path":"/storage/uploads/2021/04/11/607243ee4b74d5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>Le comfortNEST yellow est une surface durable et économique à une seule zone interchangeable (tête au pied) qui assure le confort du patient.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST green","asset":"6073262c614f5d607c57cc52"},"path":"/storage/uploads/2021/04/11/6073262c458775fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>Surface à zones multiples, le comfortNEST green assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenX","asset":"6070aed2beed9862c37751c6"},"path":"/storage/uploads/2021/04/09/6070aed28244d5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>Surface à zones multiples extensible, le comfortNEST greenX assure une distribution de la pression et un confort optimaux.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Surface d\'appui pour lit d\'hôpital - comfortNEST greenXi","asset":"6070b05af0febe6fb3059088"},"path":"/storage/uploads/2021/04/09/6070b05a7294e5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>Le comfortNEST greenXi est une surface entièrement intégrée et extensible conçue pour les environnements bariatriques.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"AirNEST Orange","subtitle":null,"summary":"<p>Le airNEST orange est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"AirNEST Orange Hybrid","subtitle":null,"summary":"<p>Le airNEST orange Hybrid est une surface convertible pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"AirNEST OrangeXi","subtitle":null,"summary":"<p>Le airNEST orangeXi est une surface à l’air pour la prévention et le traitement des plaies de pression.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mobilier","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Mobilier hautement sécurisé - soins de santé mentale","asset":"607327b25233d24f00646a07"},"path":"/storage/uploads/2021/04/11/607327b2afdba5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Mobilier Max-Secure","subtitle":null,"summary":"<p>Le mobilier Max-Secure est une gamme de meubles hautement sécurisés pour les soins en santé mentale.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Table pour lit d\'hôpital - Table FTG","asset":"607328615233d24f00646a0b"},"path":"/storage/uploads/2021/04/11/607328612e1a55fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Table de lit série FTG","subtitle":null,"summary":"<p>Robuste et pratique, la table de lit série FTG est à la hauteur des protocoles de prévention des infections les plus exigeants.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect ","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Lit d\'hôpital intelligent et connecté - Umano Connect"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: La technologie simplifiée au service des équipes de soins.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Voir","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Notre gamme de produits novatrice comprend divers types de lits, des surfaces d’appui ainsi que du mobilier et des accessoires. Découvrez tous nos produits.","meta_title":"Produits | Une gamme complète de produits novateurs axés sur vos besoins réels ","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Expertise","slug":"/fr-ca/expertise/","parent":"","childs":"","meta_title":"Notre expertise | Aller au-delà de la fabrication d’équipement | Umano Medical","meta_description":"Nos équipements médicaux novateurs et notre service client sans pareil sont là pour votre établissement et ses patients. Découvrez notre expertise fièrement Canadienne. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Notre expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Créer une expérience qui va bien au-delà de l’équipement médical","subtitle":null,"text":"Au fil des ans, notre équipe a maintenu son objectif d’offrir des lits d’hôpitaux qui ont un impact significatif pour les professionnels de la santé et leurs patients. Aujourd’hui, notre expertise va bien au-delà de la fabrication d’équipement. Entre une approche rigoureuse de la prévention des chutes et des infections, une compréhension approfondie des besoins de divers milieux de soins, une vision avant-gardiste du lit d’hôpital et une volonté d’offrir le meilleur service client qui soit, nos différents champs d’expertise s’unissent pour vous offrir une expérience des plus positives.","link":null,"link_text":null,"bigger_content":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Repenser le service client, pour vous satisfaire à 100 %","text":"<p>Chez Umano Medical, nous sommes fiers d’aborder le <a href=\\"/fr-ca/relation-client/umanocares/\\">service client</a> différemment. Nous adoptons une approche unique qui reflète notre engagement à atteindre votre entière satisfaction. Ainsi, à chaque étape du processus, notre équipe s’affaire à répondre à vos besoins de manière proactive et à faciliter la transition de vos équipements. Assistance technique 24/7, <a href=\\"/fr-ca/relation-client/plans-de-service/\\">programmes d’entretien</a> inégalés, réseau international de représentants et de techniciens, expédition de pièces en un jour… tous les autres avantages ne feront que bonifier encore plus votre expérience. Par-dessus tout, vous aurez la certitude de pouvoir compter sur notre équipe, quoi qu’il arrive.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Développer des lits d’hôpitaux qui comblent vos réels besoins","text":"<p>Notre savoir-faire réside aussi dans le développement d’équipements médicaux axés sur la réponse à vos réels besoins. Notre plateforme de lit innovante, le <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a>, adopte une approche à 360° de la prévention des chutes et des infections. Grâce à ses caractéristiques avancées et à sa hauteur basse, le <a href=\\"/fr-ca/produits/lits/ook-snow/\\">ook snow</a> vous aide à offrir de hauts niveaux de performance clinique et une sécurité accrue tout en préservant la dignité des patients, et ce, quel que soit l’environnement de soins. Nous sommes toujours à l’écoute et adaptons nos produits à votre réalité en constante évolution. Pour nous, il s’agit de la seule façon de nous assurer que nous répondons à vos besoins actuels tout comme à vos exigences futures.</p>"}},{"value":{"image":null,"title":"Simplifier les opérations quotidiennes des établissements de soins","text":"<p>En tant que réel partenaire de votre établissement, notre équipe s’appuie sur son expertise pour simplifier vos opérations quotidiennes. Nos lits, polyvalents et durables, deviennent des alliés essentiels pour faciliter la gestion de votre flotte d’équipement puisqu’ils peuvent être standardisés à travers différents environnements de soins. Ils contribuent ainsi à accroitre l’efficacité du personnel tout en diminuant les besoins de formation. De plus, notre <a href=\\"/fr-ca/relation-client/umanocares/\\">service client</a> inégalé et nos <a href=\\"/fr-ca/relation-client/plans-de-service/\\">programmes d’entretien</a> personnalisables s’assurent de protéger votre investissement. Grâce à l’ensemble de ces avantages, votre établissement parvient à réduire ses coûts de possession tout en augmentant la satisfaction du personnel.</p>"}},{"value":{"image":null,"title":"Surpasser les standards de conception et de fabrication","text":"<p>En tant que fabricant québécois d’équipement médical, Umano Medical se distingue par la qualité de ses procédés de conception et de fabrication. Des recherches constantes menées en étroite collaboration avec les professionnels du réseau, combinées à notre écoute empathique, nous amènent à développer des solutions ingénieuses pour le milieu de la santé. Par ailleurs, après des décennies à concevoir et fabriquer des lits d’hôpitaux, nous avons mis au point des méthodes hautement spécialisées qui reflètent les toutes dernières avancées en matière de production. Vous pouvez ainsi avoir confiance en la qualité de nos produits entièrement fabriqués au sein d’une usine québécoise.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contribuer à l’amélioration des performances cliniques","text":"<p>Pour nous, la proximité avec les acteurs du réseau de la santé est indispensable pour élaborer des solutions adaptées et pertinentes. C’est pourquoi nous nous appuyons sur nos partenariats à long terme avec des centres d’innovation et des établissements de santé reconnus. Nous pouvons également compter sur l’expérience de notre équipe clinique interne. Ces précieuses connaissances, combinées à des technologies de pointe, soutiennent votre établissement dans sa volonté de toujours améliorer les soins donnés aux patients. Il en va de même pour nos lits d’hôpitaux innovants et notre gamme de surfaces d’appui préventives et thérapeutiques qui vous aident à atteindre de hauts niveaux de performance clinique.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"},"title":"Prendre part au développement des soins du futur","text":"<p>L’équipe d’Umano Medical a à cœur de constamment faire évoluer ses produits et de développer de nouvelles technologies afin d’améliorer le confort des patients et la productivité des équipes de soin. En collaboration avec nos clients et nos partenaires sur le terrain, nous nous efforçons d’imaginer le futur des soins de santé. Un futur simple, collaboratif et connecté. Notre équipe a développé la technologie <a href=\\"https://www.umanomedical.com/fr-ca/produits/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> qui permet aux équipes de soin de suivre en temps quasi-réel l’état et le mouvement des lits. Cet ajout à notre gamme de produit permet de n’intervenir que lorsque nécessaire, assurant ainsi aux patients le confort et la dignité dont ils ont besoin. Les soins de santé et les hôpitaux deviennent de plus en plus intelligents, et comme partenaire innovant, nous sommes à l’avant-garde du développement de nouvelles technologies facilitant le confort des patients et l’efficacité des équipes de soin.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b761521e422148c237fb8"},"path":"/storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Notre approche vous rejoint?","text":"<p>Explorez les possibilités qu’elle représente pour vous.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contactez-nous pour en discuter","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/fr-ca/relation-client/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Ressources","slug":"/fr-ca/ressources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Ressources | Tout pour la formation","meta_description":"Vidéos, documents, feuillets techniques… trouvez tout ce dont vous avez besoin pour maitriser nos produits grâce à cette base de connaissances centralisée. ","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Ressources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Éducation","subtitle":null,"summary":"<p>Accédez aux feuillets techniques, aux brochures et aux vidéos de vos produits Umano Medical.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Témoignages","subtitle":null,"summary":"<p><span style=\\"font-weight: 400;\\">Révolutionner les soins de santé, un lit à la fois.</span></p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"En savoir plus","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"À propos","slug":"/fr-ca/a-propos/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"À propos d’Umano Medical | Découvrez notre entreprise","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Salle de montre","slug":"/fr-ca/virtual-showroom/","parent":"","childs":[],"meta_title":"Salle de montre | Umano Medical | Québec | Canada","meta_description":"Découvrez la nouvelle alternative en matière de lits médicaux grâce à notre salle d\'exposition virtuelle. Umano Medical offre aux établissements de santé des produits et un service de classe mondiale.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=fr&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=fr&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=fr&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Les produits et les options présentés sur le site Web peuvent varier dans votre région. Veuillez contacter votre <a href=\\"https://www.umanomedical.com/fr-ca/contact/#rep\\">représentant</a> local pour confirmer la disponibilité.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Vous voulez en savoir plus sur nos lits?","text":"<p>Nos représentants sont à votre disposition pour vous expliquer toutes les caractéristiques, fonctionnalités et options de nos lits.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Trouver mon représentant","image":{"path":"/storage/uploads/2021/04/17/607b4a3477e23606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"}]}},"value":{"pages":{"_id":"5f85e39dd7abba27e63267b5","title":"Contact","slug":"/fr-ca/contact/","parent":"","childs":"","content":[{"component":"text","settings":{"id":"","class":"","style":"","text":"<h1><strong>Nous joindre</strong></h1>\\n<p>Pour toute question concernant nos produits et nos services, communiquez avec votre représentant local.</p>\\n<p><a class=\\"link-arrow\\" href=\\"#rep\\">Trouvez votre représentant</a></p>\\n<hr class=\\"my-6\\" />\\n<p><span style=\\"font-weight: 400;\\">Vous avez besoin d’assistance technique? Communiquez avec l’un de nos </span><em><span style=\\"font-weight: 400;\\">UmanoTech</span></em><span style=\\"font-weight: 400;\\">.</span></p>\\n<p><a class=\\"link-arrow\\" href=\\"/fr-ca/relation-client/umanocares/#obtenirdelaide\\">Obtenir de l’aide</a></p>\\n<h2>Dites-nous comment nous pouvons vous aider</h2>"}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":5,"_modified":1698343560,"_created":1602610077,"_pid":null,"meta_description":"Trouvez un représentant à proximité, écrivez-nous ou obtenez de l’assistance technique. ","meta_title":"Nous joindre | Communiquez avec Umano Medical","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},"custom_text":"Nous joindre","url":null,"text":null}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"},{"type":"boolean","name":"ignore","label":"Tell robots to ignore URL"}]}},"value":{"pages":null,"custom_text":null,"url":"https://umanomedical.crm3.dynamics.com/","text":"Accès Représentant","ignore":true}}],"footer_career":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Carrières","text":"Notre équipe talentueuse et passionnée est déterminée à révolutionner le domaine médical. Sautez dans l’aventure : vivez l’Expérience Umano.","link_text":"Voir tous les postes disponibles","link":{"_link":"pages"}},"footer_cta_text":"Umano Medical fait tout en son pouvoir pour faire face à la pandémie de COVID-19","footer_cta_link":{"_link":"articles"},"footer_cta_image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"footer_cta_link_text":"Show How","Product_availablality":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":null,"text":"The product you see may not be available in your country. See your rep for more information.","link_text":"Contact my rep"},"Product_availablality_en_ca":null,"Product_availablality_en_us":null,"Product_availablality_en_uk":null,"footer_contact_rep":"<p>Les produits et les options présentés sur le site Web peuvent varier dans votre région. Veuillez contacter votre <a href=\\"https://www.umanomedical.com/fr-ca/contact/#rep\\">représentant</a> local pour confirmer la disponibilité.</p>"}')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en-ca/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical | Canada","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service in Canada.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","title":"Contact","slug":"/en-ca/contact/","parent":"","childs":"","content":[{"component":"text","settings":{"id":"","class":"","style":"","text":"<h1>Contact us</h1>\\n<p>Find your sales representative for sales and customer support.</p>\\n<p><a class=\\"link-arrow\\" href=\\"#rep\\">Find my rep</a></p>\\n<hr class=\\"my-6\\" />\\n<p>Need assistance? Get in touch with our <em>UmanoTechs</em>.</p>\\n<p><a class=\\"link-arrow\\" href=\\"https://www.umanomedical.com/en-us/services-and-support/umanocares/#getsupport-en-ca\\">Get support</a></p>\\n<h2 class=\\"mt-2\\">Tell us how we can help</h2>"}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":5,"_modified":1698343560,"_created":1602610077,"_pid":null,"meta_description":"Find a local account executive near you, send us a message or get support for any inquiry.","meta_title":"Contact Umano Medical | Medical Equipment Manufacturer | Canada","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=en&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=en&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=en&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en-ca/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"/storage/uploads/2021/04/17/607b4a6071729606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"https://www.umanomedical.com/en-ca/resources/blog/","custom_text":null,"pages":{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en-ca/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","title":"Education","slug":"/en-ca/resources/education/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"Umano Medical Beds Technical Documentation, Brochures and Videos ","meta_description":"The resources you need, all in one place : Videos, technical documents, specification sheets, and more!","og_image":"","noindex":false,"content":[{"component":"presentation","settings":{"id":"presentation-container","class":"","style":"","image":null,"title":"Access technical documentation, brochures and videos about your Umano Medical products.","subtitle":null,"text":"Save time and make staff training easier with our resource library accessible at all times. With this centralized knowledge base, your teams will have all the tools they need to master the Umano Medical products and refine their technical skills.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"education","settings":{"id":"","class":"","style":"","title":"","text":"","navigation":[{"value":{"image":{"path":"storage/educations/ook-snow---introduction---thumbnails.jpg"},"name":"ook snow","link":"https://www.umanomedical.com/en-ca/resources/education/ook-snow/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-ALL---introduction---thumbnails.jpg"},"name":"ook snow ALL","link":"https://www.umanomedical.com/en-ca/resources/education/ook-snow-all/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-mh---introduction---thumbnails.jpg"},"name":"ook snow MH","link":"https://www.umanomedical.com/en-ca/resources/education/ook-snow-mh/#navigation-container"}},{"value":{"image":{"path":"storage/educations/cocoon---introduction---thumbnails.jpg"},"name":"ook cocoon","link":"https://www.umanomedical.com/en-ca/resources/education/ook-cocoon/#navigation-container"}},{"value":{"image":{"path":"storage/educations/onenest---introduction---thumbnails.jpg"},"name":"oneNEST","link":"https://www.umanomedical.com/en-ca/resources/education/onenest/#navigation-container"}},{"value":{"image":{"path":"storage/educations/Touslesmodles---introduction---thumbnails.jpg"},"name":"All Models","link":"https://www.umanomedical.com/en-ca/resources/education/#navigation-container"}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"text-align: left;\\"><sub>Umano Medical is going green. To reduce paper waste, only one copy of the user manual per order will be shipped. Electronic copies are available on our <a href=\\"https://www.umanomedical.com\\">website</a> in the <a href=\\"https://ifu.umanomedical.com/en-ca/\\" target=\\"_blank\\" rel=\\"noopener\\">resources section</a>. For additional paper copies, requests will be processed within 7 days. </sub></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Any questions about our products?","text":"<p>We can answer them.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1699373480,"_created":1602861638,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f7e0ec5b5f16e5b405123f2","title":"Testimonials","slug":"/en-ca/resources/testimonials/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Making a difference, one bed at a time.","text":null,"image":{"path":"/storage/uploads/2020/12/16/5fda67e29e29aen-tte---testimonials-1.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Discover how our products made a real difference for healthcare institutions all around the world","subtitle":null,"text":"Through our people-focused approach and innovative product line, we strive to become a reliable and trusted partner for each of our customers. That is why we are extremely proud when healthcare professionals around the globe share their positive experience with us. Discover some of the recent testimonials that made us say \\"Mission Accomplished\\".","link":null,"link_text":null,"bigger_content":true}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"65b2a5ecf5e8897a067d5d6b","link":"testimonies","display":"Vibra Healthcare - Mechanicsburg, Pennsylvania, United States"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60410b1b77eab7620f562a64","link":"testimonies","display":"Sharp Memorial Hospital, San Diego, California"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"64ad5d57c1686f77cc2f04d2","link":"testimonies","display":"oneNEST testimonial - Les Jardins du Haut Saint-Laurent"},"show":"big_testimony"}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"We support you throughout the entire process","link":null,"link_text":null,"testimonies":[{"_id":"63d2ec2e0d34eb353d2c6132","link":"testimonies","display":"Paul D. Farrell, Regional Manager Biomedical Eng., Central Health"},{"_id":"60410f74d497e1012535f108","link":"testimonies","display":"Jonathan Giguère CHU de Québec, Canada"},{"_id":"6041100ad497e1012535f10a","link":"testimonies","display":"Lee Watson Supply Chain Manager, Mercy East Communities"},{"_id":"6041110077eab7620f562a7a","link":"testimonies","display":"André Laverdière Prevention agent for the CIUSS de la Montérégie-Est "}],"bg_white":true,"only_text":false,"big_padding":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"604108b177eab7620f562a61","link":"testimonies","display":"Mercy East Communities, St. Louis (Missouri)"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60411290eb5f13493512871d","link":"testimonies","display":"St Luke’s Hospice Plymouth, United Kingdom"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in learning how we can support your organization?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact Us","image":{"path":"/storage/uploads/2021/03/04/6041085a2a236CTA---services-plans-8.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"link_showroom":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"6035799cd37eca311e2b2b7c","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1706208201,"_created":1602096837,"_pid":null,"meta_description":"Healthcare institutions around the world have found the answer to their needs thanks to our products and exceptional customer support. Read their testimonials.","meta_title":"Umano Medical Testimonials | Differences for healthcare institutions | Canada","noindex":false,"og_image":null,"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en-ca/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"link":null,"link_text":"Browse our articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"subtitle":"The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our Blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in the Canadian medical industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog | Canada","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"link":null,"link_text":"Browse our articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"subtitle":"The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our Blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in the Canadian medical industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog | Canada","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/en-ca/career/","custom_text":"Careers","pages":null}}]')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-ca/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","title":"Beds","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1723212237,"_created":1602620775,"childs":[{"_id":"5f7cb117ded5334d22228d92","title":"ook snow","slug":"/en-ca/products/beds/ook-snow/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1730916649,"_created":1602007319,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow: say hello to the smart low-height bed of your dreams","text":"<p>Discover a low-height hospital bed that is smart, intuitive and powerful</p>","image":[],"link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Take a look","full_width":true,"bigger":false,"image_product":{"path":"storage/uploads/thumbnail-5th-wheel-transparent.png"},"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","title":"","subtitle":" The result of a close collaboration with healthcare professionals","text":"<p>By providing insight into unmet needs, hundreds of healthcare professionals helped us design the new generation of this smart hospital beds: the ook snow.</p>\\n\\n<p>With its 360 approach on fall prevention and infection control, this low-height bed now satisfies your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high acuity care unit, your highest standards will be completely redefined. Discover the ook snow now.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/04/5fca5d1ac2faaook-snow.png","meta":{"title":"Logo ook snow - Canada"}},"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title":"Watch","video_id":"482368672","image":{"path":"/storage/uploads/2021/04/05/606b99594af9booksnow---video.jpg","meta":{"title":"ook snow hospital bed promotional video - Umano Medical - Canada"}},"title_top":null,"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Customize your ook snow in our virtual showroom","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"04624731004146bb8c860372110f5581\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>Visit our virtual 3D showroom for an interactive experience that will let you create the right ook snow for your needs.</p>\\n</div>\\n</div>","link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Enter our virtual showroom","image":{"path":"storage/uploads/2023/09/19/VISUEL-SHOWROOM.png","meta":{"title":"Customize your ook snow hospital bed in our virtual showroom"}},"image_as_background":false,"image_right":true,"remove_margin_bottom":false,"link_showroom":true,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":"ook snow","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","slides":[{"value":{"title":"A 360° approach on fall risk prevention","title_short":"Fall risk prevention","text":"<p>The ook snow bed was designed around an extensive <u>fall prevention approach</u>. Its enviable 10″ low height pairs up with <u>powerful characteristics</u> — including a bed exit system, an ergonomic design and advanced safety features — so that the bed becomes your key ally in addressing fall risks.</p>","image":{"path":"storage/uploads/2023/06/27/A-360-approach-on-fall-risk-prevention.jpg"},"subtitle":null}},{"value":{"title":"Cleaning: done well, done fast.","title_short":"Ease of cleaning","text":"<p>Sometimes, the smallest details make the largest difference. That is why the ook snow goes above and beyond to prevent infections and facilitate cleaning.</p>\\n<p>Hidden wires, no cracks, seamless smooth surfaces, an open architecture … each of its cleanliness-oriented characteristic will save staff time without compromising on sanitation protocols.</p>","image":{"path":"/storage/uploads/2021/04/05/606b9b74a5a7fooksnow---easy-to-clean.jpg","meta":{"title":"Nurse - easy hospital bed cleaning and maximizing infection prevention - ook snow - Canada"}},"subtitle":null}},{"value":{"title":"The advantages of an intuitive interface","title_short":"Intuitive technology","text":"<p>Simple. Sleek. Colorful. Learn one, learn them all!<br />All models of the smart ook snow bed line offer an intuitive design built around one single powerful platform. Gain in staff efficiency (and satisfaction!) by relying on a full range of value-driven capabilities and user-friendly technologies. <span class=\\"NormalTextRun SCXW46867069 BCX0\\">The touch screen is simple, </span><span class=\\"NormalTextRun SCXW46867069 BCX0\\">provides clear visuals and quick access to key functionalities.</span></p>","image":{"path":"/storage/uploads/2021/04/05/606b9b621f962ooksnow---intuitive-interface-CAN.jpg","meta":{"title":"Smart hospital beds with touch screen - ook snow - Umano Medical Canada"}},"subtitle":null}},{"value":{"title":"A bed that maintains dignity","title_short":"Respect for dignity","subtitle":null,"text":"<p>The ook snow bed helps you provide care in a way that contributes to patient autonomy and satisfaction. Its appealing look, superior quality and advanced characteristics all come together to maintain patients’ dignity.</p>","image":{"path":"/storage/uploads/2021/04/05/606b9b557e401ook-snow---dignity.jpg","meta":{"title":"Care with dignity for canadian patients - Umano Medical ook snow hospital bed"}}}},{"value":{"title":"The first step to a smarter and simpler connected future","title_short":null,"subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW190440363 BCX0\\">Umano Connect™ is bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW190440363 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW190440363 BCX0\\"> snow platform </span><span class=\\"NormalTextRun SCXW190440363 BCX0\\">to a whole new level</span><span class=\\"NormalTextRun SCXW190440363 BCX0\\">. </span>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en-ca/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"hospitalbedwifi.jpg","meta":{"title":"Canadian smart hospital bed - ook snow - Umano Connect"}}}}],"title":" ","background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"features","class":"","style":"","title":"Discover some unique value-driven features","text":"","features":[{"value":{"image":{"path":"storage/uploads/thumbnail-5th-wheel-new.png"},"title":"5th Wheel ","text":"<p>By adding the <a title=\\"5th wheel\\" href=\\"/storage/uploads/2024/05/31/74-36974--ENG-R1---one-pager-ook-snow-5th-wheel.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">5th wheel</a> on your ook snow bed, the turn radius to navigate tight spaces and corners is reduced by 33%, allowing for a smoother ride and better handling of the bed.</p>","category":"1","video_id":"905724076","darken_image":true}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9c4f3e994ooksnow-feature---HIGH-PRECISION-INTEGRATED-SCALE---CAN.jpg","meta":{"title":"Patient weighing scale integrated in the hospital bed - ook snow - high precision"}},"title":"High-precision integrated scale","text":"Sophisticated, reliable and fully integrated: our built-in scale is one of the most precise on the market. Save an enormous amount of time without disturbing patients by relying on an advanced scale system that shows the weight in any bed or patient position with high precision.","category":"2","video_id":null,"darken_image":false}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9ca470cedooksnow-feature---usb-ports.jpg","meta":{"title":"USB ports and auxiliary outlets on ook snow hospital bed sides - Umano Medical - Canada"}},"title":"Power outlets and usb ports","text":"By keeping patients’ mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients’ satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"3"}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9ce8d452eooksnow---feature---boostless-backrest-system.jpg","meta":{"title":"Boostless Backrest system reduces patient sliding and skin friction in the ook snow hospital"}},"title":"Boostlesstm backrest system","text":"The Boostless™ Backrest System is a unique system that reduces patient sliding, thus minimizing skin friction and repositioning needs. The Boostless Backrest System allows these major benefits by moving the backrest bed section backward while the bed is elevating.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9dc90ed99ooksnow---feature---bed-exit-system.jpg","meta":{"title":"Fall prevention hospital bed - ook snow - bed exit detection system"}},"title":"Built-in bed exit system","text":"Our integrated Bed Exit System reduces patient fall risks by allowing staff to monitor bed egresses and rapidly intervene. Adapt it to your patient and maintain the flexibility you need by relying on its advanced functions such as its three-level sensitivity, auto-arm, and care pause.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9e6bdc1b2ooksnow---feature--BED-STATUS-MONITORING-CAN.jpg","meta":{"title":"Hospital bed status -smart screen - ook snow "}},"title":"Bed status monitoring","text":"With the Bed Status, staff is quickly and visually informed of any changes made to pre-defined settings, including height, siderail position or backrest position. Simply select what you wish to monitor to increase patient safety, reduce fall risks and maintain your peace of mind.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2020/12/02/5fc7af7523946feature--bed-extender-2.jpg","meta":{"title":"Integrated hospital bed extension - ook snow - Canada"}},"title":"Integrated bed extender","text":"Say hello to a reliable and built-in bed extender that can be pulled out in less than two seconds! Give more comfort to taller patients and stop losing time by relying on this one-step bed extender.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9efaacaeeooksnow---feature---Inform---CAN2.jpg","meta":{"title":"Patient safety and dignity with the inform system - ook snow hospital bed "}},"title":"Inform safety message center","text":"As a visually appealing feature, our Inform Safety Message Center provides a smart and unique way of sharing information to staff and family. Its ability to display messages in a discreet manner contributes to maintaining patient dignity.","category":"8","video_id":null}},{"value":{"image":{"path":"/storage/uploads/2024/11/05/672a3ac33ee0fDesign-sans-titre-4.png","meta":{"title":"Pilot Drive"}},"title":"Pilot Drive","text":"<p>Discover how the Pilot Drive™ brings your <a href=\\"https://www.umanomedical.com/en-ca/products/beds/ook-snow/\\">ook snow</a> and <a href=\\"https://www.umanomedical.com/en-ca/products/beds/ook-snow-all/\\" target=\\"_blank\\" rel=\\"noopener\\">ook snow ALL</a> hospital beds to the next level. Transporting patients within an hospital can be a challenge for the nurses and medical staff. This powered drive system offers an unmatched combination of low height, underbed clearance, and manoeuvrability.</p>","video_id":null,"darken_image":false,"category":"9"}}],"categories":[{"value":{"title":"5th Wheel "}},{"value":{"title":"High-precision integrated scale","features":[{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Test","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Central Brake System","text":"Four casters with central brake"}}]}},{"value":{"title":"Power outlets and usb ports","features":[{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Text","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Bed Exit Side view ligths","text":"Keep your patients safe with the Smart Bed Exit technology"}},{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Text","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Boostless Backrest System","text":"BoostlessTM backrest system prevents patient from sliding down during bed activation and minimizes patient repositioning"}}]}},{"value":{"title":"Boostlesstm backrest system"}},{"value":{"title":"Built-in bed exit system"}},{"value":{"title":"Bed status monitoring"}},{"value":{"title":"Integrated bed extender"}},{"value":{"title":"Inform safety message center"}},{"value":{"title":"Pilot Drive"}}],"disable_swiper":false,"change_layout":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p> </p>\\n<p> </p>"}},{"component":"packages","settings":{"id":"","class":"","style":"","title":"Choose a package adapted to your clinical needs","text":"<p style=\\"text-align: center;\\">Designed with a 360° approach on fall prevention and infection control, our low-height hospital bed will satisfy your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high-acuity care unit, they will redefine even your highest standards.</p>\\n<p style=\\"text-align: center;\\"><strong>See the specification sheet below to see all the smart standard bed features.</strong></p>","packages":[{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-01.jpg"},"name":"Package UM-01","advantage":"Low Height","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=0","features":"<ul>\\n<li>Standard bed characteristics</li>\\n<li>10\\" / 25.4 cm low height</li>\\n</ul>","additionnal_features":false}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-02.jpg"},"name":"Package UM-02","advantage":"Low height and scale","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=1","features":"<ul>\\n<li>Integrated scale</li>\\n<li>Built-in bed exit detection system</li>\\n<li>Bed exit side view lights</li>\\n<li>Smart screen on footboard</li>\\n<li>Smart Nightlights™</li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-03.jpg"},"name":"Package UM-03","advantage":"Monitoring","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=2","features":"<ul>\\n<li>Features of package UM-02 </li>\\n<li>Bed status monitoring (brakes, siderails, backrest and bed height)</li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-04.jpg"},"name":"Package UM-04","advantage":"Manoeuvrability","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=3","features":"<ul>\\n<li>Features of package UM-03</li>\\n<li>12\\" / 25.4 cm low height</li>\\n<li>6\\" / 15.2 cm dual casters</li>\\n<li>Pilot Drive™ powered drive system</li>\\n</ul>","additionnal_features":true}}]}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Key features and specifications","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"f1a081c155dd41be9be2f57197637d04\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>We are proud to offer smart hospital beds that can be built <em>à la carte.</em> Customize your ook snow with the features that make sense for <em>your </em>patients, your clinical needs, and your institution’s preferences.</p>\\n</div>\\n</div>","specifications":[{"value":{"title":"Overall length (with bumper)","data":"","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Overall length (80\'\' deck)","data":"88\\" / 224 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Overall length extended (84\'\' - 90\'\' deck)","data":"92\\" - 98\\" / 234 - 249 cm"}}]}},{"value":{"title":"Extended length","data":"92\\" - 98\\" / 234-249 cm","sub":[]}},{"value":{"title":"Overall width","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down","data":"39.25\\" / 100 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up","data":"40.5\\" / 102.9 cm"}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Height range (to deck top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm dual casters)","data":"10\\" / 25.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm dual casters)","data":"30\\" / 76.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 6\\" / 15.2 cm dual casters)","data":"12\\" / 30.5 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 6\\" / 15.2 cm dual casters)","data":"31.8\\" / 80.8 cm"}}]}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"4\\" / 10.2 cm"}}]}},{"value":{"title":"Patient surface dimensions","data":"35\\" x 80\\" or 84\\", 88.9 x 203.2 cm or 213.4 cm","sub":[]}},{"value":{"title":"Caster diameter","data":"5\\" / 12.7 cm","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Without Pilot Drive","data":"5\\" / 12.7 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"With Pilot Drive","data":"6\\" / 15.2 cm"}}]}},{"value":{"title":"Scale system accuracy (in all bed position)","data":"0.5% with a maximum difference of 1.1 lb / 0.5 kg","sub":null}}],"features":[{"value":{"title":"10\\" / 25.4 cm low height","data":"","sub":[]}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Remote bed exit alarm connectivity","data":null,"sub":null}},{"value":{"title":"Smart screen, nurse controls and patient control lockout on footboard","data":null,"sub":null}},{"value":{"title":"3 position integrated bed extender","data":" 80\\" / 203.2 cm 84\\" / 213.4 cm 90\\" / 228.6 cm","sub":null}},{"value":{"title":"Central braking system","data":null,"sub":null}},{"value":{"title":"One hand release siderails","data":null,"sub":null}},{"value":{"title":"One-touch position buttons","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Trendelenburg","data":null}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Chair","data":null}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Flat bed position)","data":null}}]}},{"value":{"title":"Backrest angle indicator","data":null,"sub":null}},{"value":{"title":"4 corner roller bumpers","data":null,"sub":null}},{"value":{"title":"Quick-disconnect power cord","data":null,"sub":null}},{"value":{"title":"Integrated pump holder","data":null,"sub":null}},{"value":{"title":"Battery back-up","data":null,"sub":null}},{"value":{"title":"CPR release handle","data":null,"sub":null}}],"image":{"path":"storage/uploads/2023/07/10/ook-snow---angle-view---low-height---1---Touch-Screen.png","meta":{"title":"ook snow hospital bed - Umano Medical - specifications and features"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"666341c26ed7edc11a0dcda2","link":"educations","display":"Feuillet-technique-ook-snow-FRCA-R4"}}},{"value":{"title":"Brochure","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"605df5acc6deca3e0d68a044","link":"educations","display":"Brochure – ook snow"}}},{"value":{"title":"Quick reference card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"66634a08ce67c8775d05d9e2","link":"educations","display":"QRC-ook-snow"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":"Bed features","documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-ca/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/05/606ba3e4ee5edService-plans.jpg","meta":{"title":"Service programs - best service in the hospital bed industry in Canada - contact us"}},"image_as_background":true,"image_right":false,"link_showroom":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Find the right mattresses and accessories","text":"","thumbnails":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Discover a complete line of high-quality support surfaces.","text":"<p>Sed ullamcorper magna ac viverra varius. Morbi ex dolor, scelerisque at rhoncus in, varius sed tortor. Vivamus ornare hendrerit tincidunt. Sed tempus id odio.</p>","link":[],"link_text":"","thumbnail":[{"meta":{"title":"ook snow hospital bed support surfaces - Umano Medical - Canada","asset":"606ba54bc01c4742b241573f"},"path":"/storage/uploads/2021/04/06/606ba54af3bb0Support-surface2.jpg"}],"subtitle":null,"summary":null,"link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Choose between a full range of accessories.","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"d012ac50b8cf4022bfc0e96d6eb60e78\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>Sed ullamcorper magna ac viverra varius. Morbi ex dolor, scelerisque at rhoncus in, varius sed tortor. Vivamus ornare hendrerit tincidunt. Sed tempus id odio.</p>\\n</div>\\n</div>","link":null,"link_text":null,"thumbnail":[{"meta":{"title":"ook snow hospital bed accessories - Umano Medical - Canada"},"path":"storage/uploads/arri-re-plan-copie.jpg"}],"subtitle":null,"summary":null,"link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"View All","link_2_showroom":false}}],"link":null,"link_text":null,"background":false,"direction":"horizontal","subtitle":null,"link_position":"bottom","container_smaller":false,"thumbnail_smaller":false,"mobile_slider":false,"mobile_two_columns":false,"thumbnail_link":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in trying out the ook snow bed?","text":"","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for a virtual demo","image":{"path":"/storage/uploads/2021/04/22/60818104002f9CTA---ook-snow.jpg","meta":{"title":"Contact us for a demonstration of the ook snow hospital bed anywhere in Canada- Umano Medical"}},"image_as_background":true,"image_right":false,"link_showroom":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Canadian Bariatric hospital bed - ook snow ALL ","asset":"60784a37c1ecca0eb5706b22"},"path":"storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":"","summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Canadian hospital bed for mental health care - ook snow MH","asset":"60784a3754325618bb187c54"},"path":"storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":"","summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Canadian long term care hospital bed - ook cocoon"},"path":"storage/uploads/2021/04/15/60784a36efd46Related-Product---ook-cocoon-CAN.png"}],"title":"The ook cocoon","subtitle":"","summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":[],"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":true,"thumbnail_link":true,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"sub_category":null,"summary":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732c660e9e95fe08c23b6db0confortNEST-yellow-1-21.jpg","meta":{"title":"Hospital bed - med-surg and acute care - ook snow - Canada"}},"subtitle":"For all care environments","meta_description":"Powerful and intuitive, the ook snow is an adaptable and low height hospital bed for various care environments, from med-surg to high acuity care. Take a look.","meta_title":"ook snow Hospital Bed | Powerful Med-Surg & High Acuity Care Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/05/606b98d71a35dooksnow---Entte-Retouche.png","meta":{"title":"Low-height hospital bed - The ook snow"}},"has_showroom":true,"schema_description":"With its 360 approach on fall prevention and infection control, this low-height bed now satisfies your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high acuity care unit, your highest standards will be completely redefined. Discover the ook snow now.","schema_height":"31.5\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca5d08e030fook-snow.png","meta":{"title":"Logo - ook snow "}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa853f715930b644e497cd3","title":"ook snow ALL","slug":"/en-ca/products/beds/ook-snow-all/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732a762f0cb5fe08c23b6db0confortNEST-yellow-1-14.jpg","meta":{"title":"All-in-one bed solution for med-surg, bariatric and palliative care settings - The ook snow ALL"}},"subtitle":"Bariatric, med-surg and palliative care","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow ALL: a single hospital bed for all your care environments","text":"<p>See how this all-in-one bed offers a unique and versatile solution for med-surg, bariatric and palliative care settings.</p>","image":null,"image_product":{"path":"Pages produits/ook snow ALL/Pilot Drive/Pilot-Drive---En-tte.png","meta":{"title":"Banner CANADA - bariatric hospital bed - ook snow ALL "}},"link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Take a look","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":true,"link_append":"ook snow ALL","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fca5ce50c117ook-snow-ALL.png","meta":{"title":"Logo - ook snow ALL - bariatric bed"}},"title":"","subtitle":"Unlocking the full potential of a smart hospital bed","text":"<p>Have you ever imagined a hospital bed that would accommodate all patients throughout multiple care environments? It is now possible with the ook snow ALL.</p><p>With its one-step width expansion system, increased weight capacity, and low height, the ook snow ALL offers a game-changing standardization possibility. Through an innovative design and exceptional versatility, this new all-in-one bed will fulfill the needs of all your patients, staff, and your institution. Discover the ook snow ALL now.</p>","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"437888750","image":{"path":"/storage/uploads/2021/04/06/606c522127723ooksnowALL---video-CAN.jpg","meta":{"title":"Promotional video CANADA - bariatric hospital bed - ook snow ALL"}},"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Customize your ook snow ALL in our virtual showroom","text":"<p>Visit our virtual 3D showroom for an interactive experience that will let you choose the right ook snow ALL for your needs.</p>","link":[],"link_text":"Enter virtual showroom","image":{"path":"/storage/uploads/2021/04/06/606c5344ec951ooksnowALL---showroom---CAN.png","meta":{"title":"Showroom CANADA - bariatric hospital bed - ook snow ALL"}},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"https://www.umanomedical.com/en-ca/virtual-showroom/?product=ook%20snow%20ALL&option=6","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":true,"link_append":"ook snow ALL","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Incomparable versatility and outstanding value","title_short":"Versatility ","subtitle":null,"text":"<p>The ook snow ALL allows for standardization throughout all care settings, including bariatric, medical-surgical, and palliative care units. It\'s a smart and simple way to save equipment handling time, clear your storage space, and cut down on rental costs, while minimizing your total cost of ownership.</p>\\n<p> </p>","image":{"path":"/storage/uploads/2021/04/06/606c59d6950a801---ooksnowALL----versatility.jpg","meta":{"title":"Nurse - versatile hospital bed - med-surg - bariatric care - palliative care"}}}},{"value":{"title":"An infinitely convenient expansion system","title_short":"Width expansion","subtitle":null,"text":"<p>Thanks to our Infinite™ technology, the ook snow ALL can quickly accommodate patients of all sizes by reaching a custom width in one easy step. And to ensure patient safety, no details were left behind. While the bed is expanding, the gaps between the headboard and the side rails always remain compliant with the latest IEC 60601-2-52 standards.</p>","image":{"path":"/storage/uploads/2021/04/06/606c59e35e736ooksnowALL----Expansion-CAN2.jpg","meta":{"title":"Intelligent canadian bariatric hospital bed with touch screen "}}}},{"value":{"title":"Dignity for all patients","title_short":"Respect for dignity","subtitle":null,"text":"<p>With the ook snow ALL, your patients can get the space they need to feel comfortable. While its appealing look helps create a pleasant atmosphere, its ergonomic and low height design encourages patient autonomy and dignity, thus improving their overall satisfaction.</p>","image":{"path":"/storage/uploads/2021/04/06/606c5a26be46b03---ooksnowALL---dignity.jpg","meta":{"title":"Bariatric hospital bed - patient care with dignity"}}}},{"value":{"title":"Allowing closeness between loved ones","title_short":"A bed for two","subtitle":null,"text":"<p>Getting close to your loved ones in a palliative care setting has not always been possible. The ook snow ALL, also known as the ‘’cuddle bed“, is the only bed on the market certified to be used by two people. This way, patients can now find solace near their loved ones in their last moments.</p>","image":{"path":"/storage/uploads/2021/04/06/606c5a1f6ae7204---ooksnowALL---proximity.jpg","meta":{"title":"Certified bariatric bed for two people - double hospital bed"}}}},{"value":{"title":"Low height, underbed clearance, and manoeuvrability","title_short":null,"subtitle":null,"text":"<p>The ook snow ALL with <a href=\\"https://www.umanomedical.com/en-ca/pilotdrive-canada/\\" target=\\"_blank\\" rel=\\"noopener\\">Pilot Drive™</a> is the first system to deliver on low height, full underbed clearance, and maximum manoeuvrability. With its powerful and controlled driving force, variable speed capabilities, and intuitive controls, your healthcare teams will have never felt so confident and in command when moving hospital beds. <a href=\\"https://www.umanomedical.com/en-ca/pilotdrive-canada/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more. </a></p>","image":{"path":"Umano-RoueMotorisee.00_00_53_13.Still008.jpg","meta":{"title":"Powered wheel - bariatric hospital bed - ook snow ALL with Pilot Drive"}}}},{"value":{"title":"The first step to a smarter and simpler connected future","title_short":null,"subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW49204980 BCX0\\">Umano Connect™ is bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW49204980 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW49204980 BCX0\\"> snow platform </span><span class=\\"NormalTextRun SCXW49204980 BCX0\\">to a whole new level</span><span class=\\"NormalTextRun SCXW49204980 BCX0\\">. </span>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation.<a href=\\"https://www.umanomedical.com/en-ca/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\"> Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg","meta":{"title":"Smart canadian bariatric hospital bed - data at the nurse station - Umano Connect"}}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Benefit from its powerful features","text":null,"categories":[{"value":{"title":"Infinite™ width expansion system"}},{"value":{"title":"Umano Connect™"}},{"value":{"title":"Pilot Drive™"}},{"value":{"title":"Pilot Drive™ with integrated oxygen bottle holder"}},{"value":{"title":"Patient helper trapeze"}},{"value":{"title":"Gaps kept safe"}},{"value":{"title":"Boostless backrest system"}},{"value":{"title":"Power outlets and usb ports"}},{"value":{"title":"Integrated bed extender"}},{"value":{"title":"Liftable deck covers"}},{"value":{"title":"Smart screen"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c601ddd84604---ooksnowALL---feature---infinite-expansion.jpg","meta":{"title":"Canadian bariatric hospital bed - extension on the width"}},"title":"Infinite™ width expansion system<sup>TM</sup>","text":"The innovative Infinite™ technology allows your staff to improve patient comfort without losing valuable time! It’s quick and easy: staff will appreciate to be able to adjust the bed width in one simple step.","category":"1"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-key-feature.jpg","meta":{"title":"Smart canadian hospital bed - Umano Connect "}},"title":"Umano Connect™","text":"From the patient room to the nurses’ station and the maintenance department, all your teams come together with Umano Connect dashboard.","category":"2"}},{"value":{"image":{"path":"assets/Umano-Photos8fev094---colors-adjusted-1.gif","meta":{"title":"Pilot Drive motorized wheel system - Canadian bariatric hospital bed "}},"title":"Pilot Drive™","text":"Low height, underbed clearance and manoeuvrability come together when adding the Pilot Drive to your ook snow ALL bed. Transporting beds over long distances – even up ramps and steep slopes – is made safe and easy with an ergonomic design, variable speed capabilities, and strong battery autonomy.","category":"2"}},{"value":{"image":{"path":"assets/ook-snow-ALL---Pilot-Drive---Front-View-1-oxygen-holder-gray-background-5.gif","meta":{"title":"Canadian bariatric hospital bed - integrated oxygen bottle holder"}},"title":"Pilot Drive™ with integrated oxygen bottle holder","text":"The Pilot Drive with optional integrated oxygen bottle holder allows for easy and safe transport of patients who require continuous oxygen supply in ICU/CCU environments.","category":"3"}},{"value":{"image":{"path":"ook-Snow-ALL-with-tapeze-for-web-feature-1.png","meta":{"title":"Patient trapeze helper - Canadian bariatric hospital bed"}},"title":"Patient helper trapeze","text":"Specifically designed for the ook snow ALL, this adjustable and sturdy patient helper encourages patient autonomy and mobility.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c5f4a9e27102---ooksnowALL---feature---safe-gap.jpg","meta":{"title":"Canadian bariatric hospital bed - maintaining safe spaces"}},"title":"Gaps kept safe","text":"To maintain a high level of patient safety, the headboard expands simultaneously with the bed width. This unique design characteristic ensures compliance with the latest IEC 60601-2-52 standard.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c5f8da607403---ooksnowALL---feautre---Boostless.jpg","meta":{"title":"Boostless backrest system prevents patients from sliding around in the hospital bed"}},"title":"Boostless backrest system<sup>TM</sup>","text":"The BoostlessTM Backrest System is a unique system that reduces patient sliding, thus minimizing skin friction and repositioning needs. The Boostless Backrest System allows these major benefits by moving the backrest section backward while the bed is elevating.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60546e77505---ooksnowALL---feature---USB-ports.jpg","meta":{"title":"Canadian bariatric hospital bed - USB and auxiliary ports"}},"title":"Power outlets and USB ports","text":"By keeping patients’ mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients’ satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60bd4e3ca06---ooksnowALL---feature---bed-extender.jpg","meta":{"title":"Canadian bariatric hospital bed - integrated bed length extension"}},"title":"Integrated bed extender","text":"Say hello to a reliable and built-in bed extender that can be pulled out in less than two seconds! Give more comfort to taller patients and stop losing time by relying on this one-step bed extender.","category":"8"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60ec9782607---ooksnowALL---liftable-covers.jpg","meta":{"title":"Canadian bariatric hospital bed - optimized cleaning - smooth surfaces"}},"title":"Liftable deck covers","text":"The liftable and lightweight deck covers of the ook snow ALL facilitate maintenance and cleaning procedures. In addition, their seamless smooth surfaces help maximize infection prevention and control.","category":"9"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c6147973e4ooksnowALL-smartscreenCAN.jpg","meta":{"title":"Canadian bariatric hospital bed - intelligent touch screen"}},"title":"Smart screen","text":"The highly intuitive interface is standardized across our bed platform. Staff will quickly learn how to navigate the controls and access the advanced features designed to enhance patient care.","category":"10"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"A bed for two - cuddle bed - Canadian bariatric hospital bed","asset":"5fca5fbe1b1917152b3c9989"},"path":"/storage/uploads/2020/12/04/5fca5fbe13f25caroussel---photo-1-2.jpg"},{"meta":{"title":"Canadian bariatric hospital bed ook snow ALL","asset":"60466f877417ca10301f02c7"},"path":"/storage/uploads/2021/03/08/60466f871634fCarroussel-2.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and bed features","text":"<p>We are proud to offer smart hospital beds that can be built <em>à la carte.</em> Customize your ook snow ALL with the features that make sense for your patients, your clinical needs, and your institution’s preferences.</p>","specifications":[{"value":{"title":"Overall length (80\\" deck length)","data":"90\\" / 228.6 cm","sub":null}},{"value":{"title":"Overall length (84\\" deck length)","data":"94\\"/ 239 cm","sub":null}},{"value":{"title":"Extended length","data":"Adds 4\\" / 10.1 cm","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"with Pilot Drive","data":"Adds 1\\" / 2.5 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"with Pilot Drive / oxygen bottle holders","data":"Adds 2.25\\" / 5.7 cm"}}]}},{"value":{"title":"Overall width","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down - 35\\" surface","data":"39.75\\" / 101 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up - 35\\" surface","data":"41.5\\" / 105.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down - 47\\" surface","data":"51.5\\" / 130.8 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up - 47\\" surface","data":"52.75\\" / 134 cm"}}]}},{"value":{"title":"Weight capacity","data":"1060 lb / 481 kg","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm dual casters)","data":"11\\" / 27.94 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm dual casters)","data":"30\\" / 76.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 6\\" / 15.24 cm single casters)","data":"12.7\\" / 32.3 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 6\\" / 15.24 cm single casters)","data":"31.7\\" / 80.5 cm"}}]}},{"value":{"title":"Patient deck positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"5\\" / 12.7 cm"}}]}},{"value":{"title":"Patient deck dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Width","data":"35\\" to 47\\" / 89 to 119.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Length","data":"80\\" or 84\\" / 203 or 213 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Extended Length","data":"Adds 4\\" / 10.1 cm"}}]}}],"features":[{"value":{"title":"Smart Nightlights™","data":null,"sub":null}},{"value":{"title":"Built-in-bed exit detection system - 2 or 3 levels of sensitivity","data":null,"sub":null}},{"value":{"title":"Built-in-bed scale system","data":null,"sub":null}},{"value":{"title":"Programmable lowest height","data":null,"sub":null}},{"value":{"title":"Higher siderails (for 8\\" mattress)","data":null,"sub":null}},{"value":{"title":"Infinite™ width adjustment","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Remote bed exit alarm connectivity","data":null,"sub":null}},{"value":{"title":"Smart screen, nurse controls and patient control lockout on footboard","data":null,"sub":null}},{"value":{"title":"Bed exit side view lights","data":null,"sub":null}},{"value":{"title":"3 position integrated bed extender : 80\\" / 203.2 cm 84\\" / 213.4 cm 90\\" / 228.6 cm","data":null,"sub":null}},{"value":{"title":"Foot end back-up control on the frame","data":null,"sub":null}},{"value":{"title":"Downward motion interrupt","data":null,"sub":null}},{"value":{"title":"Bed status monitoring","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/07/606de8d486c53ooksnowALL---specifications---CAN.png","meta":{"title":"Specifications and bed features - canadian bariatric hospital bed"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"66635d857fe986fdbc0ed532","link":"educations","display":"Spec-sheet-ook-snow-all"}}},{"value":{"title":"Brochure","image":{"path":"/storage/uploads/2021/04/19/607de12c8c7aaBrochure-2.png"},"document":null,"check":false,"education_document":{"_id":"605df8fac6deca3e0d68a04b","link":"educations","display":"Brochure – ook snow ALL"}}},{"value":{"title":"Quick reference card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"6173204f879236232558edf7","link":"educations","display":"Aide-mémoire – ook snow ALL"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-ca/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"small_cta","settings":{"id":"","class":"","style":"","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact your representant","link_showroom":false,"link_append":null,"text":"<p>For more informations, please contact your local account executive</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow ALL comes with the best service offering in the industry.","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"link_text":"Explore our service plans","image":{"path":"/storage/uploads/2021/04/07/606de8f176906Service-plans-2.jpg","meta":{"title":"Bariatric hospital bed - best service in the canadian industry - 100% satisfaction"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"The ook snow ALL: the perfect solution for multiple care environments","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Med-surge- canadian hospital bed - ook snow ALL","asset":"606de9d9216632040345699a"},"path":"/storage/uploads/2021/04/07/606de9d95e48b01---ooksnowALL---Mdecine-chirurgie.jpg"}],"title":"Medical-surgical","subtitle":null,"summary":"<p>Ease of use, ease of cleaning and low height are just a few of the meaningful benefits that come together in the ook snow ALL to make a difference in med-surg environments.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Palliative care and bariatric care - canadian hospital bed - ook snow ALL","asset":"606de9eb8742c02ae85bdc28"},"path":"/storage/uploads/2021/04/07/606de9eb54a7902---ooksnowALL---palliative.jpg"}],"title":"Palliative","subtitle":null,"summary":"<p>The ook snow ALL, also known as the \\"cuddle bed\\", is certified for use by two people. By allowing patients to find solace near their loved ones, it is particularly meaningful in a palliative care setting.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Bariatric care - canadian hospital bed - ook snow ALL","asset":"606de9f6216632040345699b"},"path":"/storage/uploads/2021/04/07/606de9f675b7803---ooksnowALL---bariatrique.jpg"}],"title":"Bariatric","subtitle":null,"summary":"<p>An expandable width and an increased weight capacity of 1060 lbs. allow the ook snow ALL to adapt to bariatric environments in one simple step.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Enhance your bed potential with the right mattresses and accessories","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Bariatric support surfaces for hospital bed - Canada","asset":"606df5402d2aff06143290e3"},"path":"/storage/uploads/2021/04/07/606df54091abcSupport-surface2-1.jpg"}],"title":"Discover a complete line of high-quality support surfaces.","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Accessories for bariatric hospital bed - Canada","asset":"606df5452d2aff06143290e4"},"path":"/storage/uploads/2021/04/07/606df5457207daccessories-1.jpeg"}],"title":"Equip your ook snow ALL with the right accessories. ","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Explore","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Ready to try this game-changing bed?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/07/606df55454b58ooksnowALL---CTA-contact-CAN.jpg","meta":{"title":"Best bariatric hospital bed in Canada - contact us"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow - hospital bed - med-surg"},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH - hospital bed - mental health care"},"path":"Related-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Le ook cocoon","asset":"6695191631f907a491053242"},"path":"/storage/uploads/2024/07/15/6695191598e0bRelated-Product---ook-cocoon-CAN.png"}],"title":"The ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1723658425,"_created":1604867063,"meta_description":"The ook snow ALL is a versatile bed designed for bariatric, med-surg and palliative care units. See how it can make a difference for your healthcare institution.","meta_title":"ook snow ALL | Med-Surg, Bariatric, Palliative Care Hospital Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/06/606c510813b40ook-snow-ALL---Entete-retouche.png","meta":{"title":"All-in-one bed solution for med-surg, bariatric and palliative care settings - The ook snow ALL"}},"has_showroom":true,"schema_description":"Have you ever imagined a hospital bed that would accommodate all patients throughout multiple care environments? It is now possible with the ook snow ALL.\\n\\nWith its one-step width expansion system, increased weight capacity, and low height, the ook snow ALL offers a game-changing standardization possibility. Through an innovative design and exceptional versatility, this new all-in-one bed will fulfill the needs of all your patients, staff, and your institution. Discover the ook snow ALL now.","schema_height":"31.7\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca5ce50c117ook-snow-ALL.png","meta":{"title":"Logo - ook snow ALL"}},"schema_width":"52.75\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa855bf175811726156f943","title":"ook snow MH","slug":"/en-ca/products/beds/ook-snow-mh/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732c3edb00b5fe08c23b6db0confortNEST-yellow-1-20.jpg","meta":{"title":"Mental health hospital bed - The ook snow MH"}},"subtitle":"Mental Health","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow MH: a mental health bed that meets your clinical and safety needs","text":"<p>See how the ook snow MH helps you achieve the right balance between clinical performance and risk mitigation.</p>","image":null,"image_product":{"path":"Pages produits/ook snow MH/Bannire-ook-snow-MH-can.png","meta":{"title":"Canada banner - Mental health hospital bed - The ook snow MH"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fca8e1ba1d76ook-snow-MH.png","meta":{"title":"Logo - The ook snow MH"}},"title":"","subtitle":"Enhanced safety for patients and staff","text":"With the ook snow MH, you do not have to choose between safety and clinical performance. Thoughtfully designed to minimize ligature risks, this smart advanced hospital bed adapts to your mental health needs. It is perfectly suited for low and high observation environments such as geriatric or med psych units, emergency departments and detention centers.","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Find my rep","bigger_content":false,"link_showroom":false,"link_append":"ook snow MH","logo_bigger":false,"add_title_h1":false}},{"component":"video","settings":{"id":"ooksnowMH-videoca","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"484115059","image":{"path":"/storage/uploads/2021/04/13/607583cfd8df4ooksnow-MH---CTA-video.jpg","meta":{"title":"Video - Mental health hospital bed - The ook snow MH"}},"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Customize your ook snow MH in our virtual showroom","text":"<p>Visit our virtual 3D showroom for an interactive experience that will let you create the right ook snow MH for your needs.</p>","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text":"Enter virtual showroom","image":{"path":"/storage/uploads/2021/04/15/607843cfd6d36ooksnow-MH---Showroom.png","meta":{"title":"Virtual showroom - Mental health hospital bed - The ook snow MH"}},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":true,"link_append":"ook snow MH","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Safety as a number one priority","title_short":"Maximized safety","subtitle":null,"text":"<p>Built with a tamper-resistant design and a ligature management strategy in mind, the ook snow MH offers many value-driven features that contribute to creating a safe environment for patients and staff.</p>","image":{"path":"/storage/uploads/2021/04/15/60785358b724d01---Safety-as-your-number-one-priority-CAN.jpg"}}},{"value":{"title":"Maximized infection prevention and control","title_short":"Ease of cleaning","subtitle":null,"text":"<p>Infection prevention in health care settings is now more crucial than ever. To maximize it, the seamless smooth surfaces and open architecture of the ook snow MH make cleaning easier, faster, and better.</p>","image":{"path":"/storage/uploads/2021/04/15/607844066837c02---Maximized-infection-prevention-and-control.jpg"}}},{"value":{"title":"Powerful capabilities, value-driven intelligence","title_short":"Advanced technologies","subtitle":null,"text":"<p>Caregivers can optimize safety by activating advanced yet intuitive features such as lockout controls, password protection and bed status monitoring. A bed exit detection system also allows staff to track bed egress and rapidly intervene when necessary.</p>","image":{"path":"/storage/uploads/2021/04/13/607598663d439Powerful-capabilities-value-driven-intelligence--CAN.jpg"}}},{"value":{"title":"Dignity for patients, versatility for institutions","title_short":"Adaptability","subtitle":null,"text":"<p>Each care environment is different, and each patient is unique. By offering the right level of security and clinical performance, the ook snow MH contributes to maintaining patient dignity in mental health environments.</p>","image":{"path":"/storage/uploads/2021/04/13/607598764277cDignity-for-patients-versatility-for-institutions-CAN.jpg"}}},{"value":{"title":"The first step to a smarter and simpler connected future","title_short":null,"subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW232964386 BCX0\\">Umano Connect™ is bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW232964386 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW232964386 BCX0\\"> snow platform to a whole new level. </span>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en-ca/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features to maximize safety","text":null,"categories":[{"value":{"title":"Safe-lock™ braking system"}},{"value":{"title":"10\\" Low height"}},{"value":{"title":"Smart screen and master lockout"}},{"value":{"title":"Motion key lock"}},{"value":{"title":"Tamper-resistant fasteners"}},{"value":{"title":"Short and quick-disconnect power cord options"}},{"value":{"title":"Safeflex™ patient surface"}},{"value":{"title":"Floor mount"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2024/10/01/66fc5c1cb3fb1thumbnail_image006.png"},"title":"Safe-Lock™ braking system","text":"Brake pedals can be replaced with a tamper-resistant Safe-Lock™ braking system to protect against any unintended use of the bed. It also prevents patients from using the bed as a barricade.","category":"1","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff1f76302-feature---low-height.jpg"},"title":"10\\" low height","text":"The ook snow MH features an adjustable height that can go as low as 10 inches. The height can be locked and password-protected to reduce the risk of falls and voluntary injuries.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff6677cfeature---ismart-screen-CAN.jpg"},"title":"Smart screen and master lockout","text":"The smart screen gives easy access to functions such as an integrated scale, a Bed Status monitoring system and a master lockout control that features three levels of security.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff2ebbf04---motion-key-lock.jpg"},"title":"Motion key lock","text":"The Motion Key Lock brings bed movement protection up a notch. Caregivers can quickly and effectively lock out all movements to prevent patients from tampering with bed motion controls.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff3ad1905---Tamper-resistant-fasteners.jpg"},"title":"Tamper-resistant fasteners","text":"For increased safety, bed parts and components are secured with tamper-resistant fasteners that can only be removed with special tools.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff46d3b06---short-and-quick-disconnect-power-cord-1.jpg"},"title":"Short and quick-disconnect power cord options","text":"To reduce the risk of patient self-harm, choose a quick-disconnect power cord or a short one that is securely fastened.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff5449707---feature---Safe-Flex-patient-surface.jpg"},"title":"Safeflex™ patient surface","text":"To minimize the risk of self-harm, the SafeFlex™ patient surface reduces apparent ligature points and conceals cables located between the foot and thigh sections of the bed.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff5f81308---feature---floor-mount.jpg"},"title":"Floor mount","text":"For higher-risk environments, a floor mount can secure the bed in place. It can be combined with a heavy-duty and tamper-resistant metal caster cover.","category":"8"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"6078520ef900562a09501202"},"path":"/storage/uploads/2021/04/15/6078520e4da09Carroussel---MH-CAN.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Features and specifications","text":"<p>The ook snow MH can be customized to meet your clinical needs and support your risk mitigation plan. Take a look at its key specifications and features.</p>","specifications":[{"value":{"title":"Patient surface dimensions","data":"35\\" x 80\\" or 84\\" / 88.9 x 203.2 cm or 213.4 cm","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Low","data":"10\\" / 25.4 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"High","data":"30\\" / 76.2 cm"}}]}},{"value":{"title":"Overall width","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Siderails down","data":"39.25\\" / 100 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Siderails up","data":"40.5\\" / 102.9 cm"}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Boostless™","data":"4\\" / 10,2 cm"}}]}},{"value":{"title":"Certifications / standards","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"IEC 60601-2-52"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"IEC 60601-1 3rd Edition"}}]}},{"value":{"title":"Scale system accuracy (in all bed position)","data":"0.5% with a maximum difference of 1.1 lb / 0.5 kg","sub":null,"separator":false}}],"features":[{"value":{"title":"Permanently attached boards*","data":null,"sub":null}},{"value":{"title":"Covered restraint points","data":null,"sub":null}},{"value":{"title":"Integrated scale and bed exit detection system (3-levels of sensitivity)","data":null,"sub":null}},{"value":{"title":"Tamper-resistant design (fasteners, accessory socket caps)","data":null,"sub":null}},{"value":{"title":"Programmable lowest height","data":null,"sub":null}},{"value":{"title":"Motion control master lock out / password protection","data":null,"sub":null}},{"value":{"title":"Concealed cables","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Remote bed exit alarm connectivity","data":null,"sub":null}},{"value":{"title":"Short power cord (3 ft)","data":null,"sub":null}},{"value":{"title":"Quick-disconnect power cord (8 ft)","data":null,"sub":null}},{"value":{"title":"Heavy-duty metal caster cover","data":null,"sub":null}},{"value":{"title":"Smart Nightlights™","data":null,"sub":null}},{"value":{"title":"Bed status monitoring","data":null,"sub":null}},{"value":{"title":"Calm gray aesthetic design","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/13/6075b0dae8da3ooksnow-MH-Specifications--CAN.png","meta":{"title":"Specifications and features - Mental health hospital bed - The ook snow MH"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dfd86162d683fc57866e9","link":"educations","display":"ook snow MH"}}},{"value":{"title":"Brochure","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"605dfc37d5241a693956a1c8","link":"educations","display":"ook snow MH"}}},{"value":{"title":"Feature guide","image":{"path":"storage/uploads/manual.svg"},"document":null,"check":false,"education_document":{"_id":"61c093414705337b223a3514","link":"educations","display":"Feature Guide – ook snow MH"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-ca/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow MH comes with the best service offering in the industry.","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg","meta":{"title":"Service plans - Satisfaction"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Complementary products for increased safety","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b3746ce05c285902e886"},"path":"/storage/uploads/2021/04/13/6075b373e3ba9Support-surface.jpg"}],"title":"Discover a line of support surfaces specifically designed for mental health environments.","subtitle":null,"summary":"","link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b3736ce05c285902e883"},"path":"/storage/uploads/2021/04/13/6075b373c2511Complementary-products---Max-secure.jpg"}],"title":"Choose the Max-Secure platform bed for optimal security in high-observation environments.","subtitle":null,"summary":null,"link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Discover","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the ook snow MH?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/13/6075b373ce2ffooksnow-MH---Contact---CAN.jpg","meta":{"title":"Contact us - Mental health hospital bed - The ook snow MH"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Learn more","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Learn more","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"The ook cocoon","asset":"66951767a76ff4a5ea047dc2"},"path":"/storage/uploads/2024/07/15/669517679d6caRelated-Product---ook-cocoon-CAN.png"}],"title":"The ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Learn more","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1727980786,"_created":1604867519,"meta_description":"The ook snow MH bed allows mental health institutions to reach high levels of safety and clinical performance. Discover it now.","meta_title":"ook snow MH | Adjustable Mental Health Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/03/08/6046816f1e602En-tte--behavioral-bed-3.png","meta":{"title":"Mental health hospital bed - The ook snow MH"}},"has_showroom":true,"schema_description":"With the ook snow MH, you do not have to choose between safety and clinical performance. Thoughtfully designed to minimize ligature risks, this advanced hospital bed adapts to your mental health needs. It is perfectly suited for low and high observation environments such as geriatric or med psych units, emergency departments and detention centers.","schema_height":"30\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca8e1ba1d76ook-snow-MH.png","meta":{"title":"Logo - ook snow MH"}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa8563e1f83e90ec241bd82","title":"ook cocoon","slug":"/en-ca/products/beds/ook-cocoon/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/14/6077432a26c73Discover-all-beds-from-the-ook-snow-platform----cocoon-USA.png","meta":{"title":"Long-term care bed - The ook cocoon"}},"subtitle":"Long-term acute care","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook cocoon: a long-term acute care bed for residents to feel at home","text":"<p>Discover how a low-height LTAC bed can provide the quality, safety and warmth that your residents deserve.</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/06/606c41587f8dfookcocoon---entete-CAN.png","meta":{"title":"Canada banner - Long-term care bed - The ook cocoon"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe12d5fe3fbdook-cocoon-1.png","meta":{"title":"Logo - The ook cocoon"}},"title":"","subtitle":"Welcome to a high-quality bed that promotes residents’ safety and well-being","text":"Whether you’re in a skilled nursing facility or a long-term acute care facility, we know you strive to provide your residents with nothing but excellence. That is why we offer a high-quality low height bed that helps to maintain their dignity and autonomy. The ook cocoon also helps you provide a safe environment for your residents with its state-of-the-art design and advanced technologies such as an integrated bed exit system.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"484128720","image":{"path":"/storage/uploads/2021/04/13/6075b67d80fa8ookcocoon---CTA-video.jpg","meta":{"title":"Video - Long-term care bed - The ook cocoon"}},"container_smaller":false,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A long-term care bed that addresses fall risks","title_short":"Fall prevention","subtitle":null,"text":"<p>Preventing falls remains a major concern in today’s skilled nursing facilities. That is why the ook cocoon presents many characteristics that intend to minimize falls, such as its 10 low height and a built-in bed exit system. Its strong stability and ergonomic design also enable safer bed egresses and ingresses while encouraging residents’ autonomy.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b697bb2c501---Fall-risks.jpg"}}},{"value":{"title":"Fostering residents’ autonomy and satisfaction","title_short":"Well-being","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">At Umano Medical, we consider beds as key assets to preserve dignity. Built with focused attention to residents’ needs, the ook cocoon long-term care bed can significantly contribute to their autonomy and satisfaction. A homelike appearance, </span><span style=\\"font-weight: 400;\\">underbed</span><span style=\\"font-weight: 400;\\"> nightlights and accessible patient controls are just a few examples of its resident-oriented features.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075b8a08b18202---Autonomy.jpg"}}},{"value":{"title":"A bed that carries this homelike feeling","title_short":"Homey design","subtitle":null,"text":"<p>An appealing look, a high-quality design, wooden or laminated components … our long-term acute care bed will adapt to your specific decor in many ways. By contributing to the creation of a pleasant atmosphere, the ook cocoon accomplishes its aim: making residents feel at home.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b698299f5ookcocoon---homelike--CAN.jpg"}}},{"value":{"title":"Benefit from a bed that’s easier to clean and disinfect","title_short":"Ease of cleaning","subtitle":null,"text":"<p>Since nursing home residents can be more vulnerable to infections and viruses, everything about the ook cocoon bed was designed with ease of cleaning and disinfection in mind. With its open architecture, seamless smooth surfaces, and strong attention to details, the ook cocoon will exceed your expectations in terms of cleanliness.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b6980a03b04---Easy-to-clean.jpg"}}},{"value":{"title":"The first step to a simpler and connected future","title_short":null,"subtitle":null,"text":"<p>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en-ca/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Explore its key features","text":null,"categories":[{"value":{"title":"BUILT-IN BED EXIT SYSTEM"}},{"value":{"title":"10\'\' LOW HEIGHT"}},{"value":{"title":"UNDER BED CLEARANCE"}},{"value":{"title":"POWER OUTLETS AND USB PORTS"}},{"value":{"title":"CENTRALIZED BRAKING SYSTEM"}},{"value":{"title":"PATIENT CONTROL"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2023/06/27/649adc2645f3aKey-features-built-inbedexistystem-ook-cocoon.png"},"title":"Built-in bed exit system","text":"Our integrated Bed Exit System minimizes residents fall risks by allowing staff to monitor bed egresses and rapidly intervene if necessary. Maintain the flexibility you need by relying on its advanced functions such as its three-level sensitivity options, auto-arm, and care pause.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d771e8602---low-height.jpg"},"title":"10\'\' low height","text":"Minimize fall risks and improve comfort for shorter residents by relying on the ook cocoon’s enviable 10\\" low height.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d79bb0603---Underbed-clearance.jpg"},"title":"Underbed clearance","text":"Even at lowest height, the ook cocoon’s under bed clearance allows compatibility with lifts and overbed tables.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d7c97d104---usb-ports.jpg"},"title":"Power outlets and usb ports","text":"By keeping patients’ mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients’ satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d7ea7c205---braking-system.jpg"},"title":"Centralized braking system","text":"Maintain a high level of stability and reduce fall risks with our easy-to-reach and centralized braking system.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d81111406---patient-control.jpg"},"title":"Patient control","text":"Our easy-to-manipulate controls allow residents to find a comfortable position by controlling key bed movements themselves. This highly appreciated accessory encourages their autonomy and enhances their satisfaction.","category":"6"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"6075b711afb6673f3e492616"},"path":"/storage/uploads/2021/04/13/6075b711ce5eaookcocoon-caroussel.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"Overall length","data":"88\\" / 224 cm — 92\\" / 234 cm ","sub":null}},{"value":{"title":"Overall width","data":"39.25\\" / 100 cm","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up","data":"40.5\\" / 102.9 cm "}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm dual casters)","data":"10\\" / 25.4 cm "}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm dual casters)","data":"30\\" / 76.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm single casters)","data":"11.5\\" / 29.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm single casters)","data":"31.5\\" / 80 cm"}}]}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"4\\" / 10.2 cm"}}]}},{"value":{"title":"Patient surface dimensions","data":" 35\\" x 80\\" or 84\\" — 88.9 x 203.2 cm or 213.4 cm","sub":null}},{"value":{"title":"Caster diameter","data":"5\\" / 12.7 cm","sub":null}}],"features":[{"value":{"title":"Built-in-bed exit detection system - 2 or 3 levels of sensitivity","data":"","sub":null}},{"value":{"title":"Bed exit side view lights","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Plastic, Wooden or laminated headboard & footboard","data":"Choice of customized colors","sub":null}}],"image":{"path":"/storage/uploads/2021/04/13/6075b72be21b2ookcocoon---specifications-2-b.png","meta":{"title":"Specifications and features - Long-term care bed - The ook cocoon"}},"documents":[{"value":{"title":"Specifications","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"633b18f76cf1410feb2825b8","link":"educations","display":"ook cocoon"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":""}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook cocoon comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/13/6075b171d290aService-plans.jpg","meta":{"title":"Service plans - Satisfaction"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Find the right products to complement your ook cocoon","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b794afb6673f3e492618"},"path":"/storage/uploads/2021/04/13/6075b793e9c8e01---Support-surface.jpg"}],"title":"Explore a complete line of high-quality support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b79fb3837a4f4b22a876"},"path":"/storage/uploads/2021/04/13/6075b79fdf1dc02---Overbedtable.jpg"}],"title":"Discover an overbed table that’s fully compatible, durable and easy-to-clean.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Explore","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in trying out the ook cocoon bed?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for a virtual demo or a live presentation.","image":{"path":"/storage/uploads/2021/04/13/6075b7b7c9a04ookcocoon--CTA-contact-CAN.jpg","meta":{"title":"Virtual demo - Long-term care bed - The ook cocoon"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a379e1c2826666056f6"},"path":"/storage/uploads/2021/04/15/60784a37958daRelated-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a37c1ecca0eb5706b22"},"path":"/storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1726842462,"_created":1604867646,"meta_description":"The ook cocoon bed provides long-term acute care facilities with the quality and excellence that residents deserve. Check it out.","meta_title":"ook cocoon | Quality Long-Term Acute Care [LTAQ] Medical Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/06/606c4175c7ce1ookcocoon---entete-USA.png","meta":{"title":"Long-term care bed - The ook cocoon"}},"has_showroom":false,"schema_description":"Whether you’re in a skilled nursing facility or a long-term acute care facility, we know you strive to provide your residents with nothing but excellence. That is why we offer a high-quality low height bed that helps to maintain their dignity and autonomy. The ook cocoon also helps you provide a safe environment for your residents with its state-of-the-art design and advanced technologies such as an integrated bed exit system.","schema_height":"31.5\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe12d5fe3fbdook-cocoon-1.png","meta":{"title":"Logo - ook cocoon"}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa8568d15930b644e497cd5","title":"Max-Secure Platform Bed","slug":"/en-ca/products/beds/max-secure/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/15/607845155be7aMenu--Max-Secure.png","meta":{"title":"Behavioral health bed platform - The Max-Secure"}},"subtitle":"Behavioral health","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The Max-Secure behavioral health bed platform: go for optimal security","text":"<p>In high observation units, we know you must rely on durable, high-security equipment. See how the Max-Secure platform bed can maximize safety.</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/13/6075bd93d4fe3Entte-Max-Secure.png","meta":{"title":"Canada banner - Behavioral health bed platform - The Max-Secure"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0ce87dd8beMAX-SECURE-HIGH-RES-LOGO-1.png","meta":{"title":"Logo - The Max-Secure"}},"title":"","subtitle":"Designed for the most challenging situations","text":"The Max Secure was designed with the upmost details to maximize safety, security, and reduce possibilities of self-harm. Built for safe rooms, detention centers or dedicated psychiatric units, this platform bed allows you to address behavioral health needs in a safe and dignified way.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Safety as your number-one priority","title_short":"Maximized safety","subtitle":null,"text":"<p>Increased safety for patients and staff: here’s what the Max-Secure is all about. Its ligature-resistant and tamperproof design plays a major role in maximizing both patient and staff’s safety and security.</p>","image":{"path":"/storage/uploads/2020/12/21/5fe0c823d2049Safety-as-your-number-one-priority.jpg"}}},{"value":{"title":"Ease of cleaning: a benefit that truly matters","title_short":"Simplified disinfection","subtitle":null,"text":"<p>With the Max-Secure platform bed, cleaning and disinfection become impressively simple. Its seamless smooth surface, antimicrobial material, and one-piece design, all come together to make cleaning procedures easier and faster.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92ce51c02---Max-secure---nettoyage.jpg"}}},{"value":{"title":"A durable bed on which you can rely","title_short":"Durability","subtitle":null,"text":"<p>Looking for a highly resistant bed? Fabricated with a Herculite® Polymer Material, the Max-Secure’s one-piece design makes it totally maintenance-free. Durable and impact-resistant, the platform bed also comes with a 10-year warranty when installed by our certified technicians.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92ea8f403---durability.jpeg"}}},{"value":{"title":"A complete offering for behavioral health environments","title_short":"Adaptability","subtitle":null,"text":"<p>Combine the Max-Secure Platform Bed with the <u>ook snow MH behavioral health bed</u> to address a full range of patient safety and clinical needs. Let your entire institution benefit from these adaptable and advanced solutions.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd93158c104---A-complete-offering.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key specifications and features","text":null,"categories":[{"value":{"title":"ONE-PIECE CONSTRUCTION"}},{"value":{"title":"HERCULITE® POLYMER COMPOSITE"}},{"value":{"title":"PICK-PROOF PERIMETER SEALANT"}},{"value":{"title":"OPTIONAL RESTRAINT SYSTEMS"}},{"value":{"title":"VARIOUS POSITIONING OPTIONS"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/607842a0215f201---One-piece-construciton.jpg"},"title":"One-piece construction","text":"A robust design makes the Max-Secure impressively durable and maintenance-free.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/22/6081797d42f3202--Herlucite-polymer-construction.jpg"},"title":"Herculite® polymer composite","text":"The Max-Secure’s unique material is antimicrobial and impact-resistant.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/60784330de1ba03---Pick-proof-perimeter-scellant.jpg"},"title":"Pick-proof perimeter sealant","text":"To prevent patients from moving the bed and to block under-bed access, the Max-Secure can be adhered to the floor with a strong perimeter sealant.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607843312231204---Optional-restraint-systems.jpg"},"title":"Optional restraint systems","text":"To help you manage challenging situations, the Max-Secure can be equipped with an 8-point restraint system or a multi-point restraint bar.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607843315eba605--Various-positionning-options.jpg"},"title":"Various positioning and installation options","text":"The Max-Secure platform bed can be wall-mounted, corner-mounted or free-standing to ensure that institutions benefit from the flexibility they need. It can be fitted with a closed base, or it can be fixed to the floor with a pick-proof perimeter.","category":"5"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"Bed dimensions","data":"40.5\\" W x 84.5\\" L x 16\\" H","sub":null}},{"value":{"title":"Weight capacity","data":"1060 lb / 480.8 kg","sub":null}},{"value":{"title":"Bed weight","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Bed Weight Max-Secure Platform Bed","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with Storage","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with 8-Point Restraints","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with Restraint Bar","data":"196 lb (88 kg)"}}]}},{"value":{"title":"Bed options","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Double storage pocket","data":"Each: 25\\" D x 8\\" H x 11\\" L"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Restraint Points","data":"4 restraint points are located on each side of the bed 3.5\\" W x 2.5\\" H, with a 2-inch curved back depth "}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Restraint bars (2 or 4)","data":"Short bars (at foot and head of bed): 23\\" L x ¾\\" diameter OR Long bars (on each side of the bed): 67 3/8\\" L x ¾\\" diameter"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Free-standing bed with fully enclosed bottom","data":""}}]}},{"value":{"title":"Warranty","data":"10 years on products and 10 years on installation when installed by our trained technicians.","sub":null}}],"features":[{"value":{"title":"Products colors","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Ash Gray ( C101)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Desert Sand (C117)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Russet Brown (C104)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Forest Green (C109)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Steel Blue (C113)"}}]}}],"image":{"path":"/storage/uploads/2021/04/13/6075bd94266bfmax-secure----specifications.png","meta":{"title":"Specifications and features - Behavioral health bed platform - The Max-Secure"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"607ec25ef9b5bd79347b738a","link":"educations","display":"Lit Plateforme Max-Secure"}}},{"value":{"title":"Brochure Furniture","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"60884a47c13a303a9f5ddbe5","link":"educations","display":"Mobilier - Max-secure"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-ca/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The Max-Secure Platform bed comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/13/6075bc2ff0049CTA-services-plans.jpg","meta":{"title":"Service plans - Best service in the industry - The Max-Secure"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Make your unit safer with high-security furniture and mattresses","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd942699fd352b59fed8"},"path":"/storage/uploads/2021/04/13/6075bd94b5dd5Max-secure-complementary-furniture---Nightstand.jpg"}],"title":"A complete furniture series","subtitle":null,"summary":"<p>Equip your institution with safe and durable furniture. Check out our complete offering for patient rooms and common areas.</p>","link":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text":"Explore furniture","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd94cc02fe53a20d8635"},"path":"/storage/uploads/2021/04/13/6075bd94ddf94Support-surface-1.jpg"}],"title":"Behavioral health mattresses","subtitle":null,"summary":"<p>When it comes to safety, a secure support surface is just as important. Complement the Max-Secure platform bed with a high-quality and durable mattress that provides both comfort and peace of mind.</p>","link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"See all models","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in the Max-Secure Platform Bed?","text":"<p>Get in touch with your account executive and get the information you need.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Find your rep","image":{"path":"/storage/uploads/2021/04/13/6075bd948cd6cMax-Secure---CTA-contact.jpg","meta":{"title":"Contact us - Behavioral health bed platform - The Max-Secure"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a379e1c2826666056f6"},"path":"/storage/uploads/2021/04/15/60784a37958daRelated-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a37c1ecca0eb5706b22"},"path":"/storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1726761749,"_created":1604867725,"meta_description":"The Max-Secure bed platform is a durable and highly secured solution for Safe Rooms, behavioral health units and other high observation environments.","meta_title":"Max-Secure Bed | High-Security Behavioral Health Bed Platform","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/13/6075bd93d4fe3Entte-Max-Secure.png","meta":{"title":"Behavioral health bed platform - The Max-Secure"}},"has_showroom":false,"schema_description":"The Max Secure was designed with the upmost details to maximize safety, security, and reduce possibilities of self-harm. Built for safe rooms, detention centers or dedicated psychiatric units, this platform bed allows you to address behavioral health needs in a safe and dignified way.","schema_height":"16’’","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0ce87dd8beMAX-SECURE-HIGH-RES-LOGO-1.png","meta":{"title":"Logo - Max-Secure"}},"schema_width":"40.5’’","is_not_available":false,"new_product":false,"_link":"products"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All medical beds","text":null,"image":{"path":"/storage/uploads/2021/01/13/5fff110ac5d3dcaroussel---photo-2-4.jpg","meta":{"title":"Hospital Beds Umano Medical"}},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"High-performance beds tailored for all your needs and environments","subtitle":null,"text":"We offer a complete array of high-performance and low-height medical beds, including the ook snow platform, which can adapt to all care environments (med-surg, high-acuity care, palliative, bariatric, behavioral health). We also offer more specialized beds such as the Max-Secure, designed for specific environments. Find out which models suit your needs.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed","asset":"60732ce5614f5d607c57cc90"},"path":"/storage/uploads/2021/04/11/60732ce50481a5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed","asset":"60732ab123e8e75143597eb3"},"path":"/storage/uploads/2021/04/11/60732ab11b6955fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed","asset":"60732cec5233d24f00646a20"},"path":"/storage/uploads/2021/04/11/60732cec7fe595fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed","asset":"60732cf05233d24f00646a21"},"path":"/storage/uploads/2021/04/11/60732cf0b899b5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Platform hospital bed - MAX-SECURE","asset":"60732ec0614f5d607c57cc9e"},"path":"/storage/uploads/2021/04/11/60732ec03f2cc5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-ca/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif","meta":{"title":"Hospital beds - Umano Medical"}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed - Umano Medical - Canada","asset":"60732c9b23e8e75143597ec0"},"path":"/storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed - Umano Medical - Canada","asset":"60732a98614f5d607c57cc75"},"path":"/storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed - Umano Medical - Canada","asset":"60732c9f614f5d607c57cc89"},"path":"/storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed - Umano Medical - Canada","asset":"60732ca3614f5d607c57cc8a"},"path":"/storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"MAX-SECURE platform hospital bed - Umano Medical - Canada","asset":"60732e7d23e8e75143597ecc"},"path":"/storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST yellow - support surface/mattress - Umano Medical - Canada","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST green - support surface/mattress - Umano Medical - Canada","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenX - support surface/mattress - Umano Medical - Canada","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenXi - support surface/mattress - Umano Medical - Canada","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available in Canada.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/en-ca/products/beds/","meta_description":"Learn more about our powerful hospital beds that will meet all your healthcare needs, from med-surg to high-acuity care.","meta_title":"Medical Beds Complete Selection | Umano Medical | Canada","noindex":false,"og_image":{"path":"/storage/uploads/2024/08/09/66b621c6bdc57OG-image-3.png"},"custom_childs":null,"_link":"product_type"},{"_id":"5f860d78d7abba27e63267c5","title":"Support surfaces","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1724197681,"_created":1602620792,"childs":[{"_id":"5fa95a63a9493d041e7da522","title":"comfortNEST yellow","slug":"/en-ca/products/support-surfaces/comfortnest-yellow/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/607243d286ddd5fe08c23b6db0confortNEST-yellow-1-6.jpg","meta":{"title":"Cost-effective and comfortable support surface - The comfortNEST yellow"}},"subtitle":"Comfortable and durable foam surface","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST yellow: a cost-effective and comfortable solution","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/6077348408eb3comfortNEST-yellow.png","meta":{"title":"Canada banner - Cost-effective support surface - The comfortNEST yellow"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fcaa8560de8acomfortNEST-yellow.png","meta":{"title":"Logo - The comfortNEST yellow"}},"title":null,"subtitle":null,"text":"The comfortNEST yellow is a durable and cost-effective solution for increased patient comfort. This prevention foam surface features one zone with an interchangeable head/foot position to maximize convenience and a firm perimeter that facilitates bed egress. Two specialized versions are also available to accommodate the needs of behavioral health and bariatric settings.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A foam surface designed for comfort and safety","title_short":"Safety","subtitle":null,"text":"<p>For added convenience, the comfortNEST yellow has a one-zone construction with an interchangeable head/foot position. Its firm foam perimeter facilitates bed egress and assists with patient transfers by forming a solid edge to lean on.</p>","image":{"path":"Pages produits/ComfortNEST yellow/Slider-vertical.comfortnest-yellow.jpg"}}},{"value":{"title":"An adaptable solution in behavioral health settings","title_short":"Behavioral health care","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The comfortNEST yellow MH provides increased security to patients who need high-observation care such as safe rooms, psychiatric units or detention centers. Its durable design features a fully enclosed cover with no handles or zippers to prevent patients from tampering with the mattress.</span></p>","image":{"path":"/storage/uploads/2021/04/14/607737677721fcomfortNEST-yellow-MH---on-bed-2-----Canada-Screen.jpg"}}},{"value":{"title":"A durable support surface for bariatric care","title_short":"Durability","subtitle":null,"text":"<p>Specifically adapted for bariatric care, the comfortNEST yellow + is offered in different widths and features a 950 lb weight capacity. Its high-resilience foam offers additional support and durability.</p>","image":{"path":"/storage/uploads/2021/04/14/6077377870eabcomfortNEST-yellow---on-bed--Canada-Screen_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"Durable cover options"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/02/12/60267c6d0b694feature---Antimicrobial-components.jpg"},"title":"Antimicrobial components","text":"The comfortNEST Yellow supports your infection prevention and control programs. Its 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60267c7acad46feature----durable-cover-option.jpg"},"title":"Durable cover options","text":"The top cover of the comfortNEST yellow is available either in 4-way stretch polyurethane, nylon or vinyl.","category":"2"}}],"disable_swiper":true,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H) Custom sizes available","sub":null}},{"value":{"title":"Weight capacity","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"450 lb (204 Kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"950 lb (432 kg) on the comfortNEST yellow+ model"}}]}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER OPTIONS","data":"4-way stretch polyurethane","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"70 Denier nylon"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Heavy-duty vinyl on the comfortNEST yellow MH"}}]}},{"value":{"title":"TOP LAYER","data":"1.8 lb density and IFD 25 – 35 ","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"comfortNEST yellow+ offers HR foam"}}]}},{"value":{"title":"BASE LAYER COMFORTNEST YELLOW +","data":"2.0 lb density and IFD 78 – 85 provides a firm support base and a weight capacity increased to 950 lb","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/6077371170679ComfortNest-Yellow_2.png","meta":{"title":"Specifications and features - Cost-effective support surface - The comfortNEST yellow"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605df3fec6deca3e0d68a03c","link":"educations","display":"comfortNEST yellow"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST yellow?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607737de499cdcomfortNEST-yellow---on-bed-2---Canada-Screen_2.jpg","meta":{"title":"Contact us - Best service in the industry - The comfortNEST yellow"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048018,"_created":1604934243,"meta_description":"Designed to increase patient comfort and convenience, the comfortNEST yellow answers the needs of multiple care environments. Discover all its innovative features.","meta_title":"comfortNEST yellow | Cost-Effective Medical Bed Surface","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/6077348408eb3comfortNEST-yellow.png","meta":{"title":"Cost-effective and comfortable support surface - The comfortNEST yellow"}},"has_showroom":false,"schema_description":"The comfortNEST yellow is a durable and cost-effective solution for increased patient comfort. This prevention foam surface features one zone with an interchangeable head/foot position to maximize convenience and a firm perimeter that facilitates bed egress. Two specialized versions are also available to accommodate the needs of behavioral health and bariatric environments.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fcaa8560de8acomfortNEST-yellow.png","meta":{"title":"Logo - comfortNEST yellow"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95aa2a9493d041e7da528","title":"comfortNEST green","slug":"/en-ca/products/support-surfaces/comfortnest-green/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"storage/uploads/2023/07/20/Menu-thumbnail-comfortnest-green.png","meta":{"title":"Multi-zone support surface for optimal pressure redistribution - The comfortNEST green"}},"subtitle":"Multi-zone prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST green: a multi-zone design for optimal pressure redistribution and comfort","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/21/60806fe046cf3comfortNEST-green.png","meta":{"title":"Canada banner - Multi-zone support surface for optimal pressure redistribution - The comfortNEST green"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe09c037e254comfortNEST-green.png","meta":{"title":"Logo - The comfortNEST green"}},"title":null,"subtitle":null,"text":"Designed with four distinct zones, the comfortNEST green responds to the pressure redistribution needs of each body area and reduces the risks of pressure injuries. Built with a voscielastic foam infused with gel, it offers additional immersion, comfort, and helps to maintain the temperature of the body in contact. ","link":null,"link_text":null,"add_title_h1":false,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"A high-quality surface made for performance and safety","title_short":"Performance","subtitle":null,"text":"<p>The multi-zone construction with varying foam densities and IFD ratings offers support and pressure redistribution to each zone. Paired with an anti-shear liner, the comfortNEST green reduces skin friction and shearing. Designed for acute and long-term care settings, this durable support surface addresses patient safety by offering firm lateral foam borders that facilitate patient transfers and bed egress.</p>","image":{"path":"storage/uploads/2023/07/20/Slider-vertical-4zones.jpg"}}},{"value":{"title":"An adaptable solution in behavioral health settings","title_short":"Behavioral health care","subtitle":null,"text":"<p>The comfortNEST green MH <span style=\\"font-weight: 400;\\">provides increased security to patients who need high-observation care such as safe rooms, psychiatric units or detention centers. Its durable design features a fully enclosed cover with no handles or zippers to prevent patients from tampering with the mattress.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077412a31ea3Value-2comfortNEST-green-MH---on-bed-2---Canada-Screen_2.jpg"}}},{"value":{"title":"A durable support surface for bariatric care needs","title_short":"Bariatric care","subtitle":null,"text":"<p>Specifically adapted for bariatric care, the comfortNEST green+ is available in different widths and has a 1000 lb weight capacity. Offering the same comfort and pressure redistribution capabilities as the comfortNEST green, it is built with a high resilience foam that provides <span style=\\"font-weight: 400;\\">additional</span><span style=\\"font-weight: 400;\\"> support and durability. </span></p>","image":{"path":"/storage/uploads/2021/04/14/60774156beaa7Value-3---comfortNEST-green---on-bed--Canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":"","categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 4-zone construction"}},{"value":{"title":"Viscoelastic memory foam topper"}}],"features":[{"value":{"image":{"path":"storage/uploads/2023/07/20/antimicrobial.jpg"},"title":"Antimicrobial components","text":"The comfortNEST green supports your infection prevention and control programs. Its 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi. ","category":"1"}},{"value":{"image":{"path":"storage/uploads/2023/07/20/3-layer---4-zones.jpg"},"title":"3-layer / 4-zone construction","text":"Made of 3 layers and 4 zones, the comfortNEST green has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address specific pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268b2c30835feature---Viscoelastic-memory-foam-topper.jpg"},"title":"Viscoelastic foam infused with gel","text":"Designed to offer additional body immersion and envelopment, the viscoelastic memory foam topper reduces pressure points and provides extra comfort.","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H) Custom sizes available","sub":null}},{"value":{"title":"Weight capacity","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"550 lb (250 Kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"1000 lb (454 kg) on the comfortNEST green+ model"}}]}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER","data":"4-way stretch polyurethane","sub":null}},{"value":{"title":"ANTI-SHEAR","data":"Dissipates heat and reduces friction","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"comfortNEST green+","data":null}}]}},{"value":{"title":"TOP LAYER","data":"Pressure redistributing 5.0 lb density viscoelastic memory foam","sub":[]}},{"value":{"title":"BASE LAYER","data":"1.9 lb density and IFD 31 – 37","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"","data":"comfortNEST green+: 2.0 lb density and IFD 78 – 85 provides a firm support base and a weight capacity increased to 1000 lb"}}]}},{"value":{"title":"HEAD SECTION","data":"1.9 lb density and IFD 25-34","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"SEAT SECTION","data":"HR 2.7 lb density and IFD 26 – 32","sub":null}},{"value":{"title":"CALF SECTION","data":"2.0 lb density and IFD 27 – 33","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"HEEL SECTION","data":"1.8 lb density and IFD 16 – 24","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"storage/uploads/2023/07/20/ComfortNEST-green-with-gel.png","meta":{"title":"Specifications and features - Multi-zone support surface for optimal pressure redistribution - The comfortNEST green"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dd98bc6deca3e0d68a02a","link":"educations","display":"comfortNEST green"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST green?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/60774184660e7CTA---comfortNEST-green---on-bed-2---Canada.jpg","meta":{"title":"Contact us - Best service in the industry - The comfortNEST green"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048098,"_created":1604934306,"meta_description":"Featuring 4 zones, the comfortNEST green offers support and pressure redistribution to each body area. Discover this game-changing support surface now.","meta_title":"comfortNEST green Multiple Zones Medical Bed Mattress ","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607740f89fb7eEn-tte---comfortNEST-green.jpg","meta":{"title":"Multi-zone support surface for optimal pressure redistribution - The comfortNEST green"}},"has_showroom":false,"schema_description":"Designed with four distinct zones, the comfortNEST green responds to the pressure redistribution needs of each body area and reduces the risks of pressure injuries. Built with a viscoelastic memory foam topper, it offers additional immersion and comfort to the whole body.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe09c037e254comfortNEST-green.png","meta":{"title":"Logo - comfortNEST green"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95ab0a9493d041e7da52b","title":"comfortNEST greenX","slug":"/en-ca/products/support-surfaces/comfortnest-greenx/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070aea320d815fe08c23b6db0confortNEST-yellow-1-3.jpg","meta":{"title":"Support surface for bariatric care settings - The comfortNEST greenX"}},"subtitle":"Expandable prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST greenX: a versatile solution for bariatric care settings","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/607746801be9aEn-tte---comfortNEST-greenX.png","meta":{"title":"Canada banner - Support surface for bariatric care settings - The comfortNEST greenX"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0bd3af3fb3comfortNEST-greenX.png","meta":{"title":"Logo - The comfortNEST greenX"}},"title":null,"subtitle":null,"text":"The comfortNEST greenX is an expandable support surface designed to answer the needs of bariatric settings. Offering pressure redistribution and comfort, this foam surface is complemented with two lateral bolsters that allow caregivers to expand the mattress. ","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A powerful solution for your bariatric care needs","title_short":"Powerful solution","subtitle":null,"text":"<p>Specifically adapted for bariatric care needs, the comfortNEST greenX features a 1000 lb weight capacity and an easily expandable width using the two lateral bolsters. It is built with a high resilience foam that provides adequate support and durability for the additional weight capacity.</p>","image":{"path":"/storage/uploads/2021/04/14/6077477d9207fValue-1---comfortNEST-greenX---on-bed---CANADA.jpg"}}},{"value":{"title":"A high-quality surface offering performance and safety","title_short":"High-quality surface","subtitle":null,"text":"<p>The 3-zone construction with varying foam densities and firmness levels offers support and pressure redistribution to each zone. The anti-shear liner reduces the forces of friction and shear. To effectively address patient safety, the extra-firm foam borders of the lateral bolsters form a strong edge that facilitates patient transfers and bed egress. </p>","image":{"path":"/storage/uploads/2021/04/14/607747a0016beValue-2---ComfortNest-Green-X-New_2.jpg"}}},{"value":{"title":"An asset for your infection prevention programs","title_short":"Infection prevention programs","subtitle":null,"text":"<p>The comfortNEST greenX has been designed with ease of cleaning and long-lasting performance in mind. It effectively contributes to your infection prevention program thanks to its antimicrobial components that help prohibit growth of bacteria and fungi.</p>","image":{"path":"/storage/uploads/2021/04/14/607747ac8bddbValue-3---comfortNEST-greenX_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 3-zone construction"}},{"value":{"title":"Viscoelastic gel topper"}}],"features":[{"value":{"image":{"path":"storage/uploads/2023/07/20/antimicrobial.jpg"},"title":"Antimicrobial components","text":"A 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi. ","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268dc0c2596feature---3-layer--3-zone-construction.jpg"},"title":"3-layer / 3-zone construction","text":"Made of 3 layers and 3 zones, the comfortNEST greenX has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268dc97578ffeature---Viscoelastic-gel-topper.jpg"},"title":"Viscoelastic gel topper","text":"Designed to offer additional immersion and envelopment, the viscoelastic memory foam topper infused with gel provides comfort while reducing pressure points.","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Center mattress","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Two lateral bolsters","data":"6\\" W x 80\\" or 84\\" L x 6\\" H (15.2 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Foot end extender (optional)","data":"35\\" W x 4\\" L x 6\\" H (88.9 cm W x 10.2 cm L x 15.2 cm H)"}}]}},{"value":{"title":"Weight capacity","data":"1000 lb (454 Kg)","sub":null}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER","data":"4-way stretch polyurethane","sub":null}},{"value":{"title":"ANTI-SHEAR LINER","data":"Dissipates heat and reduces friction","sub":null}},{"value":{"title":"TOP LAYER","data":"Pressure redistributing 4.0 lb density viscoelastic memory gel foam","sub":null}},{"value":{"title":"BASE LAYER","data":"2.0 lb density with IFD 78 – 85 provides a firm support base","sub":null}},{"value":{"title":"HEAD SECTION","data":"HR 2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"SEAT SECTION","data":"HR 2.7 lb density and IFD 24 – 32","sub":null}},{"value":{"title":"HEEL SECTION","data":"2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"LATERAL SIDE BOLSTERS","data":"Same foam design properties as the main mattress","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607747bc15d64Spec---ComfortNest-Green-X-New_2.jpg","meta":{"title":"Specifications and features - Support surface for bariatric care settings - The comfortNEST greenX"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dda08d5241a693956a19d","link":"educations","display":"comfortNEST greenX"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"View all","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text":"View all","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST greenX?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607747ce796a1CTA-comfortNEST-greenX---on-bed---CANADA.jpg","meta":{"title":"Contact us - Best service in the industry - The comfortNEST greenX"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048138,"_created":1604934320,"meta_description":"The comfortNEST greenX is an expandable support surface with two lateral bolsters designed for bariatric environments. Discover all its game-changing features.","meta_title":"comfortNEST greenX Versatile Bariatric Hospital Bed Mattress | Canada","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607746801be9aEn-tte---comfortNEST-greenX.png","meta":{"title":"Support surface for bariatric care settings - The comfortNEST greenX"}},"has_showroom":false,"schema_description":"The comfortNEST greenX is an expandable support surface designed to answer the needs of bariatric environments. Offering pressure redistribution and comfort, this foam surface is complemented with two lateral bolsters that allow caregivers to expand the mattress.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0bd3af3fb3comfortNEST-greenX.png","meta":{"title":"Logo - comfortNEST greenX"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95ac6a9493d041e7da52e","title":"comfortNEST greenXi","slug":"/en-ca/products/support-surfaces/comfortnest-greenxi/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070afe6ea0325fe08c23b6db0confortNEST-yellow-1-4.jpg","meta":{"title":"Expandable support surface for bariatric care settings - The comfortNEST greenXi"}},"subtitle":"Expandable prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST greenXi: a fully integrated and expandable solution for bariatric care settings","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/60774f6a662baEn-tte---comfortNEST-greenXi.png","meta":{"title":"Canada banner - Expandable support surface for bariatric care settings - The comfortNEST greenXi"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0c163c3894comfortNEST-greenXi.png","meta":{"title":"Logo - The comfortNEST greenXi"}},"title":null,"subtitle":null,"text":"The comfortNEST greenXi is an expandable support surface integrating all mattress components into a one-piece enclosed cover. Designed to answer the needs of bariatric settings, it offers pressure redistribution and optimal patient comfort. For increased convenience, its width and length can easily be adjusted by caregivers.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"An expandable surface that addresses bariatric needs","title_short":"Bariatric care","subtitle":null,"text":"<p>Specifically adapted for bariatric care needs, the comfortNEST greenXi is easily expandable and features a 1000 lb weight capacity. For extra convenience and comfort, its fully enclosed cover conveniently keeps all the mattress components together. It is built with a high resilience foam that provides adequate support and durability for the additional weight capacity.</p>","image":{"path":"/storage/uploads/2021/04/14/60774fdbb1b50Value-1---comfortNEST-greenXI---on-bed---CANADA.jpg"}}},{"value":{"title":"A high-quality surface designed for performance and safety","title_short":"Performance","subtitle":null,"text":"<p>The 3-zone construction with varying foam densities and firmness levels offers support and pressure redistribution to each zone. The anti-shear liner reduces the forces of friction and shear. To efficiently address patient safety, the extra-firm foam borders of the integrated lateral bolsters form a strong edge that facilitates patient transfers and bed egress.</p>","image":{"path":"/storage/uploads/2021/04/14/60775006c196eValue-2--Comfortnest-Xi-New_2.jpg"}}},{"value":{"title":"An asset for your infection prevention programs","title_short":"Infection prevention","subtitle":null,"text":"<p>The comfortNEST greenXi has been designed with ease of cleaning and long-lasting performance in mind. It effectively contributes to your infection prevention and control programs through its antimicrobial components that assist in prohibiting growth of bacteria and fungi.</p>","image":{"path":"/storage/uploads/2021/04/14/60775013221e7Value-3--comfortNEST-greenXi_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 3-zone construction"}},{"value":{"title":"Viscoelastic gel topper"}},{"value":{"title":"One-piece cover"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/02/12/602690354c34ffeature---Antimicrobial-components-6.jpg"},"title":"Antimicrobial components","text":"A 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/6026903c67bd6feature---3-layer--3-zone-construction-2.jpg"},"title":"3-layer / 3-zone construction","text":"Made of 3 layers and 3 zones, the comfortNEST greenXi has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/21/608075f03f84fcomfortNEST-greenXi---Viscolastique.png"},"title":"Viscoelastic gel topper","text":"Designed to offer additional immersion and envelopment, the viscoelastic memory foam topper infused with gel provides comfort while reducing pressure points.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/21/6080757dc674aHousse-monobloc.png"},"title":"One-piece cover","text":"For extra convenience and optimal patient comfort, the fully enclosed one-piece cover integrates all mattress components while providing the look and feel of a one-piece mattress.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Center mattress","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Two lateral bolsters","data":"6\\" W x 80\\" or 84\\" L x 6\\" H (15.2 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Foot end extender (optional)","data":"35\\" W x 4\\" L x 6\\" H (88.9 cm W x 10.2 cm L x 15.2 cm H)"}}]}},{"value":{"title":"Weight capacity","data":"1000 lb (454 Kg)","sub":null}},{"value":{"title":"Flammability","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"TOP COVER","data":"A single-piece cover integrates All mattress components","sub":null}},{"value":{"title":"ANTI-SHEAR LINER","data":"To dissipate heat and reduce friction","sub":null}},{"value":{"title":"TOP LAYER","data":"Pressure redistributing 4.0 lb density viscoelastic memory gel foam","sub":null}},{"value":{"title":"BASE LAYER","data":"2.0 lb density and IFD 78 – 85 provides a firm support base","sub":null}},{"value":{"title":"HEAD SECTION","data":"HR 2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"SEAT SECTION","data":"HR 2.7 lb density and IFD 24 – 32","sub":null}},{"value":{"title":"HEEL SECTION","data":"2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"LATERAL SIDE BOLSTERS","data":"Same foam design properties as the main mattress","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607750213789bSpec---Comfortnest-Xi-New_2.png","meta":{"title":"Specifications and features - Support surface for bariatric care settings - The comfortNEST greenXi"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605df3a4162d683fc57866d1","link":"educations","display":"comfortNEST greenXi"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST greenXi?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/6077503418b9aCTA---comfortNEST-greenXI---on-bed---CANADA.jpg","meta":{"title":"Contact us - Best service in the industry - The comfortNEST greenXi"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048177,"_created":1604934342,"meta_description":"Learn about the features of the comfortNEST greenXi that can easily be adjusted in width and length and integrates all mattress components into an enclosed cover.","meta_title":"comfortNEST greenXi Expandable Bariatric Hospital Mattress | Canada","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/60774f6a662baEn-tte---comfortNEST-greenXi.png","meta":{"title":"Expandable support surface for bariatric care settings - The comfortNEST greenXi"}},"has_showroom":false,"schema_description":"The comfortNEST greenXi is an expandable support surface integrating all mattress components into a one-piece enclosed cover. Designed to answer the needs of bariatric environments, it offers pressure redistribution and optimal patient comfort. For increased convenience, its width and length can easily be adjusted by caregivers.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0c163c3894comfortNEST-greenXi.png","meta":{"title":"Logo - comfortNEST greenXi"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b0ca9493d041e7da532","title":"coverNEST gray","slug":"EMPTY","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/6072588bc19bb5fe08c23b6db0confortNEST-yellow-1-9.jpg"},"subtitle":"Low air loss top cover","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The coverNEST gray: a convenient solution for microclimate management","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/6077547039656En-Tte---coverNEST.png"},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/03/04/6041195c8bfd8coverNEST-gray.png"},"title":null,"subtitle":null,"text":"The coverNEST gray is a cost-effective solution to allow the caregiver to add low air loss therapy to any non-powered pressure redistribution surface.","link":null,"link_text":null}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Instant LAL therapy","title_short":"Microclimate management","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The coverNEST gray was designed to quickly add low-air loss therapy to any pressure redistribution non-powered surface in order to prevent heat and humidity buildup, while assisting in managing the patient’s skin microclimate environment.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077547fd8300Value-1--CoverNest-Gray---Close-up--.jpg"}}},{"value":{"title":"Convenience and ease of use","title_short":"Convenience","subtitle":null,"text":"<p>The coverNEST gray is easily installed just like a fitted sheet. The control unit is quiet, compact, and lightweight which allows the caregiver to quickly add low air loss therapy to any non-powered support surfaces.</p>","image":{"path":"/storage/uploads/2021/04/14/607755e488a89Value-2--coverNEST-gray---on-bed---Canada_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Durable triple layered cover","text":null,"categories":[{"value":{"title":"Durable triple layered cover"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/21/608078c013203CoverNEST-grey---Features.jpg"},"title":"Durable triple layered cover","text":"The coverNEST gray is a triple layer low air loss cover. It is fluid-resistant, low friction & shear, vapor permeable and is available in either nylon or a 4-way stretch polyurethane.","category":"1"}}],"disable_swiper":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Width","data":"36\\" (91.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Length","data":"80\\" and 84\\" (203 cm and 213 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Height","data":"Fits 7\\" to 10\\" surfaces (17.8 cm to 25.4 cm)"}}]}},{"value":{"title":"Weight Capacity","data":"as per weight capacity of surface used with LAL Cover","sub":null}},{"value":{"title":"Control Unit","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"13.8\\" x 11\\" x 6.5\\" (35 cm x 28 cm x 16.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Weight","data":"10.2 lb (4.6 Kg)"}}]}},{"value":{"title":"Flammability","data":"Meets flammability standard CAL 117 ","sub":null}}],"features":[{"value":{"title":"TOP LAYER","data":"Is breathable and minimizes friction and shear forces","sub":null}},{"value":{"title":"MIDDLE LAYER","data":"Allows for unobstructed airflow to prevent heat build up and decrease maceration","sub":null}},{"value":{"title":"BOTTOM LAYER","data":"Is liquid proof to protect the interior of the mattress","sub":null}},{"value":{"title":"CONTROL UNIT","data":"Allows the caregiver to quickly add low air loss therapy to any non powered pressure redistribution surface","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/60775645032b3Spec---CoverNest-Gray---Close-up.png"},"documents":[{"value":{"title":"Specification Sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":{"_id":"607f13ac68b33756ec070eb2","path":"/2021/04/20/607f13ac45c4cUSTCGS-9000-ENG-R2---Spec-Sheet---coverNEST-Gray.pdf","title":"USTCGS-9000-ENG R2 - Spec Sheet - coverNEST Gray.pdf","mime":"application/pdf","description":"","tags":[],"size":734521,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1618940844,"modified":1618940844,"_by":"607d66da96276b7763444951","folder":""}}}],"margin_top":false,"vertical_scroll":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces. ","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa898b2c07c2074ff4"},"path":"/storage/uploads/2021/04/22/608174a9a35cdDiscover---Beds-Thrapeutique-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your support surface.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the coverNEST gray?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607755fc5a7d5CTA---coverNEST-gray---on-bed---Canada_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048284,"_created":1604934412,"has_showroom":false,"meta_description":"This vapor permeable, triple-layer top cover can be placed over any non-powered pressure redistribution surface to add low air loss therapy. Discover it now.","meta_title":"coverNEST gray Medical Bed Mattress Cover for LAL Therapy","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/6077547039656En-Tte---coverNEST.png","meta":{"title":"Convenient solution for microclimate management - The coverNEST gray"}},"schema_description":"The coverNEST gray is a cost-effective solution to allow the caregiver to add low air loss therapy to any non-powered pressure redistribution surface.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2021/03/04/6041195c8bfd8coverNEST-gray.png","meta":{"title":"Logo - The coverNEST gray"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b49e3f4ed26fd115972","title":"airNEST orange","slug":"/en-ca/products/support-surfaces/airnest-orange/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/60724475425185fe08c23b6db0confortNEST-yellow-1-7.jpg","meta":{"title":"Air surface for pressure injury prevention and treatment - The airNEST orange"}},"subtitle":"Alternating pressure and low air loss","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The airNEST orange: an air surface for pressure injury prevention and treatment","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/607757323baceairNEST-orange.png","meta":{"title":"Canada banner - Air surface for pressure injury prevention and treatment - The airNEST orange"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/03/04/60411d86eabdeairNEST-orange-1.png","meta":{"title":"Logo - The airNEST orange"}},"title":null,"subtitle":null,"text":"The airNEST orange is a therapeutic surface designed to assist in preventing and treating pressure injuries for patients in various care settings. This air surface is equipped with deep air cells for optimal pressure redistribution, firm lateral foam bolsters for stability, and a reliable and user-friendly control unit.\\n","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A therapeutic surface designed for prevention and treatment","title_short":"Prevention and treatment","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">For added convenience, the multi-therapy system of the airNEST orange provides both alternating pressure and on demand low air loss therapy. This combination optimizes pressure redistribution and microclimate management.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077574acbb7aValue-1---airNEST-orange_2B.jpg"}}},{"value":{"title":"Safety for patients","title_short":"Stability","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The airNEST orange was designed with stability and safety in mind. Its firm foam perimeter forms a solid edge to facilitate sit-to-stand transfers and bed egresses and ingresses.</span></p>","image":{"path":"/storage/uploads/2021/04/14/607757bb7d07eValue-2--airNEST-orange---on-bed---Canada_2.jpg"}}},{"value":{"title":"A user-friendly and intuitive control unit ","title_short":"Ease of use","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The intuitive control panel allows the caretaker to quickly set patient weight, select either static or alternating pressure therapy, set the AP cycle time and activate or deactivate the low air loss therapy. </span></p>","image":{"path":"/storage/uploads/2021/04/14/607757ce02dbfValue-3--airNEST-orange_2B.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Deep air cells "}},{"value":{"title":"Control unit"}},{"value":{"title":" Top cover"}},{"value":{"title":"Firm lateral foam support"}},{"value":{"title":"Fowler boost mode"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/60783468553b1airNEST-orange_deep-air-cells.jpg"},"title":"Deep air cells ","text":"The airNEST orange has deep air cells for optimal support and pressure redistribution. They are individual and can be easily replaced.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834759a633airNEST-orange_control-unit.jpg"},"title":"Control unit","text":"The control unit is quiet, compact, and lightweight. It allows the caretaker to easily select the therapy, determine AP cycle time, and adjust weight settings for optimal therapeutic performance and patient comfort.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834821182dairNEST-orange_top-cover.jpg"},"title":" Top cover","text":"The triple layer top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. It is removable, fluid resistant, low friction & shear, vapor permeable and is available in either nylon or 4-way stretch polyurethane.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/60783491683ccairNEST-orange_firm-lateral-foam-support.jpg"},"title":"Firm lateral foam support","text":"The firm lateral foam support offers stability and safety to reduce the risk of patient falls or entrapment.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834bcd7c78airNEST-orange_fowler-boost-a.jpg"},"title":"Fowler boost mode","text":"The fowler boost mode increases the pressure in the air cells to prevent “bottoming out” when the patient is in an upright position.","category":"5"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 8\\" H (89 cm W x 203 cm or 213.4 cm L x 20.3 cm H)","sub":null}},{"value":{"title":"Weight Capacity","data":"500 lb (227 Kg)","sub":null}},{"value":{"title":"Mattress weight","data":"23 lb (10.4 Kg)","sub":null}},{"value":{"title":"Control Unit","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"13.8\\" x 11\\" x 6.5\\" (35 cm x 28 cm x 16.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Weight","data":"10.2 lb (4.6 Kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"AP Cycle Times","data":"5, 10, 15, & 20 minutes"}}]}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Meets flammability standard CAL 117"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Foam components meet CAL 129, 16 CFR 1632 & 16 CFR 1633"}}]}}],"features":[{"value":{"title":"DEEP AIR CELLS","data":"Optimal pressure redistribution with alternating low-pressure therapy","sub":null}},{"value":{"title":"TOP COVER","data":"Vapor permeable triple-layered top sheet for low air loss therapy","sub":null}},{"value":{"title":"FIRM LATERAL FOAM SUPPORT","data":"Provides stability and facilitates bed egress and ingress","sub":null}},{"value":{"title":"SAFETY FOAM BASE","data":"Convoluted foam base is enclosed in a fluid-proof cover","sub":null}},{"value":{"title":"CONTROL UNIT","data":"Intuitive control panel allows the caregiver to quickly set patient weight, select desired therapies, and determine AP cycle times","sub":null}},{"value":{"title":"FOWLER BOOST MODE","data":"In upright position, the system increases the pressure in the air cells to prevent “bottoming out”","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607757ec172deSpec---airNEST-orange_2.png","meta":{"title":"Specifications and features - Air surface for pressure injury prevention and treatment - The airNEST orange"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"5f89c9302ebd9b0bd07c1c54","link":"educations","display":"airNEST orange"}}},{"value":{"title":"Quick Reference Card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":{"_id":"627bf8b035608019c35f07dc","path":"/2022/05/11/627bf8b00647bQRC-airNEST-orange----USTAOS-9001-R2-ENG.pdf","title":"QRC airNEST orange - USTAOS-9001 R2 ENG.pdf","mime":"application/pdf","description":"","tags":[],"size":1236901,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1652291760,"modified":1652291760,"_by":"612cf9635cf9b154834a4638","folder":"627bf84535608019c35f07db"},"check":false}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa898b2c07c2074ff4"},"path":"/storage/uploads/2021/04/22/608174a9a35cdDiscover---Beds-Thrapeutique-CAN.jpg"}],"title":"Our hospital beds are unique, versatile, and powerful. Find the right bed for your airNEST! ","subtitle":null,"summary":null,"link":null,"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the airNEST orange?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607757f9b5f5aCTA---airNEST-orange---on-bed---Canada_2.jpg","meta":{"title":"Contact us - Best service in the industry - The airNEST orange"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048324,"_created":1604934473,"has_showroom":false,"meta_description":"Designed for pressure injury prevention and treatment, this support surface provides both alternating pressure and low air loss therapy. Discover all its features.","meta_title":"airNEST orange Powered Air Therapeutic Support Medical Mattress","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607757323baceairNEST-orange.png","meta":{"title":"Air surface for pressure injury prevention and treatment - The airNEST orange"}},"schema_description":"The airNEST orange is a therapeutic surface designed to assist in preventing and treating pressure injuries for patients in various care environments. This air surface is equipped with deep air cells for optimal pressure redistribution, firm lateral foam bolsters for stability, and a reliable and user-friendly control unit.","schema_height":"8\\"","schema_logo":{"path":"/storage/uploads/2021/03/04/60411d86eabdeairNEST-orange-1.png","meta":{"title":"Logo - airNEST orange"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b688f509332836318b3","title":"airNEST orange Hybrid","slug":"/en-ca/products/support-surfaces/airnest-orange-hybrid/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ac2d7abba27e63267c2","link":"bed_compatibility","display":"Convertible"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070b0c7c4de95fe08c23b6db0confortNEST-yellow-1-5.jpg","meta":{"title":"Convertible support surface for pressure injury prevention and treatment - The airNEST orange Hybrid"}},"subtitle":"Convertible surface with alternating pressure and low air loss","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The airNEST orange Hybrid: a convertible surface for pressure injury prevention and treatment","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/15/60782a8872e77En-Tte---airNEST-orange-hybrid.png","meta":{"title":"Convertible support surface for pressure injury prevention and treatment - The airNEST orange Hybrid"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/02/11/60254aab1ffabairNEST-orange-hybrid.png","meta":{"title":"Logo - The airNEST orange Hybrid"}},"title":null,"subtitle":null,"text":"The airNEST orange Hybrid is a therapeutic support surface that assists in preventing and treating pressure injuries in multiple care environments. This non-powered air/foam surface can convert into a powered air surface, thus providing the additional therapies of alternating pressure (AP) and low air loss (LAL).","link":null,"link_text":null,"add_title_h1":false,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A convertible therapeutic surface made for prevention and treatment","title_short":"Versatility","subtitle":null,"text":"<p>The airNEST orange Hybrid can be used both as a non-powered and powered pressure redistributing surface. As a non-powered surface, pressure redistribution is done via self-adjusting technology (SAT), also known as reactive low-pressure interface. Pressure in the air cells is readjusted through body movement or repositioning. In powered mode, its multi-therapy system provides alternating pressure and on demand low air loss to optimize pressure redistribution and microclimate management of the skin.</p>","image":{"path":"/storage/uploads/2021/04/15/60782a9a817f4Value-1--airNEST-orange-HYBRID--.jpg"}}},{"value":{"title":"Safety for patients","title_short":"Stability","subtitle":null,"text":"<p>The airNEST orange Hybrid was designed with stability and safety in mind. Its firm foam perimeter forms a solid edge to facilitate sit-to-stand transfers and bed egress/ingress.</p>","image":{"path":"/storage/uploads/2021/04/15/60782aa99922eValue-2--airNEST-orange-HYBRID--on-bed---Canada_2.jpg"}}},{"value":{"title":"A user-friendly and intuitive interface ","title_short":"Ease of use","subtitle":null,"text":"<p>The intuitive control panel allows the caretaker to quickly set patient weight, select either static or alternating pressure therapy, determine AP cycle times, and activate or deactivate low air loss therapy.</p>","image":{"path":"/storage/uploads/2021/04/15/60782ab69ff31Value-3--airNEST-orange-hybrid_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Air-foam cells"}},{"value":{"title":"Control unit"}},{"value":{"title":"Top cover"}},{"value":{"title":"Firm lateral foam support"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078362f493bfairNEST-orange-Hybrid_air-foam-cells.jpg"},"title":"Air-foam cells","text":"The pre-filled air-foam cells and 3-zone construction with varying foam densities and IFD ratings offer additional immersion and envelopment to support the needs of the different areas of the body. The 2-layer foam topper made of viscoelastic and polyurethane ensures support and patient comfort.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078363b03fb4airNEST-orange-Hybrid_control-unit.jpg"},"title":"Control unit","text":"The control unit is quiet, compact, and lightweight. It allows the caretaker to easily select the therapy, determine AP cycle time, and adjust weight settings for optimal therapeutic performance and patient comfort.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078364fa4fcaairNEST-orange-Hybrid_top-cover.jpg"},"title":"Top cover","text":"The triple layer top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. It is removable, fluid resistant, low friction & shear, vapor permeable and is available in either nylon or 4-way stretch polyurethane.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078364512315airNEST-orange-Hybrid_firm-lateral-foam-support.jpg"},"title":"Firm lateral foam support","text":"The firm lateral foam support offers stability and safety to reduce the risk of patient falls or entrapment.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 7\\" H 88.9 cm W x 203 cm or 213 cm L x 17.8 cm H","sub":null}},{"value":{"title":"Weight Capacity","data":"500 lb (227 kg)","sub":null}},{"value":{"title":"Mattress Weight","data":"43.5 lb (19.7 Kg)","sub":null}},{"value":{"title":"Control Unit","data":"","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"13.8\\" x 11\\" x 6.5\\" (35 cm x 28 cm x 16.4 cm) "}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Weight","data":"10.2 lb (4.6 kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"AP Cycle Times","data":"5, 10, 15 & 20 minutes"}}]}},{"value":{"title":"Flammability","data":"Meets flammability standards CAL 117, CAL 129, 16 CFR 1632, & 16 CFR 1633","sub":null}}],"features":[{"value":{"title":"PREFILLED AIR/FOAM CELLS","data":"3 zones with varying IFD ratings provide pressure redistribution and patient comfort","sub":null}},{"value":{"title":"TOP COVER","data":"Top cover is low friction and low shear force producing, highly vapor, permeable, and is available in nylon or polyurethane stretch material","sub":null}},{"value":{"title":"KEVLAR LINER","data":"Fire barrier","sub":null}},{"value":{"title":"TOP LAYER FOAM","data":"1\\" viscoelastic foam","sub":null}},{"value":{"title":"MIDDLE LAYER FOAM","data":"1\\" polyurethane foam","sub":null}},{"value":{"title":"FIRM LATERAL FOAM SUPPORT","data":"Provides stability and facilitates bed egress and ingress","sub":null}},{"value":{"title":"OPTIONAL CONTROL UNIT","data":"Intuitive control panel allows the caregiver to quickly set patient weight, select desired therapies, and determine AP cycle times","sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60782ad03feb5Spec---airNEST-orange-HYBRID--.jpg","meta":{"title":"Control unit - Adjust weight settings for optimal therapeutic performance"}},"documents":[{"value":{"title":"Specification Sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"605cfb0a32f13617c4378482","link":"educations","display":"airNEST orange Hybrid"}}},{"value":{"title":"Quick Reference Card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":{"path":"/2024/06/07/666378cbc046fQRC-airNEST-orange-Hybrid---USTAOHYBS-9001-R2-ENG.pdf","title":"QRC airNEST orange Hybrid - USTAOHYBS-9001 R2 ENG.pdf","mime":"application/pdf","description":"","tags":[],"size":1183973,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1717795019,"modified":1717795019,"_by":"662908f31efd0e38067e0308","folder":"","_id":"666378cc116dca8adb09cb22"},"check":false,"education_document":null}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa898b2c07c2074ff4"},"path":"/storage/uploads/2021/04/22/608174a9a35cdDiscover---Beds-Thrapeutique-CAN.jpg"}],"title":"Our hospital beds are unique, versatile, and powerful. Find the right bed for your airNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the airNEST orange Hybrid?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/15/60782ae41555eCTA---airNEST-orange-HYBRID--on-bed---Canada_2.jpg","meta":{"title":"Convertible support surface for pressure injury prevention with control unit - The airNEST orange Hybrid"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048668,"_created":1604934504,"has_showroom":false,"meta_description":"This non-powered surface can be converted to a therapeutic powered air surface providing alternating pressure and low air loss therapies. Discover its benefits.","meta_title":"airNEST orange Hybrid Convertible Therapeutic Hospital Mattress","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/15/60782a8872e77En-Tte---airNEST-orange-hybrid.png","meta":{"title":"Convertible support surface for pressure injury prevention and treatment - The airNEST orange Hybrid"}},"schema_description":"The airNEST orange Hybrid is a therapeutic support surface that assists in preventing and treating pressure injuries in multiple care environments. This non-powered air/foam surface can convert into a powered air surface, thus providing the additional therapies of alternating pressure (AP) and low air loss (LAL).","schema_height":"7\\"","schema_logo":{"path":"/storage/uploads/2021/02/11/60254aab1ffabairNEST-orange-hybrid.png","meta":{"title":"Logo - airNEST orange Hybrid"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b572abda414016bb033","title":"airNEST orangeXi","slug":"/en-ca/products/support-surfaces/airnest-orangexi/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/607257986e7035fe08c23b6db0confortNEST-yellow-1-8.jpg","meta":{"title":"Expandable air surface for bariatric care setting - The airNEST orangeXi"}},"subtitle":"Expandable surface with alternating pressure and low air loss","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The airNEST orangeXi: an expandable air surface for bariatric care settings","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/15/60782b92a7240En-tte---airNEST-orange-Xi.png","meta":{"title":"Canada banner - Expandable air surface for bariatric care setting - The airNEST orangeXi"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/02/11/60254e0f9ff49airNEST-orangeXi.png","meta":{"title":"Logo - The airNEST orangeXi"}},"title":null,"subtitle":null,"text":"The airNEST orangeXi is an expandable bariatric therapeutic air surface designed to assist in preventing and treating pressure injuries in multiple care settings. Featuring deep air cells for optimal pressure redistribution, this powered surface easily expands in width and length to answer the needs of bariatric patients.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"A therapeutic surface designed for prevention and treatment","title_short":"Prevention and treatment","subtitle":null,"text":"<p>For added convenience, the multi-therapy system of the airNEST orangeXi provides both alternating pressure and on demand low air loss therapy. This combination optimizes pressure redistribution and microclimate management.</p>","image":{"path":"/storage/uploads/2021/04/15/60782ba176884Value-1---airNEST-orangeXi---close-up---PNG_2B.jpg"}}},{"value":{"title":"A powerful solution for your bariatric care needs","title_short":"Bariatric care","subtitle":null,"text":"<p>Specifically designed for bariatric environments, the airNEST orangeXi features a 1100 lb weight capacity. Staff can easily adjust its width and length through an integrated valve system in the expandable air lateral bolsters and foot-end extender.</p>","image":{"path":"/storage/uploads/2021/04/15/60782bb602c64Value-2--airNEST-orange-Xi---on-bed---Canada_2.jpg"}}},{"value":{"title":"A user-friendly and intuitive control unit","title_short":"Ease of use","subtitle":null,"text":"<p>The intuitive control panel allows the caretaker to quickly set patient weight, select either static or alternating pressure therapy, and activate or deactivate the determined AP cycle times.</p>","image":{"path":"/storage/uploads/2021/04/15/60782bc662bb1Value-3--airNEST-orange-Xi_2B.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Deep air cells"}},{"value":{"title":"Control unit"}},{"value":{"title":"Top cover"}},{"value":{"title":"Fowler boost mode"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078359a0c033airNEST-orangeXi_deep-air-cells.jpg"},"title":"Deep air cells","text":"The airNEST orangeXi has deep air cells for optimal support and pressure redistribution. They are individual and can be easily replaced.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835a6c8c8fairNEST-orangeXi_control-unit.jpg"},"title":"Control unit","text":"The control unit is quiet, compact, and lightweight. It allows the caretaker to easily select the therapy, determine AP cycle time, and adjust weight settings for optimal therapeutic performance and patient comfort.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835b181519airNEST-orangeXi_top-cover.jpg"},"title":"Top cover","text":"The triple layer top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. It is removable, fluid resistant, low friction & shear, vapor permeable and is available in either nylon or 4-way stretch polyurethane.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835b949ec6airNEST-orangeXi_fowler-boost-a.jpg"},"title":"Fowler boost mode","text":"The fowler boost mode increases the pressure in the air cells to prevent “bottoming out” when the patient is in an upright position. This avoids pressure increase and blood flow reduction.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"36\\", 42\\" or 48\\" W X 80\\", 84\\" or 88\\" L X 10\\" H (91.4 cm, 107 cm, 122 cm W X 203 cm, 213 cm or 223.5 cm L X 25.4 cm H)","sub":null}},{"value":{"title":"Weight Capacity","data":"1100 lb (500 kg)","sub":null}},{"value":{"title":"Mattress weight","data":"49 lb (22 Kg)","sub":null}},{"value":{"title":"Control Unit","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"13.8\\" x 11\\" x 6.5\\" (35 cm x 28 cm x 16.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Weight","data":"10.2 lb (4.6 Kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"AP Cycle Times","data":"5, 10, 15, & 20 minutes"}}]}}],"features":[{"value":{"title":"DEEP AIR CELLS","data":"Optimal pressure redistribution with alternating low-pressure therapy","sub":null}},{"value":{"title":"SIZE ADJUSTMENT","data":"Quick and easy width and length adjustment using integrated valve system","sub":null}},{"value":{"title":"TOP COVER","data":"Vapor permeable triple-layered top sheet for low air loss therapy","sub":null}},{"value":{"title":"FOAM BASE","data":"Safety convoluted foam base is enclosed in a fluidproof cover","sub":null}},{"value":{"title":"CONTROL UNIT","data":"Intuitive control panel allows the caregiver to quickly set patient weight, select desired therapies and determine AP cycle times","sub":null}},{"value":{"title":"FOWLER BOOST MODE","data":"In upright position, the system increases the pressure in the air cells to prevent bottoming out","sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60782bd823942Spec---airNEST-orangeXi---close-up---PNG_2.png","meta":{"title":"Specifications and features - Expandable air surface for bariatric care setting - The airNEST orangeXi"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"605dd85ad5241a693956a194","link":"educations","display":"airNEST orangeXi"}}},{"value":{"title":"Quick Reference Card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":{"_id":"627bf9e735608019c35f07df","path":"/2022/05/11/627bf9e7e818bQRC-airNEST-orange-Xi----USTAOXiS-9001-R2-ENG.pdf","title":"QRC airNEST orange Xi - USTAOXiS-9001 R2 ENG.pdf","mime":"application/pdf","description":"","tags":[],"size":1274399,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1652292071,"modified":1652292071,"_by":"612cf9635cf9b154834a4638","folder":"6247029d43cb7020c16e06b5"},"check":false}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa898b2c07c2074ff4"},"path":"/storage/uploads/2021/04/22/608174a9a35cdDiscover---Beds-Thrapeutique-CAN.jpg"}],"title":"Our hospital beds are unique, versatile, and powerful. Find the right bed for your airNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the airNEST orangeXi?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/15/60782be56d88fCTA---airNEST-orange-Xi---on-bed---Canada_2.jpg","meta":{"title":"Contact us - Best service in the industry - The airNEST orangeXi"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048567,"_created":1604934487,"has_showroom":false,"meta_description":"Designed for pressure injury prevention and treatment, this therapeutic surface can easily be expanded to answer the needs of bariatric environments.","meta_title":"airNEST orangeXi Powered Air Bariatric Hospital Bed Matttress","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/15/60782b92a7240En-tte---airNEST-orange-Xi.png","meta":{"title":"Expandable air surface for bariatric care setting - The airNEST orangeXi"}},"schema_description":"The airNEST orangeXi is an expandable bariatric therapeutic air surface designed to assist in preventing and treating pressure injuries in multiple environments. Featuring deep air cells for optimal pressure redistribution, this powered surface easily expands in width and length to answer the needs of bariatric environments.","schema_height":"10\\"","schema_logo":{"path":"/storage/uploads/2021/02/11/60254e0f9ff49airNEST-orangeXi.png","meta":{"title":"Logo - airNEST orangeXi"}},"schema_width":"42\\"","is_not_available":false,"_link":"products"},{"_id":"6245cabff913cd0b3068f4c3","title":"AIRE-TURN™","slug":"/en-ca/products/support-surfaces/aire-turn/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png","meta":{"title":"Therapeutic air surface with multiple therapies - The AIRE-TURN"}},"subtitle":"Powered surface with multi-therapy","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The AIRE-TURN™: a therapeutic air surface with multiple therapies, including continuous lateral rotation","text":"","image":null,"image_product":{"path":"Pages produits/Aire-Turn/Aire-Turn-Banner.png","meta":{"title":"Canada banner -Therapeutic air surface with multiple therapies - The AIRE-TURN"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Request more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"Pages produits/Aire-Turn/LOGO---aire-turn.png","meta":{"title":"Logo - The AIRE-TURN"}},"title":null,"subtitle":null,"text":"<p> The AIRE-TURN™ is a therapeutic air surface designed to assist in preventing and treating pressure injuries and other complications associated with immobility, through its multi-therapy system. <p> \\n\\n\\n","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A therapeutic surface designed for prevention and treatment","title_short":"Prevention and treatment","subtitle":null,"text":"<p><span class=\\"TextRun SCXW66043267 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW66043267 BCX9\\">For added convenience, the multi-therapy system of the AIRE-TURN™</span><span class=\\"NormalTextRun SCXW66043267 BCX9\\"> provides </span></span><span class=\\"TextRun SCXW66043267 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW66043267 BCX9\\">continuous lateral rotation, </span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">alternating pressure</span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">, </span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">low air loss</span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">, and pulsation </span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">therapy. </span></span><span class=\\"EOP SCXW66043267 BCX9\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":240}\\"> </span></p>","image":{"path":"Pages produits/Aire-Turn/PREVENTION-AND-TREATMENT.jpg"}}},{"value":{"title":"Microclimate management ","title_short":"MICROCLIMATE","subtitle":null,"text":"<p><span class=\\"TextRun SCXW258597265 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW258597265 BCX9\\">To keep the patient’s skin cool and dry, on-demand</span></span><span class=\\"TextRun SCXW258597265 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW258597265 BCX9\\"> low air loss therapy is administered</span><span class=\\"NormalTextRun SCXW258597265 BCX9\\">,</span><span class=\\"NormalTextRun SCXW258597265 BCX9\\"> directly underneath the patient,</span> <span class=\\"NormalTextRun SCXW258597265 BCX9\\">through the triple-layered top cover.</span></span></p>","image":{"path":"Pages produits/Aire-Turn/multiple-therapies.jpg"}}},{"value":{"title":"A multi-function control unit","title_short":"CONTROL UNIT","subtitle":null,"text":"<p><span class=\\"TextRun SCXW174405145 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW174405145 BCX9\\">The intuitive control panel offers multiple programmable adjustments for customized patient care.</span></span></p>","image":{"path":"Pages produits/Aire-Turn/CONTROL-UNIT.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"ANGLED DEEP AIR CELLS"}},{"value":{"title":"CONTROL UNIT"}},{"value":{"title":"TOP COVER"}}],"features":[{"value":{"image":{"path":"Pages produits/Aire-Turn/Angled-deep-air-cells.jpg"},"title":"Angled Deep Air Cells","text":"The AIRE-TURN™ has angled deep air cells for optimal support and pressure redistribution. Their form allows for a more comfortable and subtle turn. They are individually connected and can be easily replaced. ","category":"1"}},{"value":{"image":{"path":"Pages produits/Aire-Turn/CONTROL-UNIT-FEATURE.jpg"},"title":"Control unit","text":"The control unit allows the caretaker to easily select desired therapies, determine cycle times, and adjust patient settings for optimal therapeutic performance and patient comfort. ","category":"2"}},{"value":{"image":{"path":"Pages produits/Aire-Turn/SPECIFICATIONS-AND-FESTURES.png"},"title":" Top cover","text":"The triple-layered top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. The top cover is low friction and low shear producing, vapor permeable, and anti-microbial. It is available in either nylon or 4-way stretch polyurethane. ","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and Features","text":null,"specifications":[{"value":{"title":"Dimensions","data":"36\\" W X 80\\" or 84\\" L X 10\\" H (91.4 cm W X 203 cm or 213 cm L X 25.4 cm H)","sub":null}},{"value":{"title":"Weight Capacity","data":"500 lb (227 Kg)","sub":null}},{"value":{"title":"Mattress weight","data":"31 lb (14kg)","sub":null}}],"features":[{"value":{"title":"Dimensions","data":"12\\" x 6.75\\" x 10.5\\" (30 cm x 17 cm x 27 cm) ","sub":null}},{"value":{"title":"Weight","data":"13 lb (5.9 kg)","sub":null}},{"value":{"title":"AP Cycle Times ","data":"1 - 99 minutes ","sub":null}},{"value":{"title":"CLRT Cycle Times ","data":"10 minutes - 4 hours ","sub":null}}],"image":{"path":"Pages produits/Aire-Turn/SPECIFICATIONS-AND-FESTURES.png","meta":{"title":"Specifications and features - Therapeutic air surface - The AIRE-TURN"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"634ec0deeeea800a477d8a67","link":"educations","display":"AIRE-TURN™"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"SPECIFICATIONS","column_2_title":"CONTROL UNIT","right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the AIRE-TURN™?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/22/608174aa8b1a6Discover---Beds-Thrapeutique-USA.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your AIRE-TURN™.","subtitle":null,"summary":null,"link":null,"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"612cf9635cf9b154834a4638","_modified":1718048284,"_created":1648741055,"has_showroom":false,"meta_description":"A Canadian therapeutic air surface with multi-therapy, including continuous lateral rotation.","meta_title":"AIRE-TURN™ : Powered Support Surface | Umano Medical | Canada","noindex":false,"og_image":{"path":"Pages produits/Aire-Turn/SPECIFICATIONS-AND-FESTURES.png","meta":{"title":"Therapeutic air surface with multiple therapies - The AIRE-TURN"}},"schema_description":"","schema_height":"8\\"","schema_logo":{"path":"Pages produits/Aire-Turn/LOGO---aire-turn.png","meta":{"title":"Logo- AIRE-TURN"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"627127382e6b013407209052","title":"BARIATRIC AIRE-TURN™","slug":"/en-ca/products/support-surfaces/bariatric-aire-turn/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png","meta":{"title":"Expandable therapeutic air surface for lateral rotation - The BARIATRIC AIRE-TURN"}},"subtitle":"Powered expandable surface with multi-therapy","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The BARIATRIC AIRE-TURN™: an expandable therapeutic air surface for lateral rotation ","text":"","image":null,"image_product":{"path":"Pages produits/Aire-Turn/Bariatric/Bannire-AIRE-TURN-BARIATRIC.png","meta":{"title":"Canada Banner - Expandable therapeutic air surface for lateral rotation - The BARIATRIC AIRE-TURN"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Request more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"Pages produits/Aire-Turn/Bariatric/Bariatric-aire-turn-logo.png","meta":{"title":"Logo - The BARIATRIC AIRE-TURN"}},"title":null,"subtitle":null,"text":"<p> The BARIATRIC AIRE-TURN™ is an expandable therapeutic air surface designed to assist in preventing and treating pressure injuries through its multi-therapy system, including continuous lateral rotation, alternating pressure, and pulsation. <p> \\n\\n\\n","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A therapeutic surface designed for prevention and treatment","title_short":"Prevention and treatment","subtitle":null,"text":"<p><span class=\\"TextRun SCXW66043267 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW66043267 BCX9\\">For added convenience, the multi-therapy system of the BARIATRIC AIRE-TURN™</span><span class=\\"NormalTextRun SCXW66043267 BCX9\\"> provides, continuous lateral rotation, alternating pressure, low air loss, and pulsation therapy</span></span></p>","image":{"path":"Pages produits/Aire-Turn/Bariatric/paralax-bariatric-aire-turn-rounded-celles.jpg"}}},{"value":{"title":"Microclimate management ","title_short":"MICROCLIMATE","subtitle":null,"text":"<p><span class=\\"TextRun SCXW258597265 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW258597265 BCX9\\">To keep the patient’s skin cool and dry, on-demand</span></span><span class=\\"TextRun SCXW258597265 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW258597265 BCX9\\"> low air loss therapy is administered</span><span class=\\"NormalTextRun SCXW258597265 BCX9\\">,</span><span class=\\"NormalTextRun SCXW258597265 BCX9\\"> directly underneath the patient,</span> <span class=\\"NormalTextRun SCXW258597265 BCX9\\">through the triple-layered top cover.</span></span></p>","image":{"path":"Pages produits/Aire-Turn/multiple-therapies.jpg"}}},{"value":{"title":"A multi-function control unit","title_short":"CONTROL UNIT","subtitle":null,"text":"<p><span class=\\"TextRun SCXW174405145 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW174405145 BCX9\\">The intuitive control panel offers multiple programmable adjustments for customized patient care.</span></span></p>","image":{"path":"Pages produits/Aire-Turn/CONTROL-UNIT.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"ANGLED DEEP AIR CELLS"}},{"value":{"title":"CONTROL UNIT"}},{"value":{"title":"TOP COVER"}}],"features":[{"value":{"image":{"path":"Pages produits/Aire-Turn/Bariatric/Key-features-deep-angled-air-cells-bariatric.jpg"},"title":"Angled deep air cells","text":"The BRIATRIC AIRE-TURN™ has angled deep air cells for optimal support and pressure redistribution. Their angled form allows for a more comfortable and subtle turn. They are individually connected and can be easily replaced. ","category":"1"}},{"value":{"image":{"path":"Pages produits/Aire-Turn/CONTROL-UNIT-FEATURE.jpg"},"title":"Control unit","text":"The control unit allows the caretaker to easily select desired therapies, determine cycle times, and adjust patient settings for optimal therapeutic performance and patient comfort. ","category":"2"}},{"value":{"image":{"path":"Pages produits/Aire-Turn/Bariatric/Key-features-top-cover-bariatric-aire-turn.jpg"},"title":" Top cover","text":"The triple-layered top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. The top cover is low friction and low shear producing, vapor permeable, and anti-microbial. It is available in either nylon or 4-way stretch polyurethane. ","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and Features","text":null,"specifications":[{"value":{"title":"Dimensions","data":"36\\", 42\\" or 48\\" W X 80\\", 84\\" or 88\\" L X 10\\" H (91.4, 107 or 122 cm W X 203, 213.4 or 223.5 cm or 213 cm L X 25.4 cm H)","sub":null}},{"value":{"title":"Weight Capacity","data":"1000 lb (454 Kg)","sub":null}},{"value":{"title":"Mattress weight","data":"44 lb (20kg)","sub":null}}],"features":[{"value":{"title":"Dimensions","data":"12\\" x 6.75\\" x 10.5\\" (30 cm x 17 cm x 27 cm) ","sub":null}},{"value":{"title":"Weight","data":"13 lb (5.9 kg)","sub":null}},{"value":{"title":"AP Cycle Times ","data":"1 - 99 minutes ","sub":null}},{"value":{"title":"CLRT Cycle Times ","data":"10 minutes - 4 hours ","sub":null}}],"image":{"path":"Pages produits/Aire-Turn/Bariatric/Bannire-AIRE-TURN-BARIATRIC.png","meta":{"title":"Specifications and Features - Therapeutic air surface for lateral rotation - The BARIATRIC AIRE-TURN"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"634ec1b5b9cded4d0404b7d6","link":"educations","display":"AIRE-TURN BARIATRIC™"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"SPECIFICATIONS","column_2_title":"CONTROL UNIT","right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the BARIATRIC AIRE-TURN™?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg","meta":{"title":"Contact us - Best service in the industry - The BARIATRIC AIRE-TURN"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/22/608174a9a35cdDiscover---Beds-Thrapeutique-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your BARIATRIC AIRE-TURN™.","subtitle":null,"summary":null,"link":null,"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"612cf9635cf9b154834a4638","_modified":1718048491,"_created":1651582776,"has_showroom":false,"meta_description":"A Canadian bariatric air surface with multi-therapy, including continuous lateral rotation.","meta_title":"BARIATRIC AIRE-TURN™ : Powered Support Surface | Umano Medical | Canada","noindex":false,"og_image":{"path":"Pages produits/Aire-Turn/Bariatric/Bannire-AIRE-TURN-BARIATRIC.png","meta":{"title":"Expandable therapeutic air surface for lateral rotation - The BARIATRIC AIRE-TURN"}},"schema_description":"The BARIATRIC AIRE-TURN™ is an expandable therapeutic air surface designed to assist in preventing and treating pressure injuries through its multi-therapy system, including continuous lateral rotation, alternating pressure, and pulsation.","schema_height":"8\\"","schema_logo":{"path":"Pages produits/Aire-Turn/Bariatric/Bariatric-aire-turn-logo.png","meta":{"title":"Logo - BARIATRIC AIRE-TURN"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All support surfaces","text":null,"image":{"path":"/storage/uploads/2021/04/26/6087081256e8cHeader---Accueil-matelas.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Preventive and therapeutic surfaces tailored to your patients’ needs","subtitle":null,"text":"Umano Medical offers a complete array of preventive and therapeutic support surfaces that help prevent or treat pressure injuries. With our surfaces designed for medical-surgical, behavioral health or bariatric environments, there is no doubt you will find the perfect fit for your needs. Check out our models!","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724433614f5d607c57cc35"},"path":"/storage/uploads/2021/04/11/60724433243dc5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2023/07/20/Menu-thumbnail-comfortnest-green.png"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"ComfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070af02f0febe6fb3059082"},"path":"/storage/uploads/2021/04/09/6070af02c12045fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0744e7b614ae654b26e"},"path":"/storage/uploads/2021/04/09/6070b074d07b15fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0744e7b614ae654b26e"},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"airNEST orange"}],"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":"","summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":"","summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-ca/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif","meta":{"title":"Hospital beds - Umano Medical"}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed - Umano Medical - Canada","asset":"60732c9b23e8e75143597ec0"},"path":"/storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed - Umano Medical - Canada","asset":"60732a98614f5d607c57cc75"},"path":"/storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed - Umano Medical - Canada","asset":"60732c9f614f5d607c57cc89"},"path":"/storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed - Umano Medical - Canada","asset":"60732ca3614f5d607c57cc8a"},"path":"/storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"MAX-SECURE platform hospital bed - Umano Medical - Canada","asset":"60732e7d23e8e75143597ecc"},"path":"/storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST yellow - support surface/mattress - Umano Medical - Canada","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST green - support surface/mattress - Umano Medical - Canada","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenX - support surface/mattress - Umano Medical - Canada","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenXi - support surface/mattress - Umano Medical - Canada","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available in Canada.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/en-ca/products/support-surfaces/","meta_description":"Healthcare facilities around the world rely on our innovative products and exceptional service to address their specific needs. Discover the new alternative.","meta_title":"Hospital Bed Mattresses | Umano Medical","noindex":false,"og_image":null,"hide_from_menu":null,"hide_from_menu_en_ca":null,"hide_from_menu_en_uk":true,"hide_from_menu_en_us":null,"custom_childs":[{"value":{"title":"oneNEST S","subtitle":"Multi-zone prevention and treatment foam surface","thumbnail":{"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"},"link":"https://www.umanomedical.com/en-ca/products/support-surfaces/onenests/","has_showroom":false,"new_product":false}},{"value":{"title":"oneNEST M","subtitle":"All-in-one support surface","thumbnail":{"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"},"link":"https://www.umanomedical.com/en-ca/products/support-surfaces/onenestm/","has_showroom":false,"new_product":true}}],"_link":"product_type"},{"_id":"66c3aa4346f65674560a5b82","title":"Umano Connect","slug":"/en-ca/products/umano-connect/umano-connect/","category":{"_id":"6266eb5726f978454b65d6b3","title":"Umano Connect","_mby":"662908f31efd0e38067e0308","_by":"612cf9635cf9b154834a4638","_modified":1727290997,"_created":1650912087,"childs":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Connect Technology","text":null,"image":[],"image_product":{"path":"/storage/uploads/2024/09/09/66df492d934b7Umano-Connect---Smart-bed-and-Umano-Connect-Status-board---Top-banner---820x615.png"},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732eb523e8e75143597ece"},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>The first step to a simpler and connected future.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-ca/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif","meta":{"title":"Hospital beds - Umano Medical"}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed - Umano Medical - Canada","asset":"60732c9b23e8e75143597ec0"},"path":"/storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed - Umano Medical - Canada","asset":"60732a98614f5d607c57cc75"},"path":"/storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed - Umano Medical - Canada","asset":"60732c9f614f5d607c57cc89"},"path":"/storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed - Umano Medical - Canada","asset":"60732ca3614f5d607c57cc8a"},"path":"/storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"MAX-SECURE platform hospital bed - Umano Medical - Canada","asset":"60732e7d23e8e75143597ecc"},"path":"/storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST yellow - support surface/mattress - Umano Medical - Canada","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST green - support surface/mattress - Umano Medical - Canada","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenX - support surface/mattress - Umano Medical - Canada","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenXi - support surface/mattress - Umano Medical - Canada","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available in Canada.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/en-ca/products/umano-connect/","meta_description":"Bed status data and event logs can now be accessed remotely, in near real-time, by staff members. All imagined in Canada","meta_title":"Smart Hospital Bed : Umano Connect™ offered in Canada","noindex":false,"og_image":{"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"},"custom_childs":null,"_link":"product_type"},"sub_category":"","thumbnail":{"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png","meta":{"title":"Connected solution for hospital beds - Umano Connect"}},"subtitle":"Umano Connect™: a smart connected way to care","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Connect™: a smart connected way to care ","text":"<p><span class=\\"TextRun SCXW259521851 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW259521851 BCX0\\">Bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW259521851 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW259521851 BCX0\\"> snow platform to a whole new level.</span></span></p>","image":[],"image_product":{"path":"/storage/uploads/2024/09/09/66df5215bee0aUmano-Connect---Smart-bed-and-Umano-Connect-Status-board---Top-banner---820x615.png"},"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"Pages produits/Umano Connect/Logo-connectivit---umano-connect.png","meta":{"title":"Logo - Umano Connect"}},"title":"","subtitle":"","text":"","link":null,"link_text":"","bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":true,"add_title_h1":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3 style=\\"text-align: center;\\"><strong>Simplifying smart technology to empower hospital team</strong></h3>\\n<p style=\\"text-align: center;\\"><strong>Focus on what matters the most: your patients.</strong></p>\\n<p style=\\"text-align: center;\\">With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. From the patient room to the nurses’ station and the maintenance department, all your teams come together with Umano Connect. They can now access valuable information allowing them to make assessments, and to monitor beds and patients remotely.</p>"}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"989768031","image":{"path":"/storage/uploads/2024/09/05/66da375bad686Design-sans-titre-42.png","meta":{"title":"Video - Connected solution for hospital beds - Umano Connect"}},"container_smaller":true,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"Seamless Care Coordination","slides":[{"value":{"title":"Proactive patient care","title_short":"","subtitle":"","text":"<p><span class=\\"TextRun SCXW172841480 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW172841480 BCX0\\">Umano Connect is a powerful tool that enables your team to make proactive decisions</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">. </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">Instead of reacting to </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">incidents</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">, you will be informed to prevent any adverse event before anything happens</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">. The platform </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">is helping you </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">ensure safety protocols </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">such as </span><span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW172841480 BCX0\\">fall</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\"> and pressure injury prevention </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">are enforced</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\"> so you can</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\"> feel confident and on top of your work.</span></span></p>","image":{"path":"/storage/uploads/2024/09/10/66e0a5f6e500aUmano-Connect---Proactig-patient-care---Image-Web---820x615.png","meta":{"title":"Une polyvalence exceptionnelle et une valeur inégalée"}}}},{"value":{"title":"Clinical workflow efficiency","title_short":"","subtitle":null,"text":"<p><span class=\\"TextRun SCXW225127759 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW225127759 BCX0\\">Remote monitoring of </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">smart hospital beds</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> and patient activity helps you plan more efficiently by </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">eliminating</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> unnecessary steps</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">. </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">Relevant information </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">can </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">facilitate</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> your </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">decision-making</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW225127759 BCX0\\">facilitate</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> care coordination</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">, and prioritize interventions</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">.</span> <span class=\\"NormalTextRun SCXW225127759 BCX0\\">Imagine having an extra team member dedicated to making you and your team’s jobs easier by </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">monitoring</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> all your patients at once.</span></span></p>","image":{"path":"/storage/uploads/2024/09/10/66e0a5fd55f7bUmano-Connect---Maximize-efficency---Image-Web---820x615.png","meta":{"title":"Extension de la largeur"}}}},{"value":{"title":"Remote Fleet management","title_short":"","subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW143952679 BCX0\\">Maximize</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> your equipment </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">utilization</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> with Umano Connect and </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW143952679 BCX0\\">UmanoLocation</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">. You want </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">up-and-running</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> equipment, </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">know where the beds are, and in what condition. </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">It is now possible with </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW143952679 BCX0\\">UmanoLocation</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">.</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> Track and </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">monitor</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> the location of your beds</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> with</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">in</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> a </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">clinical-precision </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">level ac</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">curacy even </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">beyond the patient room.</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> Umano Connect also provides you </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">with equipment diagnostics and preventive maintenance flags.</span></p>","image":{"path":"/storage/uploads/2024/09/10/66e0a6056ca66Umano-Connect---Fleet-Management---Image-Web---820x615.png"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"A solution for real life patient care challenges","subtitle":"Umano Connect was designed to address key challenges hospital teams face every day, helping them meet their ultimate goal: taking care of patients.","blocs":[{"value":{"title":"1. Fall Prevention","text":"<p><span class=\\"TextRun SCXW23091326 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW23091326 BCX0\\">Umano Connect</span></span><span class=\\"TextRun SCXW23091326 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW23091326 BCX0\\"> provides valuable and </span><span class=\\"NormalTextRun SCXW23091326 BCX0\\">timely</span><span class=\\"NormalTextRun SCXW23091326 BCX0\\"> information about your patients’ bed status and safety protocols so that you can </span><span class=\\"NormalTextRun SCXW23091326 BCX0\\">anticipate</span><span class=\\"NormalTextRun SCXW23091326 BCX0\\"> bed exits and prevent patient falls</span><span class=\\"NormalTextRun SCXW23091326 BCX0\\">.</span></span></p>"}},{"value":{"title":"2. Pressure Injury Prevention","text":"<p><span class=\\"NormalTextRun SCXW58923213 BCX0\\">With </span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">various information and</span> <span class=\\"NormalTextRun SCXW58923213 BCX0\\">bed alarms like the exclusive </span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">in-bed time graph</span><span class=\\"NormalTextRun SCXW58923213 BCX0\\"> or turn reminder feature,</span><span class=\\"NormalTextRun SCXW58923213 BCX0\\"> these powerful tools hel</span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">p you and proactively prevent pressure injuries from developping and </span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">deliver </span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">personalized</span><span class=\\"NormalTextRun SCXW58923213 BCX0\\"> care.</span></p>"}},{"value":{"title":"3. Protocol compliance","text":"<p><span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW114521966 BCX0\\">Umano </span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW114521966 BCX0\\">Connect</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW114521966 BCX0\\">helps</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW114521966 BCX0\\">ensure</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW114521966 BCX0\\">protocol</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW114521966 BCX0\\"> compliance. <span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\"> Featuring</span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">information </span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">like the nurse call cable status</span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">,</span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun Highlight SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">bed exit detection, bed</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun Highlight SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\"> height</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun Highlight SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">,</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun Highlight SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">and more</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">,</span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\"> Umano Connect </span><span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW79153786 BCX0\\">is bringing</span><span class=\\"NormalTextRun SCXW79153786 BCX0\\"> an overview of all your smart beds at once.</span></span></span><span class=\\"EOP TrackedChange SCXW79153786 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"> </span></span></span></span></span></p>"}},{"value":{"title":"4. Fleet Optimization","text":"<p><span class=\\"TextRun SCXW88132201 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW88132201 BCX0\\">All the information about your fleet </span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">is</span><span class=\\"NormalTextRun SCXW88132201 BCX0\\"> centralized on one </span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">platform</span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">, </span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">therefore </span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">it is easier for you to <span class=\\"TrackChangeTextInsertion TrackedChange SCXW105463304 BCX0\\"><span class=\\"TrackedChange SCXW105463304 BCX0\\"><span class=\\"TextRun Highlight SCXW105463304 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW105463304 BCX0\\">maximize uptime, reduce costs,</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW105463304 BCX0\\"><span class=\\"TextRun SCXW105463304 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW105463304 BCX0\\">and coordinate maintenance for better fleet health.</span></span></span></span></span></p>"}}],"remove_top":true,"remove_bot":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Monitor mobility progress and patterns","subtitle":null,"text":"<p><span data-contrast=\\"auto\\">With the In-Bed time feature, you can monitor your patient\'s mobility patterns, making it easier to understand their needs and optimize their recovery plan in collaboration with your interdisciplinary team.</span></p>\\n<p><span data-contrast=\\"auto\\">This unique feature tracks the time your patient spends in and out of bed. Any member of your team using Umano Connect can access this detailed information at any time, facilitating communication between caregivers and ensuring patients get the mobilization level they require.</span></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/10/66e0a6195841cUmano-Connect---Patient-Mobility---Image-Web---ENG---820x615.png"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Reporting","subtitle":null,"text":"<p><span data-contrast=\\"auto\\"><span class=\\"TextRun SCXW93789186 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW93789186 BCX0\\"><span class=\\"TrackChangeTextInsertion TrackedChange TrackChangeHoverSelectColorRed SCXW127073104 BCX0\\"><span class=\\"TrackedChange SCXW127073104 BCX0\\"><span class=\\"TextRun Highlight SCXW127073104 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun TrackChangeHoverSelectHighlightRed SCXW127073104 BCX0\\">Incident</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange TrackChangeHoverSelectColorRed SCXW127073104 BCX0\\"><span class=\\"TextRun Highlight SCXW127073104 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun TrackChangeHoverSelectHighlightRed SCXW127073104 BCX0\\">s</span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange TrackChangeHoverSelectColorRed SCXW127073104 BCX0\\"><span class=\\"TrackedChange SCXW127073104 BCX0\\"><span class=\\"TextRun Highlight SCXW127073104 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun TrackChangeHoverSelectHighlightRed SCXW127073104 BCX0\\"> happen</span></span></span></span>. </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">Despite</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> all the prevention </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">measures</span> <span class=\\"NormalTextRun SCXW93789186 BCX0\\">you might</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> have in place. To help understanding better </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">an unfortunate situation, Umano Connect </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">provides</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> detailed r</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">e</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">port</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">s</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">. The chronology of </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">events</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> can help target gaps in care protocols</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">. Yo</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">u </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">can see if an alarm was </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">triggered and the time it took to respond to it</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">. </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">If ever an event </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">happens</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">, you can learn from it and prevent it </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">from happening</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> again</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">.</span></span></span></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/10/66e0a621ed083Umano-Connect---Reporting---Image-Web---820x615.png"},"image_link":null,"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":"<p><span class=\\"TextRun SCXW228802926 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW228802926 BCX0\\">Automatically </span><span class=\\"NormalTextRun SCXW228802926 BCX0\\">locate</span><span class=\\"NormalTextRun SCXW228802926 BCX0\\"> your</span> </span><strong><span class=\\"TextRun SCXW228802926 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW228802926 BCX0\\">Umano Medical </span></span></strong><span class=\\"TextRun SCXW228802926 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW228802926 BCX0\\">beds in your facility at a clinical-precision level. Get</span></span><span class=\\"TextRun SCXW228802926 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW228802926 BCX0\\"> detailed information about the location of your</span><span class=\\"NormalTextRun SCXW228802926 BCX0\\"> smart hospital</span><span class=\\"NormalTextRun SCXW228802926 BCX0\\"> beds with a simple and versatile solution.</span></span></p>\\n<p><span data-contrast=\\"auto\\"><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">By combining Ultra-wideband (UWB) and Infrared (IR) technologies, it offers unique precision</span><span class=\\"NormalTextRun SCXW241917861 BCX0\\">,</span><span class=\\"NormalTextRun SCXW241917861 BCX0\\"> especially in shared patient rooms</span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW241917861 BCX0\\"><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">where precision really </span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW241917861 BCX0\\"><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">matters</span></span></span><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">.</span> <span class=\\"NormalTextRun SCXW241917861 BCX0\\">When working with the beds of the </span></span><strong><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW241917861 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW241917861 BCX0\\"> snow </span></span></strong><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">platform equipped with Umano Connect Technology, it brings location capabilities to </span></span><strong><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">Umano Connect</span></span><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">.</span></span></strong><span class=\\"LineBreakBlob BlobObject DragDrop SCXW241917861 BCX0\\"><span class=\\"SCXW241917861 BCX0\\"> </span><br class=\\"SCXW241917861 BCX0\\" /></span></span></p>\\n<p><strong>Precise</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">Unique combination of technologies</li>\\n<li data-list=\\"bullet\\">Room-level certainty</li>\\n<li data-list=\\"bullet\\">Centimeter-level accuracy</li>\\n</ul>\\n<p><strong>Simple</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">No batteries to maintain</li>\\n<li data-list=\\"bullet\\">No connection to WiFi</li>\\n<li data-list=\\"bullet\\">Seamless for care teams</li>\\n</ul>\\n<p><strong>Versatile</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">Flexible installation</li>\\n<li data-list=\\"bullet\\">Extended location beyond patient rooms</li>\\n<li data-list=\\"bullet\\">Scalable to transition and storage areas</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/06/66db2aef6c11bUL1.gif"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":{"path":"/storage/uploads/2024/09/06/66db0cbc671a7Logo---UmanoLocation-Powered-By--Section-title---750x150.png"},"documents":[{"value":{"check":false,"title":"Specifications sheet","image":{"path":"/storage/uploads/2024/09/05/66da03160c54bfiche-technique1.png"},"document":null,"education_document":{"_id":"66f5abe9a6fa5442c10ad7d2","link":"educations","display":"Feuillet technique – UmanoLocation"}}}]}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Near real-time insights","text":"","specifications":[{"value":{"title":"Bed Status","data":"Brakes, bed height, bed width, in bed weight, backrest, siderails and locks.","separator":false,"sub":null}},{"value":{"title":"Brake status","data":"","sub":null,"separator":false}},{"value":{"title":"Bed exit detection (3 levels)","data":"","sub":[],"separator":false}},{"value":{"title":"Turn reminders","data":"","sub":[],"separator":false}},{"value":{"title":"In-Bed time","data":"","sub":[],"separator":false}},{"value":{"title":"Center of mass","data":"","sub":[],"separator":false}},{"value":{"title":"Maintenance errors","data":null,"sub":[],"separator":false}},{"value":{"title":"Patient risks indicators (Informs)","data":null,"separator":false,"sub":null}}],"features":[],"image":{"path":"/storage/uploads/2024/09/10/66e0a62d4ed56Umano-Connect---Near-Real-time-Insights---Image-Web---3000x2000.png","meta":{"title":"Specifications and features - Connected solution for hospital beds - Umano Connect"}},"documents":[{"value":{"title":"Brochure","image":{"path":"storage/uploads/2021/04/19/607de12c8c7aaBrochure-2.png","meta":{"title":null}},"document":null,"check":false,"education_document":{"_id":"633b1225ecc8380deb0815c5","link":"educations","display":"Brochure – Umano Connect"}}},{"value":{"check":false,"title":"Specification Sheet","image":{"path":"storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"education_document":{"_id":"633b1273ecc8380deb0815c9","link":"educations","display":"Umano Connect"}}},{"value":{"check":false,"title":"Other Ressources","image":{"path":"/storage/uploads/2024/08/01/66ab9f0908105cms.umanomedical.com-114437156130346450.png"},"document":null,"education_document":{"_id":"64c017e7bf8e290fbc188142","link":"educations","display":"User Manual – Umano Connect – V2.0.0 "}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"Monitoring features","column_2_title":"","right_column_text":null}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"The benefits of connected functions","text":null,"categories":null,"features":[{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a64aed1aeUmano-Connect---Detailed-infromation---Image-Web---ENG---1200x1200.png"},"title":"Detailed alarm information","text":"<p>Making sure safety protocols are enforced allows the care team to feel confident, on top of their work. Having visual and continuous remote monitoring of bed status is key to preventing falls and pressure injuries.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a65d71e83Umano-Connect---Third-party-system---Image-Web---1200x1200.png"},"title":"Integrate with 3rd party system","text":"<p><span class=\\"TextRun Highlight SCXW60394548 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW60394548 BCX0\\">Umano Connect is designed with an open architecture, allowing you to integrate bed data directly into your third-party health information systems, such as ADT, EMR and nurse call.</span></span></p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a663def08Umano-Connect---ook-snow-plateform-compatible---Image-Web---1200x1200.png"},"title":"ook snow platform compatible","text":"<p><span class=\\"TextRun SCXW63181065 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW63181065 BCX0\\">Umano Connect is compatible with all </span><span class=\\"NormalTextRun SCXW63181065 BCX0\\">smart hospital </span><span class=\\"NormalTextRun SCXW63181065 BCX0\\">beds from the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW63181065 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW63181065 BCX0\\"> snow </span><span class=\\"NormalTextRun SCXW63181065 BCX0\\">platform</span><span class=\\"NormalTextRun SCXW63181065 BCX0\\">*</span></span><span class=\\"EOP SCXW63181065 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"> </span></p>\\n<h6><span class=\\"EOP SCXW63181065 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"><span class=\\"TextRun SCXW261913785 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW261913785 BCX0\\">*E</span></span><span class=\\"TextRun SCXW261913785 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW261913785 BCX0\\">quipped</span><span class=\\"NormalTextRun SCXW261913785 BCX0\\"> with the latest software version and Umano Connect Technology.</span></span><span class=\\"EOP SCXW261913785 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"> </span></span></h6>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Ready to take the first step to a simplified, connected future?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2024/09/10/66e0a8f46f173CTA_banner.png","meta":{"title":"Contact us - Simplified future - Umano Connect"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":true,"telephone":null,"cta_product":true,"btn_with_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow - lit d\'hôpital - médecine-chirurgie"},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH - lit d\'hôpital - soins de santé mentale"},"path":"Related-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon - lit d\'hôpital - soins de longue durée"},"path":"storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"","link_2_showroom":true}}],"link":null,"link_text":"Showroom","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_modified":1727376796,"_created":1724099139,"meta_description":"Bed status data and event logs can now be accessed remotely, in near real-time, by staff members. All imagined in Canada","meta_title":"Smart Hospital Bed : Umano Connect™ offered in Canada","noindex":false,"og_image":{"path":"/storage/uploads/2024/09/25/66f45a13dc91cOG-image.png","meta":{"title":"Notification Center - Connected hospital bed - Umano Connect"}},"has_showroom":false,"schema_description":"Focus on what matters the most: your patients.\\n\\nWith Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. From the patient room to the nurses’ station and the maintenance department, all your teams come together with Umano Connect. They can now access valuable information allowing them to make assessments, and to monitor beds and patients remotely.","schema_height":"31.7\\"","schema_logo":{"path":"Pages produits/Umano Connect/Logo-connectivit---umano-connect.png","meta":{"title":"Logo - Umano Connect"}},"schema_width":"52.75\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"6008afa59ff75e2dd52eee15","title":"Furniture","slug":"/en-ca/products/furniture/","parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-ca/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif","meta":{"title":"Hospital beds - Umano Medical"}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed - Umano Medical - Canada","asset":"60732c9b23e8e75143597ec0"},"path":"/storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed - Umano Medical - Canada","asset":"60732a98614f5d607c57cc75"},"path":"/storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed - Umano Medical - Canada","asset":"60732c9f614f5d607c57cc89"},"path":"/storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed - Umano Medical - Canada","asset":"60732ca3614f5d607c57cc8a"},"path":"/storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"MAX-SECURE platform hospital bed - Umano Medical - Canada","asset":"60732e7d23e8e75143597ecc"},"path":"/storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST yellow - support surface/mattress - Umano Medical - Canada","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST green - support surface/mattress - Umano Medical - Canada","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenX - support surface/mattress - Umano Medical - Canada","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenXi - support surface/mattress - Umano Medical - Canada","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available in Canada.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"5fa98d02c3f37136a9450853","title":"Max-Secure Furniture","slug":"/en-ca/products/furniture/max-secure-furniture/","category":{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/15/60784597f13b1Menu--Mobilier-Max-Secure.png","meta":{"title":"Product line for behavioral health environments - The Max-Secure"}},"subtitle":"High-security furniture","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The Max-Secure TM furniture series: a safe and durable product line for behavioral health environments","text":null,"image":[],"image_product":{"path":"/storage/uploads/2021/04/13/6075f4d023cb4En-tete---Max-secure-furniture.png","meta":{"title":"Canada banner - Product line for behavioral health environments - The Max-Secure"}},"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Request more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"Your solution to maximize safety and comfort","text":"Designed for performance and durability, the Max-Secure furniture series maximizes security for patients and staff without compromising on comfort. Manufactured using Herculite® Polymer Composite, its seamless smooth surface is easy-to-clean and withstands continuous use in any behavioral health environment. Each product is available in a variety of soothing colors to match your decor and create a serene environment.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":null,"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Key features for increased peace of mind","subtitle":null,"text":"<p>Thoughtfully designed to enhance your institution’s security, the Max-Secure furniture series offers many features to prevent injury to self or others:</p>\\n<ul>\\n<li>Its one-piece construction with no exposed fasteners is maintenance-free and resists carving or scratching</li>\\n<li>The seamless smooth surface manufactured using Herculite® Polymer Composite is antimicrobial and impact resistant</li>\\n<li>Its solid design offers no space for concealment</li>\\n<li>The furniture can be ballasted to prevent lifting or throwing</li>\\n</ul>\\n<p> </p>\\n<p> </p>\\n<p><strong>You can download the Max Secure Furniture Series brochure <a title=\\"Max Secure Furniture series brochure\\" href=\\"/storage/uploads/2023/06/26/6499a6d18f039U-MAX-9002-ENG-R1---Technical-Brochure-Max-Secure-Furniture-Series.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">here</a>.</strong></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/04/15/60787fd2dfc02Key-Features.jpg","meta":{"title":"Key features - Behavioral health environments furniture series - The Max-Secure"}},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient room furniture","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbca2a06b6c3d0b4af207"},"path":"/storage/uploads/2021/03/03/603fbca2caf76Nightstand.png"}],"title":"Nightstand","subtitle":null,"summary":"<p>This nightstand gives your patients a place to store their personal effects in the privacy of their room.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>21.5\\" D x 22.5\\" W x 23\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbca83df8051161507cf5"},"path":"/storage/uploads/2021/03/03/603fbca883c9e2-shelf-storage-unit.png"}],"title":"2-shelf storage unit","subtitle":null,"summary":"<p>This 2-shelf storage unit offers a durable and secured solution.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>13.5\\" D x 30\\" W x 35\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbcad3df8051161507cf6"},"path":"/storage/uploads/2021/03/03/603fbcadc7eb94-shelf-storage-unit.png"}],"title":"4-shelf storage unit","subtitle":null,"summary":"<p>The 4-shelf storage unit gives your patients additional space to keep their personal effects.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>5\\" D x 30\\" W x 60.5\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbcb33df8051161507cf9"},"path":"/storage/uploads/2021/03/03/603fbcb3aa0eaCorner-mounted-desk.png"}],"title":"Corner mounted desk","subtitle":null,"summary":"<p>The corner mounted desk is a safe and durable writing or storage surface for your patients’ personal space.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>25\\" D x 25.44\\" W x 13.55\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd57a06b6c3d0b4af211"},"path":"/storage/uploads/2021/03/03/603fbd570302cWall-mounted-desk.png"}],"title":"Wall mounted desk","subtitle":null,"summary":"<p>The wall mounted desk offers patients a convenient and secured writing or storage surface.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>25\\" D x 35.3\\" W x 14.47\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd5ca06b6c3d0b4af212"},"path":"/storage/uploads/2021/03/03/603fbd5c20805Round-stool.png"}],"title":"Round stool","subtitle":null,"summary":"<p>This durable stool allows patients to work and relax in the privacy of their own rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>15\\" W x 18\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd61a06b6c3d0b4af213"},"path":"/storage/uploads/2021/03/03/603fbd610f6a0Wall-mounted-bench.png"}],"title":"Wall mounted bench","subtitle":null,"summary":"<p>Designed to withstand continuous use, this wall mounted bench creates additional seating space in common areas.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>15\\" D x 11\\" H x customizable length (between 48\\" and 108\\" in 12\\"increments.</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Chairs and tables","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdc73df8051161507d05"},"path":"/storage/uploads/2021/03/03/603fbdc78ca73Armless-chair.png"}],"title":"Armless chair","subtitle":null,"summary":"<p>Proven to withstand continuous use, this armless chair is designed to maximize safety and comfort in patient rooms or common areas.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>23\\" D x 19\\" W x 31.5\\" H (17.5\\" seat height)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdcda06b6c3d0b4af21c"},"path":"/storage/uploads/2021/03/03/603fbdcd1dc09Arm-chair.png"}],"title":"Armchair","subtitle":null,"summary":"<p>This durable armchair provides both comfort and security to common spaces and patient rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>23\\" D x 23\\" W x 31.5\\" H (17\\" seat height)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdd23df8051161507d06"},"path":"/storage/uploads/2021/03/03/603fbdd21c9adDinning-table.png"}],"title":"Dining table","subtitle":null,"summary":"<p>This top-of-the-line dining table maximizes security while patients spend time in the common rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 42\\" L x 29\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdd73df8051161507d07"},"path":"/storage/uploads/2021/03/03/603fbdd72348fExtended-Dinning-table.png"}],"title":"Extended dining table","subtitle":null,"summary":"<p>This durable extended dining table seats up to six people comfortably.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 74.5\\" L x 29\\"H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbddc3df8051161507d0a"},"path":"/storage/uploads/2021/03/03/603fbddce04b1Game-table.png"}],"title":"Games table","subtitle":null,"summary":"<p>The games table adds to the conviviality of your living areas by allowing patients to play a variety of board games.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 42\\" L x 29\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more products","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Max-Secure Platform bed","asset":"603fbbe90a36cf08f20afc49"},"path":"/storage/uploads/2021/03/03/603fbbe949f3bRelated-product---MaxSecure.png"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>Pair your Max-Secure furniture with the Max-Secure platform bed designed for high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Learn more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Maintain the perfect balance between safety and clinical needs with the ook snow MH, our adaptable behavioral health bed.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Learn more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the Max-Secure furniture series?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/08/606e4bab5559dService-plans-3.jpg","meta":{"title":"Contact us - Best service in the industry - The Max-Secure"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048941,"_created":1604947202,"meta_description":"This high-security furniture including chairs, tables, and storage units, maximizes security in patient rooms and common areas. Discover the full product line offered in Canada.","meta_title":"Max-Secure Furniture | Safe and Durable Hospital Furniture Line | Canada","noindex":false,"og_image":null,"has_showroom":false,"schema_description":null,"schema_height":null,"schema_logo":null,"schema_width":null,"is_not_available":false,"_link":"products"},{"_id":"5fa98ce8e1e2d96a9203e677","title":"Overbed table FTG SERIES","slug":"/en-ca/products/furniture/overbed-table-ftg-series/","category":{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},"sub_category":null,"thumbnail":{"path":"/storage/uploads/2021/04/11/607328fe14de45fe08c23b6db0confortNEST-yellow-1-13.jpg","meta":{"title":"The overbed table - FTG SERIES"}},"subtitle":"Robust and easy-to-clean table","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The overbed table FTG® SERIES: convenient and easy to clean","text":"<p>Discover a robust piece of furniture to enhance your beds</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/22/60817c752870bEn-Tte---Table.png","meta":{"title":"Canada banner - The overbed table - FTG SERIES"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"An overbed table that will meet your highest expectations for infection control","text":"Designed to meet the needs of your staff and patients, our overbed table has a low profile base for an easy access under the bed. The FTG SERIES offers increased versatility and optimal compatibility for both beds and patient’s chairs. Its acrylic top will satisfy your most demanding cleaning protocols. \\nA variety of top covers, either laminated or acrylic (fixed or extendable), are available to fit your facility’s needs.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Designed to meet your infection prevention protocol","title_short":"Ease of cleaning","subtitle":null,"text":"<p>The overbed table FTG SERIES was designed with an extensive infection prevention protocol in mind. Its resistant acrylic top and its smooth surfaces make it easier for staff to clean for staff, while saving their precious time.</p>","image":{"path":"/storage/uploads/2021/04/13/6075ccf5ced7c01---Infection-prevention---FTG-table.jpg"}}},{"value":{"title":"Various choices of colors and laminates","title_short":"Customizable design","subtitle":null,"text":"<p>Whether you’re in a long-term acute care facility or in a hospital environment, we know how beautiful rooms can enhance your patients’ stay. With this overbed table, you have various options of colors and laminates to fit your furniture and room decor.</p>","image":{"path":"Pages produits/Table FTG/Stratify-color---table-ftg.jpg"}}},{"value":{"title":"A table adapting to your environments","title_short":"Versatility","subtitle":null,"text":"<p>An appealing look is important, but a high-quality design makes your facility safer and more reliable. From its low profile base for an easy access under the bed, its extendable acrylic top for increased reach and greater surface, to its fast and easy adjustment, you can rely on our overbed table FTG SERIES.</p>","image":{"path":"/storage/uploads/2021/04/13/6075ccf5eccd403---Adapting-to-your-environment.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Discover its thoughtful features","text":null,"categories":[{"value":{"title":"Best in class low height"}},{"value":{"title":"Sturdy design"}},{"value":{"title":"Resistant acrylic top"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075cd0ea3f0501---low-height.jpg"},"title":"Best in class low height","text":"The overbed table FTG SERIES offers a low profile base for easy under bed access and a low height range to adapt your furniture height.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2020/12/18/5fdd02ebe7f73feature---sturdy-design.jpg"},"title":"Sturdy design","text":"The sturdy design makes for a reliable and great quality product.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2020/12/18/5fdd033cea544feature---RESISTANT-ACRYLIC-TOP.jpg"},"title":"Resistant acrylic top","text":"Its resistant acrylic top has a smooth surface and is easy to clean, allowing your staff to save time. ","category":"3"}}],"disable_swiper":true,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"LAMINATED","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.83\\" (103.8 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.83\\" (65.6 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}},{"value":{"title":"ACRYLIC","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.6\\" (103.1 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.6\\" (65 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}},{"value":{"title":"EXTANDABLE ACRYLIC","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.6\\" (103.1 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.6\\" (65 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}}],"features":[{"value":{"title":"Twin Caster","data":"1.97\\" / 5 cm","sub":null}},{"value":{"title":"Load Capacity","data":"100 lb / 45 kg","sub":null}},{"value":{"title":"Self-locking Hi-lo system","data":null,"sub":null}},{"value":{"title":"Sturdy construction","data":null,"sub":null}},{"value":{"title":"Epoxy polyester powder coating","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60785c55b3bc6Table---Spcifications.png","meta":{"title":"Specifications and features - The overbed table - FTG SERIES"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"633b020750768f6b0c479bd3","link":"educations","display":"Over Bed Table FTG series"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"storage/uploads/2021/04/07/606df55454b58ooksnowALL---CTA-contact-CAN.jpg","meta":{"title":"Contact us - Best service in the industry - FTG SERIES"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}}],"_mby":"6503283eb5bdf850d12c01b2","_by":"5f7235cb372719443d31adf6","_modified":1700575696,"_created":1604947176,"meta_description":"Designed to satisfy your most demanding cleaning protocols, this convenient and versatile overbed table will save you precious time. Discover all its features offered in Canada.","meta_title":"Robust and Easy to Clean Hospital Overbed Table FTG® SERIES | Canada","noindex":false,"og_image":null,"has_showroom":false,"schema_description":null,"schema_height":null,"schema_logo":null,"schema_width":null,"is_not_available":false,"_link":"products"}],"meta_title":"Hospital Furniture and Equipment | Umano Medical","meta_description":"Learn more about Umano Medical\'s tables, chairs, shelves and other furnishings that will become a valued part of your healthcare environment.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All items of furniture","text":null,"image":{"path":"/storage/uploads/2021/04/11/607330814076c5fff110ac5d3dcaroussel---photo-2-4.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Versatile items of furniture for all care environments","subtitle":null,"text":"Because care environments are also living spaces, Umano Medical offers a furniture line for bedrooms and common areas. Find out which items would be a good fit for your environment.","link":null,"link_text":null,"bigger_content":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"607327f55233d24f00646a09"},"path":"/storage/uploads/2021/04/11/607327f57929d5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure Furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073285a5233d24f00646a0a"},"path":"/storage/uploads/2021/04/11/6073285a6469f5fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>\\n<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"> </p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1697643116,"_created":1611181989,"_link":"product_type"},{"_id":"5fa2feb3874d236bd766ede5","title":"Accessories and Tools","slug":"/en-ca/products/accessories-and-tools/","parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-ca/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif","meta":{"title":"Hospital beds - Umano Medical"}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed - Umano Medical - Canada","asset":"60732c9b23e8e75143597ec0"},"path":"/storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed - Umano Medical - Canada","asset":"60732a98614f5d607c57cc75"},"path":"/storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed - Umano Medical - Canada","asset":"60732c9f614f5d607c57cc89"},"path":"/storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed - Umano Medical - Canada","asset":"60732ca3614f5d607c57cc8a"},"path":"/storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"MAX-SECURE platform hospital bed - Umano Medical - Canada","asset":"60732e7d23e8e75143597ecc"},"path":"/storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST yellow - support surface/mattress - Umano Medical - Canada","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST green - support surface/mattress - Umano Medical - Canada","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenX - support surface/mattress - Umano Medical - Canada","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenXi - support surface/mattress - Umano Medical - Canada","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available in Canada.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All accessories and tools","text":null,"image":{"path":"/storage/uploads/2020/12/03/5fc9261103779En-tte-de-page-normal-que-ce-soit-blurry.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":" ","subtitle":"Accessories and tools to enhance your bed functionality","text":"Explore our complete line of durable accessories and tools designed to meet your institution’s needs. From simple but handy to highly innovative, some make things easier for healthcare professionals while others enhance patients’ autonomy and comfort. Discover our complete line of accessories and tools.","link":null,"link_text":"","bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title":"See it in action","video_id":"391070666","image":{"path":"/storage/uploads/2021/04/14/60771ad7b0662Video---ooksnow-ALL-transport-cart_.jpg"},"title_top":"Transport Carts","container_smaller":true,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f0807d89f4ae371e4d2"},"path":"/storage/uploads/2021/04/14/60771f08e82c901---Transport-cart-ook-snow.jpg"}],"title":"Transport cart","subtitle":"FOR SIMPLIFIED TRANSPORT AND STORAGE","summary":"<p>Designed for the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a>, <a href=\\"/en-ca/products/beds/ook-snow-mh/\\">ook snow MH</a> and <a href=\\"/en-ca/products/beds/ook-cocoon/\\">ook cocoon</a>, this easy-to-operate transport cart allows vertical transportation around tight spaces and narrow doorways. When used for storage, it helps you save valuable space.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Tubular steel construction and powder-coat paint for optimal durability</li>\\n<li>4 casters with brakes</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f3707d89f4ae371e4d3"},"path":"/storage/uploads/2021/04/14/60771f378907d01---Transport-cart-ook-snow_PR.jpg"},{"meta":{"title":"","asset":"60771f3d67195d7ba6126622"},"path":"/storage/uploads/2021/04/14/60771f3d3d1e502---Transport-cart-ook-snow_CX.jpg"}],"title":"ook snow ALL transport cart","subtitle":"EASILY MANOEUVRE AND STORE YOUR BED","summary":"<p>Specifically designed for the <a href=\\"/en-ca/products/beds/ook-snow-all/\\">ook snow ALL</a>, this transport cart allows you to vertically transport your bed around tight spaces with minimal effort thanks to its autorotation mechanism. It also allows you to save valuable storage space by storing beds vertically in your warehouse.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Tubular steel construction and powder-coat paint for optimal durability</li>\\n<li>Auto-rotation mechanism</li>\\n<li>4 casters with brakes</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Holders & supports","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f9167195d7ba6126623"},"path":"/storage/uploads/2021/04/14/60771f914b18b01---oxygen-bottle-holder_1_PR.jpg"},{"meta":{"title":"","asset":"60771f91737fcd53ca0ffad2"},"path":"/storage/uploads/2021/04/14/60771f916eed102---oxygen-bottle-holder_CX.jpg"}],"title":"Oxygen bottle holder","subtitle":"CONVENIENCE AND DURABILITY","summary":"<p>Compatible with the entire <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a> bed line, this high-quality oxygen bottle holder is an easy and safe solution for placing the oxygen tank. An optional clamp allows to fix it on another accessory and keep the sockets free.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>35 lb maximum load capacity</li>\\n<li>Optional clamp</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fb067195d7ba6126624"},"path":"/storage/uploads/2021/04/14/60771fb02556f01---urinal_PR.jpg"},{"meta":{"title":"","asset":"60771fb007d89f4ae371e4d4"},"path":"/storage/uploads/2021/04/14/60771fb043e5402---urinal_PR_CX.jpg"}],"title":"Urinal holder","subtitle":"THE CONVENIENCE YOU NEED","summary":"<p>Specially designed to support and maintain the stability of the urinal bottle while the bed is moving or switching positions, the urinal holder is a convenient solution for preventing leaks.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Compatible with open-handle urinals of up to 20 lb.</li>\\n<li>Designed to be installed on both head siderails for easy access in all bed positions</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fca67195d7ba6126625"},"path":"/storage/uploads/2021/04/14/60771fca994ae01---Pump-holder_PR.jpg"},{"meta":{"title":"","asset":"60771fca07d89f4ae371e4d5"},"path":"/storage/uploads/2021/04/14/60771fcab8de802---Pump-holder_CX.jpg"}],"title":"Removable pump holder","subtitle":"FOR EFFICIENT SUPPORT","summary":"<p>The high-quality removable pump holder offers a convenient solution to support pumps and other accessories.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>70 lb maximum load capacity</li>\\n<li>Designed to be installed on the bed footboard</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fe5737fcd53ca0ffad3"},"path":"/storage/uploads/2021/04/14/60771fe5d0ec001---IV-pole_PR.jpg"},{"meta":{"title":"","asset":"60771fe607d89f4ae371e4d6"},"path":"/storage/uploads/2021/04/14/60771fe5ecedd02---IV-pole_CX.jpg"}],"title":"IV Poles","subtitle":"AN EASILY ADJUSTABLE SOLUTION","summary":"<p>Telescopic IV poles are offered in a wide range of configurations to fit your needs.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Available in fixed and foldable versions</li>\\n<li>1\\" or 3/4\\" diameter</li>\\n<li>1/2\\" IV pole adapter for 3/4\\" sockets</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient helpers","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077202a67195d7ba6126627"},"path":"ook-snow-trapeze.png"}],"title":"Standard patient helper","subtitle":"FOR INCREASED PATIENT MOBILITY","summary":"<p>This easy-to-install and adjustable patient helper encourages patient autonomy and mobility by assisting during in-bed repositioning. Its two independently removable sections offer increased flexibility while a lock-in-place system prevents accidental removal.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>170 lb maximum load capacity</li>\\n<li>Compatible with 1 1/2\\" sockets</li>\\n<li>1 1/2\\" diameter steel tube construction</li>\\n<li>Independently removable upper and lower portion to facilitate installation</li>\\n<li>3-position upper portion</li>\\n<li>Adjustable handle position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077200a67195d7ba6126626"},"path":"Trapeze-ook-snow-ALL.png"},{"meta":{"title":"","asset":"6077200a737fcd53ca0ffad4"},"path":"ook-Snow-ALL-with-trapeze.png"}],"title":"ook snow ALL patient helper","subtitle":"A VERSATILE SOLUTION FOR IMPROVED AUTONOMY","summary":"<p>Specifically designed for our <a href=\\"/en-ca/products/beds/ook-snow-all/\\">ook snow ALL</a> bed, this high-capacity adjustable patient helper encourages patient autonomy and mobility. Its strong structure provides an additional load capacity that’s ideal for multiple care environments.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>300 lb maximum load capacity</li>\\n<li>Compatible with 1 1/2\\" sockets</li>\\n<li>1 1/2\\" diameter steel tube construction</li>\\n<li>Independently removable upper and lower portion</li>\\n<li>Lock-in-place system prevents accidental removal</li>\\n<li>3-position upper portion (+1 storing position)</li>\\n<li>Adjustable handle position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mattress extension","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077205a737fcd53ca0ffad5"},"path":"/storage/uploads/2021/04/14/6077205addc4201---Mattress-extension_PR.jpg"},{"meta":{"title":"","asset":"6077205b67195d7ba6126628"},"path":"/storage/uploads/2021/04/14/6077205b0a51102---Mattress-extension_CX.jpg"}],"title":"Bed extender cushion","subtitle":"FOR ADDITIONAL COMFORT","summary":"<p>The bed extender cushion, to be used with the integrated bed extender, provides greater comfort for taller patients. Several lengths are available to suit your equipment.</p>\\n<h5>Available lengths</h5>\\n<ul>\\n<li>4\\"</li>\\n<li>6\\"</li>\\n<li>10\\"</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Pads","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60772090737fcd53ca0ffad6"},"path":"/storage/uploads/2021/04/14/607720902666a01---Siderail-pads_PR.jpg"},{"meta":{"title":"","asset":"6077209007d89f4ae371e4d7"},"path":"/storage/uploads/2021/04/14/6077209049e2402---Siderail-pads_CX.jpg"}],"title":"Siderail pads","subtitle":"FOR A SOFTER FEEL","summary":"<p>The siderail pads are designed to cover the siderail openings on the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a>, <a href=\\"/en-ca/products/beds/ook-snow-mh/\\">ook snow MH</a> and <a href=\\"/en-ca/products/beds/ook-snow-all/\\">ook show ALL</a>. Easy to install, they fit snugly over the siderails to ensure smooth motion.</p>\\n<h5>Available kits</h5>\\n<ul>\\n<li>4-piece kit (all siderails)</li>\\n<li>2-piece kit (head siderails only)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077209e67195d7ba6126629"},"path":"/storage/uploads/2021/04/14/6077209ec49d501---Seizure-pads_PR.jpg"},{"meta":{"title":"","asset":"6077209f07d89f4ae371e4d8"},"path":"/storage/uploads/2021/04/14/6077209ef006002----Seizure-pads_CX.jpg"}],"title":"Seizure pads","subtitle":"FOR ADDITIONAL PROTECTION","summary":"<p>Designed to maintain the smooth motion of the siderails on the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a>, the seizure pads provide additional cushioning to minimize patient injury.</p>\\n<h5>Available kits</h5>\\n<ul>\\n<li>4-piece kit (all siderails)</li>\\n<li>2-piece kit (head siderails only)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient controls","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720ce07d89f4ae371e4d9"},"path":"/storage/uploads/2021/04/14/607720ce2960e01---Patient-control-2-funcitons_PR.jpg"},{"meta":{"title":"","asset":"607720ce737fcd53ca0ffad7"},"path":"/storage/uploads/2021/04/14/607720ce4f14c02---Patient-control-2-funcitons_CX.jpg"}],"title":"2-function patient control","subtitle":"FOR PATIENT COMFORT AND AUTONOMY","summary":"<p>Allowing backrest and knee motions, the 2-function patient control gives patients more autonomy and comfort.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720e9737fcd53ca0ffad8"},"path":"/storage/uploads/2021/04/14/607720e92e2f901---Patient-control-5-functions_PR.jpg"},{"meta":{"title":"","asset":"607720e907d89f4ae371e4da"},"path":"/storage/uploads/2021/04/14/607720e94d00302---Patient-control-5-functions_CX.jpg"}],"title":"5-function patient control","subtitle":"FOR INCREASED RESIDENT AUTONOMY WITH THE OOK COCOON","summary":"<p>Specifically designed for the <a href=\\"/en-ca/products/beds/ook-cocoon/\\">ook cocoon</a>, the 5-function patient control gives patients more autonomy through various bed adjustment capabilities.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n<li>Bed height up/down</li>\\n<li>Chair position</li>\\n<li>Flat bed position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720ff07d89f4ae371e4db"},"path":"/storage/uploads/2021/04/14/607720ff3e55e01---Patient-control-6-fonctions_PR.jpg"},{"meta":{"title":"","asset":"607720ff737fcd53ca0ffad9"},"path":"/storage/uploads/2021/04/14/607720ff5e85302---Patient-control-6-fonctions_CX.jpg"}],"title":"6-function patient control","subtitle":"FOR INCREASED PATIENT AUTONOMY WITH THE OOK SNOW ALL","summary":"<p>Specifically designed for the <a href=\\"/en-ca/products/beds/ook-snow-all/\\">ook snow ALL</a>, the 6-function patient control offers various bed adjustment capabilities to maximize patient autonomy.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n<li>Bed height up/down</li>\\n<li>Chair position</li>\\n<li>Flat bed position</li>\\n<li>Patient repositioning - 6-degree Trendelenburg</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our bed accessories and tools?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/22/60817a4e821b2CTA_Contact_1919_x_876.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":true,"custom_link":null,"blue_text":true,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, accessory and tools availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"_mby":"607d66da96276b7763444951","_by":"5f7235cb372719443d31adf6","_modified":1711632470,"_created":1604517555,"meta_description":"Discover our full range of high-quality bed accessories and tools, including an innovative transport cart, patient helpers, a urinal holder, IV poles, and more!","meta_title":"Hospital Bed Accessories and Tools for Umano Medical Equipment","noindex":false,"og_image":null,"_link":"product_type"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif","meta":{"title":"Hospital beds - Umano Medical"}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed - Umano Medical - Canada","asset":"60732c9b23e8e75143597ec0"},"path":"/storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed - Umano Medical - Canada","asset":"60732a98614f5d607c57cc75"},"path":"/storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed - Umano Medical - Canada","asset":"60732c9f614f5d607c57cc89"},"path":"/storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed - Umano Medical - Canada","asset":"60732ca3614f5d607c57cc8a"},"path":"/storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"MAX-SECURE platform hospital bed - Umano Medical - Canada","asset":"60732e7d23e8e75143597ecc"},"path":"/storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST yellow - support surface/mattress - Umano Medical - Canada","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST green - support surface/mattress - Umano Medical - Canada","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenX - support surface/mattress - Umano Medical - Canada","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenXi - support surface/mattress - Umano Medical - Canada","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available in Canada.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en-ca/our-expertise/","parent":"","childs":"","meta_title":"An Expertise Beyond Hospital Beds & Equipment Manufacturing | Umano Medical | Canada","meta_description":"Our innovative medical equipment proudly Canadian, combined with an excellent customer service, are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","subtitle":null,"text":"Throughout the years, developing hospital beds that have a significant impact for healthcare professionals and patients has always been a focus and a passion. Today, our expertise goes far beyond medical equipment manufacturing. Through a comprehensive approach around fall prevention and infection control, an in-dept understanding of various care environments, a leading-edge vision of the hospital bed, and a desire to provide the best customer care ever offered, our different areas of expertise come together to ensure that you have a very positive experience.","link":null,"link_text":null,"bigger_content":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Rethinking customer care, for your 100% satisfaction.","text":"<p>At Umano Medical, we are proud of our refreshing take on <a href=\\"/en-ca/services-and-support/umanocares/\\">customer care</a>. Our unique approach reflects our commitment towards your complete satisfaction. At every step, our team stays close to you to address your needs with proactivity and facilitate the transition to your new equipment. A 24/7 technical support, unmatched <a href=\\"/en-ca/services-and-support/our-service-plans/\\">service plans</a>, an international network of technicians and representatives, same-day part shipping… all the other advantages will make your experience even more satisfying. And above all, you will be confident that you can rely on our team in any situation.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds that fulfill your actual needs ","text":"<p>Our know-how also lies in developing equipment to meet even your most exacting needs. That is why our innovative bed platform, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while preserving patient dignity, in all care environments. We are always listening and adapting our products to your ever-changing reality. For us, this is the only way we can make sure that we address your current and future needs.</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. Our versatile and durable beds become key allies in improve equipment handling as they can be standardized across care environments. They allow institutions to increase staff efficiency while reducing training needs. Moreover, an unequaled <a href=\\"/en-ca/services-and-support/umanocares/\\">customer care</a> approach and <a href=\\"/en-ca/services-and-support/our-service-plans/\\"><u>customizable service plans</u></a> come together to protect your investment. With all these benefits combined, your institution successfully reduces its costs of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":null,"title":"Going above designing and manufacturing standards ","text":"<p>As a North American medical equipment provider, Umano Medical is proud to distinguish itself with advanced designing and fabrication methods. Constant research in close partnership with healthcare professionals, combined with our empathetic listening, leads us to develop innovative solutions for healthcare. Through decades of hospital bed production and design, we have also perfected our highly specialized manufacturing protocols, which reflect on the latest technological advancements. This way, you can trust the reliability and durability of our products entirely manufactured in our world-class factory.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance","text":"<p>For us, proximity with healthcare stakeholders is an essential ingredient for developing relevant and adaptable solutions. That is why we foster long-term partnerships with innovation centers and trusted healthcare institutions. We can also count on the experience of our in-house clinical team. This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same is true for our innovative hospital beds and range of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en-ca/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b761521e422148c237fb8"},"path":"/storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-ca/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","title":"UmanoCares","slug":"/en-ca/services-and-support/umanocares/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-ca/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false,"video":null,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"UmanoCares | Rethinking Customer Care and Medical Bed Support | Canada","meta_description":"Because you deserve excellence, customer care coverage is included with all our canadian products. Supporting you every step of the way, that’s the Umano Promise!","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"UmanoCares: our way of showing you how much we care","text":"","image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"wysiwyg","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\">Supporting you every step of the way</h2>\\n<p style=\\"text-align: left;\\">Customer care is not just an after-sale necessity to us. Every customer deserves excellence. We make it our commitment to ensure that you enjoy outstanding quality, dependability, and peace of mind throughout your entire ownership experience. Our UmnanoCares service offering ensures that you get the support you deserve. Our service plans are evidence that we stand behind our products and that we will support you no matter what!</p>","smaller":true}},{"component":"statistics","settings":{"id":"","class":"","style":"","title":"Working together means…","description":null,"statistics":[{"value":{"title":"We are here for you","percentage":99,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers talked to our team within the same day they reached out (including calls and emails on the weekend).</span></p>","image":{"path":"page-umanocares/Here-for-you---Blue-CMYK.png"},"reversed_fields":false}},{"value":{"title":"No more waiting for parts","percentage":90,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers have their parts shipped within 24 hours. 98% of them in 48 hours.</span></p>","image":{"path":"page-service/no-more-waiting-blue-cmyk.png"},"reversed_fields":false}},{"value":{"title":"Better together","percentage":94,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers are satisfied with the overall quality of our service experience.</span></p>","image":{"path":"page-umanocares/better-together-blue-cmyk.png"},"reversed_fields":false}}]}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"The Umano Promise","title_short":"The Umano Promise","subtitle":"Excellence, at no cost.","text":"<p>We firmly believe that customer service should not be an option. We offer The Umano Promise, a commitment to excellence, to all our clients, at no cost. To ensure a smooth transition, you will be supported every step of the way.</p>\\n<p>The Umano Promise comes with every Umano Medical product. It includes numerous benefits such as a dedicated project manager to ease your equipment transition and a UmanoTech to support you during delivery. Our promise also comes with same-day parts shipping and all parts being available at all times as well as 24/7/365 direct access to our technical support. It can be complemented with highly adaptable service plans and add-ons designed to further reduce your cost of ownership while preserving your peace of mind.</p>\\n<p>Whether you are reaching out for troubleshooting assistance, ordering parts, or user support … Waiting times are over, and we will pick up the phone day or night!</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">24/7/365 direct access to technical support</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Superior parts and labor warranty—no fine print!</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Same-day parts shipping</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Assigned project manager and on-site support to ease equipment transition</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">On-site assistance during delivery and installation</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All parts are available at all times (no expensive subassemblies)</li>\\n</ul>\\n<p><a class=\\"btn / mt-4\\" href=\\"https://www.umanomedical.com/en-ca/services-and-support/our-service-plans/\\"><span style=\\"font-weight: 400;\\">Enhance your experience with our service plans</span></a></p>","image":{"path":"page-umanocares/the-umano-promise.jpg"}}}],"background":false,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":true}},{"component":"statistics","settings":{"id":"","class":"","style":"","title":"Mike Daniel, Responsible for bed purchases, Algonquin College","description":"<p><span class=\\"ui-provider cvi cvj c d e f g h i j k l m n o p q r s t cvk cvl w x y z ab ac ae af ag ah ai aj ak\\" dir=\\"ltr\\">We are much more than a hospital bed manufacturer: we are your next trusted partner. Watch this video to know how we develop these customer relationships.</span></p>","statistics":null}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"63e5427e295b6c5d0f0183b2","link":"testimonies","display":"Algonquin College Ottawa, Canada"},"show":"big_testimony"}},{"component":"form_technical_support","settings":{"id":"getsupport-en-ca","class":"","style":"","empty":null,"text":"<h1>In need for technical assistance? Talk to a specialist now.</h1>\\n<p> </p>\\n<p>If you need help with our products, we will be there to assist you. Immediately.</p>\\n<p><strong>1 844-409-4030 (toll-free) </strong></p>\\n<p>You can also reach out by filling out this form. One of our specialists will get back to you very soon.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"In need for technical assistance?","text":"<p><span style=\\"font-weight: 400;\\">If you need help with our products, a specialist will be there to assist you.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Immediately. 24/7/365.</span></p>\\n<p><span style=\\"font-weight: 400;\\"> </span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Talk to a specialist now","image":{"path":"page-service/cta-plus-amples-renseignements.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":true,"gray_background":false,"negative_top":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"telephone":"8772477494","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":13,"_modified":1699300225,"_created":1604947553,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa1692d8d683a232b5c5432","title":"Service plans","slug":"/en-ca/services-and-support/our-service-plans/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-ca/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false,"video":null,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","params":"","params_en_ca":null,"meta_title":"Service plans | Protect your investment for up to 10 years","meta_description":"Our flexible service plans have been designed to reduce your cost of ownership while preserving your peace of mind. Discover everything we can do for you in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Adaptable service plans and add-ons for additional peace of mind","text":null,"image":{"path":"page-service/assemblage-umanocares.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our service plans","subtitle":"","text":"<div class=\\"prettier-text-image\\">\\n<p><span style=\\"font-weight: 400;\\">More than a warranty</span></p>\\n<p><span style=\\"font-weight: 400;\\">We stand behind our products by offering unique service plans that suit your actual needs. We are committed to our partnership with our customers and will strive to meet all of your service expectations.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Our service plans keep your products in patient-ready conditions while protecting your investment for up to 10 years. Whether you only need parts, or parts & labor, our highly adaptable plans will give you additional peace of mind.</span></p>\\n<p><span style=\\"font-weight: 400;\\">It is the perfect complement to the Umano Promise.</span></p>\\n<p> </p>\\n<p><span style=\\"font-weight: 400;\\"><a href=\\"/storage/uploads/2022/02/02/61fa92cf8e758Pamphlet-Service-Programs---0001-9009-R1---CAN--USA-ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">Download our service program!</a></span></p>\\n</div>","link":null,"link_text":null,"image":{"path":"page-service/umano-promise-en-crop.png"},"image_left":false,"wider":true,"tablet_half_width":true,"desktop_img_full":true,"image_link":null,"image_title":null,"documents":[]}},{"component":"table","settings":{"id":"","class":"","style":"","title":"Compare our service plans","text":"<p>Compare the highlights of our service plans and select the one that best suits your reality.</p>","lines":[{"value":{"title":"24/7 Live technical support","selected":"1-1"}},{"value":{"title":"Same-day part shipping","selected":"1-1"}},{"value":{"title":"Simplified processing—no administrative burden!","selected":"1-1"}},{"value":{"title":"On-site assistance during delivery and installation","selected":"1-1"}},{"value":{"title":"All-inclusive parts coverage from damage resulting from unintentional negligence and misuse","selected":"1-1"}},{"value":{"title":"All-inclusive labor coverage from damage resulting from unintentional negligence and misuse","selected":"0-1"}},{"value":{"title":"On-site specialist within 72 hours","selected":"1-1"}}],"rows":[{"value":{"title":"Peace-of-mind parts"}},{"value":{"title":"Peace-of-mind parts & labor"}}],"footer":"Add-ons — customize your plan!","container_smaller":false,"lines_add_on":[{"value":{"title":"Umanotech certification","selected":"1-1"}},{"value":{"title":"Preventive maintenance","selected":"1-1"}},{"value":{"title":"Back-up units","selected":"1-1"}},{"value":{"title":"Customized service boxes","selected":"1-1"}}],"hide_table_on_mobile":true}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"Service plans designed to give you peace of mind for up to 10 years","slides":[{"value":{"title":"The PEACE-OF-MIND™ Parts service plan","title_short":"Parts service plan","subtitle":"You have the team, we take care of the parts.","text":"<p>The PEACE-OF-MIND™ Parts plan was designed to optimize your internal resources and further reduce cost of ownership. Your team handles the maintenance, and we provide all the parts needed, no questions asked! A technical overview during installation and 24/7 technical assistance are provided to ensure your technicians feel confident working with our products.</p>\\n<p><span style=\\"font-weight: 400;\\">By combining these highlights, the PEACE-OF-MIND™</span><span style=\\"font-weight: 400;\\"> Parts plan maintains your equipment fully functional in a simple and effective manner.</span></p>\\n<p>Because your team has it under control, you can convert your Superior Warranty into a PEACE-OF-MIND™ Parts plan, at no extra cost.</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<p>All benefits of The Umano Promise</p>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All-inclusive parts protection including damage caused by unintentional negligence or misuse</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Simplified processing to eliminate the administrative burden</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Fixed-cost program covering all parts, no questions asked</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Duration of up to 10 years to protect your investment</li>\\n</ul>","image":{"path":"page-service/peace-of-mind-parts-plan-01-slider-vertical-.jpg","meta":{"title":null}}}},{"value":{"title":"The PEACE-OF-MIND™ Parts & Labor service plan","title_short":"Parts & Labor service plan","subtitle":"Let us take care of everything","text":"<p>The PEACE-OF-MIND™ Parts & Labor plan provides you with the ultimate all-inclusive and “no-questions-asked” solution. It extends your parts and labor warranty to include all damages from unintentional negligence or misuse.</p>\\n<p>With the PEACE-OF-MIND™ Parts & Labor plan, we keep your equipment fully functional through a fixed budget and simple processing. We have everything under control to maintain your peace of mind!</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<p>All benefits of The Umano Promise</p>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All-inclusive parts & labor protection including damage caused by unintentional negligence or misuse</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">On-site assistance from a certified and trained technical specialist within 72 hours of any service call</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">No unexpected fees thanks to a fixed budget and yearly renewal</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Duration of up to 10 years to protect your investment</li>\\n</ul>","image":{"path":"page-service/team-umano.png"}}}],"background":false,"counter":"Plan","add_margin_top":false,"big_slides":true,"align_left_mobile":true}},{"component":"addon","settings":{"id":"","class":"","style":"","title":"Service plans add-ons","subtitle":"","text":"Reach a new level of customization with meaningful add-ons. You can individually select them or combine them to create a tailored service solution based on your actual needs.","addon":[{"value":{"image":{"path":"page-service/better-together-blue-cmyk.png"},"title":"The UmanoTech certification","subtitle":"Become the expert","text":"Given by a qualified UmanoTech, this certification provides technicians with an in-depth understanding of the products. Once certified, in-house technicians are eligible for a labor-reimbursement program."}},{"value":{"image":{"path":"page-service/preventive-maintenance-blue-cmyk.png"},"title":"Preventive maintenance","subtitle":"Protect your investment","text":"Keep your equipment finely tuned with this yearly preventive maintenance service. An extensive bed evaluation and the required calibrations will be performed on-site by a certified UmanoTech."}},{"value":{"image":{"path":"page-service/backup-units-blue-cmyk.png"},"title":"Back-up units","subtitle":"Extra beds ready for any situation","text":"You can enhance your service plans with one or many backup units to minimize downtime."}},{"value":{"image":{"path":"page-service/tool-box-blue-cmyk.png"},"title":"Customized service boxes","subtitle":"Parts you might need within reach","text":"Maximize emergency repair turnaround time and reduce costs with our customized, discounted part boxes. Designed by our UmanoTechs and based on your own product configuration, these boxes highly simplify inventory management."}}],"align_four_desktop":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information on our service plans?","text":"<p><span style=\\"font-weight: 400;\\">Get in touch with your sales representative to build a plan that suits your actual needs.</span></p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact us","image":{"path":"storage/uploads/2021/04/08/606f09cd757ce605df485b3c7eService-Plan---Image.jpg"},"image_as_background":true,"image_right":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1725541656,"_created":1604413740,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},{"_id":"642d6f1b4f7ae11a430ec5e2","title":"Umano Access","slug":"/en-ca/services-and-support/umano-access/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-ca/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false,"video":null,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","params":"","params_en_ca":null,"meta_title":"Umano Access | Umano Medical | Canada","meta_description":"A flexible and affordable tool designed to facilitate equipment acquisition through a periodic payment agreement offered to our Canadian partners.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Access program: facilitating equipment acquisition for healthcare institutions","text":"","image":{"path":"page-service/cta-plus-amples-renseignements.jpg"},"image_product":[],"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"page-service/Umano Access/lOGO-UMANO-BIGGER--ACCESSPAGE-WEB.jpg"},"title":"","add_title_h1":false,"subtitle":"Ownership. Simplified.","text":"","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h5 style=\\"text-align: center;\\"><strong>From our close partnerships with healthcare institutions around the world, we understand the challenge of managing capital equipment needs, cash flow imperatives and budget constraints. This is why we developed the Umano Access program: a flexible and affordable tool designed to facilitate equipment acquisition through a periodic payment agreement. A strategic investment towards ownership!</strong></h5>"}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Financial viability ","title_short":"Viability","subtitle":"Access ownership through a financially advantageous solution","text":"<p> </p>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Your pricing is secured for up to 10 years ;</li>\\n<li>The agreement can integrate UmanoCares and UmanoConnect technology services for an all-inclusive solution at fixed price ;</li>\\n<li>A reasonable periodic payment leads you to equipment ownership.</li>\\n</ul>","image":{"path":"page-service/Umano Access/UMANO_LancementTerasse_039.jpg","meta":{"title":null}}}},{"value":{"title":"Convenience","title_short":"Convenience","subtitle":"Benefit from a simple and convenient agreement","text":"<h5 class=\\"text-black mb-4\\"> </h5>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Umano Access enables you to procure the equipment you need, when you need it ;</li>\\n<li>Overall processing is simplified to reduce administrative burden ;</li>\\n<li>UmanoCares and UmanoConnect program integrations ensure complete peace of mind.</li>\\n</ul>","image":{"path":"page-service/Umano Access/Umano_19fevrier_071.jpg"}}},{"value":{"title":"Flexibility","title_short":"Flexibility","subtitle":"Adapt the contract to your specific situation","text":"<h5 class=\\"text-black mb-4\\"> </h5>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Umano Access can be offered with or without a down payment ;</li>\\n<li>At any point during the program, you can repay the agreement balance and acquire full ownership of the equipment ;</li>\\n<li>Periodic payments can be extended for up to 10 years.</li>\\n</ul>","image":{"path":"storage/uploads/2020/12/21/Flexibility-in-payement.jpg"}}}],"background":false,"counter":"","add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h6> </h6>\\n<h6 style=\\"text-align: center;\\"> </h6>\\n<p style=\\"text-align: center;\\"><strong>Umano Access is an all-inclusive, no-surprise solution that allows you to acquire the products and technologies that meet your actual needs, at the moment you need them.</strong></p>\\n<p style=\\"text-align: center;\\"><strong>Available for Canada and the United States.</strong></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested to know more about the Umano Access Program?","text":"","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact your rep","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"image_right":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"612cf9635cf9b154834a4638","_o":17,"_modified":1710428510,"_created":1680699163,"_pid":null,"meta_keywords":"Medical equipment investment, cost of ownership, affordable medical equipment, hospital finances","_link":"pages"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false,"video":null,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","title":"Education","slug":"/en-ca/resources/education/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"Umano Medical Beds Technical Documentation, Brochures and Videos ","meta_description":"The resources you need, all in one place : Videos, technical documents, specification sheets, and more!","og_image":"","noindex":false,"content":[{"component":"presentation","settings":{"id":"presentation-container","class":"","style":"","image":null,"title":"Access technical documentation, brochures and videos about your Umano Medical products.","subtitle":null,"text":"Save time and make staff training easier with our resource library accessible at all times. With this centralized knowledge base, your teams will have all the tools they need to master the Umano Medical products and refine their technical skills.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"education","settings":{"id":"","class":"","style":"","title":"","text":"","navigation":[{"value":{"image":{"path":"storage/educations/ook-snow---introduction---thumbnails.jpg"},"name":"ook snow","link":"https://www.umanomedical.com/en-ca/resources/education/ook-snow/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-ALL---introduction---thumbnails.jpg"},"name":"ook snow ALL","link":"https://www.umanomedical.com/en-ca/resources/education/ook-snow-all/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-mh---introduction---thumbnails.jpg"},"name":"ook snow MH","link":"https://www.umanomedical.com/en-ca/resources/education/ook-snow-mh/#navigation-container"}},{"value":{"image":{"path":"storage/educations/cocoon---introduction---thumbnails.jpg"},"name":"ook cocoon","link":"https://www.umanomedical.com/en-ca/resources/education/ook-cocoon/#navigation-container"}},{"value":{"image":{"path":"storage/educations/onenest---introduction---thumbnails.jpg"},"name":"oneNEST","link":"https://www.umanomedical.com/en-ca/resources/education/onenest/#navigation-container"}},{"value":{"image":{"path":"storage/educations/Touslesmodles---introduction---thumbnails.jpg"},"name":"All Models","link":"https://www.umanomedical.com/en-ca/resources/education/#navigation-container"}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"text-align: left;\\"><sub>Umano Medical is going green. To reduce paper waste, only one copy of the user manual per order will be shipped. Electronic copies are available on our <a href=\\"https://www.umanomedical.com\\">website</a> in the <a href=\\"https://ifu.umanomedical.com/en-ca/\\" target=\\"_blank\\" rel=\\"noopener\\">resources section</a>. For additional paper copies, requests will be processed within 7 days. </sub></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Any questions about our products?","text":"<p>We can answer them.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1699373480,"_created":1602861638,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f7e0ec5b5f16e5b405123f2","title":"Testimonials","slug":"/en-ca/resources/testimonials/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Making a difference, one bed at a time.","text":null,"image":{"path":"/storage/uploads/2020/12/16/5fda67e29e29aen-tte---testimonials-1.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Discover how our products made a real difference for healthcare institutions all around the world","subtitle":null,"text":"Through our people-focused approach and innovative product line, we strive to become a reliable and trusted partner for each of our customers. That is why we are extremely proud when healthcare professionals around the globe share their positive experience with us. Discover some of the recent testimonials that made us say \\"Mission Accomplished\\".","link":null,"link_text":null,"bigger_content":true}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"65b2a5ecf5e8897a067d5d6b","link":"testimonies","display":"Vibra Healthcare - Mechanicsburg, Pennsylvania, United States"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60410b1b77eab7620f562a64","link":"testimonies","display":"Sharp Memorial Hospital, San Diego, California"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"64ad5d57c1686f77cc2f04d2","link":"testimonies","display":"oneNEST testimonial - Les Jardins du Haut Saint-Laurent"},"show":"big_testimony"}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"We support you throughout the entire process","link":null,"link_text":null,"testimonies":[{"_id":"63d2ec2e0d34eb353d2c6132","link":"testimonies","display":"Paul D. Farrell, Regional Manager Biomedical Eng., Central Health"},{"_id":"60410f74d497e1012535f108","link":"testimonies","display":"Jonathan Giguère CHU de Québec, Canada"},{"_id":"6041100ad497e1012535f10a","link":"testimonies","display":"Lee Watson Supply Chain Manager, Mercy East Communities"},{"_id":"6041110077eab7620f562a7a","link":"testimonies","display":"André Laverdière Prevention agent for the CIUSS de la Montérégie-Est "}],"bg_white":true,"only_text":false,"big_padding":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"604108b177eab7620f562a61","link":"testimonies","display":"Mercy East Communities, St. Louis (Missouri)"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60411290eb5f13493512871d","link":"testimonies","display":"St Luke’s Hospice Plymouth, United Kingdom"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in learning how we can support your organization?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact Us","image":{"path":"/storage/uploads/2021/03/04/6041085a2a236CTA---services-plans-8.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"link_showroom":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"6035799cd37eca311e2b2b7c","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1706208201,"_created":1602096837,"_pid":null,"meta_description":"Healthcare institutions around the world have found the answer to their needs thanks to our products and exceptional customer support. Read their testimonials.","meta_title":"Umano Medical Testimonials | Differences for healthcare institutions | Canada","noindex":false,"og_image":null,"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en-ca/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"link":null,"link_text":"Browse our articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"subtitle":"The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our Blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in the Canadian medical industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog | Canada","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en-ca/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | Canada","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field in Canada","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date":"1920","text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"/storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg","meta":{"title":"A new vision, a sense of home: Umano Medical is born."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en-ca/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"18"}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en-us/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en-ca/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our Canadian business.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions.","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en-ca/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | Canada","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field in Canada","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Supplier","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":"","text":"<p><br /><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en-ca/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Events"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical, a Canadian business. Stay up to date by browsing our news and events.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events | Canada","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en-ca/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d473acf1bcVisuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed0cb82914R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with ROHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Sustainable development, Environment, Social Actions, Governnance measures","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en-ca/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | Canada","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field in Canada","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date":"1920","text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"/storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg","meta":{"title":"A new vision, a sense of home: Umano Medical is born."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en-ca/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"18"}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en-us/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en-ca/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our Canadian business.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions.","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en-ca/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | Canada","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field in Canada","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Supplier","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":"","text":"<p><br /><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en-ca/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Events"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical, a Canadian business. Stay up to date by browsing our news and events.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events | Canada","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en-ca/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d473acf1bcVisuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed0cb82914R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with ROHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Sustainable development, Environment, Social Actions, Governnance measures","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en-ca/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | Canada","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field in Canada","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date":"1920","text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"/storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg","meta":{"title":"A new vision, a sense of home: Umano Medical is born."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en-ca/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"18"}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en-us/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en-ca/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our Canadian business.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions.","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en-ca/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | Canada","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field in Canada","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Supplier","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":"","text":"<p><br /><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en-ca/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Events"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical, a Canadian business. Stay up to date by browsing our news and events.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events | Canada","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en-ca/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d473acf1bcVisuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed0cb82914R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with ROHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Sustainable development, Environment, Social Actions, Governnance measures","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}}]')},function(e){e.exports=JSON.parse('{"meta_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en-ca/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical | Canada","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service in Canada.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=en&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=en&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=en&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en-ca/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"/storage/uploads/2021/04/17/607b4a6071729606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"https://www.umanomedical.com/en-ca/resources/blog/","custom_text":null,"pages":{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en-ca/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","link":"pages","display":"Resources"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"link":null,"link_text":"Browse our articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"subtitle":"The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our Blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in the Canadian medical industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog | Canada","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/en-ca/career/","custom_text":"Careers","pages":null}}],"meta_nav_fr":null,"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","test":"testttttttttttt","main_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-ca/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif","meta":{"title":"Hospital beds - Umano Medical"}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed - Umano Medical - Canada","asset":"60732c9b23e8e75143597ec0"},"path":"/storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed - Umano Medical - Canada","asset":"60732a98614f5d607c57cc75"},"path":"/storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed - Umano Medical - Canada","asset":"60732c9f614f5d607c57cc89"},"path":"/storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed - Umano Medical - Canada","asset":"60732ca3614f5d607c57cc8a"},"path":"/storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"MAX-SECURE platform hospital bed - Umano Medical - Canada","asset":"60732e7d23e8e75143597ecc"},"path":"/storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST yellow - support surface/mattress - Umano Medical - Canada","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST green - support surface/mattress - Umano Medical - Canada","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenX - support surface/mattress - Umano Medical - Canada","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenXi - support surface/mattress - Umano Medical - Canada","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available in Canada.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en-ca/our-expertise/","parent":"","childs":"","meta_title":"An Expertise Beyond Hospital Beds & Equipment Manufacturing | Umano Medical | Canada","meta_description":"Our innovative medical equipment proudly Canadian, combined with an excellent customer service, are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","subtitle":null,"text":"Throughout the years, developing hospital beds that have a significant impact for healthcare professionals and patients has always been a focus and a passion. Today, our expertise goes far beyond medical equipment manufacturing. Through a comprehensive approach around fall prevention and infection control, an in-dept understanding of various care environments, a leading-edge vision of the hospital bed, and a desire to provide the best customer care ever offered, our different areas of expertise come together to ensure that you have a very positive experience.","link":null,"link_text":null,"bigger_content":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Rethinking customer care, for your 100% satisfaction.","text":"<p>At Umano Medical, we are proud of our refreshing take on <a href=\\"/en-ca/services-and-support/umanocares/\\">customer care</a>. Our unique approach reflects our commitment towards your complete satisfaction. At every step, our team stays close to you to address your needs with proactivity and facilitate the transition to your new equipment. A 24/7 technical support, unmatched <a href=\\"/en-ca/services-and-support/our-service-plans/\\">service plans</a>, an international network of technicians and representatives, same-day part shipping… all the other advantages will make your experience even more satisfying. And above all, you will be confident that you can rely on our team in any situation.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds that fulfill your actual needs ","text":"<p>Our know-how also lies in developing equipment to meet even your most exacting needs. That is why our innovative bed platform, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while preserving patient dignity, in all care environments. We are always listening and adapting our products to your ever-changing reality. For us, this is the only way we can make sure that we address your current and future needs.</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. Our versatile and durable beds become key allies in improve equipment handling as they can be standardized across care environments. They allow institutions to increase staff efficiency while reducing training needs. Moreover, an unequaled <a href=\\"/en-ca/services-and-support/umanocares/\\">customer care</a> approach and <a href=\\"/en-ca/services-and-support/our-service-plans/\\"><u>customizable service plans</u></a> come together to protect your investment. With all these benefits combined, your institution successfully reduces its costs of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":null,"title":"Going above designing and manufacturing standards ","text":"<p>As a North American medical equipment provider, Umano Medical is proud to distinguish itself with advanced designing and fabrication methods. Constant research in close partnership with healthcare professionals, combined with our empathetic listening, leads us to develop innovative solutions for healthcare. Through decades of hospital bed production and design, we have also perfected our highly specialized manufacturing protocols, which reflect on the latest technological advancements. This way, you can trust the reliability and durability of our products entirely manufactured in our world-class factory.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance","text":"<p>For us, proximity with healthcare stakeholders is an essential ingredient for developing relevant and adaptable solutions. That is why we foster long-term partnerships with innovation centers and trusted healthcare institutions. We can also count on the experience of our in-house clinical team. This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same is true for our innovative hospital beds and range of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en-ca/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b761521e422148c237fb8"},"path":"/storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-ca/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false,"video":null,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}}],"main_nav_fr":null,"footer":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_link":"pages"}}}],"footer_en":null,"footer_text":"<p><strong>Headquarters</strong><br />230 boulevard Nilus-Leclerc <br />L\'Islet, QC G0R 2C0 <br />CANADA<br /><a href=\\"tel:18444094030\\">1 844 409-4030</a></p>\\n<p><strong>Lévis Office</strong><br />470 3e Avenue <br />Lévis, QC G6W 5M6 <br />CANADA</p>\\n<p><strong>US Location</strong><br />11845 Adie Road<br />Maryland Heights, MO 63043<br />UNITED STATES</p>","footer_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-ca/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif","meta":{"title":"Hospital beds - Umano Medical"}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed - Umano Medical - Canada","asset":"60732c9b23e8e75143597ec0"},"path":"/storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed - Umano Medical - Canada","asset":"60732a98614f5d607c57cc75"},"path":"/storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed - Umano Medical - Canada","asset":"60732c9f614f5d607c57cc89"},"path":"/storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed - Umano Medical - Canada","asset":"60732ca3614f5d607c57cc8a"},"path":"/storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"MAX-SECURE platform hospital bed - Umano Medical - Canada","asset":"60732e7d23e8e75143597ecc"},"path":"/storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST yellow - support surface/mattress - Umano Medical - Canada","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST green - support surface/mattress - Umano Medical - Canada","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenX - support surface/mattress - Umano Medical - Canada","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ComfortNEST greenXi - support surface/mattress - Umano Medical - Canada","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange.png"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is an air surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"Le airNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orange-hybrid.png"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a convertible surface for pressure injury prevention and treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Airnest Orange/Front-View---airNEST-orangeXi.png"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is an expandable air surface for bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"airNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available in Canada.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en-ca/our-expertise/","parent":"","childs":"","meta_title":"An Expertise Beyond Hospital Beds & Equipment Manufacturing | Umano Medical | Canada","meta_description":"Our innovative medical equipment proudly Canadian, combined with an excellent customer service, are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","subtitle":null,"text":"Throughout the years, developing hospital beds that have a significant impact for healthcare professionals and patients has always been a focus and a passion. Today, our expertise goes far beyond medical equipment manufacturing. Through a comprehensive approach around fall prevention and infection control, an in-dept understanding of various care environments, a leading-edge vision of the hospital bed, and a desire to provide the best customer care ever offered, our different areas of expertise come together to ensure that you have a very positive experience.","link":null,"link_text":null,"bigger_content":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Rethinking customer care, for your 100% satisfaction.","text":"<p>At Umano Medical, we are proud of our refreshing take on <a href=\\"/en-ca/services-and-support/umanocares/\\">customer care</a>. Our unique approach reflects our commitment towards your complete satisfaction. At every step, our team stays close to you to address your needs with proactivity and facilitate the transition to your new equipment. A 24/7 technical support, unmatched <a href=\\"/en-ca/services-and-support/our-service-plans/\\">service plans</a>, an international network of technicians and representatives, same-day part shipping… all the other advantages will make your experience even more satisfying. And above all, you will be confident that you can rely on our team in any situation.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds that fulfill your actual needs ","text":"<p>Our know-how also lies in developing equipment to meet even your most exacting needs. That is why our innovative bed platform, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while preserving patient dignity, in all care environments. We are always listening and adapting our products to your ever-changing reality. For us, this is the only way we can make sure that we address your current and future needs.</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. Our versatile and durable beds become key allies in improve equipment handling as they can be standardized across care environments. They allow institutions to increase staff efficiency while reducing training needs. Moreover, an unequaled <a href=\\"/en-ca/services-and-support/umanocares/\\">customer care</a> approach and <a href=\\"/en-ca/services-and-support/our-service-plans/\\"><u>customizable service plans</u></a> come together to protect your investment. With all these benefits combined, your institution successfully reduces its costs of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":null,"title":"Going above designing and manufacturing standards ","text":"<p>As a North American medical equipment provider, Umano Medical is proud to distinguish itself with advanced designing and fabrication methods. Constant research in close partnership with healthcare professionals, combined with our empathetic listening, leads us to develop innovative solutions for healthcare. Through decades of hospital bed production and design, we have also perfected our highly specialized manufacturing protocols, which reflect on the latest technological advancements. This way, you can trust the reliability and durability of our products entirely manufactured in our world-class factory.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance","text":"<p>For us, proximity with healthcare stakeholders is an essential ingredient for developing relevant and adaptable solutions. That is why we foster long-term partnerships with innovation centers and trusted healthcare institutions. We can also count on the experience of our in-house clinical team. This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same is true for our innovative hospital beds and range of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en-ca/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b761521e422148c237fb8"},"path":"/storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":"","pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-ca/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false,"video":null,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-ca/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base | Canada","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in Canada.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-ca/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | Canada","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our canadian business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en-ca/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical | Canada","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service in Canada.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=en&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=en&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=en&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en-ca/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"/storage/uploads/2021/04/17/607b4a6071729606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f85e39dd7abba27e63267b5","title":"Contact","slug":"/en-ca/contact/","parent":"","childs":"","content":[{"component":"text","settings":{"id":"","class":"","style":"","text":"<h1>Contact us</h1>\\n<p>Find your sales representative for sales and customer support.</p>\\n<p><a class=\\"link-arrow\\" href=\\"#rep\\">Find my rep</a></p>\\n<hr class=\\"my-6\\" />\\n<p>Need assistance? Get in touch with our <em>UmanoTechs</em>.</p>\\n<p><a class=\\"link-arrow\\" href=\\"https://www.umanomedical.com/en-us/services-and-support/umanocares/#getsupport-en-ca\\">Get support</a></p>\\n<h2 class=\\"mt-2\\">Tell us how we can help</h2>"}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":5,"_modified":1698343560,"_created":1602610077,"_pid":null,"meta_description":"Find a local account executive near you, send us a message or get support for any inquiry.","meta_title":"Contact Umano Medical | Medical Equipment Manufacturer | Canada","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"},{"type":"boolean","name":"ignore","label":"Tell robots to ignore URL"}]}},"value":{"pages":null,"custom_text":null,"url":"https://umanomedical.crm3.dynamics.com/","text":"Rep Access Canada","ignore":true}}],"footer_career":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Careers","text":"Our talented and passionate team is determined to revolutionize the medical industry. Be part of the journey: join the Umano Experience.","link_text":"See available jobs","link":{"_link":"pages"}},"footer_cta_text":"Taking action to respond to COVID-19","footer_cta_link":{"_link":"articles"},"footer_cta_image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"footer_cta_link_text":"Show How","Product_availablality":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":null,"text":"The product you see may not be available in your country. See your rep for more information.","link_text":"Contact my rep"},"Product_availablality_en_ca":null,"Product_availablality_en_us":null,"Product_availablality_en_uk":null,"footer_contact_rep":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en-ca/contact/#rep\\">rep</a> to confirm availability.</p>"}')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en-us/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical | United States of America","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service in the USA.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","title":"Contact","slug":"/en-us/contact/","parent":"","childs":"","content":[{"component":"text","settings":{"id":"","class":"","style":"","text":"<h1>Contact us</h1>\\n<p>Find your sales representative for sales and customer support.</p>\\n<p><a class=\\"link-arrow\\" href=\\"#rep\\">Find my rep</a></p>\\n<hr class=\\"my-6\\" />\\n<p>Need assistance? Get in touch with our <em>UmanoTechs</em>.</p>\\n<p><a class=\\"link-arrow\\" href=\\"/en-us/services-and-support/umanocares/#getsupport-en-us\\">Get support</a></p>\\n<h2 class=\\"mt-2\\">Tell us how we can help</h2>"}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":5,"_modified":1698343560,"_created":1602610077,"_pid":null,"meta_description":"Find a USA local account executive near you, send us a message or get support for any inquiry.","meta_title":"Contact Umano Medical | Medical Equipment Manufacturer | United States of America","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=usa&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=usa&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=usa&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en-us/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"/storage/uploads/2021/04/17/607b4a88c4980606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"https://www.umanomedical.com/en-us/resources/blog/","custom_text":null,"pages":{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en-us/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","title":"Education","slug":"/en-us/resources/education/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"Education Section | Umano Medical Beds Technical Documentation, Brochures and Videos ","meta_description":"Find everything you need to know about our products thanks to our centralized knowledge base: Videos, technical documents, specification sheets, and more! ","og_image":"","noindex":false,"content":[{"component":"presentation","settings":{"id":"presentation-container","class":"","style":"","image":null,"title":"Access technical documentation, brochures and videos about your Umano Medical products.","subtitle":null,"text":"Save time and make staff training easier with our resource library accessible at all times. With this centralized knowledge base, your teams will have all the tools they need to master the Umano Medical products and refine their technical skills.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"education","settings":{"id":"","class":"","style":"","title":"","text":"","navigation":[{"value":{"image":{"path":"storage/educations/ook-snow---introduction---thumbnails.jpg"},"name":"ook snow","link":"https://www.umanomedical.com/en-us/resources/education/ook-snow/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-ALL---introduction---thumbnails.jpg"},"name":"ook snow ALL","link":"https://www.umanomedical.com/en-us/resources/education/ook-snow-all/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-mh---introduction---thumbnails.jpg"},"name":"ook snow MH","link":"https://www.umanomedical.com/en-us/resources/education/ook-snow-mh/#navigation-container"}},{"value":{"image":{"path":"storage/educations/cocoon---introduction---thumbnails.jpg"},"name":"ook cocoon","link":"https://www.umanomedical.com/en-us/resources/education/ook-cocoon/#navigation-container"}},{"value":{"image":{"path":"storage/educations/onenest---introduction---thumbnails.jpg"},"name":"oneNEST","link":"https://www.umanomedical.com/en-us/resources/education/onenest/#navigation-container"}},{"value":{"image":{"path":"storage/educations/Touslesmodles---introduction---thumbnails.jpg"},"name":"All Models","link":"https://www.umanomedical.com/en-us/resources/education/#navigation-container"}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p><sub>Umano Medical is going green. To reduce paper waste, only one copy of the user manual per order will be shipped. Electronic copies are available on our <a href=\\"https://www.umanomedical.com\\">website</a> in the <a href=\\"https://ifu.umanomedical.com/en-us/\\" target=\\"_blank\\" rel=\\"noopener\\">resources section</a>. For additional paper copies, requests will be processed within 7 days. </sub></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Any questions about our products?","text":"<p>We can answer them.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1699373480,"_created":1602861638,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f7e0ec5b5f16e5b405123f2","title":"Testimonials","slug":"/en-us/resources/testimonials/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Making a difference, one bed at a time.","text":null,"image":{"path":"/storage/uploads/2020/12/16/5fda67e29e29aen-tte---testimonials-1.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Discover how our products made a real difference for healthcare institutions all around the world","subtitle":null,"text":"Through our people-focused approach and innovative product line, we strive to become a reliable and trusted partner for each of our customers. That is why we are extremely proud when healthcare professionals around the globe share their positive experience with us. Discover some of the recent testimonials that made us say \\"Mission Accomplished\\".","link":null,"link_text":null,"bigger_content":true}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"65b2a5ecf5e8897a067d5d6b","link":"testimonies","display":"Vibra Healthcare - Mechanicsburg, Pennsylvania, United States"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60410b1b77eab7620f562a64","link":"testimonies","display":"Sharp Memorial Hospital, San Diego, California"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"64ad5d57c1686f77cc2f04d2","link":"testimonies","display":"oneNEST testimonial - Les Jardins du Haut Saint-Laurent"},"show":"big_testimony"}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"We support you throughout the entire process","link":null,"link_text":null,"testimonies":[{"_id":"63d2ec2e0d34eb353d2c6132","link":"testimonies","display":"Paul D. Farrell, Regional Manager Biomedical Eng., Central Health"},{"_id":"60410f74d497e1012535f108","link":"testimonies","display":"Jonathan Giguère CHU de Québec, Canada"},{"_id":"6041100ad497e1012535f10a","link":"testimonies","display":"Lee Watson Supply Chain Manager, Mercy East Communities"},{"_id":"6041110077eab7620f562a7a","link":"testimonies","display":"André Laverdière Prevention agent for the CIUSS de la Montérégie-Est "}],"bg_white":true,"only_text":false,"big_padding":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"604108b177eab7620f562a61","link":"testimonies","display":"Mercy East Communities, St. Louis (Missouri)"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60411290eb5f13493512871d","link":"testimonies","display":"St Luke’s Hospice Plymouth, United Kingdom"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in learning how we can support your organization?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact Us","image":{"path":"/storage/uploads/2021/03/04/6041085a2a236CTA---services-plans-8.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"link_showroom":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"6035799cd37eca311e2b2b7c","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1706208201,"_created":1602096837,"_pid":null,"meta_description":"Healthcare institutions around the world have found the answer to their needs thanks to our products and exceptional customer support. Read their testimonials.","meta_title":"Umano Medical Testimonials | Differences for healthcare institutions","noindex":false,"og_image":null,"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en-us/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"subtitle":" The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>\\n\\n","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in the medical United States of America industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog | United States Of America","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"subtitle":" The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>\\n\\n","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in the medical United States of America industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog | United States Of America","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/en-ca/career/","custom_text":"Careers","pages":null}}]')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-us/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","title":"Beds","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1723212237,"_created":1602620775,"childs":[{"_id":"5f7cb117ded5334d22228d92","title":"ook snow","slug":"/en-us/products/beds/ook-snow/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1730916649,"_created":1602007319,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow: say hello to the smart low-height bed of your dreams","text":"<p>Discover a low-height hospital bed that is smart, intuitive and powerful</p>","image":[],"link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Take a look","full_width":true,"bigger":false,"image_product":{"path":"storage/uploads/thumbnail-5th-wheel-transparent.png"},"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","title":"","subtitle":" The result of a close collaboration with healthcare professionals","text":"<p>By providing insight into unmet needs, hundreds of healthcare professionals helped us design the new generation of this smart hospital beds: the ook snow.</p>\\n\\n<p>With its 360 approach on fall prevention and infection control, this smart low-height bed now satisfies your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high acuity care unit, your highest standards will be completely redefined. Discover the ook snow now.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/04/5fca5d08e030fook-snow.png","meta":{"title":"Logo ook snow - USA"}},"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title":"Watch","video_id":"482368672","image":{"path":"/storage/uploads/2021/04/05/606b996553d99ooksnow---video.jpg","meta":{"title":"ook snow hospital bed promotional video - Umano Medical - USA"}},"title_top":null,"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Customize your ook snow in our virtual showroom","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"04624731004146bb8c860372110f5581\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>Visit our virtual 3D showroom for an interactive experience that will let you create the right ook snow for your needs.</p>\\n</div>\\n</div>","link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Enter our virtual showroom","image":{"path":"/storage/uploads/2021/04/05/606b99e1e8e11ooksnow---CTA-showroom--CAN.png","meta":{"title":"Customize your ook snow hospital bed in our virtual showroom"}},"image_as_background":false,"image_right":true,"remove_margin_bottom":false,"link_showroom":true,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":"ook snow","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null}},{"component":"parallax","settings":{"id":"","class":"","style":"","slides":[{"value":{"title":"A 360° approach on fall risk prevention","title_short":"Fall risk prevention","text":"<p>The ook snow bed was designed around an extensive <em>fall prevention</em> <em>approach.</em> Its enviable 10\\" low height pairs up with <em>powerful characteristics</em> — including a bed exit system, an ergonomic design and advanced safety features — so that the bed becomes your key ally in addressing fall risks.</p>","image":{"path":"/storage/uploads/2021/04/05/606b9a801412dOoksnow--Fall-prevention.jpg","meta":{"title":"Patient safely getting out of hospital bed - fall prevention - ook snow - USA"}},"subtitle":null}},{"value":{"title":"Cleaning: done well, done fast.","title_short":"Ease of cleaning","text":"<p style=\\"text-align: left;\\">Sometimes, the smallest details make the largest difference. That is why the ook snow goes above and beyond to prevent infections and facilitate cleaning. Hidden wires, no cracks, seamless smooth surfaces, an open architecture… each of its cleanliness-oriented characteristic will save staff time without compromising on sanitation protocols.</p>","image":{"path":"/storage/uploads/2021/04/05/606b9a93c6e34ooksnow---easy-to-clean.jpg","meta":{"title":"Nurse - easy hospital bed cleaning and maximizing infection prevention - ook snow - USA"}},"subtitle":null}},{"value":{"title":"The advantages of an intuitive interface","title_short":"Intuitive technology","text":"<p>Simple. Sleek. Colorful. <span class=\\"NormalTextRun SpellingErrorV2Themed SCXW239065035 BCX0\\">Learn</span><span class=\\"NormalTextRun SCXW239065035 BCX0\\"> one, </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW239065035 BCX0\\">learn</span> <span class=\\"NormalTextRun SpellingErrorV2Themed SCXW239065035 BCX0\\">them</span><span class=\\"NormalTextRun SCXW239065035 BCX0\\"> all! <br /></span>All models of the smart ook snow bed line offer an intuitive design built around one single powerful platform. Gain in staff efficiency (and satisfaction!) by relying on a full range of value-driven capabilities and user-friendly technologies. <span class=\\"NormalTextRun SCXW151197969 BCX0\\">The touch screen is simple, </span><span class=\\"NormalTextRun SCXW151197969 BCX0\\">provides clear visuals and quick access to key functionalities.</span></p>","image":{"path":"/storage/uploads/2021/04/05/606b9b621f962ooksnow---intuitive-interface-CAN.jpg","meta":{"title":"Smart hospital beds with screen - ook snow - Umano Medical USA"}},"subtitle":null}},{"value":{"title":"A bed that maintains dignity","title_short":"Respect for dignity","subtitle":null,"text":"<p>The ook snow bed helps you provide care in a way that contributes to patient autonomy and satisfaction. Its appealing look, superior quality and advanced characteristics all come together to maintain patients\' dignity.</p>","image":{"path":"/storage/uploads/2021/04/05/606b9b557e401ook-snow---dignity.jpg","meta":{"title":"Care with dignity for American patients - Umano Medical ook snow hospital bed"}}}},{"value":{"title":"The first step to a smarter and simpler connected future","title_short":null,"subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW32124463 BCX0\\">Umano Connect™ is bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW32124463 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW32124463 BCX0\\"> snow platform </span><span class=\\"NormalTextRun SCXW32124463 BCX0\\">to a whole new level. </span>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en-us/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"hospitalbedwifi.jpg","meta":{"title":"American smart hospital bed - ook snow - Umano Connect"}}}}],"title":"","background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"features","class":"","style":"","title":"Discover some smart unique value-driven features","text":"","features":[{"value":{"image":{"path":"storage/uploads/thumbnail-5th-wheel-new.png"},"title":"5th Wheel","text":"<p>By adding the <a title=\\"5th wheel\\" href=\\"/storage/uploads/2024/05/31/74-36974--ENG-R1---one-pager-ook-snow-5th-wheel.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">5th wheel</a> on your ook snow bed, the turn radius to navigate tight spaces and corners is reduced by 33%, allowing for a smoother ride and better handling of the bed.</p>","category":"1","video_id":"905724076","darken_image":true}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9c4f3e994ooksnow-feature---HIGH-PRECISION-INTEGRATED-SCALE---CAN.jpg","meta":{"title":"Patient weighing scale integrated in the hospital bed - ook snow - high precision"}},"title":"High-precision integrated scale","text":"Sophisticated, reliable and fully integrated: our built-in scale is one of the most precise on the market. Save an enormous amount of time without disturbing patients by relying on an advanced scale system that shows the weight in any bed or patient position with high precision.","category":"2","video_id":null,"darken_image":false}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9c921fdaeooksnow-feature---usb-ports.jpg","meta":{"title":"USB ports and auxiliary outlets on ook snow hospital bed sides - Umano Medical - USA"}},"title":"Power outlets and usb ports","text":"By keeping patients’ mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients’ satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"3","video_id":null,"darken_image":false}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9cf95ffd5ooksnow---feature---boostless-backrest-system.jpg","meta":{"title":"Boostless Backrest system reduces patient sliding and skin friction in the ook snow hospital"}},"title":"Boostless™ backrest system","text":"The Boostless™ backrest system is a unique system that reduces patient sliding, thus minimizing skin friction and repositioning needs. The Boostless™ Backrest System allows these major benefits by moving the backrest bed section backward while the bed is elevating.","category":"4","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9de170d0fooksnow---feature---bed-exit-system.jpg","meta":{"title":"Fall prevention hospital bed - ook snow - bed exit detection system"}},"title":"Built-in bed exit system","text":"Our integrated Bed Exit System reduces patient fall risks by allowing staff to monitor bed egresses and rapidly intervene. Adapt it to your patient and maintain the flexibility you need by relying on its advanced functions such as its three-level sensitivity, auto-arm, and care pause.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9e6bdc1b2ooksnow---feature--BED-STATUS-MONITORING-CAN.jpg","meta":{"title":"Hospital bed status -smart screen - ook snow - USA"}},"title":"Bed status monitoring","text":"With the Bed Status, staff is quickly and visually informed of any changes made to pre-defined settings, including height, siderail position or backrest position. Simply select what you wish to monitor to increase patient safety, reduce fall risks and maintain your peace of mind.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2020/12/02/5fc7c87995c98feature--bed-extender-2-1.jpg","meta":{"title":"Integrated hospital bed extension - ook snow - USA"}},"title":"Integrated bed extender","text":"Say hello to a reliable and built-in bed extender that can be pulled out in less than two seconds! Give more comfort to taller patients and stop losing time by relying on this one-step bed extender.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9efaacaeeooksnow---feature---Inform---CAN2.jpg","meta":{"title":"Patient safety and dignity with the inform system - ook snow hospital bed - USA"}},"title":"Inform safety message center","text":"As a visually appealing feature, our Inform Safety Message Center provides a smart and unique way of sharing information to staff and family. Its ability to display messages in a discreet manner contributes to maintaining patient dignity.","category":"8"}},{"value":{"image":{"path":"/storage/uploads/2024/11/05/672a3ac33ee0fDesign-sans-titre-4.png"},"title":"Pilot Drive","text":"<p>Discover how the Pilot Drive™ brings your<a href=\\"https://www.umanomedical.com/en-us/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"> ook snow</a> and <a href=\\"https://www.umanomedical.com/en-us/products/beds/ook-snow-all/\\" target=\\"_blank\\" rel=\\"noopener\\">ook snow ALL</a> hospital beds to the next level. Transporting patients within an hospital can be a challenge for the nurses and medical staff. This powered drive system offers an unmatched combination of low height, underbed clearance, and manoeuvrability.</p>","video_id":null,"darken_image":false,"category":"9"}}],"categories":[{"value":{"title":"5th Wheel "}},{"value":{"title":"High-precision integrated scale","features":[{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Test","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Central Brake System","text":"Four casters with central brake"}}]}},{"value":{"title":"Power outlets and usb ports","features":[{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Text","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Bed Exit Side view ligths","text":"Keep your patients safe with the Smart Bed Exit technology"}},{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Text","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Boostless Backrest System","text":"BoostlessTM backrest system prevents patient from sliding down during bed activation and minimizes patient repositioning"}}]}},{"value":{"title":"Boostless™ backrest system"}},{"value":{"title":"Built-in bed exit system"}},{"value":{"title":"Bed status monitoring"}},{"value":{"title":"Integrated bed extender"}},{"value":{"title":"Inform safety message center"}},{"value":{"title":"Pilot Drive"}}],"disable_swiper":false,"change_layout":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p> </p>\\n<p> </p>"}},{"component":"packages","settings":{"id":"","class":"","style":"","title":"Choose a package adapted to your clinical needs","text":"<p style=\\"text-align: center;\\">Designed with a 360° approach on fall prevention and infection control, our low-height hospital bed will satisfy your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high-acuity care unit, the will redefine even your highest standards.</p>\\n<p style=\\"text-align: center;\\"><strong>See the specification sheet below to see all the smart standard bed features.</strong></p>","packages":[{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-02.jpg","meta":{"title":"PACKAGE UM-01"}},"name":"PACKAGE UM-01","advantage":"Low height and scale","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=0","features":"<ul>\\n<li>Standard bed features</li>\\n<li>Integrated scale</li>\\n<li>10\\" low height</li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-02.jpg","meta":{"title":"PACKAGE UM-02"}},"name":"PACKAGE UM-02","advantage":"Monitoring","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=1","features":"<ul>\\n<li>Standard bed features</li>\\n<li>10\\" low height</li>\\n<li>Bed status monitoring (brakes, siderails, backrest and bed height)</li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-04.jpg","meta":{"title":"PACKAGE UM-02"}},"name":"PACKAGE UM-03","advantage":"Manoeuvrability","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=2","features":"<ul>\\n<li>Standard bed features</li>\\n<li>Features of UM-02</li>\\n<li>12\\" low height</li>\\n<li>6\\" dual casters</li>\\n<li>Pilot DriveTM powered drive system with two-handle control</li>\\n<li>Integrated oxygen bottle holders</li>\\n</ul>","additionnal_features":true}}]}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Key features and specifications","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"f1a081c155dd41be9be2f57197637d04\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>We are proud to offer smart hospital beds that can be built <em>à la carte.</em> Customize your ook snow with the features that make sense for <em>your </em>patients, your clinical needs, and your institution’s preferences.</p>\\n</div>\\n</div>","specifications":[{"value":{"title":"Overall length (with bumper)","data":"","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Overall length (80\'\' deck)","data":"88\\""}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Overall length extended (84\'\' - 90\'\' deck)","data":"92\\" - 98\\""}}]}},{"value":{"title":"Overall width","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down","data":"39.25\\""}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up","data":"40.5\\" "}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Height range (to deck top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" dual casters)","data":"10\\""}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" dual casters)","data":"30\\""}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 6\\" dual casters)","data":"12\\""}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 6\\" dual casters)","data":"31.8\\""}}]}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"4\\" / 10.2 cm"}}]}},{"value":{"title":"Patient surface dimensions","data":"35\\" x 80\\" or 84\\" - 88.9\\"","sub":[]}},{"value":{"title":"Caster diameter","data":"","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Without Pilot Drive","data":"5\\""}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"With Pilot Drive","data":"6\\""}}]}},{"value":{"title":"Scale system accuracy (in all bed position)","data":"0.5% with a maximum difference of 1.1 lb / 0.5 kg","sub":null}}],"features":[{"value":{"title":"10\\" / 25.4 cm low height","data":"","sub":[]}},{"value":{"title":"Built-in-bed exit detection system - 2 or 3 levels of sensitivity","data":"","sub":null}},{"value":{"title":"Integrated scale","data":null,"sub":null}},{"value":{"title":"5\\" dual casters","data":null,"sub":null}},{"value":{"title":"Smart Nightlights™","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Remote bed exit alarm connectivity","data":null,"sub":null}},{"value":{"title":"Smart screen, nurse controls and patient control lockout on footboard","data":null,"sub":null}},{"value":{"title":"3 position integrated bed extender","data":" 80\\" / 203.2 cm 84\\" / 213.4 cm 90\\" / 228.6 cm","sub":null}},{"value":{"title":"Integrated patient and nurse controls with nurse call and backlight","data":null,"sub":null}},{"value":{"title":"Auxiliary outlets at foot end and side with USB ports","data":null,"sub":null}},{"value":{"title":"Quick-disconnect power cord","data":null,"sub":null}},{"value":{"title":"Roller type wall protection bumpers","data":null,"sub":null}},{"value":{"title":"Integrated pump holder","data":null,"sub":null}}],"image":{"path":"storage/uploads/2023/07/10/ook-snow---angle-view---low-height---1---Touch-Screen.png","meta":{"title":"ook snow hospital bed - Umano Medical - specifications and features - USA"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"621d1bc32ef15671737d9062","link":"educations","display":"Feuillet technique – ook snow"}}},{"value":{"title":"Brochure","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"605df5acc6deca3e0d68a044","link":"educations","display":"Brochure – ook snow"}}},{"value":{"title":"Quick reference card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"633aea26ca8bc2444d19c876","link":"educations","display":"Aide-mémoire – ook snow (balance et détection de sortie)"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":"Bed features","documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-us/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/05/606ba3f753ddfService-plans.jpg","meta":{"title":"Service programs - best service in the hospital bed industry in USA - contact us"}},"image_as_background":true,"image_right":false,"link_showroom":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Find the right mattresses and accessories","text":"","thumbnails":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Discover a complete line of high-quality support surfaces.","text":"<p>Sed ullamcorper magna ac viverra varius. Morbi ex dolor, scelerisque at rhoncus in, varius sed tortor. Vivamus ornare hendrerit tincidunt. Sed tempus id odio.</p>","link":[],"link_text":"","thumbnail":[{"meta":{"title":"ook snow hospital bed support surfaces - Umano Medical - USA","asset":"606ba4dbdbab0022ae12a9a2"},"path":"/storage/uploads/2021/04/06/606ba4dba485bSupport-surface2.jpg"}],"subtitle":null,"summary":null,"link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Choose between a full range of accessories.","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"d012ac50b8cf4022bfc0e96d6eb60e78\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>Sed ullamcorper magna ac viverra varius. Morbi ex dolor, scelerisque at rhoncus in, varius sed tortor. Vivamus ornare hendrerit tincidunt. Sed tempus id odio.</p>\\n</div>\\n</div>","link":null,"link_text":null,"thumbnail":[{"meta":{"title":"ook snow hospital bed accessories - Umano Medical - USA"},"path":"storage/uploads/arri-re-plan-copie.jpg"}],"subtitle":null,"summary":null,"link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"View All","link_2_showroom":false}}],"link":null,"link_text":null,"background":false,"direction":"horizontal","subtitle":null,"link_position":"bottom","container_smaller":false,"thumbnail_smaller":false,"mobile_slider":false,"mobile_two_columns":false,"thumbnail_link":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in trying out the ook snow bed?","text":"","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for a virtual demo","image":{"path":"/storage/uploads/2021/04/22/60818104002f9CTA---ook-snow.jpg","meta":{"title":"Contact us for a demonstration of the ook snow hospital bed anywhere in the USA- Umano Medical"}},"image_as_background":true,"image_right":false,"link_showroom":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Bariatric hospital bed - ook snow ALL - USA"},"path":"storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":"","summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Hospital bed for mental health care - ook snow MH -USA"},"path":"storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":"","summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Long term care hospital bed - ook cocoon - USA"},"path":"storage/uploads/2021/04/15/60784a36efd46Related-Product---ook-cocoon-CAN.png"}],"title":"The ook cocoon","subtitle":"","summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":[],"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":true,"thumbnail_link":true,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"sub_category":null,"summary":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732bb9dd90e5fe08c23b6db0confortNEST-yellow-1-18.jpg","meta":{"title":"Low-height hospital bed - The ook snow"}},"subtitle":"For all care environments","meta_description":"Powerful and intuitive, the ook snow is an adaptable and low height hospital bed for various care environments, from med-surg to high acuity care. Take a look.","meta_title":"ook snow Hospital Bed | Powerful Med-Surg & High Acuity Care Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/05/606b98d71a35dooksnow---Entte-Retouche.png","meta":{"title":"Low-height hospital bed - The ook snow"}},"has_showroom":true,"schema_description":"With its 360 approach on fall prevention and infection control, this low-height bed now satisfies your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high acuity care unit, your highest standards will be completely redefined. Discover the ook snow now.","schema_height":"31.5\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca5d08e030fook-snow.png","meta":{"title":"Logo - ook snow "}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa853f715930b644e497cd3","title":"ook snow ALL","slug":"/en-us/products/beds/ook-snow-all/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732b0c1d5395fe08c23b6db0confortNEST-yellow-1-15.jpg","meta":{"title":"Bariatric hospital bed - The ook snow ALL"}},"subtitle":"Bariatric, med-surg and palliative care","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow ALL: a single hospital bed for all your care environments","text":"<p>See how this all-in-one bed offers a unique and versatile solution for med-surg, bariatric and palliative care settings.</p>","image":null,"image_product":{"path":"Pages produits/ook snow ALL/Pilot Drive/Pilot-Drive---En-tte.png","meta":{"title":"Banner USA - bariatric hospital bed - ook snow ALL "}},"link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Take a look","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":true,"link_append":"ook snow ALL","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fca5ce50c117ook-snow-ALL.png","meta":{"title":"Logo - ook snow ALL - bariatric bed USA"}},"title":"","subtitle":"Unlocking the full potential of a smart hospital bed","text":"<p>Have you ever imagined a hospital bed that would accommodate all patients throughout multiple care environments? It is now possible with the ook snow ALL.</p><p>With its one-step width expansion system, increased weight capacity, and low height, the ook snow ALL offers a game-changing standardization possibility. Through an innovative design and exceptional versatility, this new all-in-one bed will fulfill the needs of all your patients, staff, and your institution. Discover the ook snow ALL now.</p>","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"437888750","image":{"path":"/storage/uploads/2021/04/06/606c52e2254d9ooksnowALL---video-USA.jpg","meta":{"title":"Promotional video USA - bariatric hospital bed - ook snow ALL"}},"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Customize your ook snow ALL in our virtual showroom","text":"<p>Visit our virtual 3D showroom for an interactive experience that will let you create the right ook snow ALL for your needs.</p>","link":[],"link_text":"Enter virtual showroom","image":{"path":"/storage/uploads/2021/04/06/606c5344ec951ooksnowALL---showroom---CAN.png","meta":{"title":"Showroom USA - bariatric hospital bed - ook snow ALL"}},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"https://www.umanomedical.com/en-us/virtual-showroom/?product=ook%20snow%20ALL&option=6","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":true,"link_append":"ook snow ALL","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Incomparable versatility and outstanding value","title_short":"Versatility ","subtitle":null,"text":"<p>The ook snow ALL allows for standardization throughout all care settings, including bariatric, medical-surgical, and palliative care units. It\'s a smart and simple way to save equipment handling time, clear your storage space, and cut down on rental costs, while minimizing your total cost of ownership.</p>\\n<p> </p>","image":{"path":"/storage/uploads/2021/04/06/606c59d6950a801---ooksnowALL----versatility.jpg","meta":{"title":"Nurse - versatile hospital bed USA - med-surg - bariatric care - palliative care"}}}},{"value":{"title":"An infinitely convenient expansion system","title_short":"Width expansion","subtitle":null,"text":"<p>Thanks to our Infinite™ technology, the ook snow ALL can quickly accommodate patients of all sizes by reaching a custom width in one easy step. And to ensure patient safety, no details were left behind. While the bed is expanding, the gaps between the headboard and the side rails always remain compliant with the latest IEC 60601-2-52 standards.</p>","image":{"path":"/storage/uploads/2021/04/06/606c5a6b6ecc0ooksnowALL---Expansion-USA2.jpg","meta":{"title":"Intelligent USA bariatric hospital bed with touch screen "}}}},{"value":{"title":"Dignity for all patients","title_short":"Respect for dignity","subtitle":null,"text":"<p>With the ook snow ALL, your patients can get the space they need to feel comfortable. While its appealing look helps create a pleasant atmosphere, its ergonomic and low height design encourages patient autonomy and dignity, thus improving their overall satisfaction.</p>","image":{"path":"/storage/uploads/2021/04/06/606c5a26be46b03---ooksnowALL---dignity.jpg","meta":{"title":"Bariatric hospital bed - patient care with dignity - USA"}}}},{"value":{"title":"Allowing closeness between loved ones","title_short":"A bed for two","subtitle":null,"text":"<p>Getting close to your loved ones in a palliative care setting has not always been possible. The ook snow ALL, also known as the \\"cuddle bed\\", is the only bed on the market certified to be used by two people. This way, patients can now find solace near their loved ones in their last moments.</p>","image":{"path":"/storage/uploads/2021/04/06/606c5a1f6ae7204---ooksnowALL---proximity.jpg","meta":{"title":"Certified bariatric bed for two people - double hospital bed - USA"}}}},{"value":{"title":"Low height, underbed clearance, and maneuverability","title_short":"Pilot Drive™","subtitle":null,"text":"<p>The ook snow ALL with <a href=\\"https://www.umanomedical.com/en-us/pilotdrive-usa/\\" target=\\"_blank\\" rel=\\"noopener\\">Pilot Drive™</a> is the first system to deliver on low height, full underbed clearance, and maximum maneuverability. With its powerful and controlled driving force, variable speed capabilities, and intuitive controls, your healthcare teams will have never felt so confident and in command when moving hospital beds. <a href=\\"https://www.umanomedical.com/en-us/pilotdrive-usa/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more</a></p>","image":{"path":"assets/Umano-RoueMotorisee.00_00_53_13.Still008.jpg","meta":{"title":"Powered wheel - bariatric hospital bed - ook snow ALL with Pilot Drive - USA"}}}},{"value":{"title":"The first step to a smarter and simpler connected future","title_short":"","subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW12548050 BCX0\\">Umano Connect™ is bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW12548050 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW12548050 BCX0\\"> snow platform </span><span class=\\"NormalTextRun SCXW12548050 BCX0\\">to a whole new level. </span>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en-us/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg","meta":{"title":"Smart bariatric hospital bed - data at the nurse station - Umano Connect - USA"}}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Benefit from its powerful features","text":null,"categories":[{"value":{"title":"Infinite™ width expansion system"}},{"value":{"title":"Umano Connect™"}},{"value":{"title":"Pilot Drive™"}},{"value":{"title":"Pilot Drive™ with integrated oxygen bottle holder"}},{"value":{"title":"Patient helper trapeze"}},{"value":{"title":"Boostless™ backrest system"}},{"value":{"title":"Gaps kept safe"}},{"value":{"title":"Integrated bed extender"}},{"value":{"title":"Power outlets and usb ports"}},{"value":{"title":"Liftable deck covers"}},{"value":{"title":"Smart screen"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c601ddd84604---ooksnowALL---feature---infinite-expansion.jpg","meta":{"title":"extension system - bariatric bed - USA"}},"title":"Infinite™ width expansion system","text":"The innovative Infinite™ technology allows your staff to improve patient comfort without losing valuable time! It’s quick and easy: staff will appreciate to be able to adjust the bed width in one simple step.","category":"1"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-key-feature.jpg","meta":{"title":"Smart hospital bed - Umano Connect - USA"}},"title":"Umano Connect™","text":"From the patient room to the nurses’ station and the maintenance department, all your teams come together with Umano Connect dashboard.","category":"2"}},{"value":{"image":{"path":"assets/Umano-Photos8fev094---colors-adjusted-1.gif","meta":{"title":"Pilot Drive powered wheel system - bariatric hospital bed - USA"}},"title":"Pilot Drive™","text":"Low height, underbed clearance and maneuverability come together when adding the Pilot Drive™ to your ook snow ALL bed. Transporting beds over long distances – even up ramps and steep slopes – is made safe and easy with an ergonomic design, variable speed capabilities, and strong battery autonomy.","category":"2"}},{"value":{"image":{"path":"assets/ook-snow-ALL---Pilot-Drive---Front-View-1-oxygen-holder-gray-background-5.gif","meta":{"title":"USA - bariatric hospital bed - integrated oxygen bottle holder"}},"title":"Pilot Drive™ with integrated oxygen bottle holder ","text":"The Pilot Drive™ with optional integrated oxygen bottle holder allows for easy and safe transport of patients who require continuous oxygen supply in ICU/CCU environments.","category":"3"}},{"value":{"image":{"path":"ook-Snow-ALL-with-tapeze-for-web-feature-1.png","meta":{"title":"Patient trapeze helper - USA bariatric hospital bed"}},"title":"Patient helper trapeze","text":"Specifically designed for the ook snow ALL, this adjustable and sturdy patient helper encourages patient autonomy and mobility.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c5f8da607403---ooksnowALL---feautre---Boostless.jpg","meta":{"title":"Boostless backrest system prevents patients from sliding around in the hospital bed - USA"}},"title":"Boostless™ backrest system","text":"The Boostless™ Backrest System is a unique system that reduces patient sliding, thus minimizing skin friction and repositioning needs. The Boostless™ Backrest System allows these major benefits by moving the backrest section backward while the bed is elevating.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c5f4a9e27102---ooksnowALL---feature---safe-gap.jpg","meta":{"title":"USA - Bariatric hospital bed - maintaining safe spaces "}},"title":"Gaps kept safe","text":"To maintain a high level of patient safety, the headboard expands simultaneously with the bed width. This unique design characteristic ensures compliance with the latest IEC 60601-2-52 standard.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60bd4e3ca06---ooksnowALL---feature---bed-extender.jpg","meta":{"title":"USA - bariatric hospital bed - integrated bed length extension"}},"title":"Integrated bed extender","text":"Say hello to a reliable and built-in bed extender that can be pulled out in less than two seconds! Give more comfort to taller patients and stop losing time by relying on this one-step bed extender.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60546e77505---ooksnowALL---feature---USB-ports.jpg","meta":{"title":"USA - bariatric hospital bed - USB and auxiliary ports"}},"title":"Power outlets and USB ports","text":"By keeping patients’ mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients’ satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"8"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60ec9782607---ooksnowALL---liftable-covers.jpg","meta":{"title":"USA - bariatric hospital bed - optimized cleaning - smooth surfaces"}},"title":"Liftable deck covers","text":"The liftable and lightweight deck covers of the ook snow ALL facilitate maintenance and cleaning procedures. In addition, their seamless smooth surfaces help maximize infection prevention and control.","category":"9"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c6147973e4ooksnowALL-smartscreenCAN.jpg","meta":{"title":"USA - bariatric hospital bed - intelligent touch screen"}},"title":"Smart screen","text":"The highly intuitive interface is standardized across our bed platform. Staff will quickly learn how to navigate the controls and access the advanced features designed to enhance patient care.","category":"10"}}],"disable_swiper":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"A bed for two - cuddle bed - bariatric hospital bed - USA","asset":"5fca5fbe1b1917152b3c9989"},"path":"/storage/uploads/2020/12/04/5fca5fbe13f25caroussel---photo-1-2.jpg"},{"meta":{"title":"USA - bariatric hospital bed ook snow ALL","asset":"60466f877417ca10301f02c7"},"path":"/storage/uploads/2021/03/08/60466f871634fCarroussel-2.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and bed features","text":"<p>We are proud to offer smart beds that can be built <em>à la carte.</em> Customize your ook snow ALL with the features that make sense for your patients, your clinical needs, and your institution’s preferences.</p>","specifications":[{"value":{"title":"Overall length (80\\" deck length)","data":"90\\" / 228.6 cm","sub":null}},{"value":{"title":"Overall length (84\\" deck length)","data":"94\\"/ 239 cm","sub":null}},{"value":{"title":"Extended length","data":"Adds 4\\" / 10.1 cm","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"with Pilot Drive","data":"Adds 1\\" / 2.5 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"with Pilot Drive / oxygen bottle holders","data":"Adds 2.25\\" / 5.7 cm"}}]}},{"value":{"title":"Overall width","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down - 35\\" surface","data":"39.75\\" / 101 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up - 35\\" surface","data":"41.5\\" / 105.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down - 47\\" surface","data":"51.5\\" / 130.8 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up - 47\\" surface","data":"52.75\\" / 134 cm"}}]}},{"value":{"title":"Weight capacity","data":"1060 lb / 481 kg","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm dual casters)","data":"11\\" / 27.94 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm dual casters)","data":"30\\" / 76.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 6\\" / 15.24 cm single casters)","data":"12.7\\" / 32.3 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 6\\" / 15.24 cm single casters)","data":"31.7\\" / 80.5 cm"}}]}},{"value":{"title":"Patient deck positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"5\\" / 12.7 cm"}}]}},{"value":{"title":"Patient deck dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Width","data":"35\\" to 47\\" / 89 to 119.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Length","data":"80\\" or 84\\" / 203 or 213 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Extended Length","data":"Adds 4\\" / 10.1 cm"}}]}}],"features":[{"value":{"title":"Smart Nightlights™","data":null,"sub":null}},{"value":{"title":"Built-in-bed exit detection system - 2 or 3 levels of sensitivity","data":null,"sub":null}},{"value":{"title":"Built-in-bed scale system","data":null,"sub":null}},{"value":{"title":"Programmable lowest height","data":null,"sub":null}},{"value":{"title":"Higher siderails (for 8\\" mattress)","data":null,"sub":null}},{"value":{"title":"Infinite™ width adjustment","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Remote bed exit alarm connectivity","data":null,"sub":null}},{"value":{"title":"Smart screen, nurse controls and patient control lockout on footboard","data":null,"sub":null}},{"value":{"title":"Bed exit side view lights","data":null,"sub":null}},{"value":{"title":"3 position integrated bed extender : 80\\" / 203.2 cm 84\\" / 213.4 cm 90\\" / 228.6 cm","data":null,"sub":null}},{"value":{"title":"Foot end back-up control on the frame","data":null,"sub":null}},{"value":{"title":"Downward motion interrupt","data":null,"sub":null}},{"value":{"title":"Bed status monitoring","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/07/606de8d486c53ooksnowALL---specifications---CAN.png","meta":{"title":"Specifications and bed features - USA - bariatric hospital bed"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"61732113ec9bb86a305fb253","link":"educations","display":"Specifaction Sheet – ook snow ALL"}}},{"value":{"title":"Brochure","image":{"path":"/storage/uploads/2021/04/19/607de12c8c7aaBrochure-2.png"},"document":null,"check":false,"education_document":{"_id":"605df8fac6deca3e0d68a04b","link":"educations","display":"Brochure – ook snow ALL"}}},{"value":{"title":"Quick reference card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"6173204f879236232558edf7","link":"educations","display":"QRC – ook snow ALL "}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-us/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"The ook snow ALL: the perfect solution for multiple care environments","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Med-surge - USA - hospital bed - ook snow ALL","asset":"606de9d9216632040345699a"},"path":"/storage/uploads/2021/04/07/606de9d95e48b01---ooksnowALL---Mdecine-chirurgie.jpg"}],"title":"Medical-surgical","subtitle":null,"summary":"<p>Ease of use, ease of cleaning and low height are just a few of the meaningful benefits that come together in the ook snow ALL to make a difference in med-surg environments.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Palliative care and bariatric care - USA -hospital bed - ook snow ALL","asset":"606de9eb8742c02ae85bdc28"},"path":"/storage/uploads/2021/04/07/606de9eb54a7902---ooksnowALL---palliative.jpg"}],"title":"Palliative","subtitle":null,"summary":"<p>The ook snow ALL, also known as the \\"cuddle bed\\", is certified for use by two people. By allowing patients to find solace near their loved ones, it is particularly meaningful in a palliative care setting.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Bariatric care - USA - hospital bed - ook snow ALL","asset":"606de9f6216632040345699b"},"path":"/storage/uploads/2021/04/07/606de9f675b7803---ooksnowALL---bariatrique.jpg"}],"title":"Bariatric","subtitle":null,"summary":"<p>An expandable width and an increased weight capacity of 1060 lbs. allow the ook snow ALL to adapt to bariatric environments in one simple step.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow ALL comes with the best service offering in the industry.","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"link_text":"Explore our service plans","image":{"path":"/storage/uploads/2021/04/07/606de8f176906Service-plans-2.jpg","meta":{"title":"Bariatric hospital bed - best service in the USA industry - 100% satisfaction"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Enhance your bed potential with the right mattresses and accessories","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Bariatric support surfaces for hospital bed - USA","asset":"606df5402d2aff06143290e3"},"path":"/storage/uploads/2021/04/07/606df54091abcSupport-surface2-1.jpg"}],"title":"Discover a complete line of high-quality support surfaces.","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Accessories for bariatric hospital bed - Canada","asset":"606df5452d2aff06143290e4"},"path":"/storage/uploads/2021/04/07/606df5457207daccessories-1.jpeg"}],"title":"Equip your ook snow ALL with the right accessories. ","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Explore","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Ready to try this game-changing bed?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/07/606df55454b58ooksnowALL---CTA-contact-CAN.jpg","meta":{"title":"Best bariatric hospital bed in USA - contact us"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow - hospital bed - med-surg - USA","asset":"607849e59e1c2826666056f5"},"path":"/storage/uploads/2021/04/15/607849e57be9cRelated-product---ook-snow-USA.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH - hospital bed - behavioral health care - USA"},"path":"Related-product---ook-snow-MH-USA.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Le ook cocoon","asset":"6695195779cda5a97a088882"},"path":"/storage/uploads/2024/07/15/6695195763f66Related-Product---ook-cocoon-CAN.png"}],"title":"The ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1723658425,"_created":1604867063,"meta_description":"The ook snow ALL is a versatile bed designed for bariatric, med-surg and palliative care units. See how it can make a difference for your healthcare institution.","meta_title":"ook snow ALL | Med-Surg, Bariatric, Palliative Care Hospital Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/06/606c510813b40ook-snow-ALL---Entete-retouche.png","meta":{"title":"All-in-one bed solution for med-surg, bariatric and palliative care settings - The ook snow ALL"}},"has_showroom":true,"schema_description":"Have you ever imagined a hospital bed that would accommodate all patients throughout multiple care environments? It is now possible with the ook snow ALL.\\n\\nWith its one-step width expansion system, increased weight capacity, and low height, the ook snow ALL offers a game-changing standardization possibility. Through an innovative design and exceptional versatility, this new all-in-one bed will fulfill the needs of all your patients, staff, and your institution. Discover the ook snow ALL now.","schema_height":"31.7\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca5ce50c117ook-snow-ALL.png","meta":{"title":"Logo - ook snow ALL"}},"schema_width":"52.75\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa855bf175811726156f943","title":"ook snow MH","slug":"/en-us/products/beds/ook-snow-mh/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/11/60732bbe49c305fe08c23b6db0confortNEST-yellow-1-17.jpg","meta":{"title":"Behavioral health bed - The ook snow MH"}},"subtitle":"Behavioral health","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow MH: a behavioral health bed that meets your clinical and safety needs","text":"<p>See how the ook snow MH helps you achieve the right balance between clinical performance and risk mitigation.</p>","image":null,"image_product":{"path":"Pages produits/ook snow MH/Bannire-ook-snow-MH-can.png","meta":{"title":"USA banner - Behavioral health bed - The ook snow MH"}},"link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text":"Take a look","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fca8e1ba1d76ook-snow-MH.png","meta":{"title":"Logo - The ook snow MH"}},"title":"","subtitle":"Enhanced safety for patients and staff","text":"With the ook snow MH, you do not have to choose between safety and clinical performance. Thoughtfully designed to minimize ligature risks, this smart advanced hospital bed adapts to your behavioral health needs. It is perfectly suited for low and high observation environments such as geriatric or med psych units, emergency departments and detention centers.","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text":"Discover the ook snow MH","bigger_content":false,"link_showroom":true,"link_append":"ook snow MH","add_title_h1":false,"logo_bigger":false}},{"component":"video","settings":{"id":"ooksnowMH-video-us","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"484115059","image":{"path":"/storage/uploads/2021/04/13/607583cfd8df4ooksnow-MH---CTA-video.jpg","meta":{"title":"USA video - Behavioral health bed - The ook snow MH"}},"container_smaller":false,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Safety as a number one priority","title_short":"Maximized safety","subtitle":null,"text":"<p>Built with a tamper-resistant design and a ligature management strategy in mind, the ook snow MH offers many value-driven features that contribute to creating a safe environment for patients and staff.</p>","image":{"path":"/storage/uploads/2021/04/15/60785358b724d01---Safety-as-your-number-one-priority-CAN.jpg"}}},{"value":{"title":"Maximized infection prevention and control","title_short":"Ease of cleaning","subtitle":null,"text":"<p>Infection prevention in health care settings is now more crucial than ever. To maximize it, the seamless smooth surfaces and open architecture of the ook snow MH make cleaning easier, faster, and better.</p>","image":{"path":"/storage/uploads/2020/12/04/5fca9f71ab395Maximized-infection-prevention-and-control-1.jpg"}}},{"value":{"title":"Powerful capabilities, value-driven intelligence","title_short":"Advanced technologies","subtitle":null,"text":"<p>Caregivers can optimize safety by activating advanced yet intuitive features such as lockout controls, password protection and bed status monitoring. A bed exit detection system also allows staff to track bed egress and rapidly intervene when necessary.</p>","image":{"path":"/storage/uploads/2021/04/13/607598663d439Powerful-capabilities-value-driven-intelligence--CAN.jpg"}}},{"value":{"title":"Dignity for patients, versatility for institutions","title_short":"Adaptability","subtitle":null,"text":"<p>Each care environment is different, and each patient is unique. By offering the right level of security and clinical performance, the ook snow MH contributes to maintaining patient dignity in behavioral health environments.</p>","image":{"path":"/storage/uploads/2021/04/13/607598764277cDignity-for-patients-versatility-for-institutions-CAN.jpg"}}},{"value":{"title":"The first step to a smarter and simpler connected future","title_short":null,"subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW215386278 BCX0\\">Umano Connect™ is bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW215386278 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW215386278 BCX0\\"> snow platform to a whole new level. </span>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en-us/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features to maximize safety","text":null,"categories":[{"value":{"title":"Safe-lock™ braking system"}},{"value":{"title":"10\\" low height"}},{"value":{"title":"Smart screen and master lockout"}},{"value":{"title":"Motion key lock"}},{"value":{"title":"Tamper-resistant fasteners"}},{"value":{"title":"Short and quick-disconnect power cord options"}},{"value":{"title":"Safeflex™ patient surface"}},{"value":{"title":"Floor mount"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2024/10/01/66fc5c1cb3fb1thumbnail_image006.png"},"title":"Safe-Lock™ braking system","text":"Brake pedals can be replaced with a tamper-resistant Safe-Lock™ braking system to protect against any unintended use of the bed. It also prevents patients from using the bed as a barricade.","category":"1","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff1f76302-feature---low-height.jpg"},"title":"10\\" low height","text":"The ook snow MH features an adjustable height that can go as low as 10 inches. The height can be locked and password-protected to reduce the risk of falls and voluntary injuries.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff6677cfeature---ismart-screen-CAN.jpg"},"title":"Smart screen and master lockout","text":"The smart screen gives easy access to functions such as an integrated scale, a Bed Status monitoring system and a master lockout control that features three levels of security.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff2ebbf04---motion-key-lock.jpg"},"title":"Motion key lock","text":"The Motion Key Lock brings bed movement protection up a notch. Caregivers can quickly and effectively lock out all movements to prevent patients from tampering with bed motion controls.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff3ad1905---Tamper-resistant-fasteners.jpg"},"title":"Tamper-resistant fasteners","text":"For increased safety, bed parts and components are secured with tamper-resistant fasteners that can only be removed with special tools.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff46d3b06---short-and-quick-disconnect-power-cord-1.jpg"},"title":"Short and quick-disconnect power cord options","text":"To reduce the risk of patient self-harm, choose a quick-disconnect power cord or a short one that is securely fastened.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff5449707---feature---Safe-Flex-patient-surface.jpg"},"title":"Safeflex™ patient surface","text":"To minimize the risk of self-harm, the SafeFlex™ patient surface reduces apparent ligature points and conceals cables located between the foot and thigh sections of the bed.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff5f81308---feature---floor-mount.jpg"},"title":"Floor mount","text":"For higher-risk environments, a floor mount can secure the bed in place. It can be combined with a heavy-duty and tamper-resistant metal caster cover.","category":"8"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"5fca9650eeb6256538549d91"},"path":"storage/uploads/2021/04/15/6078520e4da09Carroussel---MH-CAN.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Features and specifications","text":"<p>The ook snow MH can be customized to meet your clinical needs and support your risk mitigation plan. Take a look at its key specifications and features.</p>","specifications":[{"value":{"title":"Patient surface dimensions","data":"35\\" x 80\\" or 84\\", 88.9 x 203.2 cm or 213.4 cm","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Low","data":"10\\" / 25.4 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"High","data":"30\\" / 76.2 cm"}}]}},{"value":{"title":"Overall width","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Siderails down","data":"39.25\\" / 100 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Siderails up","data":"40.5\\" / 102.9 cm "}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Boostless™","data":"4\\" / 10,2 cm"}}]}},{"value":{"title":"Certifications / standards","data":"IEC 60601-2-52, IEC 60601-1 3rd Edition","sub":null}},{"value":{"title":"Scale system accuracy (in all bed position)","data":"0.5% with a maximum difference of 1.1 lb / 0.5 kg","sub":null}}],"features":[{"value":{"title":"Permanently attached boards*","data":null,"sub":null}},{"value":{"title":"Covered restraint points","data":null,"sub":null}},{"value":{"title":"Integrated scale and bed exit detection system (3-levels of sensitivity)","data":null,"sub":null}},{"value":{"title":"Tamper-resistant design (fasteners, accessory socket caps)","data":null,"sub":null}},{"value":{"title":"Programmable lowest height","data":null,"sub":null}},{"value":{"title":"Concealed cables","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Motion control master lock out / password protection","data":null,"sub":null}},{"value":{"title":"Bed exit side view lights • Short power cord (3 ft)","data":null,"sub":null}},{"value":{"title":"Quick-disconnect power cord (8 ft)","data":null,"sub":null}},{"value":{"title":"Foot end back-up control on the frame","data":null,"sub":null}},{"value":{"title":"Downward motion interrupt","data":null,"sub":null}},{"value":{"title":"Heavy-duty metal caster cover","data":null,"sub":null}},{"value":{"title":"Smart Nightlights™","data":null,"sub":null}},{"value":{"title":"Bed status monitoring","data":null,"sub":null}},{"value":{"title":"Calm gray aesthetic design","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/13/6075b0dae8da3ooksnow-MH-Specifications--CAN.png","meta":{"title":"Specifications and features - Behavioral health bed - The ook snow MH"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dfd86162d683fc57866e9","link":"educations","display":"ook snow MH"}}},{"value":{"title":"Brochure","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"605dfc37d5241a693956a1c8","link":"educations","display":"ook snow MH"}}},{"value":{"title":"Feature guide","image":{"path":"storage/uploads/manual.svg"},"document":null,"check":false,"education_document":{"_id":"61c093414705337b223a3514","link":"educations","display":"Feature Guide – ook snow MH"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-us/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow MH comes with the best service offering in the industry.","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/03/08/604682026670aCTA---services-plans-10.jpg","meta":{"title":"Service plans - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Complementary products for increased safety","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b3746ce05c285902e886"},"path":"/storage/uploads/2021/04/13/6075b373e3ba9Support-surface.jpg"}],"title":"Discover a line of support surfaces specifically designed for behavioral health environments.","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b3736ce05c285902e883"},"path":"/storage/uploads/2021/04/13/6075b373c2511Complementary-products---Max-secure.jpg"}],"title":"Choose the Max-Secure platform bed for optimal security in high-observation environments.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-Secure Platform Bed"}],"link_text_2":"Discover","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the ook snow MH?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/13/6075b373ce2ffooksnow-MH---Contact---CAN.jpg","meta":{"title":"Contact us - The ook snow MH"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Learn more","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Learn more","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"ookcocoon---entete-CAN.png"}],"title":"The ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Learn more","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1727980786,"_created":1604867519,"meta_description":"The ook snow MH bed allows behavioral health institutions to reach high levels of safety and clinical performance. Discover it now.","meta_title":"ook snow MH | Adjustable Behavioral Health Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/03/08/6046816f1e602En-tte--behavioral-bed-3.png","meta":{"title":"Mental health hospital bed - The ook snow MH"}},"has_showroom":true,"schema_description":"With the ook snow MH, you do not have to choose between safety and clinical performance. Thoughtfully designed to minimize ligature risks, this advanced hospital bed adapts to your behavioral health needs. It is perfectly suited for low and high observation environments such as geriatric or med psych units, emergency departments and detention centers.","schema_height":"30\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca8e1ba1d76ook-snow-MH.png","meta":{"title":"Logo - ook snow MH"}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa8563e1f83e90ec241bd82","title":"ook cocoon","slug":"/en-us/products/beds/ook-cocoon/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/14/6077432a26c73Discover-all-beds-from-the-ook-snow-platform----cocoon-USA.png","meta":{"title":"Long-term acute care bed - The ook cocoon"}},"subtitle":"Long-term acute care","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook cocoon: a long-term acute care bed for residents to feel at home","text":"<p>Discover how a low-height LTAC bed can provide the quality, safety and warmth that your residents deserve.</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/06/606c41587f8dfookcocoon---entete-CAN.png","meta":{"title":"USA banner - Long-term acute care bed - The ook cocoon"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe12d5fe3fbdook-cocoon-1.png","meta":{"title":"Logo - The ook cocoon"}},"title":"","subtitle":"Welcome to a high-quality bed that promotes residents’ safety and well-being","text":"Whether you’re in a skilled nursing facility or a long-term acute care facility, we know you strive to provide your residents with nothing but excellence. That is why we offer a high-quality low height bed that helps to maintain their dignity and autonomy. The ook cocoon also helps you provide a safe environment for your residents with its state-of-the-art design and advanced technologies such as an integrated bed exit system.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"484128720","image":{"path":"/storage/uploads/2021/04/13/6075b67d80fa8ookcocoon---CTA-video.jpg","meta":{"title":"USA video - Long-term acute care bed - The ook cocoon"}},"container_smaller":false,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A long-term care bed that addresses fall risks","title_short":"Fall prevention","subtitle":null,"text":"<p>Preventing falls remains a major concern in today\'s skilled nursing facilities. That is why the ook cocoon presents many characteristics that intend to minimize falls, such as its 10\\" low height and a built-in bed exit system. Its strong stability and ergonomic design also enable safer bed egresses and ingresses while encouraging residents’ autonomy.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b697bb2c501---Fall-risks.jpg"}}},{"value":{"title":"Fostering residents’ autonomy and satisfaction","title_short":"Well-being","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">At Umano Medical, we consider beds as key assets to preserve dignity. Built with focused attention to residents’ needs, the ook cocoon long-term care bed can significantly contribute to their autonomy and satisfaction. A homelike appearance, </span><span style=\\"font-weight: 400;\\">underbed</span><span style=\\"font-weight: 400;\\"> nightlights and accessible patient controls are just a few examples of its resident-oriented features.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075b8a08b18202---Autonomy.jpg"}}},{"value":{"title":"A bed that carries this homelike feeling","title_short":"Homey design","subtitle":null,"text":"<p>An appealing look, a high-quality design, wooden or laminated components … our long-term acute care bed will adapt to your specific decor in many ways. By contributing to the creation of a pleasant atmosphere, the ook cocoon accomplishes its aim: making residents feel at home.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b698299f5ookcocoon---homelike--CAN.jpg"}}},{"value":{"title":"Benefit from a bed that’s easier to clean and disinfect","title_short":"Ease of cleaning","subtitle":null,"text":"<p>Since nursing home residents can be more vulnerable to infections and viruses, everything about the ook cocoon bed was designed with ease of cleaning and disinfection in mind. With its open architecture, seamless smooth surfaces, and strong attention to details, the ook cocoon will exceed your expectations in terms of cleanliness.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b6980a03b04---Easy-to-clean.jpg"}}},{"value":{"title":"The first step to a smarter and simpler connected future","title_short":null,"subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW215386278 BCX0\\">Umano Connect™ is bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW215386278 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW215386278 BCX0\\"> snow platform to a whole new level. </span>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en-us/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Explore its key features","text":null,"categories":[{"value":{"title":"BUILT-IN BED EXIT SYSTEM"}},{"value":{"title":"10\'\' LOW HEIGHT"}},{"value":{"title":"UNDER BED CLEARANCE"}},{"value":{"title":"POWER OUTLETS AND USB PORTS"}},{"value":{"title":"CENTRALIZED BRAKING SYSTEM"}},{"value":{"title":"PATIENT CONTROL"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2023/06/27/649adc2645f3aKey-features-built-inbedexistystem-ook-cocoon.png"},"title":"Built-in bed exit system","text":"Our integrated Bed Exit System minimizes residents fall risks by allowing staff to monitor bed egresses and rapidly intervene if necessary. Maintain the flexibility you need by relying on its advanced functions such as its three-level sensitivity options, auto-arm, and care pause.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d771e8602---low-height.jpg"},"title":"10\'\' low height","text":"Minimize fall risks and improve comfort for shorter residents by relying on the ook cocoon’s enviable 10\\" low height.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d79bb0603---Underbed-clearance.jpg"},"title":"Underbed clearance","text":"Even at lowest height, the ook cocoon\'s under bed clearance allows compatibility with lifts and overbed tables.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d7c97d104---usb-ports.jpg"},"title":"Power outlets and USB ports","text":"By keeping patients\' mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients\' satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d7ea7c205---braking-system.jpg"},"title":"Centralized braking system","text":"Maintain a high level of stability and reduce fall risks with our easy-to-reach and centralized braking system.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d81111406---patient-control.jpg"},"title":"Patient control","text":"Our easy-to-manipulate controls allow residents to find a comfortable position by controlling key bed movements themselves. This highly appreciated accessory encourages their autonomy and enhances their satisfaction.","category":"6"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"6075b711afb6673f3e492616"},"path":"/storage/uploads/2021/04/13/6075b711ce5eaookcocoon-caroussel.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"Overall length","data":"88\\" / 224 cm — 92\\" / 234 cm ","sub":null}},{"value":{"title":"Overall width","data":"39.25\\" / 100 cm","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up","data":"40.5\\" / 102.9 cm "}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm dual casters)","data":"10\\" / 25.4 cm "}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm dual casters)","data":"30\\" / 76.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm single casters)","data":"11.5\\" / 29.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm single casters)","data":"31.5\\" / 80 cm"}}]}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"4\\" / 10.2 cm"}}]}},{"value":{"title":"Patient surface dimensions","data":" 35\\" x 80\\" or 84\\" — 88.9 x 203.2 cm or 213.4 cm","sub":null}},{"value":{"title":"Caster diameter","data":"5\\" / 12.7 cm","sub":null}}],"features":[{"value":{"title":"Built-in-bed exit detection system - 2 or 3 levels of sensitivity","data":"","sub":null}},{"value":{"title":"Bed exit side view lights","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Plastic, Wooden or laminated headboard & footboard","data":"Choice of customized colors","sub":null}}],"image":{"path":"/storage/uploads/2021/04/13/6075b72be21b2ookcocoon---specifications-2-b.png","meta":{"title":"Specifications and features - Long-term acute care bed - The ook cocoon"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"633b18f76cf1410feb2825b8","link":"educations","display":"Specification sheet – ook cocoon"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":""}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook cocoon comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/13/6075b171d290aService-plans.jpg","meta":{"title":"Service plans - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Find the right products to complement your ook cocoon","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b794afb6673f3e492618"},"path":"/storage/uploads/2021/04/13/6075b793e9c8e01---Support-surface.jpg"}],"title":"Explore a complete line of high-quality support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b79fb3837a4f4b22a876"},"path":"/storage/uploads/2021/04/13/6075b79fdf1dc02---Overbedtable.jpg"}],"title":"Discover an overbed table that’s fully compatible, durable and easy-to-clean.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text_2":"Explore","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in trying out the ook cocoon bed?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for a virtual demo or a live presentation","image":{"path":"/storage/uploads/2021/04/13/6075b7b7c9a04ookcocoon--CTA-contact-CAN.jpg","meta":{"title":"Contact us - The ook cocoon"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"607849e59e1c2826666056f5"},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607849e59e1c2826666056f3"},"path":"Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607849e59e1c2826666056f4"},"path":"Related-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1726842462,"_created":1604867646,"meta_description":"The ook cocoon bed provides long-term acute care facilities with the quality and excellence that residents deserve. Check it out.","meta_title":"ook cocoon | Quality Long-Term Acute Care [LTAQ] Medical Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/06/606c4175c7ce1ookcocoon---entete-USA.png","meta":{"title":"Long-term care bed - The ook cocoon"}},"has_showroom":false,"schema_description":"Whether you’re in a skilled nursing facility or a long-term acute care facility, we know you strive to provide your residents with nothing but excellence. That is why we offer a high-quality low height bed that helps to maintain their dignity and autonomy. The ook cocoon also helps you provide a safe environment for your residents with its state-of-the-art design and advanced technologies such as an integrated bed exit system.","schema_height":"31.5\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe12d5fe3fbdook-cocoon-1.png","meta":{"title":"Logo - ook cocoon"}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa8568d15930b644e497cd5","title":"Max-Secure Platform Bed","slug":"/en-us/products/beds/max-secure/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/15/607845155be7aMenu--Max-Secure.png","meta":{"title":"Behavioral health bed platform - The Max-Secure"}},"subtitle":"Behavioral health","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The Max-Secure behavioral health bed platform: go for optimal security","text":"<p>In high observation units, we know you must rely on durable, high-security equipment. See how the Max-Secure platform bed can maximize safety.</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/13/6075bd93d4fe3Entte-Max-Secure.png","meta":{"title":"USA banner - Behavioral health bed platform - The Max-Secure"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0ce87dd8beMAX-SECURE-HIGH-RES-LOGO-1.png","meta":{"title":"Logo - The Max-Secure"}},"title":"","subtitle":"Designed for the most challenging situations","text":"The Max Secure was designed with the upmost details to maximize safety, security, and reduce possibilities of self-harm. Built for safe rooms, detention centers or dedicated psychiatric units, this platform bed allows you to address behavioral health needs in a safe and dignified way.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Safety as your number-one priority","title_short":"Maximized safety","subtitle":null,"text":"<p>Increased safety for patients and staff: here\'s what the Max-Secure is all about. Its ligature-resistant and tamperproof design plays a major role in maximizing both patient and staff\'s safety and security.</p>","image":{"path":"/storage/uploads/2020/12/21/5fe0c823d2049Safety-as-your-number-one-priority.jpg"}}},{"value":{"title":"Ease of cleaning: a benefit that truly matters","title_short":"Simplified disinfection","subtitle":null,"text":"<p>With the Max-Secure platform bed, cleaning and disinfection become impressively simple. Its seamless smooth surface, antimicrobial material, and one-piece design, all come together to make cleaning procedures easier and faster.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92ce51c02---Max-secure---nettoyage.jpg"}}},{"value":{"title":"A durable bed on which you can rely","title_short":"Durability","subtitle":null,"text":"<p>Looking for a highly resistant bed? Fabricated with a Herculite® Polymer Material, the Max-Secure\'s one-piece design makes it totally maintenance-free. Durable and impact-resistant, the platform bed also comes with a 10-year warranty when installed by our certified technicians.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92ea8f403---durability.jpeg"}}},{"value":{"title":"A complete offering for behavioral health environments","title_short":"Adaptability","subtitle":null,"text":"<p>Combine the Max-Secure Platform Bed with the <u>ook snow MH behavioral health bed</u> to address a full range of patient safety and clinical needs. Let your entire institution benefit from these adaptable and advanced solutions.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd93158c104---A-complete-offering.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key specifications and features","text":null,"categories":[{"value":{"title":"One-piece construction"}},{"value":{"title":"Herculite® polymer composite"}},{"value":{"title":"Pick-proof perimeter sealant"}},{"value":{"title":"OPTIONAL RESTRAINT SYSTEMS"}},{"value":{"title":"VARIOUS POSITIONING OPTIONS"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/607842a0215f201---One-piece-construciton.jpg"},"title":"One-piece construction","text":"A robust design makes the Max-Secure impressively durable and maintenance-free.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/22/6081797d42f3202--Herlucite-polymer-construction.jpg"},"title":"Herculite® polymer composite","text":"The Max-Secure’s unique material is antimicrobial and impact-resistant.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/60784330de1ba03---Pick-proof-perimeter-scellant.jpg"},"title":"Pick-proof perimeter sealant","text":"To prevent patients from moving the bed and to block under-bed access, the Max-Secure can be adhered to the floor with a strong perimeter sealant.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607843312231204---Optional-restraint-systems.jpg"},"title":"Optional restraint systems","text":"To help you manage challenging situations, the Max-Secure can be equipped with an 8-point restraint system or a multi-point restraint bar.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607843315eba605--Various-positionning-options.jpg"},"title":"Various positioning and installation options","text":"The Max-Secure platform bed can be wall-mounted, corner-mounted or free-standing to ensure that institutions benefit from the flexibility they need. It can be fitted with a closed base, or it can be fixed to the floor with a pick-proof perimeter.","category":"5"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"Bed dimensions","data":"40.5\\" W x 84.5\\" L x 16\\" H","sub":null}},{"value":{"title":"Weight capacity","data":"1060 lb / 480.8 kg","sub":null}},{"value":{"title":"Bed weight","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Bed Weight Max-Secure Platform Bed","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with Storage","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with 8-Point Restraints","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with Restraint Bar","data":"196 lb (88 kg)"}}]}},{"value":{"title":"Bed options","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Double storage pockets","data":"Each: 25\\" D x 8\\" H x 11\\" L"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Restraint bars (2 or 4)","data":"Short bars (at foot and head of bed): 23\\" L x ¾\\" diameter Long bars (on each side of the bed): 67 3/8\\" L x ¾\\" diameter"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Restraint points ","data":"4 restraint points are located on each side of the bed 3.5\\" W x 2.5\\" H, with a 2-inch curved back depth"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"","data":"Free-standing bed with fully enclosed bottom"}}]}},{"value":{"title":"Warranty","data":"10 years on products and 10 years on installation when installed by our trained technicians.","sub":null}}],"features":[{"value":{"title":"Products colors","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Ash Gray ( C101)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Desert Sand (C117)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Russet Brown (C104)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Forest Green (C109)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Steel Blue (C113)"}}]}}],"image":{"path":"/storage/uploads/2021/04/13/6075bd94266bfmax-secure----specifications.png","meta":{"title":"Specifications and features - Behavioral health bed platform - The Max-Secure"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"607ec25ef9b5bd79347b738a","link":"educations","display":"Max-Secure Platform Bed"}}},{"value":{"title":"Brochure Furniture","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"60884a47c13a303a9f5ddbe5","link":"educations","display":"Max-Secure Furniture"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-us/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The Max-Secure Platform bed comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/13/6075bc2ff0049CTA-services-plans.jpg","meta":{"title":"Service plans - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Make your unit safer with high-security furniture and mattresses","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd942699fd352b59fed8"},"path":"/storage/uploads/2021/04/13/6075bd94b5dd5Max-secure-complementary-furniture---Nightstand.jpg"}],"title":"A complete furniture series","subtitle":null,"summary":"<p>Equip your institution with safe and durable furniture. Check out our complete offering for patient rooms and common areas.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore furniture","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd94cc02fe53a20d8635"},"path":"/storage/uploads/2021/04/13/6075bd94ddf94Support-surface-1.jpg"}],"title":"Behavioral health mattresses","subtitle":null,"summary":"<p>When it comes to safety, a secure support surface is just as important. Complement the Max-Secure platform bed with a high-quality and durable mattress that provides both comfort and peace of mind.</p>","link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"See all models","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in the Max-Secure Platform Bed?","text":"<p>Get in touch with your account executive and get the information you need.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Find your rep","image":{"path":"/storage/uploads/2021/04/13/6075bd948cd6cMax-Secure---CTA-contact.jpg","meta":{"title":"Contact us - The Max-Secure"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"607849e59e1c2826666056f4"},"path":"/storage/uploads/2021/04/15/607849e54a962Related-product---ook-snow-MH-USA.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607849e59e1c2826666056f5"},"path":"/storage/uploads/2021/04/15/607849e57be9cRelated-product---ook-snow-USA.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607849e59e1c2826666056f3"},"path":"/storage/uploads/2021/04/15/607849e51786cRelated-product---ook-snow-ALL-USA.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1726761749,"_created":1604867725,"meta_description":"The Max-Secure bed platform is a durable and highly secured solution for Safe Rooms, behavioral health units and other high observation environments.","meta_title":"Max-Secure Bed | High-Security Behavioral Health Bed Platform","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/13/6075bd93d4fe3Entte-Max-Secure.png","meta":{"title":"Behavioral health bed platform - The Max-Secure"}},"has_showroom":false,"schema_description":"The Max Secure was designed with the upmost details to maximize safety, security, and reduce possibilities of self-harm. Built for safe rooms, detention centers or dedicated psychiatric units, this platform bed allows you to address behavioral health needs in a safe and dignified way.","schema_height":"16’’","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0ce87dd8beMAX-SECURE-HIGH-RES-LOGO-1.png","meta":{"title":"Logo - Max-Secure"}},"schema_width":"40.5’’","is_not_available":false,"new_product":false,"_link":"products"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All medical beds","text":null,"image":{"path":"/storage/uploads/2021/01/13/5fff110ac5d3dcaroussel---photo-2-4.jpg","meta":{"title":"Hospital beds in USA - Umano Medical"}},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"High-performance beds tailored for all your needs and environments","subtitle":null,"text":"We offer a complete array of high-performance and low-height medical beds, including the ook snow platform, which can adapt to all care environments (med-surg, high-acuity care, palliative, bariatric, behavioral health). We also offer more specialized beds such as the Max-Secure, designed for specific environments. Find out which models suit your needs.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow hospital bed","asset":"60732b91614f5d607c57cc7e"},"path":"/storage/uploads/2021/04/11/60732b915ef4a5fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow ALL hospital bed","asset":"60732b255233d24f00646a15"},"path":"/storage/uploads/2021/04/11/60732b24f31cb5fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH hospital bed","asset":"60732b9623e8e75143597eb6"},"path":"/storage/uploads/2021/04/11/60732b9612d7b5fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon hospital bed ","asset":"60732b9a23e8e75143597eb7"},"path":"/storage/uploads/2021/04/11/60732b9abd7de5fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Platform hospital bed - MAX-SECURE","asset":"60732eaa5233d24f00646a2e"},"path":"/storage/uploads/2021/04/11/60732eaadc0575fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-us/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/6115189ea1d39oosk-snow-Family---USA-screens-for-web.gif","meta":{"title":null}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b7b614f5d607c57cc7b"},"path":"/storage/uploads/2021/04/11/60732b7bc35f15fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b18614f5d607c57cc79"},"path":"/storage/uploads/2021/04/11/60732b18b58685fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b805233d24f00646a16"},"path":"/storage/uploads/2021/04/11/60732b80bc3685fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b84614f5d607c57cc7c"},"path":"/storage/uploads/2021/04/11/60732b84e68d75fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732e5c23e8e75143597ec8"},"path":"/storage/uploads/2021/04/11/60732e5c82bd85fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform Bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"comfortNEST greenX","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072589e5233d24f006469fc"},"path":"/storage/uploads/2021/04/11/6072589e77dc55fe08c23b6db0confortNEST-yellow-1-9.jpg"}],"title":"coverNEST gray","subtitle":null,"summary":"<p>The coverNEST gray is a triple layered cover that can be added to any non-powered surface for low air loss therapy.</p>","link":[{"_id":"5fa95b0ca9493d041e7da532","link":"products","display":"CoverNEST gray"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072449f614f5d607c57cc3a"},"path":"/storage/uploads/2021/04/11/6072449f8ddfa5fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724607614f5d607c57cc41"},"path":"/storage/uploads/2021/04/11/6072460741a845fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The highly versatile airNEST orange Hybrid can be used as a powered or non-powered surface for pressure injury prevention or treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"AirNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257b15233d24f006469f5"},"path":"/storage/uploads/2021/04/11/607257b107cc65fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories. Discover all our products available in the USA.","meta_title":"Medical Beds, Mattresses, Hospital Furniture and Accessories | Umano Medical | United States of America","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/en-us/products/beds/","meta_description":"Learn more about our powerful hospital beds that will meet all your healthcare needs, from med-surg to high-acuity care.","meta_title":"Medical Beds Complete Selection | Umano Medical | United States of America","noindex":false,"og_image":{"path":"/storage/uploads/2024/08/09/66b621c6bdc57OG-image-3.png"},"custom_childs":null,"_link":"product_type"},{"_id":"5f860d78d7abba27e63267c5","title":"Support surfaces","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1724197681,"_created":1602620792,"childs":[{"_id":"5fa95a63a9493d041e7da522","title":"comfortNEST yellow","slug":"/en-us/products/support-surfaces/comfortnest-yellow/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/607243d286ddd5fe08c23b6db0confortNEST-yellow-1-6.jpg","meta":{"title":"Cost-effective support surface - The comfortNEST yellow"}},"subtitle":"Comfortable and durable foam surface","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST yellow: a cost-effective and comfortable solution","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/6077348408eb3comfortNEST-yellow.png","meta":{"title":"USA banner - Cost-effective support surface - The comfortNEST yellow"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fcaa8560de8acomfortNEST-yellow.png","meta":{"title":"Logo - The comfortNEST yellow"}},"title":null,"subtitle":null,"text":"The comfortNEST yellow is a durable and cost-effective solution for increased patient comfort. This prevention foam surface features one zone with an interchangeable head/foot position to maximize convenience and a firm perimeter that facilitates bed egress. Two specialized versions are also available to accommodate the needs of behavioral health and bariatric settings.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A foam surface designed for comfort and safety","title_short":"Safety","subtitle":null,"text":"<p>For added convenience, the comfortNEST yellow has a one-zone construction with an interchangeable head/foot position. Its firm foam perimeter facilitates bed egress and assists with patient transfers by forming a solid edge to lean on.</p>","image":{"path":"Pages produits/ComfortNEST yellow/Slider-vertical.comfortnest-yellow.jpg"}}},{"value":{"title":"An adaptable solution in behavioral health settings","title_short":"Behavioral health care","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The comfortNEST yellow MH provides increased security to patients who need high-observation care such as safe rooms, psychiatric units or detention centers. Its durable design features a fully enclosed cover with no handles or zippers to prevent patients from tampering with the mattress.</span></p>","image":{"path":"/storage/uploads/2021/04/14/607736cfbed79comfortNEST-yellow-MH---on-bed---USA-Screen.jpg"}}},{"value":{"title":"A durable support surface for bariatric settings","title_short":"Durability","subtitle":null,"text":"<p>Specifically adapted for bariatric care, the comfortNEST yellow + is offered in different widths and features a 950 lb weight capacity. Its high-resilience foam offers additional support and durability.</p>","image":{"path":"/storage/uploads/2021/04/14/607736e5192b5comfortNEST-yellow---on-bed--USA-Screen_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"Durable cover options"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/02/12/60267e89997b4feature---Antimicrobial-components-1.jpg"},"title":"Antimicrobial components","text":"The comfortNEST Yellow supports your infection prevention and control programs. Its 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60267e932691bfeature----durable-cover-option-1.jpg"},"title":"Durable cover options","text":"The top cover of the comfortNEST yellow is available either in 4-way stretch polyurethane, nylon or vinyl.","category":"2"}}],"disable_swiper":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H) Custom sizes available","sub":null}},{"value":{"title":"Weight capacity","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"450 lb (204 Kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"950 lb (432 kg) on the comfortNEST yellow+ model"}}]}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER OPTIONS","data":"4-way stretch polyurethane","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"70 Denier nylon"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Heavy-duty vinyl on the comfortNEST yellow MH"}}]}},{"value":{"title":"TOP LAYER","data":"1.8 lb density and IFD 25 – 35 for comfort","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"comfortNEST yellow+ offers HR foam"}}]}},{"value":{"title":"BASE LAYER COMFORTNEST YELLOW +","data":"2.0 lb density and IFD 78 – 85 provides a firm support base and a weight capacity increased to 950 lb","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/6077371170679ComfortNest-Yellow_2.png","meta":{"title":"Specifications and features - Cost-effective support surface - The comfortNEST yellow"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605df3fec6deca3e0d68a03c","link":"educations","display":"comfortNEST yellow"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abb5e595567d15b5d62"},"path":"/storage/uploads/2021/04/21/60807abb0596bDiscover---Beds-USA.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST yellow?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607737292ffeecomfortNEST-yellow---on-bed---USA-Screen_2.jpg","meta":{"title":"Contact us - The comfortNEST yellow"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048018,"_created":1604934243,"meta_description":"Designed to increase patient comfort and convenience, the comfortNEST yellow answers the needs of multiple care environments. Discover all its innovative features.","meta_title":"comfortNEST yellow | Cost-Effective Medical Bed Surface","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/6077348408eb3comfortNEST-yellow.png","meta":{"title":"Cost-effective and comfortable support surface - The comfortNEST yellow"}},"has_showroom":false,"schema_description":"The comfortNEST yellow is a durable and cost-effective solution for increased patient comfort. This prevention foam surface features one zone with an interchangeable head/foot position to maximize convenience and a firm perimeter that facilitates bed egress. Two specialized versions are also available to accommodate the needs of behavioral health and bariatric environments.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fcaa8560de8acomfortNEST-yellow.png","meta":{"title":"Logo - comfortNEST yellow"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95aa2a9493d041e7da528","title":"comfortNEST green","slug":"/en-us/products/support-surfaces/comfortnest-green/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"storage/uploads/2023/07/20/Menu-thumbnail-comfortnest-green.png","meta":{"title":"Multi-zone design support surface for optimal pressure redistribution - The comfortNEST green"}},"subtitle":"Multi-zone prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST green: a multi-zone design for optimal pressure redistribution and comfort","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/21/60806fe046cf3comfortNEST-green.png","meta":{"title":"USA banner - Multi-zone design support surface for optimal pressure redistribution - The comfortNEST green"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe09c037e254comfortNEST-green.png","meta":{"title":"Logo - The comfortNEST green"}},"title":null,"subtitle":null,"text":"Designed with four distinct zones, the comfortNEST green responds to the pressure redistribution needs of each body area and reduces the risks of pressure injuries. Built with a voscielastic foam infused with gel, it offers additional immersion, comfort, and helps to maintain the temperature of the body in contact. ","link":null,"link_text":null,"add_title_h1":false,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"A high-quality surface made for performance and safety","title_short":"Performance","subtitle":null,"text":"<p>The multi-zone construction with varying foam densities and IFD ratings offers support and pressure redistribution to each zone. Paired with an anti-shear liner, the comfortNEST green reduces skin friction and shearing. Designed for acute and long-term care settings, this durable support surface addresses patient safety by offering firm lateral foam borders that facilitate patient transfers and bed egress.</p>","image":{"path":"storage/uploads/2023/07/20/Slider-vertical-4zones.jpg"}}},{"value":{"title":"An adaptable solution in behavioral health settings","title_short":"Behavioral health care","subtitle":null,"text":"<p>The comfortNEST green MH <span style=\\"font-weight: 400;\\">provides increased security to patients who need high-observation care such as safe rooms, psychiatric units or detention centers. Its durable design features a fully enclosed cover with no handles or zippers to prevent patients from tampering with the mattress.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077412a0dccdvALUE-2-comfortNEST-green-MH---on-bed---USA.jpg"}}},{"value":{"title":"A durable support surface for bariatric care needs","title_short":"Bariatric care","subtitle":null,"text":"<p>Specifically adapted for bariatric care, the comfortNEST green+ is available in different widths and has a 1000 lb weight capacity. Offering the same comfort and pressure redistribution capabilities as the comfortNEST green, it is built with a high resilience foam that provides <span style=\\"font-weight: 400;\\">additional</span><span style=\\"font-weight: 400;\\"> support and durability.</span></p>","image":{"path":"/storage/uploads/2021/04/14/60774156dfde6Value-3--comfortNEST-green---on-bed--USA.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":"","categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 4-zone construction"}},{"value":{"title":"Viscoelastic memory foam topper"}}],"features":[{"value":{"image":{"path":"storage/uploads/2023/07/20/antimicrobial.jpg"},"title":"Antimicrobial components","text":"The comfortNEST green supports your infection prevention and control programs. Its 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi. ","category":"1"}},{"value":{"image":{"path":"storage/uploads/2023/07/20/3-layer---4-zones.jpg"},"title":"3-layer / 4-zone construction","text":"Made of 3 layers and 4 zones, the comfortNEST green has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address specific pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268ca9b2990feature---Viscoelastic-memory-foam-topper-1.jpg"},"title":"Viscoelastic memory foam topper","text":"Designed to offer additional body immersion and envelopment, the viscoelastic memory foam topper reduces pressure points and provides extra comfort.","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H) Custom sizes available","sub":null}},{"value":{"title":"Weight capacity","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"550 lb (250 Kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"1000 lb (454 kg) on the comfortNEST green+ model"}}]}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER","data":"4-way stretch polyurethane","sub":null}},{"value":{"title":"ANTI-SHEAR","data":"Dissipates heat and reduces friction","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"comfortNEST green+","data":null}}]}},{"value":{"title":"TOP LAYER","data":"Viscoelastic foam infused with gel 4. lb density and IFD 9 – 15","sub":null}},{"value":{"title":"BASE LAYER","data":"1.9 lb density and IFD 31 – 37","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"","data":"comfortNEST green+: 2.0 lb density and IFD 78 – 85 provides a firm support base and a weight capacity increased to 1000 lb"}}]}},{"value":{"title":"HEAD SECTION","data":"1.9 lb density and IFD 25 – 34","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"SEAT SECTION","data":"HR foam density 2.7lb and IFD 26 – 32","sub":[]}},{"value":{"title":"CALF SECTION","data":"2.0 lb density and IFD 27 – 33","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"HEEL SECTION","data":"1.8 lb density and IFD 16 – 24","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"storage/uploads/2023/07/20/ComfortNEST-green-with-gel.png","meta":{"title":"Specifications and features - Multi-zone design support surface - The comfortNEST green"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dd98bc6deca3e0d68a02a","link":"educations","display":"Feuillet technique – comfortNEST green"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abb5e595567d15b5d62"},"path":"/storage/uploads/2021/04/21/60807abb0596bDiscover---Beds-USA.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST green?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/6077418443a81CTA---comfortNEST-green---on-bed---USA.jpg","meta":{"title":"Contact us - The comfortNEST green"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048098,"_created":1604934306,"meta_description":"Featuring 4 zones, the comfortNEST green offers support and pressure redistribution to each body area. Discover this game-changing support surface now.","meta_title":"comfortNEST green Multiple Zones Medical Bed Mattress ","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607740f89fb7eEn-tte---comfortNEST-green.jpg","meta":{"title":"Multi-zone support surface for optimal pressure redistribution - The comfortNEST green"}},"has_showroom":false,"schema_description":"Designed with four distinct zones, the comfortNEST green responds to the pressure redistribution needs of each body area and reduces the risks of pressure injuries. Built with a viscoelastic memory foam topper, it offers additional immersion and comfort to the whole body.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe09c037e254comfortNEST-green.png","meta":{"title":"Logo - comfortNEST green"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95ab0a9493d041e7da52b","title":"comfortNEST greenX","slug":"/en-us/products/support-surfaces/comfortnest-greenx/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070aea320d815fe08c23b6db0confortNEST-yellow-1-3.jpg","meta":{"title":"Versatile solution for bariatric care settings - The comfortNEST greenX"}},"subtitle":"Expandable prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST greenX: a versatile solution for bariatric care settings","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/607746801be9aEn-tte---comfortNEST-greenX.png","meta":{"title":"USA banner - Versatile solution for bariatric care settings - The comfortNEST greenX"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0bd3af3fb3comfortNEST-greenX.png","meta":{"title":"Logo - The comfortNEST greenX"}},"title":null,"subtitle":null,"text":"The comfortNEST greenX is an expandable support surface designed to answer the needs of bariatric care settings. Offering pressure redistribution and comfort, this foam surface is complemented with two lateral bolsters that allow caregivers to expand the mattress.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A powerful solution for your bariatric care needs","title_short":"Powerful solution","subtitle":null,"text":"<p>Specifically adapted for bariatric care needs, the comfortNEST greenX features a 1000 lb weight capacity and an easily expandable width using the two lateral bolsters. It is built with a high resilience foam that provides adequate support and durability for the additional weight capacity.</p>","image":{"path":"/storage/uploads/2021/04/14/6077477dcc3bbValue-2---comfortNEST-greenX---on-bed--USA.jpg"}}},{"value":{"title":"A high-quality surface offering performance and safety","title_short":"High-quality surface","subtitle":null,"text":"<p>The 3-zone construction with varying foam densities and firmness levels offers support and pressure redistribution to each zone. <span style=\\"font-weight: 400;\\">T</span><span style=\\"font-weight: 400;\\">he anti-shear liner </span><span style=\\"font-weight: 400;\\">reduces the forces of friction and shear</span><span style=\\"font-weight: 400;\\">. To effectively address patient safety, the extra-firm foam borders of the lateral bolsters form a strong edge that facilitates patient transfers and bed egress. </span></p>","image":{"path":"/storage/uploads/2021/04/14/607747a0016beValue-2---ComfortNest-Green-X-New_2.jpg"}}},{"value":{"title":"An asset for your infection prevention programs","title_short":"Infection prevention programs","subtitle":null,"text":"<p>The comfortNEST greenX has been designed with ease of cleaning and long-lasting performance in mind. It effectively contributes to your infection prevention program thanks to its antimicrobial components that help prohibit growth of bacteria and fungi.</p>","image":{"path":"/storage/uploads/2021/04/14/607747ac8bddbValue-3---comfortNEST-greenX_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 3-zone construction"}},{"value":{"title":"Viscoelastic gel topper"}}],"features":[{"value":{"image":{"path":"storage/uploads/2023/07/20/antimicrobial.jpg"},"title":"Antimicrobial components","text":"A 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi. ","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268ed79f22cfeature---3-layer--3-zone-construction-1.jpg"},"title":"3-layer / 3-zone construction","text":"Made of 3 layers and 3 zones, the comfortNEST greenX has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268ee0a75a7feature---Viscoelastic-gel-topper-1.jpg"},"title":"Viscoelastic gel topper","text":"Designed to offer additional immersion and envelopment, the viscoelastic memory foam topper infused with gel provides comfort while reducing pressure points.","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Center mattress","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Two lateral bolsters","data":"6\\" W x 80\\" or 84\\" L x 6\\" H (15.2 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Foot end extender (optional)","data":"35\\" W x 4\\" L x 6\\" H (88.9 cm W x 10.2 cm L x 15.2 cm H)"}}]}},{"value":{"title":"Weight capacity","data":"1000 lb (454 Kg)","sub":null}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER","data":"4-way stretch polyurethane","sub":null}},{"value":{"title":"ANTI-SHEAR LINER","data":"Dissipates heat and reduces friction","sub":null}},{"value":{"title":"TOP LAYER","data":"Pressure redistributing 4.0 lb density viscoelastic memory gel foam","sub":null}},{"value":{"title":"BASE LAYER","data":"2.0 lb density with IFD 78 – 85 provides a firm support base","sub":null}},{"value":{"title":"HEAD SECTION","data":"HR 2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"SEAT SECTION","data":"HR 2.7 lb density and IFD 24 – 32","sub":null}},{"value":{"title":"HEEL SECTION","data":"2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"LATERAL SIDE BOLSTERS","data":"Same foam design properties as the main mattress","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607747bc15d64Spec---ComfortNest-Green-X-New_2.jpg","meta":{"title":"Specifications and features - Versatile solution for bariatric care settings - The comfortNEST greenX"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dda08d5241a693956a19d","link":"educations","display":"comfortNEST greenX"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"View all","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abb5e595567d15b5d62"},"path":"/storage/uploads/2021/04/21/60807abb0596bDiscover---Beds-USA.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text":"View all","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST greenX?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607747cdec7efCTA---comfortNEST-greenX---on-bed--USA-Screen_2.jpg","meta":{"title":"Contact us - The comfortNEST greenX"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":true,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048138,"_created":1604934320,"meta_description":"The comfortNEST greenX is an expandable support surface with two lateral bolsters designed for bariatric environments. Discover all its game-changing features for your institutions in the USA.","meta_title":"comfortNEST greenX Versatile Bariatric Hospital Bed Mattress","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607746801be9aEn-tte---comfortNEST-greenX.png","meta":{"title":"Support surface for bariatric care settings - The comfortNEST greenX"}},"has_showroom":false,"schema_description":"The comfortNEST greenX is an expandable support surface designed to answer the needs of bariatric environments. Offering pressure redistribution and comfort, this foam surface is complemented with two lateral bolsters that allow caregivers to expand the mattress.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0bd3af3fb3comfortNEST-greenX.png","meta":{"title":"Logo - comfortNEST greenX"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95ac6a9493d041e7da52e","title":"comfortNEST greenXi","slug":"/en-us/products/support-surfaces/comfortnest-greenxi/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070afe6ea0325fe08c23b6db0confortNEST-yellow-1-4.jpg","meta":{"title":"Support surface for bariatric environments - The comfortNEST greenXi"}},"subtitle":"Expandable prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST greenXi: a fully integrated and expandable solution for bariatric environments","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/60774f6a662baEn-tte---comfortNEST-greenXi.png","meta":{"title":"USA banner - Support surface for bariatric environments - The comfortNEST greenXi"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0c163c3894comfortNEST-greenXi.png","meta":{"title":"Logo - The comfortNEST greenXi"}},"title":null,"subtitle":null,"text":"The comfortNEST greenXi is an expandable support surface integrating all mattress components into a one-piece enclosed cover. Designed to answer the needs of bariatric environments, it offers pressure redistribution and optimal patient comfort. For increased convenience, its width and length can easily be adjusted by caregivers.","link":null,"link_text":null,"add_title_h1":false,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"An expandable surface that addresses bariatric needs","title_short":"Bariatric care","subtitle":null,"text":"<p>Specifically designed for bariatric environments, the comfortNEST greenXi is easily expandable and features a 1000 lb weight capacity. For extra convenience and comfort, its fully enclosed cover conveniently keeps all the mattress components together. It is built with a high resilience foam that provides adequate support and durability for the additional weight capacity.</p>","image":{"path":"/storage/uploads/2021/04/14/60774fdbe3424Value-1--comfortNEST-greenXI---on-bed---USA.jpg"}}},{"value":{"title":"A high-quality surface designed for performance and safety","title_short":"Performance","subtitle":null,"text":"<p>The 3-zone construction with varying foam densities and firmness levels offers support and pressure redistribution to each zone. The anti-shear liner reduces the forces of friction and shear. To efficiently address patient safety, the extra-firm foam borders of the integrated lateral bolsters form a strong edge that facilitates patient transfers and bed egress.</p>","image":{"path":"/storage/uploads/2021/04/14/60775006c196eValue-2--Comfortnest-Xi-New_2.jpg"}}},{"value":{"title":"An asset for your infection prevention programs","title_short":"Infection prevention","subtitle":null,"text":"<p>The comfortNEST greenXi has been designed with ease of cleaning and long-lasting performance in mind. It effectively contributes to your infection prevention and control programs through its antimicrobial components that assist in prohibiting growth of bacteria and fungi.</p>","image":{"path":"/storage/uploads/2021/04/14/60775013221e7Value-3--comfortNEST-greenXi_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 3-zone construction"}},{"value":{"title":"Viscoelastic gel topper"}},{"value":{"title":"One-piece cover"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/02/12/6026913a09fbffeature---Antimicrobial-components-7.jpg"},"title":"Antimicrobial components","text":"A 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/6026914d6ee29feature---3-layer--3-zone-construction-3.jpg"},"title":"3-layer / 3-zone construction","text":"Made of 3 layers and 3 zones, the comfortNEST greenXi has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/21/608075f03f84fcomfortNEST-greenXi---Viscolastique.png"},"title":"Viscoelastic gel topper","text":"Designed to offer additional immersion and envelopment, the viscoelastic memory foam topper infused with gel provides comfort while reducing pressure points.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/21/6080757dc674aHousse-monobloc.png"},"title":"One-piece cover","text":"For extra convenience and optimal patient comfort, the fully enclosed one-piece cover integrates all mattress components while providing the look and feel of a one-piece mattress.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Center mattress","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Two lateral bolsters","data":"6\\" W x 80\\" or 84\\" L x 6\\" H (15.2 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Foot end extender (optional)","data":"35\\" W x 4\\" L x 6\\" H (88.9 cm W x 10.2 cm L x 15.2 cm H)"}}]}},{"value":{"title":"Weight capacity","data":"1000 lb (454 Kg)","sub":null}},{"value":{"title":"Flammability","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"TOP COVER","data":"A single-piece cover integrates all mattress components","sub":null}},{"value":{"title":"ANTI-SHEAR LINER","data":"To dissipate heat and reduce friction","sub":null}},{"value":{"title":"TOP LAYER","data":"Pressure redistributing 4.0 lb density viscoelastic memory gel foam","sub":null}},{"value":{"title":"BASE LAYER","data":"2.0 lb density and IFD 78 – 85 provides a firm support base","sub":null}},{"value":{"title":"HEAD SECTION","data":"HR 2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"SEAT SECTION","data":"HR 2.7 lb density and IFD 24 – 32","sub":null}},{"value":{"title":"HEEL SECTION","data":"2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"LATERAL SIDE BOLSTERS","data":"Same foam design properties as the main mattress","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607750213789bSpec---Comfortnest-Xi-New_2.png","meta":{"title":"Specifications and features - Support surface for bariatric environments - The comfortNEST greenXi"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605df3a4162d683fc57866d1","link":"educations","display":"comfortNEST greenXi"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST greenXi?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/60775034378b2CTA---comfortNEST-greenXI---on-bed---USA.jpg","meta":{"title":"Contact us - The comfortNEST greenXi"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048177,"_created":1604934342,"meta_description":"The comfortNEST greenXi can easily be adjusted in width and length and integrates all mattress components into an enclosed cover. See its innovative features for your institutions in the USA.","meta_title":"comfortNEST greenXi Expandable Bariatric Hospital Mattress | United States of America","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/60774f6a662baEn-tte---comfortNEST-greenXi.png","meta":{"title":"Expandable support surface for bariatric care settings - The comfortNEST greenXi"}},"has_showroom":false,"schema_description":"The comfortNEST greenXi is an expandable support surface integrating all mattress components into a one-piece enclosed cover. Designed to answer the needs of bariatric environments, it offers pressure redistribution and optimal patient comfort. For increased convenience, its width and length can easily be adjusted by caregivers.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0c163c3894comfortNEST-greenXi.png","meta":{"title":"Logo - comfortNEST greenXi"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b0ca9493d041e7da532","title":"coverNEST gray","slug":"/en-us/products/support-surfaces/covernest-gray/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/607258927ec235fe08c23b6db0confortNEST-yellow-1-9.jpg","meta":{"title":"Support surface for microclimate management - The coverNEST gray"}},"subtitle":"Low air loss top cover","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The coverNEST gray: a convenient solution for microclimate management","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/6077547039656En-Tte---coverNEST.png","meta":{"title":"USA banner - Support surface for microclimate management - The coverNEST gray"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/03/04/6041195c8bfd8coverNEST-gray.png","meta":{"title":"Logo - The coverNEST gray"}},"title":null,"subtitle":null,"text":"The coverNEST gray is a cost-effective solution to allow the caregiver to add low air loss therapy to any non-powered pressure redistribution surface.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Instant LAL therapy","title_short":"Microclimate management","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The coverNEST gray was designed to quickly add low-air loss therapy to any pressure redistribution non-powered surface in order to prevent heat and humidity buildup, while assisting in managing the patient’s skin microclimate environment.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077547fd8300Value-1--CoverNest-Gray---Close-up--.jpg"}}},{"value":{"title":"Convenience and ease of use","title_short":"Convenience","subtitle":null,"text":"<p>The coverNEST gray is easily installed just like a fitted sheet. The control unit is quiet, compact, and lightweight which allows the caregiver to quickly add low air loss therapy to any non-powered support surfaces.</p>","image":{"path":"/storage/uploads/2021/04/14/607755600dc27Value-2--coverNEST-gray---on-bed-USA_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Durable triple layered cover","text":null,"categories":[{"value":{"title":"Durable triple layered cover"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/21/608078c013203CoverNEST-grey---Features.jpg"},"title":"Durable triple layered cover","text":"The coverNEST gray is a triple layer low air loss cover. It is fluid-resistant, low friction & shear, vapor permeable and is available in either nylon or a 4-way stretch polyurethane.","category":"1"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Width","data":"36\\" (91.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Length","data":"80\\" and 84\\" (203 cm and 213 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Height","data":"Fits 7\\" to 10\\" surfaces (17.8 cm to 25.4 cm)"}}]}},{"value":{"title":"Weight Capacity","data":"as per weight capacity of surface used with LAL Cover","sub":null}},{"value":{"title":"Control Unit","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"13.8\\" x 11\\" x 6.5\\" (35 cm x 28 cm x 16.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Weight","data":"10.2 lb (4.6 Kg)"}}]}},{"value":{"title":"Flammability","data":"Meets flammability standard CAL 117 ","sub":null}}],"features":[{"value":{"title":"TOP LAYER","data":"Is breathable and minimizes friction and shear forces","sub":null}},{"value":{"title":"MIDDLE LAYER","data":"Allows for unobstructed airflow to prevent heat build up and decrease maceration","sub":null}},{"value":{"title":"BOTTOM LAYER","data":"Is liquid proof to protect the interior of the mattress","sub":null}},{"value":{"title":"CONTROL UNIT","data":"Allows the caregiver to quickly add low air loss therapy to any non powered pressure redistribution surface","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/60775645032b3Spec---CoverNest-Gray---Close-up.png","meta":{"title":"Specifications and features - Support surface for microclimate management - The coverNEST gray"}},"documents":[{"value":{"title":"Specification Sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":{"_id":"627bb524956e1364946dec9a","path":"/2022/05/11/627bb524eca71Spec-sheet-coverNEST-gray---USTCGS-9000-R3-ENG.pdf","title":"Spec sheet coverNEST gray - USTCGS-9000 R3 ENG.pdf","mime":"application/pdf","description":"","tags":[],"size":747239,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1652274468,"modified":1652274468,"_by":"612cf9635cf9b154834a4638","folder":"627bb519956e1364946dec99"},"check":false}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd94cc02fe53a20d8635"},"path":"/storage/uploads/2021/04/13/6075bd94ddf94Support-surface-1.jpg"}],"title":"See our complete line of therapeutic support surfaces. ","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa313735186001f096"},"path":"/storage/uploads/2021/04/22/608174aa8b1a6Discover---Beds-Thrapeutique-USA.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your support surface.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the coverNEST gray?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607755fc788dbCTA---coverNEST-gray---on-bed-USA_2.jpg","meta":{"title":"Contact us - The coverNEST gray"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048284,"_created":1604934412,"has_showroom":false,"meta_description":"This vapor permeable, triple-layer top cover can be placed over any non-powered pressure redistribution surface to add low air loss therapy. Discover it now.","meta_title":"coverNEST gray Medical Bed Mattress Cover for LAL Therapy","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/6077547039656En-Tte---coverNEST.png","meta":{"title":"Convenient solution for microclimate management - The coverNEST gray"}},"schema_description":"The coverNEST gray is a cost-effective solution to allow the caregiver to add low air loss therapy to any non-powered pressure redistribution surface.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2021/03/04/6041195c8bfd8coverNEST-gray.png","meta":{"title":"Logo - The coverNEST gray"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b49e3f4ed26fd115972","title":"airNEST orange","slug":"/en-us/products/support-surfaces/airnest-orange/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/60724475425185fe08c23b6db0confortNEST-yellow-1-7.jpg","meta":{"title":"Air surface for pressure injury prevention - The airNEST orange"}},"subtitle":"Alternating pressure and low air loss","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The airNEST orange: an air surface for pressure injury prevention and treatment","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/607757323baceairNEST-orange.png","meta":{"title":"USA banner - Air surface for pressure injury prevention - The airNEST orange"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/03/04/60411d86eabdeairNEST-orange-1.png","meta":{"title":"Logo - The airNEST orange"}},"title":null,"subtitle":null,"text":"The airNEST orange is a therapeutic surface designed to assist in preventing and treating pressure injuries for patients in various care settings. This air surface is equipped with deep air cells for optimal pressure redistribution, firm lateral foam bolsters for stability, and a reliable and user-friendly control unit.\\n","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A therapeutic surface designed for prevention and treatment","title_short":"Prevention and treatment","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">For added convenience, the multi-therapy system of the airNEST orange provides both alternating pressure and on demand low air loss therapy. This combination optimizes pressure redistribution and microclimate management.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077574acbb7aValue-1---airNEST-orange_2B.jpg"}}},{"value":{"title":"Safety for patients","title_short":"Stability","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The airNEST orange was designed with stability and safety in mind. Its firm foam perimeter forms a solid edge to facilitate sit-to-stand transfers and bed egresses and ingresses.</span></p>","image":{"path":"/storage/uploads/2021/04/14/607757bb5dc83Value-2---airNEST-orange---on-bed-USA_2.jpg"}}},{"value":{"title":"A user-friendly and intuitive control unit ","title_short":"Ease of use","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The intuitive control panel allows the caretaker to quickly set patient weight, select either static or alternating pressure therapy, set the AP cycle time and activate or deactivate the low air loss therapy. </span></p>","image":{"path":"/storage/uploads/2021/04/14/607757ce02dbfValue-3--airNEST-orange_2B.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Deep air cells "}},{"value":{"title":"Control unit"}},{"value":{"title":" Top cover"}},{"value":{"title":"Firm lateral foam support"}},{"value":{"title":"Fowler boost mode"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/60783468553b1airNEST-orange_deep-air-cells.jpg"},"title":"Deep air cells ","text":"The airNEST orange has deep air cells for optimal support and pressure redistribution. They are individual and can be easily replaced.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834759a633airNEST-orange_control-unit.jpg"},"title":"Control unit","text":"The control unit is quiet, compact, and lightweight. It allows the caretaker to easily select the therapy, determine AP cycle time, and adjust weight settings for optimal therapeutic performance and patient comfort.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834821182dairNEST-orange_top-cover.jpg"},"title":" Top cover","text":"The triple layer top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. It is removable, fluid resistant, low friction & shear, vapor permeable and is available in either nylon or 4-way stretch polyurethane.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/60783491683ccairNEST-orange_firm-lateral-foam-support.jpg"},"title":"Firm lateral foam support","text":"The firm lateral foam support offers stability and safety to reduce the risk of patient falls or entrapment.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607834bcd7c78airNEST-orange_fowler-boost-a.jpg"},"title":"Fowler boost mode","text":"The fowler boost mode increases the pressure in the air cells to prevent “bottoming out” when the patient is in an upright position.","category":"5"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 8\\" H (89 cm W x 203 cm or 213.4 cm L x 20.3 cm H)","sub":null}},{"value":{"title":"Weight Capacity","data":"500 lb (227 Kg)","sub":null}},{"value":{"title":"Mattress weight","data":"23 lb (10.4 Kg)","sub":null}},{"value":{"title":"Control Unit","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"13.8\\" x 11\\" x 6.5\\" (35 cm x 28 cm x 16.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Weight","data":"10.2 lb (4.6 Kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"AP Cycle Times","data":"5, 10, 15, & 20 minutes"}}]}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Meets flammability standard CAL 117"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"Foam components meet CAL 129, 16 CFR 1632 & 16 CFR 1633"}}]}}],"features":[{"value":{"title":"DEEP AIR CELLS","data":"Optimal pressure redistribution with alternating low-pressure therapy","sub":null}},{"value":{"title":"TOP COVER","data":"Vapor permeable triple-layered top sheet for low air loss therapy","sub":null}},{"value":{"title":"FIRM LATERAL FOAM SUPPORT","data":"Provides stability and facilitates bed egress and ingress","sub":null}},{"value":{"title":"SAFETY FOAM BASE","data":"Convoluted foam base is enclosed in a fluid-proof cover","sub":null}},{"value":{"title":"CONTROL UNIT","data":"Intuitive control panel allows the caregiver to quickly set patient weight, select desired therapies, and determine AP cycle times","sub":null}},{"value":{"title":"FOWLER BOOST MODE","data":"In upright position, the system increases the pressure in the air cells to prevent “bottoming out”","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607757ec172deSpec---airNEST-orange_2.png","meta":{"title":"Specifications and features - Air surface for pressure injury prevention - The airNEST orange"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"5f89c9302ebd9b0bd07c1c54","link":"educations","display":"airNEST orange"}}},{"value":{"title":"Quick Reference Card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"5f89c9302ebd9b0bd07c1c54","link":"educations","display":"airNEST orange"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa313735186001f096"},"path":"/storage/uploads/2021/04/22/608174aa8b1a6Discover---Beds-Thrapeutique-USA.jpg"}],"title":"Our hospital beds are unique, versatile, and powerful. Find the right bed for your airNEST! ","subtitle":null,"summary":null,"link":null,"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the airNEST orange?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607757f9d93a6CTA---airNEST-orange---on-bed-USA_2.jpg","meta":{"title":"Contact us - The airNEST orange"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048324,"_created":1604934473,"has_showroom":false,"meta_description":"Designed for pressure injury prevention and treatment, this support surface provides both alternating pressure and low air loss therapy. Discover all its features.","meta_title":"airNEST orange Powered Air Therapeutic Support Medical Mattress","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607757323baceairNEST-orange.png","meta":{"title":"Air surface for pressure injury prevention and treatment - The airNEST orange"}},"schema_description":"The airNEST orange is a therapeutic surface designed to assist in preventing and treating pressure injuries for patients in various care environments. This air surface is equipped with deep air cells for optimal pressure redistribution, firm lateral foam bolsters for stability, and a reliable and user-friendly control unit.","schema_height":"8\\"","schema_logo":{"path":"/storage/uploads/2021/03/04/60411d86eabdeairNEST-orange-1.png","meta":{"title":"Logo - airNEST orange"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b688f509332836318b3","title":"airNEST orange Hybrid","slug":"/en-us/products/support-surfaces/airnest-orange-hybrid/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ac2d7abba27e63267c2","link":"bed_compatibility","display":"Convertible"},"thumbnail":{"path":"/storage/uploads/2021/04/09/6070b0bc94bce5fe08c23b6db0confortNEST-yellow-1-5.jpg","meta":{"title":"Convertible support surface for treatment - The airNEST orange Hybrid"}},"subtitle":"Convertible surface with alternating pressure and low air loss","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The airNEST orange Hybrid: a convertible surface for pressure injury prevention and treatment","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/15/60782a8872e77En-Tte---airNEST-orange-hybrid.png","meta":{"title":"USA banner - Convertible support surface for treatment - The airNEST orange Hybrid"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/02/11/60254aab1ffabairNEST-orange-hybrid.png","meta":{"title":"Logo - The airNEST orange Hybrid"}},"title":null,"subtitle":null,"text":"The airNEST orange Hybrid is a therapeutic support surface that assists in preventing and treating pressure injuries in multiple care environments. This non-powered air/foam surface can convert into a powered air surface, thus providing the additional therapies of alternating pressure (AP) and low air loss (LAL).","link":null,"link_text":null,"add_title_h1":false,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A convertible therapeutic surface made for prevention and treatment","title_short":"Versatility","subtitle":null,"text":"<p>The airNEST orange Hybrid can be used both as a non-powered and powered pressure redistributing surface. As a non-powered surface, pressure redistribution is done via self-adjusting technology (SAT), also known as reactive low-pressure interface. Pressure in the air cells is readjusted through body movement or repositioning. In powered mode, its multi-therapy system provides alternating pressure and on demand low air loss to optimize pressure redistribution and microclimate management of the skin.</p>","image":{"path":"/storage/uploads/2021/04/15/60782a9a817f4Value-1--airNEST-orange-HYBRID--.jpg"}}},{"value":{"title":"Safety for patients","title_short":"Stability","subtitle":null,"text":"<p>The airNEST orange Hybrid was designed with stability and safety in mind. Its firm foam perimeter forms a solid edge to facilitate sit-to-stand transfers and bed egress/ingress.</p>","image":{"path":"/storage/uploads/2021/04/15/60782aa9c9b8fValue-2--airNEST-orange-HYBRID--on-bed-USA_2.jpg"}}},{"value":{"title":"A user-friendly and intuitive interface ","title_short":"Ease of use","subtitle":null,"text":"<p>The intuitive control panel allows the caretaker to quickly set patient weight, select either static or alternating pressure therapy, determine AP cycle times, and activate or deactivate low air loss therapy.</p>","image":{"path":"/storage/uploads/2021/04/15/60782ab69ff31Value-3--airNEST-orange-hybrid_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Air-foam cells"}},{"value":{"title":"Control unit"}},{"value":{"title":"Top cover"}},{"value":{"title":"Firm lateral foam support"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078362f493bfairNEST-orange-Hybrid_air-foam-cells.jpg"},"title":"Air-foam cells","text":"The pre-filled air-foam cells and 3-zone construction with varying foam densities and IFD ratings offer additional immersion and envelopment to support the needs of the different areas of the body. The 2-layer foam topper made of viscoelastic and polyurethane ensures support and patient comfort.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078363b03fb4airNEST-orange-Hybrid_control-unit.jpg"},"title":"Control unit","text":"The control unit is quiet, compact, and lightweight. It allows the caretaker to easily select the therapy, determine AP cycle time, and adjust weight settings for optimal therapeutic performance and patient comfort.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078364fa4fcaairNEST-orange-Hybrid_top-cover.jpg"},"title":"Top cover","text":"The triple layer top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. It is removable, fluid resistant, low friction & shear, vapor permeable and is available in either nylon or 4-way stretch polyurethane.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078364512315airNEST-orange-Hybrid_firm-lateral-foam-support.jpg"},"title":"Firm lateral foam support","text":"The firm lateral foam support offers stability and safety to reduce the risk of patient falls or entrapment.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 7\\" H 88.9 cm W x 203 cm or 213 cm L x 17.8 cm H","sub":null}},{"value":{"title":"Weight Capacity","data":"500 lb (227 kg)","sub":null}},{"value":{"title":"Mattress weight","data":"43.5 lb (19.7 kg)","sub":null}},{"value":{"title":"Control unit","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"13.8\\" x 11\\" x 6.5\\" (35 cm x 28 cm x 16.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Weight","data":"10.2 lb (4.6 kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"AP Cycle Times","data":"5, 10, 15 & 20 minutes"}}]}},{"value":{"title":"Flammability","data":"Meets flammability standards CAL 117, CAL 129, 16 CFR 1632, & 16 CFR 1633","sub":null}}],"features":[{"value":{"title":"REFILLED AIR/FOAM CELLS","data":"3 zones with varying IFD ratings provide pressure redistribution and patient comfort","sub":null}},{"value":{"title":"TOP COVER","data":"Top cover is low friction and low shear force producing, highly vapor, permeable, and is available in nylon or polyurethane stretch material","sub":null}},{"value":{"title":"KEVLAR LINER","data":"Fire barrier","sub":null}},{"value":{"title":"TOP LAYER FOAM","data":"1\\" viscoelastic foam","sub":null}},{"value":{"title":"MIDDLE LAYER FOAM","data":"1\\" polyurethane foam","sub":null}},{"value":{"title":"FIRM LATERAL FOAM SUPPORT","data":"Provides stability and facilitates bed egress and ingress","sub":null}},{"value":{"title":"OPTIONAL CONTROL UNIT","data":"Intuitive control panel allows the caregiver to quickly set patient weight, select desired therapies, and determine AP cycle times","sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60782ad03feb5Spec---airNEST-orange-HYBRID--.jpg","meta":{"title":"Specifications and features - Control unit - Support surface - The airNEST orange Hybrid"}},"documents":[{"value":{"title":"Specification Sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"605cfb0a32f13617c4378482","link":"educations","display":"airNEST orange Hybrid"}}},{"value":{"title":"Quick Reference Card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":{"path":"/2024/06/07/666378e2c5d08QRC-airNEST-orange-Hybrid---USTAOHYBS-9001-R2-ENG.pdf","title":"QRC airNEST orange Hybrid - USTAOHYBS-9001 R2 ENG.pdf","mime":"application/pdf","description":"","tags":[],"size":1183973,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1717795042,"modified":1717795042,"_by":"662908f31efd0e38067e0308","folder":"","_id":"666378e309c83319f203ab72"},"check":false,"education_document":null}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa313735186001f096"},"path":"/storage/uploads/2021/04/22/608174aa8b1a6Discover---Beds-Thrapeutique-USA.jpg"}],"title":"Our hospital beds are unique, versatile, and powerful. Find the right bed for your airNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the airNEST orange Hybrid?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/15/60782ae447c3fCTA---airNEST-orange-HYBRID--on-bed-USA_2.jpg","meta":{"title":"Contact us - The airNEST orange Hybrid"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048668,"_created":1604934504,"has_showroom":false,"meta_description":"This non-powered surface can be converted to a therapeutic powered air surface providing alternating pressure and low air loss therapies. Discover its benefits.","meta_title":"airNEST orange Hybrid Convertible Therapeutic Hospital Mattress | USA","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/15/60782a8872e77En-Tte---airNEST-orange-hybrid.png","meta":{"title":"Convertible support surface for pressure injury prevention and treatment - The airNEST orange Hybrid"}},"schema_description":"The airNEST orange Hybrid is a therapeutic support surface that assists in preventing and treating pressure injuries in multiple care environments. This non-powered air/foam surface can convert into a powered air surface, thus providing the additional therapies of alternating pressure (AP) and low air loss (LAL).","schema_height":"7\\"","schema_logo":{"path":"/storage/uploads/2021/02/11/60254aab1ffabairNEST-orange-hybrid.png","meta":{"title":"Logo - airNEST orange Hybrid"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95b572abda414016bb033","title":"airNEST orangeXi","slug":"/en-us/products/support-surfaces/airnest-orangexi/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"/storage/uploads/2021/04/11/607257986e7035fe08c23b6db0confortNEST-yellow-1-8.jpg","meta":{"title":"Expandable bariatric air surface - The airNEST orangeXi"}},"subtitle":"Expandable surface with alternating pressure and low air loss","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The airNEST orangeXi: an expandable air surface for bariatric care settings","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/15/60782b92a7240En-tte---airNEST-orange-Xi.png","meta":{"title":"USA banner - Expandable bariatric air surface - The airNEST orangeXi"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2021/02/11/60254e0f9ff49airNEST-orangeXi.png","meta":{"title":"Logo - The airNEST orangeXi"}},"title":null,"subtitle":null,"text":"The airNEST orangeXi is an expandable bariatric therapeutic air surface designed to assist in preventing and treating pressure injuries in multiple care settings. Featuring deep air cells for optimal pressure redistribution, this powered surface easily expands in width and length to answer the needs of bariatric patients.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"A therapeutic surface designed for prevention and treatment","title_short":"Prevention and treatment","subtitle":null,"text":"<p>For added convenience, the multi-therapy system of the airNEST orangeXi provides both alternating pressure and on demand low air loss therapy. This combination optimizes pressure redistribution and microclimate management.</p>","image":{"path":"/storage/uploads/2021/04/15/60782ba176884Value-1---airNEST-orangeXi---close-up---PNG_2B.jpg"}}},{"value":{"title":"A powerful solution for your bariatric care needs","title_short":"Bariatric care","subtitle":null,"text":"<p>Specifically adapted for bariatric needs, the airNEST orangeXi features a 1100 lb weight capacity. Staff can easily adjust its width and length through an integrated valve system in the expandable air lateral bolsters and foot-end extender.</p>","image":{"path":"/storage/uploads/2021/04/15/60782bb63850cValue-2--airNEST-orange-Xi---on-bed-USA_2.jpg"}}},{"value":{"title":"A user-friendly and intuitive control unit","title_short":"Ease of use","subtitle":null,"text":"<p>The intuitive control panel allows the caretaker to quickly set patient weight, select either static or alternating pressure therapy, and activate or deactivate the determined AP cycle times.</p>","image":{"path":"/storage/uploads/2021/04/15/60782bc662bb1Value-3--airNEST-orange-Xi_2B.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Deep air cells"}},{"value":{"title":"Control unit"}},{"value":{"title":"Top cover"}},{"value":{"title":"Fowler boost mode"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/6078359a0c033airNEST-orangeXi_deep-air-cells.jpg"},"title":"Deep air cells","text":"The airNEST orangeXi has deep air cells for optimal support and pressure redistribution. They are individual and can be easily replaced.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835a6c8c8fairNEST-orangeXi_control-unit.jpg"},"title":"Control unit","text":"The control unit is quiet, compact, and lightweight. It allows the caretaker to easily select the therapy, determine AP cycle time, and adjust weight settings for optimal therapeutic performance and patient comfort.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835b181519airNEST-orangeXi_top-cover.jpg"},"title":"Top cover","text":"The triple layer top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. It is removable, fluid resistant, low friction & shear, vapor permeable and is available in either nylon or 4-way stretch polyurethane.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607835b949ec6airNEST-orangeXi_fowler-boost-a.jpg"},"title":"Fowler boost mode","text":"The fowler boost mode increases the pressure in the air cells to prevent “bottoming out” when the patient is in an upright position. This avoids pressure increase and blood flow reduction.","category":"4"}}],"disable_swiper":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":null,"text":null,"specifications":[{"value":{"title":"Dimensions","data":"36\\", 42\\" or 48\\" W X 80\\", 84\\" or 88\\" L X 10\\" H (91.4 cm, 107 cm, 122 cm W X 203 cm, 213 cm or 223.5 cm L X 25.4 cm H)","sub":null}},{"value":{"title":"Weight Capacity","data":"1100 lb (500 kg)","sub":null}},{"value":{"title":"Mattress weight","data":"49 lb (22 Kg)","sub":null}},{"value":{"title":"Control Unit","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Dimensions","data":"13.8\\" x 11\\" x 6.5\\" (35 cm x 28 cm x 16.4 cm)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Weight","data":"10.2 lb (4.6 Kg)"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"AP Cycle Times","data":"5, 10, 15, & 20 minutes"}}]}}],"features":[{"value":{"title":"DEEP AIR CELLS","data":"Optimal pressure redistribution with alternating low-pressure therapy","sub":null}},{"value":{"title":"SIZE ADJUSTMENT","data":"Quick and easy width and length adjustment using integrated valve system","sub":null}},{"value":{"title":"TOP COVER","data":"Vapor permeable triple-layered top sheet for low air loss therapy","sub":null}},{"value":{"title":"FOAM BASE","data":"Safety convoluted foam base is enclosed in a fluidproof cover","sub":null}},{"value":{"title":"CONTROL UNIT","data":"Intuitive control panel allows the caregiver to quickly set patient weight, select desired therapies and determine AP cycle times","sub":null}},{"value":{"title":"FOWLER BOOST MODE","data":"In upright position, the system increases the pressure in the air cells to prevent bottoming out","sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60782bd823942Spec---airNEST-orangeXi---close-up---PNG_2.png","meta":{"title":"Specifications and features - Expandable bariatric air surface - The airNEST orangeXi"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"605dd85ad5241a693956a194","link":"educations","display":"airNEST orangeXi"}}},{"value":{"title":"Quick Reference Card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":{"_id":"627bf9e735608019c35f07df","path":"/2022/05/11/627bf9e7e818bQRC-airNEST-orange-Xi----USTAOXiS-9001-R2-ENG.pdf","title":"QRC airNEST orange Xi - USTAOXiS-9001 R2 ENG.pdf","mime":"application/pdf","description":"","tags":[],"size":1274399,"image":false,"video":false,"audio":false,"archive":false,"document":true,"code":false,"created":1652292071,"modified":1652292071,"_by":"612cf9635cf9b154834a4638","folder":"6247029d43cb7020c16e06b5"},"check":false}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"608174aa313735186001f096"},"path":"/storage/uploads/2021/04/22/608174aa8b1a6Discover---Beds-Thrapeutique-USA.jpg"}],"title":"Our hospital beds are unique, versatile, and powerful. Find the right bed for your airNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the airNEST orangeXi?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/15/60782be5a77dbCTA---airNEST-orange-Xi---on-bed-USA_2.jpg","meta":{"title":"Contact us - The airNEST orangeXi"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048567,"_created":1604934487,"has_showroom":false,"meta_description":"Designed for pressure injury prevention and treatment, this therapeutic surface can easily be expanded to answer the needs of bariatric environments.","meta_title":"airNEST orangeXi Powered Air Bariatric Hospital Bed Matttress","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/15/60782b92a7240En-tte---airNEST-orange-Xi.png","meta":{"title":"Expandable air surface for bariatric care setting - The airNEST orangeXi"}},"schema_description":"The airNEST orangeXi is an expandable bariatric therapeutic air surface designed to assist in preventing and treating pressure injuries in multiple environments. Featuring deep air cells for optimal pressure redistribution, this powered surface easily expands in width and length to answer the needs of bariatric environments.","schema_height":"10\\"","schema_logo":{"path":"/storage/uploads/2021/02/11/60254e0f9ff49airNEST-orangeXi.png","meta":{"title":"Logo - airNEST orangeXi"}},"schema_width":"42\\"","is_not_available":false,"_link":"products"},{"_id":"6245cabff913cd0b3068f4c3","title":"AIRE-TURN™ ","slug":"/en-us/products/support-surfaces/aire-turn/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png","meta":{"title":"Therapeutic air surface - The AIRE-TURN"}},"subtitle":"Powered surface with multi-therapy","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The AIRE-TURN™: a therapeutic air surface with multiple therapies, including continuous lateral rotation","text":"","image":null,"image_product":{"path":"Pages produits/Aire-Turn/Aire-Turn-Banner.png","meta":{"title":"USA banner - Therapeutic air surface - The AIRE-TURN"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Request more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"Pages produits/Aire-Turn/LOGO---aire-turn.png","meta":{"title":"Logo - The AIRE-TURN"}},"title":null,"subtitle":null,"text":"<p> The AIRE-TURN™ is a therapeutic air surface designed to assist in preventing and treating pressure injuries and other complications associated with immobility, through its multi-therapy system. <p> \\n\\n\\n","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A therapeutic surface designed for prevention and treatment","title_short":"Prevention and treatment","subtitle":null,"text":"<p><span class=\\"TextRun SCXW66043267 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW66043267 BCX9\\">For added convenience, the multi-therapy system of the AIRE-TURN™</span><span class=\\"NormalTextRun SCXW66043267 BCX9\\"> provides </span></span><span class=\\"TextRun SCXW66043267 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW66043267 BCX9\\">continuous lateral rotation, </span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">alternating pressure</span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">, </span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">low air loss</span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">, and pulsation </span><span class=\\"NormalTextRun SCXW66043267 BCX9\\">therapy. </span></span><span class=\\"EOP SCXW66043267 BCX9\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":240}\\"> </span></p>","image":{"path":"Pages produits/Aire-Turn/PREVENTION-AND-TREATMENT.jpg"}}},{"value":{"title":"Microclimate management ","title_short":"MICROCLIMATE","subtitle":null,"text":"<p><span class=\\"TextRun SCXW258597265 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW258597265 BCX9\\">To keep the patient’s skin cool and dry, on-demand</span></span><span class=\\"TextRun SCXW258597265 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW258597265 BCX9\\"> low air loss therapy is administered</span><span class=\\"NormalTextRun SCXW258597265 BCX9\\">,</span><span class=\\"NormalTextRun SCXW258597265 BCX9\\"> directly underneath the patient,</span> <span class=\\"NormalTextRun SCXW258597265 BCX9\\">through the triple-layered top cover.</span></span></p>","image":{"path":"Pages produits/Aire-Turn/multiple-therapies.jpg"}}},{"value":{"title":"A multi-function control unit","title_short":"CONTROL UNIT","subtitle":null,"text":"<p><span class=\\"TextRun SCXW174405145 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW174405145 BCX9\\">The intuitive control panel offers multiple programmable adjustments for customized patient care.</span></span></p>","image":{"path":"Pages produits/Aire-Turn/CONTROL-UNIT.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"ANGLED DEEP AIR CELLS"}},{"value":{"title":"CONTROL UNIT"}},{"value":{"title":"TOP COVER"}}],"features":[{"value":{"image":{"path":"Pages produits/Aire-Turn/Angled-deep-air-cells.jpg"},"title":"Angled Deep Air Cells","text":"The AIRE-TURN™ has angled deep air cells for optimal support and pressure redistribution. Their form allows for a more comfortable and subtle turn. They are individually connected and can be easily replaced. ","category":"1"}},{"value":{"image":{"path":"Pages produits/Aire-Turn/CONTROL-UNIT-FEATURE.jpg"},"title":"Control unit","text":"The control unit allows the caretaker to easily select desired therapies, determine cycle times, and adjust patient settings for optimal therapeutic performance and patient comfort. ","category":"2"}},{"value":{"image":{"path":"Pages produits/Aire-Turn/SPECIFICATIONS-AND-FESTURES.png"},"title":" Top cover","text":"The triple-layered top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. The top cover is low friction and low shear producing, vapor permeable, and anti-microbial. It is available in either nylon or 4-way stretch polyurethane. ","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and Features","text":null,"specifications":[{"value":{"title":"Dimensions","data":"36\\" W X 80\\" or 84\\" L X 10\\" H (91.4 cm W X 203 cm or 213 cm L X 25.4 cm H)","sub":null}},{"value":{"title":"Weight Capacity","data":"500 lb (227 Kg)","sub":null}},{"value":{"title":"Mattress weight","data":"31 lb (14kg)","sub":null}}],"features":[{"value":{"title":"Dimensions","data":"12\\" x 6.75\\" x 10.5\\" (30 cm x 17 cm x 27 cm) ","sub":null}},{"value":{"title":"Weight","data":"13 lb (5.9 kg)","sub":null}},{"value":{"title":"AP Cycle Times ","data":"1 - 99 minutes ","sub":null}},{"value":{"title":"CLRT Cycle Times ","data":"10 minutes - 4 hours ","sub":null}}],"image":{"path":"Pages produits/Aire-Turn/SPECIFICATIONS-AND-FESTURES.png","meta":{"title":"Specifications and features - Therapeutic air surface - The AIRE-TURN"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"634ec0deeeea800a477d8a67","link":"educations","display":"AIRE-TURN™"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"SPECIFICATIONS","column_2_title":"CONTROL UNIT","right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the AIRE-TURN™?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg","meta":{"title":"Contact us- Best service in the industry - The AIRE-TURN"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/22/608174aa8b1a6Discover---Beds-Thrapeutique-USA.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your AIRE-TURN™.","subtitle":null,"summary":null,"link":null,"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"612cf9635cf9b154834a4638","_modified":1718048284,"_created":1648741055,"has_showroom":false,"meta_description":"A therapeutic air surface with multi-therapy, including continuous lateral rotation.","meta_title":"AIRE-TURN™ : Powered Support Surface | Umano Medical | United States of America","noindex":false,"og_image":{"path":"Pages produits/Aire-Turn/SPECIFICATIONS-AND-FESTURES.png","meta":{"title":"Therapeutic air surface with multiple therapies - The AIRE-TURN"}},"schema_description":"","schema_height":"8\\"","schema_logo":{"path":"Pages produits/Aire-Turn/LOGO---aire-turn.png","meta":{"title":"Logo- AIRE-TURN"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"627127382e6b013407209052","title":"BARIATRIC AIRE-TURN™ ","slug":"/en-us/products/support-surfaces/aire-turn-bariatric/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860ab819f7374e69347361","link":"bed_compatibility","display":"Powered"},"thumbnail":{"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png","meta":{"title":"Expandable therapeutic air surface - The BARIATRIC AIRE-TURN"}},"subtitle":"Powered expandable surface with multi-therapy","summary":"The BARIATRIC AIRE-TURN™ is an expandable therapeutic air surface designed to assist in preventing and treating pressure injuries through its multi-therapy system, including continuous lateral rotation, alternating pressure, and pulsation.","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The BARIATRIC AIRE-TURN™: an expandable therapeutic air surface for lateral rotation ","text":"","image":null,"image_product":{"path":"Pages produits/Aire-Turn/Bariatric/Bannire-AIRE-TURN-BARIATRIC.png","meta":{"title":"USA banner - Expandable therapeutic air surface - The BARIATRIC AIRE-TURN"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Request more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"Pages produits/Aire-Turn/Bariatric/Bariatric-aire-turn-logo.png","meta":{"title":"Logo - The BARIATRIC AIRE-TURN"}},"title":null,"subtitle":null,"text":"<p> The BARIATRIC AIRE-TURN™ is an expandable therapeutic air surface designed to assist in preventing and treating pressure injuries through its multi-therapy system, including continuous lateral rotation, alternating pressure, and pulsation. <p> \\n\\n\\n","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A therapeutic surface designed for prevention and treatment","title_short":"Prevention and treatment","subtitle":null,"text":"<p><span class=\\"TextRun SCXW66043267 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW66043267 BCX9\\">For added convenience, the multi-therapy system of the BARIATRIC AIRE-TURN™</span><span class=\\"NormalTextRun SCXW66043267 BCX9\\"> provides, continuous lateral rotation, alternating pressure, low air loss, and pulsation therapy</span></span></p>","image":{"path":"Pages produits/Aire-Turn/Bariatric/paralax-bariatric-aire-turn-rounded-celles.jpg"}}},{"value":{"title":"Microclimate management ","title_short":"MICROCLIMATE","subtitle":null,"text":"<p><span class=\\"TextRun SCXW258597265 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW258597265 BCX9\\">To keep the patient’s skin cool and dry, on-demand</span></span><span class=\\"TextRun SCXW258597265 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW258597265 BCX9\\"> low air loss therapy is administered</span><span class=\\"NormalTextRun SCXW258597265 BCX9\\">,</span><span class=\\"NormalTextRun SCXW258597265 BCX9\\"> directly underneath the patient,</span> <span class=\\"NormalTextRun SCXW258597265 BCX9\\">through the triple-layered top cover.</span></span></p>","image":{"path":"Pages produits/Aire-Turn/multiple-therapies.jpg"}}},{"value":{"title":"A multi-function control unit","title_short":"CONTROL UNIT","subtitle":null,"text":"<p><span class=\\"TextRun SCXW174405145 BCX9\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW174405145 BCX9\\">The intuitive control panel offers multiple programmable adjustments for customized patient care.</span></span></p>","image":{"path":"Pages produits/Aire-Turn/CONTROL-UNIT.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"ANGLED DEEP AIR CELLS"}},{"value":{"title":"CONTROL UNIT"}},{"value":{"title":"TOP COVER"}}],"features":[{"value":{"image":{"path":"Pages produits/Aire-Turn/Bariatric/Key-features-deep-angled-air-cells-bariatric.jpg"},"title":"Angled deep air cells","text":"The BRIATRIC AIRE-TURN™ has angled deep air cells for optimal support and pressure redistribution. Their angled form allows for a more comfortable and subtle turn. They are individually connected and can be easily replaced. ","category":"1"}},{"value":{"image":{"path":"Pages produits/Aire-Turn/CONTROL-UNIT-FEATURE.jpg"},"title":"Control unit","text":"The control unit allows the caretaker to easily select desired therapies, determine cycle times, and adjust patient settings for optimal therapeutic performance and patient comfort. ","category":"2"}},{"value":{"image":{"path":"Pages produits/Aire-Turn/Bariatric/Key-features-top-cover-bariatric-aire-turn.jpg"},"title":" Top cover","text":"The triple-layered top cover provides LAL therapy to manage heat buildup and humidity, thus allowing for microclimate management of the skin. The top cover is low friction and low shear producing, vapor permeable, and anti-microbial. It is available in either nylon or 4-way stretch polyurethane. ","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and Features","text":null,"specifications":[{"value":{"title":"Dimensions","data":"36\\", 42\\" or 48\\" W X 80\\", 84\\" or 88\\" L X 10\\" H (91.4, 107 or 122 cm W X 203, 213.4 or 223.5 cm or 213 cm L X 25.4 cm H)","sub":null}},{"value":{"title":"Weight Capacity","data":"1000 lb (454 Kg)","sub":null}},{"value":{"title":"Mattress weight","data":"44 lb (20kg)","sub":null}}],"features":[{"value":{"title":"Dimensions","data":"12\\" x 6.75\\" x 10.5\\" (30 cm x 17 cm x 27 cm) ","sub":null}},{"value":{"title":"Weight","data":"13 lb (5.9 kg)","sub":null}},{"value":{"title":"AP Cycle Times ","data":"1 - 99 minutes ","sub":null}},{"value":{"title":"CLRT Cycle Times ","data":"10 minutes - 4 hours ","sub":null}}],"image":{"path":"Pages produits/Aire-Turn/Bariatric/Bannire-AIRE-TURN-BARIATRIC.png","meta":{"title":"Specifications and features - Expandable therapeutic air surface - The BARIATRIC AIRE-TURN"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"634ec1b5b9cded4d0404b7d6","link":"educations","display":"AIRE-TURN BARIATRIC™"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"SPECIFICATIONS","column_2_title":"CONTROL UNIT","right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the BARIATRIC AIRE-TURN™?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg","meta":{"title":"Contact us - Best service in the industry - The BARIATRIC AIRE-TURN"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of therapeutic support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/22/608174aa8b1a6Discover---Beds-Thrapeutique-USA.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your BARIATRIC AIRE-TURN™.","subtitle":null,"summary":null,"link":null,"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"612cf9635cf9b154834a4638","_modified":1718048491,"_created":1651582776,"has_showroom":false,"meta_description":"A therapeutic air surface with multi-therapy, including continuous lateral rotation.","meta_title":"BARIATRIC AIRE-TURN™ : Powered Support Surface | Umano Medical | United States of America","noindex":false,"og_image":{"path":"Pages produits/Aire-Turn/Bariatric/Bannire-AIRE-TURN-BARIATRIC.png","meta":{"title":"Expandable therapeutic air surface for lateral rotation - The BARIATRIC AIRE-TURN"}},"schema_description":"The BARIATRIC AIRE-TURN™ is an expandable therapeutic air surface designed to assist in preventing and treating pressure injuries through its multi-therapy system, including continuous lateral rotation, alternating pressure, and pulsation. Offered in USA.","schema_height":"8\\"","schema_logo":{"path":"Pages produits/Aire-Turn/Bariatric/Bariatric-aire-turn-logo.png","meta":{"title":"Logo - BARIATRIC AIRE-TURN"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All support surfaces","text":null,"image":{"path":"/storage/uploads/2021/04/26/6087081256e8cHeader---Accueil-matelas.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Preventive and therapeutic surfaces tailored to your patients’ needs","subtitle":null,"text":"Umano Medical offers a complete array of preventive and therapeutic support surfaces that help prevent or treat pressure injuries. With our surfaces designed for medical-surgical, behavioral health or bariatric environments, there is no doubt you will find the perfect fit for your needs. Check out our models!","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"66996b8149dfb6a3ee0a1dc2"},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724433614f5d607c57cc35"},"path":"/storage/uploads/2021/04/11/60724433243dc5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073264c614f5d607c57cc54"},"path":"storage/uploads/2023/07/20/Menu-thumbnail-comfortnest-green.png"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"ComfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070af02f0febe6fb3059082"},"path":"/storage/uploads/2021/04/09/6070af02c12045fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0744e7b614ae654b26e"},"path":"/storage/uploads/2021/04/09/6070b074d07b15fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607244e3614f5d607c57cc3e"},"path":"/storage/uploads/2021/04/11/607244e3a33c85fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b0bc94bce5fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The airNEST orange Hybrid is a therapeutic support surface that assists in preventing and treating pressure injuries in multiple care environments.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"airNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257f9614f5d607c57cc46"},"path":"/storage/uploads/2021/04/11/607257f92c6985fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"6245cabff913cd0b3068f4c3","link":"products","display":"AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>An expandable therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":[{"_id":"627127382e6b013407209052","link":"products","display":"BARIATRIC AIRE-TURN™ : Surface d\'appui "}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-us/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/6115189ea1d39oosk-snow-Family---USA-screens-for-web.gif","meta":{"title":null}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b7b614f5d607c57cc7b"},"path":"/storage/uploads/2021/04/11/60732b7bc35f15fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b18614f5d607c57cc79"},"path":"/storage/uploads/2021/04/11/60732b18b58685fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b805233d24f00646a16"},"path":"/storage/uploads/2021/04/11/60732b80bc3685fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b84614f5d607c57cc7c"},"path":"/storage/uploads/2021/04/11/60732b84e68d75fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732e5c23e8e75143597ec8"},"path":"/storage/uploads/2021/04/11/60732e5c82bd85fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform Bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"comfortNEST greenX","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072589e5233d24f006469fc"},"path":"/storage/uploads/2021/04/11/6072589e77dc55fe08c23b6db0confortNEST-yellow-1-9.jpg"}],"title":"coverNEST gray","subtitle":null,"summary":"<p>The coverNEST gray is a triple layered cover that can be added to any non-powered surface for low air loss therapy.</p>","link":[{"_id":"5fa95b0ca9493d041e7da532","link":"products","display":"CoverNEST gray"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072449f614f5d607c57cc3a"},"path":"/storage/uploads/2021/04/11/6072449f8ddfa5fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724607614f5d607c57cc41"},"path":"/storage/uploads/2021/04/11/6072460741a845fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The highly versatile airNEST orange Hybrid can be used as a powered or non-powered surface for pressure injury prevention or treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"AirNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257b15233d24f006469f5"},"path":"/storage/uploads/2021/04/11/607257b107cc65fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories. Discover all our products available in the USA.","meta_title":"Medical Beds, Mattresses, Hospital Furniture and Accessories | Umano Medical | United States of America","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/en-us/products/support-surfaces/","meta_description":"Healthcare facilities around the world rely on our innovative products and exceptional service to address their specific needs. Discover the new alternative in the USA.","meta_title":"Hospital Bed Mattresses | Umano Medical | USA","noindex":false,"og_image":null,"hide_from_menu":null,"hide_from_menu_en_ca":null,"hide_from_menu_en_uk":true,"hide_from_menu_en_us":null,"custom_childs":[{"value":{"title":"oneNEST S","subtitle":"Multi-zone prevention and treatment foam surface","thumbnail":{"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"},"link":"https://www.umanomedical.com/en-us/products/support-surfaces/onenests/","has_showroom":false,"new_product":false}},{"value":{"title":"oneNEST M","subtitle":"All-in-one support surface","thumbnail":{"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"},"link":"https://www.umanomedical.com/en-us/products/support-surfaces/onenestm/","has_showroom":false,"new_product":true}}],"_link":"product_type"},{"_id":"66c3aa4346f65674560a5b82","title":"Umano Connect","slug":"/en-us/products/umano-connect/umano-connect/","category":{"_id":"6266eb5726f978454b65d6b3","title":"Umano Connect","_mby":"662908f31efd0e38067e0308","_by":"612cf9635cf9b154834a4638","_modified":1727290997,"_created":1650912087,"childs":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Connect Technology","text":null,"image":{"path":"/storage/uploads/2024/09/09/66df5215bee0aUmano-Connect---Smart-bed-and-Umano-Connect-Status-board---Top-banner---820x615.png","meta":{"title":null}},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732eb523e8e75143597ece"},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>The first step to a simpler and connected future.</p>","link":[{"_id":"6266e30a9a6c1f39b8176106","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-us/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/6115189ea1d39oosk-snow-Family---USA-screens-for-web.gif","meta":{"title":null}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b7b614f5d607c57cc7b"},"path":"/storage/uploads/2021/04/11/60732b7bc35f15fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b18614f5d607c57cc79"},"path":"/storage/uploads/2021/04/11/60732b18b58685fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b805233d24f00646a16"},"path":"/storage/uploads/2021/04/11/60732b80bc3685fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b84614f5d607c57cc7c"},"path":"/storage/uploads/2021/04/11/60732b84e68d75fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732e5c23e8e75143597ec8"},"path":"/storage/uploads/2021/04/11/60732e5c82bd85fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform Bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"comfortNEST greenX","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072589e5233d24f006469fc"},"path":"/storage/uploads/2021/04/11/6072589e77dc55fe08c23b6db0confortNEST-yellow-1-9.jpg"}],"title":"coverNEST gray","subtitle":null,"summary":"<p>The coverNEST gray is a triple layered cover that can be added to any non-powered surface for low air loss therapy.</p>","link":[{"_id":"5fa95b0ca9493d041e7da532","link":"products","display":"CoverNEST gray"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072449f614f5d607c57cc3a"},"path":"/storage/uploads/2021/04/11/6072449f8ddfa5fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724607614f5d607c57cc41"},"path":"/storage/uploads/2021/04/11/6072460741a845fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The highly versatile airNEST orange Hybrid can be used as a powered or non-powered surface for pressure injury prevention or treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"AirNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257b15233d24f006469f5"},"path":"/storage/uploads/2021/04/11/607257b107cc65fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories. Discover all our products available in the USA.","meta_title":"Medical Beds, Mattresses, Hospital Furniture and Accessories | Umano Medical | United States of America","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/en-us/products/umano-connect/","meta_description":"Bed status data and event logs can now be accessed remotely, in near real-time, by staff members.","meta_title":"Smart Hospital Bed : Umano Connect™ offered in the United States of America ","noindex":false,"og_image":{"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"},"custom_childs":null,"_link":"product_type"},"sub_category":"","thumbnail":{"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png","meta":{"title":"Connected solution for hospital beds - Umano Connect"}},"subtitle":"Umano Connect™: a smart connected way to care","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Connect™: a smart connected way to care ","text":"<p><span class=\\"TextRun SCXW259521851 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW259521851 BCX0\\">Bringing the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW259521851 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW259521851 BCX0\\"> snow platform to a whole new level.</span></span></p>","image":[],"image_product":{"path":"/storage/uploads/2024/09/09/66df5215bee0aUmano-Connect---Smart-bed-and-Umano-Connect-Status-board---Top-banner---820x615.png"},"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"Pages produits/Umano Connect/Logo-connectivit---umano-connect.png","meta":{"title":"Logo - Umano Connect"}},"title":"","subtitle":"","text":"","link":null,"link_text":"","bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":true,"add_title_h1":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3 style=\\"text-align: center;\\"><strong>Simplifying smart technology to empower hospital team</strong></h3>\\n<p style=\\"text-align: center;\\"><strong>Focus on what matters the most: your patients.</strong></p>\\n<p style=\\"text-align: center;\\">With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. From the patient room to the nurses’ station and the maintenance department, all your teams come together with Umano Connect. They can now access valuable information allowing them to make assessments, and to monitor beds and patients remotely.</p>"}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"989768031","image":{"path":"/storage/uploads/2024/09/05/66da375bad686Design-sans-titre-42.png","meta":{"title":"Video - Connected solution for hospital beds - Umano Connect"}},"container_smaller":true,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"Seamless Care Coordination","slides":[{"value":{"title":"Proactive patient care","title_short":"","subtitle":"","text":"<p><span class=\\"TextRun SCXW172841480 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW172841480 BCX0\\">Umano Connect is a powerful tool that enables your team to make proactive decisions</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">. </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">Instead of reacting to </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">incidents</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">, you will be informed to prevent any adverse event before anything happens</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">. The platform </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">is helping you </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">ensure safety protocols </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">such as </span><span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW172841480 BCX0\\">fall</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\"> and pressure injury prevention </span><span class=\\"NormalTextRun SCXW172841480 BCX0\\">are enforced</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\"> so you can</span><span class=\\"NormalTextRun SCXW172841480 BCX0\\"> feel confident and on top of your work.</span></span></p>","image":{"path":"/storage/uploads/2024/09/10/66e0a5f6e500aUmano-Connect---Proactig-patient-care---Image-Web---820x615.png","meta":{"title":"Une polyvalence exceptionnelle et une valeur inégalée"}}}},{"value":{"title":"Clinical workflow efficiency","title_short":"","subtitle":null,"text":"<p><span class=\\"TextRun SCXW225127759 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW225127759 BCX0\\">Remote monitoring of </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">smart hospital beds</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> and patient activity helps you plan more efficiently by </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">eliminating</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> unnecessary steps</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">. </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">Relevant information </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">can </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">facilitate</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> your </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">decision-making</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW225127759 BCX0\\">facilitate</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> care coordination</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">, and prioritize interventions</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">.</span> <span class=\\"NormalTextRun SCXW225127759 BCX0\\">Imagine having an extra team member dedicated to making you and your team’s jobs easier by </span><span class=\\"NormalTextRun SCXW225127759 BCX0\\">monitoring</span><span class=\\"NormalTextRun SCXW225127759 BCX0\\"> all your patients at once.</span></span></p>","image":{"path":"/storage/uploads/2024/09/10/66e0a5fd55f7bUmano-Connect---Maximize-efficency---Image-Web---820x615.png","meta":{"title":"Extension de la largeur"}}}},{"value":{"title":"Remote Fleet management","title_short":"","subtitle":null,"text":"<p><span class=\\"NormalTextRun SCXW143952679 BCX0\\">Maximize</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> your equipment </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">utilization</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> with Umano Connect and </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW143952679 BCX0\\">UmanoLocation</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">. You want </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">up-and-running</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> equipment, </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">know where the beds are, and in what condition. </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">It is now possible with </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW143952679 BCX0\\">UmanoLocation</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">.</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> Track and </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">monitor</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> the location of your beds</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> with</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">in</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> a </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">clinical-precision </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">level ac</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">curacy even </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">beyond the patient room.</span><span class=\\"NormalTextRun SCXW143952679 BCX0\\"> Umano Connect also provides you </span><span class=\\"NormalTextRun SCXW143952679 BCX0\\">with equipment diagnostics and preventive maintenance flags.</span></p>","image":{"path":"/storage/uploads/2024/09/10/66e0a6056ca66Umano-Connect---Fleet-Management---Image-Web---820x615.png"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false,"image_right_text_left":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"A solution for real life patient care challenges","subtitle":"Umano Connect was designed to address key challenges hospital teams face every day, helping them meet their ultimate goal: taking care of patients.","blocs":[{"value":{"title":"1. Fall Prevention","text":"<p><span class=\\"TextRun SCXW23091326 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW23091326 BCX0\\">Umano Connect</span></span><span class=\\"TextRun SCXW23091326 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW23091326 BCX0\\"> provides valuable and </span><span class=\\"NormalTextRun SCXW23091326 BCX0\\">timely</span><span class=\\"NormalTextRun SCXW23091326 BCX0\\"> information about your patients’ bed status and safety protocols so that you can </span><span class=\\"NormalTextRun SCXW23091326 BCX0\\">anticipate</span><span class=\\"NormalTextRun SCXW23091326 BCX0\\"> bed exits and prevent patient falls</span><span class=\\"NormalTextRun SCXW23091326 BCX0\\">.</span></span></p>"}},{"value":{"title":"2. Pressure Injury Prevention","text":"<p><span class=\\"NormalTextRun SCXW58923213 BCX0\\">With </span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">various information and</span> <span class=\\"NormalTextRun SCXW58923213 BCX0\\">bed alarms like the exclusive </span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">in-bed time graph</span><span class=\\"NormalTextRun SCXW58923213 BCX0\\"> or turn reminder feature,</span><span class=\\"NormalTextRun SCXW58923213 BCX0\\"> these powerful tools hel</span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">p you and proactively prevent pressure injuries from developping and </span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">deliver </span><span class=\\"NormalTextRun SCXW58923213 BCX0\\">personalized</span><span class=\\"NormalTextRun SCXW58923213 BCX0\\"> care.</span></p>"}},{"value":{"title":"3. Protocol compliance","text":"<p><span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW114521966 BCX0\\">Umano </span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW114521966 BCX0\\">Connect</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW114521966 BCX0\\">helps</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW114521966 BCX0\\">ensure</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW114521966 BCX0\\">protocol</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW114521966 BCX0\\"><span class=\\"TrackedChange SCXW114521966 BCX0\\"><span class=\\"TextRun Highlight SCXW114521966 BCX0\\" lang=\\"FR-CA\\" xml:lang=\\"FR-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW114521966 BCX0\\"> compliance. <span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\"> Featuring</span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">information </span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">like the nurse call cable status</span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">,</span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun Highlight SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">bed exit detection, bed</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun Highlight SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\"> height</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun Highlight SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">,</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun Highlight SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">and more</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\">,</span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW79153786 BCX0\\"><span class=\\"TextRun SCXW79153786 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW79153786 BCX0\\"> Umano Connect </span><span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW79153786 BCX0\\">is bringing</span><span class=\\"NormalTextRun SCXW79153786 BCX0\\"> an overview of all your smart beds at once.</span></span></span><span class=\\"EOP TrackedChange SCXW79153786 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"> </span></span></span></span></span></p>"}},{"value":{"title":"4. Fleet Optimization","text":"<p><span class=\\"TextRun SCXW88132201 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW88132201 BCX0\\">All the information about your fleet </span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">is</span><span class=\\"NormalTextRun SCXW88132201 BCX0\\"> centralized on one </span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">platform</span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">, </span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">therefore </span><span class=\\"NormalTextRun SCXW88132201 BCX0\\">it is easier for you to <span class=\\"TrackChangeTextInsertion TrackedChange SCXW105463304 BCX0\\"><span class=\\"TrackedChange SCXW105463304 BCX0\\"><span class=\\"TextRun Highlight SCXW105463304 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW105463304 BCX0\\">maximize uptime, reduce costs,</span></span></span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW105463304 BCX0\\"><span class=\\"TextRun SCXW105463304 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW105463304 BCX0\\">and coordinate maintenance for better fleet health.</span></span></span></span></span></p>"}}],"remove_top":true,"remove_bot":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Monitor mobility progress and patterns","subtitle":null,"text":"<p><span data-contrast=\\"auto\\">With the In-Bed time feature, you can monitor your patient\'s mobility patterns, making it easier to understand their needs and optimize their recovery plan in collaboration with your interdisciplinary team.</span></p>\\n<p><span data-contrast=\\"auto\\">This unique feature tracks the time your patient spends in and out of bed. Any member of your team using Umano Connect can access this detailed information at any time, facilitating communication between caregivers and ensuring patients get the mobilization level they require.</span></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/10/66e0a6195841cUmano-Connect---Patient-Mobility---Image-Web---ENG---820x615.png"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Reporting","subtitle":null,"text":"<p><span data-contrast=\\"auto\\"><span class=\\"TextRun SCXW93789186 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW93789186 BCX0\\"><span class=\\"TrackChangeTextInsertion TrackedChange TrackChangeHoverSelectColorRed SCXW127073104 BCX0\\"><span class=\\"TrackedChange SCXW127073104 BCX0\\"><span class=\\"TextRun Highlight SCXW127073104 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun TrackChangeHoverSelectHighlightRed SCXW127073104 BCX0\\">Incident</span></span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange TrackChangeHoverSelectColorRed SCXW127073104 BCX0\\"><span class=\\"TextRun Highlight SCXW127073104 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun TrackChangeHoverSelectHighlightRed SCXW127073104 BCX0\\">s</span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange TrackChangeHoverSelectColorRed SCXW127073104 BCX0\\"><span class=\\"TrackedChange SCXW127073104 BCX0\\"><span class=\\"TextRun Highlight SCXW127073104 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun TrackChangeHoverSelectHighlightRed SCXW127073104 BCX0\\"> happen</span></span></span></span>. </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">Despite</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> all the prevention </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">measures</span> <span class=\\"NormalTextRun SCXW93789186 BCX0\\">you might</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> have in place. To help understanding better </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">an unfortunate situation, Umano Connect </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">provides</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> detailed r</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">e</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">port</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">s</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">. The chronology of </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">events</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> can help target gaps in care protocols</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">. Yo</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">u </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">can see if an alarm was </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">triggered and the time it took to respond to it</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">. </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">If ever an event </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">happens</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">, you can learn from it and prevent it </span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">from happening</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\"> again</span><span class=\\"NormalTextRun SCXW93789186 BCX0\\">.</span></span></span></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/10/66e0a621ed083Umano-Connect---Reporting---Image-Web---820x615.png"},"image_link":null,"image_left":false,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":"<p><span class=\\"TextRun SCXW228802926 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW228802926 BCX0\\">Automatically </span><span class=\\"NormalTextRun SCXW228802926 BCX0\\">locate</span><span class=\\"NormalTextRun SCXW228802926 BCX0\\"> your</span> </span><strong><span class=\\"TextRun SCXW228802926 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW228802926 BCX0\\">Umano Medical </span></span></strong><span class=\\"TextRun SCXW228802926 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW228802926 BCX0\\">beds in your facility at a clinical-precision level. Get</span></span><span class=\\"TextRun SCXW228802926 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW228802926 BCX0\\"> detailed information about the location of your</span><span class=\\"NormalTextRun SCXW228802926 BCX0\\"> smart hospital</span><span class=\\"NormalTextRun SCXW228802926 BCX0\\"> beds with a simple and versatile solution.</span></span></p>\\n<p><span data-contrast=\\"auto\\"><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">By combining Ultra-wideband (UWB) and Infrared (IR) technologies, it offers unique precision</span><span class=\\"NormalTextRun SCXW241917861 BCX0\\">,</span><span class=\\"NormalTextRun SCXW241917861 BCX0\\"> especially in shared patient rooms</span></span> <span class=\\"TrackChangeTextInsertion TrackedChange SCXW241917861 BCX0\\"><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">where precision really </span></span></span><span class=\\"TrackChangeTextInsertion TrackedChange SCXW241917861 BCX0\\"><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">matters</span></span></span><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">.</span> <span class=\\"NormalTextRun SCXW241917861 BCX0\\">When working with the beds of the </span></span><strong><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW241917861 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW241917861 BCX0\\"> snow </span></span></strong><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">platform equipped with Umano Connect Technology, it brings location capabilities to </span></span><strong><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">Umano Connect</span></span><span class=\\"TextRun SCXW241917861 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW241917861 BCX0\\">.</span></span></strong><span class=\\"LineBreakBlob BlobObject DragDrop SCXW241917861 BCX0\\"><span class=\\"SCXW241917861 BCX0\\"> </span><br class=\\"SCXW241917861 BCX0\\" /></span></span></p>\\n<p><strong>Precise</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">Unique combination of technologies</li>\\n<li data-list=\\"bullet\\">Room-level certainty</li>\\n<li data-list=\\"bullet\\">Centimeter-level accuracy</li>\\n</ul>\\n<p><strong>Simple</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">No batteries to maintain</li>\\n<li data-list=\\"bullet\\">No connection to WiFi</li>\\n<li data-list=\\"bullet\\">Seamless for care teams</li>\\n</ul>\\n<p><strong>Versatile</strong></p>\\n<ul>\\n<li data-list=\\"bullet\\">Flexible installation</li>\\n<li data-list=\\"bullet\\">Extended location beyond patient rooms</li>\\n<li data-list=\\"bullet\\">Scalable to transition and storage areas</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/09/06/66db2aef6c11bUL1.gif"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false,"image_title":{"path":"/storage/uploads/2024/09/06/66db0cbc671a7Logo---UmanoLocation-Powered-By--Section-title---750x150.png"},"documents":[{"value":{"check":false,"title":"Specifications sheet","image":{"path":"/storage/uploads/2024/09/05/66da03160c54bfiche-technique1.png"},"document":null,"education_document":{"_id":"66f5abe9a6fa5442c10ad7d2","link":"educations","display":"Feuillet technique – UmanoLocation"}}}]}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Near real-time insights","text":"","specifications":[{"value":{"title":"Bed Status","data":"Brakes, bed height, bed width, in bed weight, backrest, siderails and locks.","separator":false,"sub":null}},{"value":{"title":"Brake status","data":"","sub":null,"separator":false}},{"value":{"title":"Bed exit detection (3 levels)","data":"","sub":[],"separator":false}},{"value":{"title":"Turn reminders","data":"","sub":[],"separator":false}},{"value":{"title":"In-Bed time","data":"","sub":[],"separator":false}},{"value":{"title":"Center of mass","data":"","sub":[],"separator":false}},{"value":{"title":"Maintenance errors","data":null,"sub":[],"separator":false}},{"value":{"title":"Patient risks indicators (Informs)","data":null,"separator":false,"sub":null}}],"features":[],"image":{"path":"/storage/uploads/2024/09/10/66e0a62d4ed56Umano-Connect---Near-Real-time-Insights---Image-Web---3000x2000.png","meta":{"title":"Specifications and features - Connected solution for hospital beds - Umano Connect"}},"documents":[{"value":{"title":"Brochure","image":{"path":"storage/uploads/2021/04/19/607de12c8c7aaBrochure-2.png","meta":{"title":null}},"document":null,"check":false,"education_document":{"_id":"633b1225ecc8380deb0815c5","link":"educations","display":"Brochure – Umano Connect"}}},{"value":{"check":false,"title":"Specification Sheet","image":{"path":"storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"education_document":{"_id":"633b1273ecc8380deb0815c9","link":"educations","display":"Umano Connect"}}},{"value":{"check":false,"title":"Other Ressources","image":{"path":"/storage/uploads/2024/08/01/66ab9f0908105cms.umanomedical.com-114437156130346450.png"},"document":null,"education_document":{"_id":"64c017e7bf8e290fbc188142","link":"educations","display":"User Manual – Umano Connect – V2.0.0"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"Monitoring features","column_2_title":"","right_column_text":null}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"The benefits of connected functions","text":null,"categories":null,"features":[{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a64aed1aeUmano-Connect---Detailed-infromation---Image-Web---ENG---1200x1200.png"},"title":"Detailed alarm information","text":"<p>Making sure safety protocols are enforced allows the care team to feel confident, on top of their work. Having visual and continuous remote monitoring of bed status is key to preventing falls and pressure injuries.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a65d71e83Umano-Connect---Third-party-system---Image-Web---1200x1200.png"},"title":"Integrate with 3rd party system","text":"<p><span class=\\"TextRun Highlight SCXW60394548 BCX0\\" lang=\\"EN-CA\\" xml:lang=\\"EN-CA\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW60394548 BCX0\\">Umano Connect is designed with an open architecture, allowing you to integrate bed data directly into your third-party health information systems, such as ADT, EMR and nurse call.</span></span></p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/09/10/66e0a663def08Umano-Connect---ook-snow-plateform-compatible---Image-Web---1200x1200.png"},"title":"ook snow platform compatible","text":"<p><span class=\\"TextRun SCXW63181065 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW63181065 BCX0\\">Umano Connect is compatible with all </span><span class=\\"NormalTextRun SCXW63181065 BCX0\\">smart hospital </span><span class=\\"NormalTextRun SCXW63181065 BCX0\\">beds from the </span><span class=\\"NormalTextRun SpellingErrorV2Themed SCXW63181065 BCX0\\">ook</span><span class=\\"NormalTextRun SCXW63181065 BCX0\\"> snow </span><span class=\\"NormalTextRun SCXW63181065 BCX0\\">platform</span><span class=\\"NormalTextRun SCXW63181065 BCX0\\">*</span></span><span class=\\"EOP SCXW63181065 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"> </span></p>\\n<h6><span class=\\"EOP SCXW63181065 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"><span class=\\"TextRun SCXW261913785 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW261913785 BCX0\\">*E</span></span><span class=\\"TextRun SCXW261913785 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"auto\\"><span class=\\"NormalTextRun SCXW261913785 BCX0\\">quipped</span><span class=\\"NormalTextRun SCXW261913785 BCX0\\"> with the latest software version and Umano Connect Technology.</span></span><span class=\\"EOP SCXW261913785 BCX0\\" data-ccp-props=\\"{"201341983":0,"335559739":160,"335559740":259}\\"> </span></span></h6>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Ready to take the first step to a simplified, connected future?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2024/09/10/66e0a8f46f173CTA_banner.png","meta":{"title":"Contact us - Simplified future - Umano Connect"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":true,"telephone":null,"cta_product":true,"btn_with_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow - lit d\'hôpital - médecine-chirurgie"},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH - lit d\'hôpital - soins de santé mentale"},"path":"Related-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon - lit d\'hôpital - soins de longue durée"},"path":"storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"","link_2_showroom":true}}],"link":null,"link_text":"Showroom","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_modified":1727376796,"_created":1724099139,"meta_description":"Bed status data and event logs can now be accessed remotely, in near real-time, by staff members.","meta_title":"Smart Hospital Bed : Umano Connect™ offered in the United States of America ","noindex":false,"og_image":{"path":"/storage/uploads/2024/09/25/66f45a13dc91cOG-image.png","meta":{"title":"Notification Center - Connected hospital bed - Umano Connect"}},"has_showroom":false,"schema_description":"Focus on what matters the most: your patients.\\n\\nWith Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. From the patient room to the nurses’ station and the maintenance department, all your teams come together with Umano Connect. They can now access valuable information allowing them to make assessments, and to monitor beds and patients remotely.","schema_height":"31.7\\"","schema_logo":{"path":"Pages produits/Umano Connect/Logo-connectivit---umano-connect.png","meta":{"title":"Logo - Umano Connect"}},"schema_width":"52.75\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"6008afa59ff75e2dd52eee15","title":"Furniture","slug":"/en-us/products/furniture/","parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-us/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/6115189ea1d39oosk-snow-Family---USA-screens-for-web.gif","meta":{"title":null}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b7b614f5d607c57cc7b"},"path":"/storage/uploads/2021/04/11/60732b7bc35f15fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b18614f5d607c57cc79"},"path":"/storage/uploads/2021/04/11/60732b18b58685fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b805233d24f00646a16"},"path":"/storage/uploads/2021/04/11/60732b80bc3685fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b84614f5d607c57cc7c"},"path":"/storage/uploads/2021/04/11/60732b84e68d75fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732e5c23e8e75143597ec8"},"path":"/storage/uploads/2021/04/11/60732e5c82bd85fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform Bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"comfortNEST greenX","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072589e5233d24f006469fc"},"path":"/storage/uploads/2021/04/11/6072589e77dc55fe08c23b6db0confortNEST-yellow-1-9.jpg"}],"title":"coverNEST gray","subtitle":null,"summary":"<p>The coverNEST gray is a triple layered cover that can be added to any non-powered surface for low air loss therapy.</p>","link":[{"_id":"5fa95b0ca9493d041e7da532","link":"products","display":"CoverNEST gray"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072449f614f5d607c57cc3a"},"path":"/storage/uploads/2021/04/11/6072449f8ddfa5fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724607614f5d607c57cc41"},"path":"/storage/uploads/2021/04/11/6072460741a845fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The highly versatile airNEST orange Hybrid can be used as a powered or non-powered surface for pressure injury prevention or treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"AirNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257b15233d24f006469f5"},"path":"/storage/uploads/2021/04/11/607257b107cc65fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories. Discover all our products available in the USA.","meta_title":"Medical Beds, Mattresses, Hospital Furniture and Accessories | Umano Medical | United States of America","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"5fa98d02c3f37136a9450853","title":"Max-Secure furniture","slug":"/en-us/products/furniture/max-secure-furniture/","category":{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},"sub_category":"","thumbnail":{"path":"/storage/uploads/2021/04/15/60784597f13b1Menu--Mobilier-Max-Secure.png","meta":{"title":"Safe and durable furniture for behavioral health environments - The Max-Secure"}},"subtitle":"High-security furniture","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The Max-Secure TM furniture series: a safe and durable product line for behavioral health environments","text":null,"image":[],"image_product":{"path":"/storage/uploads/2021/04/13/6075f4d023cb4En-tete---Max-secure-furniture.png","meta":{"title":"USA banner - Furniture for behavioral health environments - The Max-Secure"}},"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Request more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"Your solution to maximize safety and comfort","text":"Designed for performance and durability, the Max-Secure furniture series maximizes security for patients and staff without compromising on comfort. Manufactured using Herculite® Polymer Composite, its seamless smooth surface is easy-to-clean and withstands continuous use in any behavioral health environment. Each product is available in a variety of soothing colors to match your decor and create a serene environment.","link":null,"link_text":null,"bigger_content":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":null,"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Key features for increased peace of mind","subtitle":null,"text":"<p>Thoughtfully designed to enhance your institution’s security, the Max-Secure furniture series offers many features to prevent injury to self or others:</p>\\n<ul>\\n<li>Its one-piece construction with no exposed fasteners is maintenance-free and resists carving or scratching</li>\\n<li>The seamless smooth surface manufactured using Herculite® Polymer Composite is antimicrobial and impact resistant</li>\\n<li>Its solid design offers no space for concealment</li>\\n<li>The furniture can be ballasted to prevent lifting or throwing</li>\\n</ul>\\n<p> </p>\\n<p><strong>You can download the Max Secure Furniture Series brochure <a href=\\"/storage/uploads/2023/06/26/6499a6d18f039U-MAX-9002-ENG-R1---Technical-Brochure-Max-Secure-Furniture-Series.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">here</a>.</strong></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/04/15/60787fd2dfc02Key-Features.jpg","meta":{"title":"Specifications and features - Furniture for behavioral health environments - The Max-Secure"}},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient room furniture","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbc703df8051161507cf1"},"path":"/storage/uploads/2021/03/03/603fbc703be44Nightstand.png"}],"title":"Nightstand","subtitle":null,"summary":"<p>This nightstand gives your patients a place to store their personal effects in the privacy of their room.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>21.5\\" D x 22.5\\" W x 23\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbc743df8051161507cf3"},"path":"/storage/uploads/2021/03/03/603fbc74e58362-shelf-storage-unit.png"}],"title":"2-shelf storage unit","subtitle":null,"summary":"<p>This 2-shelf storage unit offers a durable and secured solution.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>13.5\\" D x 30\\" W x 35\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbc83a06b6c3d0b4af201"},"path":"/storage/uploads/2021/03/03/603fbc833af7c4-shelf-storage-unit.png"}],"title":"4-shelf storage unit","subtitle":null,"summary":"<p>The 4-shelf storage unit gives your patients additional space to keep their personal effects.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>5\\" D x 30\\" W x 60.5\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbc8f3df8051161507cf4"},"path":"/storage/uploads/2021/03/03/603fbc8f6acbeCorner-mounted-desk.png"}],"title":"Corner mounted desk","subtitle":null,"summary":"<p>The corner mounted desk is a safe and durable writing or storage surface for your patients’ personal space.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>25\\" D x 25.44\\" W x 13.55\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd6ea06b6c3d0b4af215"},"path":"/storage/uploads/2021/03/03/603fbd6ec20f6Wall-mounted-desk.png"}],"title":"Wall mounted desk","subtitle":null,"summary":"<p>The wall mounted desk offers patients a convenient and secured writing or storage surface.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>25\\" D x 35.3\\" W x 14.47\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd73a06b6c3d0b4af216"},"path":"/storage/uploads/2021/03/03/603fbd739dc79Round-stool.png"}],"title":"Round stool","subtitle":null,"summary":"<p>This durable stool allows patients to work and relax in the privacy of their own rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>15\\" W x 18\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd78a06b6c3d0b4af217"},"path":"/storage/uploads/2021/03/03/603fbd787ec0fWall-mounted-bench.png"}],"title":"Wall mounted bench","subtitle":null,"summary":"<p>Designed to withstand continuous use, this wall mounted bench creates additional seating space in common areas.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>15\\" D x 11\\" H x customizable length (between 48\\" and 108\\" in 12\\"increments.</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Chairs and tables","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdeb0a36cf08f20afc5a"},"path":"/storage/uploads/2021/03/03/603fbdeb9dfd7Armless-chair.png"}],"title":"Armless chair","subtitle":null,"summary":"<p>Proven to withstand continuous use, this armless chair is designed to maximize safety and comfort in patient rooms or common areas.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>23\\" D x 19\\" W x 31.5\\" H (17.5\\" seat height)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdf00a36cf08f20afc5b"},"path":"/storage/uploads/2021/03/03/603fbdf031782Arm-chair.png"}],"title":"Armchair","subtitle":null,"summary":"<p>This durable armchair provides both comfort and security to common spaces and patient rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>23\\" D x 23\\" W x 31.5\\" H (17\\" seat height)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdf40a36cf08f20afc5c"},"path":"/storage/uploads/2021/03/03/603fbdf414a14Dinning-table.png"}],"title":"Dining table","subtitle":null,"summary":"<p>This top-of-the-line dining table maximizes security while patients spend time in the common rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 42\\" L x 29\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdfba06b6c3d0b4af21f"},"path":"/storage/uploads/2021/03/03/603fbdfb065fbExtended-Dinning-table.png"}],"title":"Extended dining table","subtitle":null,"summary":"<p>This durable extended dining table seats up to six people comfortably.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 74.5\\" L x 29\\"H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbe00a06b6c3d0b4af220"},"path":"/storage/uploads/2021/03/03/603fbe0075163Game-table.png"}],"title":"Games table","subtitle":null,"summary":"<p>The games table adds to the conviviality of your living areas by allowing patients to play a variety of board games.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 42\\" L x 29\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more products","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Max-Secure Platform bed","asset":"603fbc00a06b6c3d0b4af1fd"},"path":"/storage/uploads/2021/03/03/603fbc000d07eRelated-product---MaxSecure.png"}],"title":"","subtitle":null,"summary":"<p>Pair your Max-Secure furniture with the Max-Secure platform bed designed for high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Discover","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607849e59e1c2826666056f4"},"path":"/storage/uploads/2021/04/15/607849e54a962Related-product---ook-snow-MH-USA.png"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Maintain the perfect balance between safety and clinical needs with the ook snow MH, our adaptable behavioral health bed.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Learn more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the Max-Secure furniture series?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/08/606e4c9e37fcfService-plans-3.jpg","meta":{"title":"Contact us - Best service - The Max-Secure"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048941,"_created":1604947202,"meta_description":"This high-security furniture including chairs, tables, and storage units, maximizes security in patient rooms and common areas. Discover the full product line offered in the USA.","meta_title":"Max-Secure Furniture | Safe and Durable Hospital Furniture Line | United States of America","noindex":false,"og_image":null,"has_showroom":false,"schema_description":null,"schema_height":null,"schema_logo":null,"schema_width":null,"is_not_available":false,"_link":"products"},{"_id":"5fa98ce8e1e2d96a9203e677","title":"Overbed table FTG SERIES","slug":"/en-us/products/furniture/overbed-table-ftg-series/","category":{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},"sub_category":null,"thumbnail":{"path":"/storage/uploads/2021/04/11/607328fe14de45fe08c23b6db0confortNEST-yellow-1-13.jpg","meta":{"title":"Low profile base and easy to clean overbed table - The overbed table FTG SERIES"}},"subtitle":"Robust and easy-to-clean table","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The overbed table FTG® SERIES: convenient and easy to clean","text":"<p>Discover a robust piece of furniture to enhance your beds</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/22/60817c752870bEn-Tte---Table.png","meta":{"title":"USA banner - Low profile base overbed table - The overbed table FTG SERIES"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"An overbed table that will meet your highest expectations for infection control","text":"Designed to meet the needs of your staff and patients, our overbed table has a low profile base for an easy access under the bed. The FTG Series offers increased versatility and optimal compatibility for both beds and patient’s chairs. Its acrylic top will satisfy your most demanding cleaning protocols. \\nA variety of top covers, either laminated or acrylic (fixed or extendable), are available to fit your facility’s needs.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Designed to meet your infection prevention protocol","title_short":"Ease of cleaning","subtitle":null,"text":"<p>The FTG overbed table was designed with an extensive infection prevention protocol in mind. Its resistant acrylic top and its smooth surfaces make it easier for staff to clean for staff, while saving their precious time.</p>","image":{"path":"/storage/uploads/2021/04/13/6075ccf5ced7c01---Infection-prevention---FTG-table.jpg"}}},{"value":{"title":"Various choices of colors and laminates","title_short":"Customizable design","subtitle":null,"text":"<p>Whether you’re in a long-term acute care facility or in a hospital environment, we know how beautiful rooms can enhance your patients’ stay. With this overbed table, you have various options of colors and laminates to fit your furniture and room decor.</p>","image":{"path":"Pages produits/Table FTG/Stratify-color---table-ftg.jpg"}}},{"value":{"title":"A table adapting to your environments","title_short":"Versatility","subtitle":null,"text":"<p>An appealing look is important, but a high-quality design makes your facility safer and more reliable. From its low profile base for an easy access under the bed, its extendable acrylic top for increased reach and greater surface, to its fast and easy adjustment, you can rely on our overbed table FTG® SERIES.</p>","image":{"path":"/storage/uploads/2021/04/13/6075ccf5eccd403---Adapting-to-your-environment.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Discover its thoughtful features","text":null,"categories":[{"value":{"title":"Best in class low height"}},{"value":{"title":"Sturdy design"}},{"value":{"title":"Resistant acrylic top"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075cd0ea3f0501---low-height.jpg"},"title":"Best in class low height","text":"The overbed table FTG series® offers a low profile base for easy under bed access and a low height range to adapt your furniture height.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2020/12/18/5fdd02ebe7f73feature---sturdy-design.jpg"},"title":"Sturdy design","text":"The sturdy design of this furniture makes it a reliable and great quality product.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2020/12/18/5fdd033cea544feature---RESISTANT-ACRYLIC-TOP.jpg"},"title":"Resistant acrylic top","text":"Its resistant acrylic top has a smooth surface and is easy to clean, allowing your staff to save time. ","category":"3"}}],"disable_swiper":true,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"LAMINATED","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.83\\" (103.8 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.83\\" (65.6 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}},{"value":{"title":"ACRYLIC","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.6\\" (103.1 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.6\\" (65 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}},{"value":{"title":"EXTANDABLE ACRYLIC","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.6\\" (103.1 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.6\\" (65 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}}],"features":[{"value":{"title":"Twin Caster","data":"1.97\\" / 5 cm","sub":null}},{"value":{"title":"Load Capacity","data":"100 lb / 45 kg","sub":null}},{"value":{"title":"Self-locking Hi-lo system","data":null,"sub":null}},{"value":{"title":"Sturdy construction","data":null,"sub":null}},{"value":{"title":"Epoxy polyester powder coating","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60785c55b3bc6Table---Spcifications.png","meta":{"title":"Specifications and features - The overbed table FTG SERIES"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"633b020750768f6b0c479bd3","link":"educations","display":"Feuillet technique – Table de lit série FTG"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/13/6075cd1e4c5eaFTG-Table-CTA-contact.jpg","meta":{"title":"Contact us - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"6503283eb5bdf850d12c01b2","_by":"5f7235cb372719443d31adf6","_modified":1700575696,"_created":1604947176,"meta_description":"Designed to satisfy your most demanding cleaning protocols, this convenient and versatile overbed table will save you precious time. Discover all its features offered in the USA.","meta_title":"Robust and Easy to Clean Hospital Overbed Table FTG® SERIES | United States of America","noindex":false,"og_image":null,"has_showroom":false,"schema_description":null,"schema_height":null,"schema_logo":null,"schema_width":null,"is_not_available":false,"_link":"products"}],"meta_title":"Hospital Furniture and Equipment | Umano Medical","meta_description":"Learn more about Umano Medical\'s tables, chairs, shelves and other furnishings that will become a valued part of your healthcare environment.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All items of furniture","text":null,"image":{"path":"/storage/uploads/2021/04/11/607330814076c5fff110ac5d3dcaroussel---photo-2-4.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Versatile items of furniture for all care environments","subtitle":null,"text":"Because care environments are also living spaces, Umano Medical offers a furniture line for bedrooms and common areas. Find out which items would be a good fit for your environment.","link":null,"link_text":null,"bigger_content":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"607327f55233d24f00646a09"},"path":"/storage/uploads/2021/04/11/607327f57929d5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure Furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073285a5233d24f00646a0a"},"path":"/storage/uploads/2021/04/11/6073285a6469f5fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed Table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1697643116,"_created":1611181989,"_link":"product_type"},{"_id":"5fa2feb3874d236bd766ede5","title":"Accessories and Tools","slug":"/en-us/products/accessories-and-tools/","parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-us/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/6115189ea1d39oosk-snow-Family---USA-screens-for-web.gif","meta":{"title":null}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b7b614f5d607c57cc7b"},"path":"/storage/uploads/2021/04/11/60732b7bc35f15fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b18614f5d607c57cc79"},"path":"/storage/uploads/2021/04/11/60732b18b58685fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b805233d24f00646a16"},"path":"/storage/uploads/2021/04/11/60732b80bc3685fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b84614f5d607c57cc7c"},"path":"/storage/uploads/2021/04/11/60732b84e68d75fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732e5c23e8e75143597ec8"},"path":"/storage/uploads/2021/04/11/60732e5c82bd85fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform Bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"comfortNEST greenX","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072589e5233d24f006469fc"},"path":"/storage/uploads/2021/04/11/6072589e77dc55fe08c23b6db0confortNEST-yellow-1-9.jpg"}],"title":"coverNEST gray","subtitle":null,"summary":"<p>The coverNEST gray is a triple layered cover that can be added to any non-powered surface for low air loss therapy.</p>","link":[{"_id":"5fa95b0ca9493d041e7da532","link":"products","display":"CoverNEST gray"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072449f614f5d607c57cc3a"},"path":"/storage/uploads/2021/04/11/6072449f8ddfa5fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724607614f5d607c57cc41"},"path":"/storage/uploads/2021/04/11/6072460741a845fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The highly versatile airNEST orange Hybrid can be used as a powered or non-powered surface for pressure injury prevention or treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"AirNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257b15233d24f006469f5"},"path":"/storage/uploads/2021/04/11/607257b107cc65fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories. Discover all our products available in the USA.","meta_title":"Medical Beds, Mattresses, Hospital Furniture and Accessories | Umano Medical | United States of America","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All accessories and tools","text":null,"image":{"path":"/storage/uploads/2020/12/03/5fc9261103779En-tte-de-page-normal-que-ce-soit-blurry.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":" ","subtitle":"Accessories and tools to enhance your bed functionality","text":"Explore our complete line of durable accessories and tools designed to meet your institution’s needs. From simple but handy to highly innovative, some make things easier for healthcare professionals while others enhance patients’ autonomy and comfort. Discover our complete line of accessories and tools.","link":null,"link_text":"","bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title":"See it in action","video_id":"391070666","image":{"path":"/storage/uploads/2021/04/14/60771ad7b0662Video---ooksnow-ALL-transport-cart_.jpg"},"title_top":"Transport Carts","container_smaller":true,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f0807d89f4ae371e4d2"},"path":"/storage/uploads/2021/04/14/60771f08e82c901---Transport-cart-ook-snow.jpg"}],"title":"Transport cart","subtitle":"FOR SIMPLIFIED TRANSPORT AND STORAGE","summary":"<p>Designed for the <a href=\\"/en-us/products/beds/ook-snow/\\">ook snow</a>, <a href=\\"/en-us/products/beds/ook-snow-mh/\\">ook snow MH</a> and <a href=\\"/en-us/products/beds/ook-cocoon/\\">ook cocoon</a>, this easy-to-operate transport cart allows vertical transportation around tight spaces and narrow doorways. When used for storage, it helps you save valuable space.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Tubular steel construction and powder-coat paint for optimal durability</li>\\n<li>4 casters with brakes</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f3707d89f4ae371e4d3"},"path":"/storage/uploads/2021/04/14/60771f378907d01---Transport-cart-ook-snow_PR.jpg"},{"meta":{"title":"","asset":"60771f3d67195d7ba6126622"},"path":"/storage/uploads/2021/04/14/60771f3d3d1e502---Transport-cart-ook-snow_CX.jpg"}],"title":"ook snow ALL transport cart","subtitle":"EASILY MANOEUVRE AND STORE YOUR BED","summary":"<p>Specifically designed for the <a href=\\"/en-us/products/beds/ook-snow-all/\\">ook snow ALL</a>, this transport cart allows you to vertically transport your bed around tight spaces with minimal effort thanks to its autorotation mechanism. It also allows you to save valuable storage space by storing beds vertically in your warehouse.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Tubular steel construction and powder-coat paint for optimal durability</li>\\n<li>Auto-rotation mechanism</li>\\n<li>4 casters with brakes</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Holders & supports","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771f9167195d7ba6126623"},"path":"/storage/uploads/2021/04/14/60771f914b18b01---oxygen-bottle-holder_1_PR.jpg"},{"meta":{"title":"","asset":"60771f91737fcd53ca0ffad2"},"path":"/storage/uploads/2021/04/14/60771f916eed102---oxygen-bottle-holder_CX.jpg"}],"title":"Oxygen bottle holder","subtitle":"CONVENIENCE AND DURABILITY","summary":"<p>Compatible with the entire <a href=\\"/en-us/products/beds/ook-snow/\\">ook snow</a> bed line, this high-quality oxygen bottle holder is an easy and safe solution for placing the oxygen tank. An optional clamp allows to fix it on another accessory and keep the sockets free.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>35 lb maximum load capacity</li>\\n<li>Optional clamp</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fb067195d7ba6126624"},"path":"/storage/uploads/2021/04/14/60771fb02556f01---urinal_PR.jpg"},{"meta":{"title":"","asset":"60771fb007d89f4ae371e4d4"},"path":"/storage/uploads/2021/04/14/60771fb043e5402---urinal_PR_CX.jpg"}],"title":"Urinal holder","subtitle":"THE CONVENIENCE YOU NEED","summary":"<p>Specially designed to support and maintain the stability of the urinal bottle while the bed is moving or switching positions, the urinal holder is a convenient solution for preventing leaks.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Compatible with open-handle urinals of up to 20 lb.</li>\\n<li>Designed to be installed on both head siderails for easy access in all bed positions</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fca67195d7ba6126625"},"path":"/storage/uploads/2021/04/14/60771fca994ae01---Pump-holder_PR.jpg"},{"meta":{"title":"","asset":"60771fca07d89f4ae371e4d5"},"path":"/storage/uploads/2021/04/14/60771fcab8de802---Pump-holder_CX.jpg"}],"title":"Removable pump holder","subtitle":"FOR EFFICIENT SUPPORT","summary":"<p>The high-quality removable pump holder offers a convenient solution to support pumps and other accessories.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>70 lb maximum load capacity</li>\\n<li>Designed to be installed on the bed footboard</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60771fe5737fcd53ca0ffad3"},"path":"/storage/uploads/2021/04/14/60771fe5d0ec001---IV-pole_PR.jpg"},{"meta":{"title":"","asset":"60771fe607d89f4ae371e4d6"},"path":"/storage/uploads/2021/04/14/60771fe5ecedd02---IV-pole_CX.jpg"}],"title":"IV Poles","subtitle":"AN EASILY ADJUSTABLE SOLUTION","summary":"<p>Telescopic IV poles are offered in a wide range of configurations to fit your needs.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Available in fixed and foldable versions</li>\\n<li>1\\" or 3/4\\" diameter</li>\\n<li>1/2\\" IV pole adapter for 3/4\\" sockets</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient Helpers","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077202a67195d7ba6126627"},"path":"ook-snow-trapeze.png"}],"title":"Standard patient helper","subtitle":"FOR INCREASED PATIENT MOBILITY","summary":"<p>This easy-to-install and adjustable patient helper encourages patient autonomy and mobility by assisting during in-bed repositioning. Its two independently removable sections offer increased flexibility while a lock-in-place system prevents accidental removal.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>170 lb maximum load capacity</li>\\n<li>Compatible with 1 1/2\\" sockets</li>\\n<li>1 1/2\\" diameter steel tube construction</li>\\n<li>Independently removable upper and lower portion to facilitate installation</li>\\n<li>3-position upper portion</li>\\n<li>Adjustable handle position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077200a67195d7ba6126626"},"path":"Trapeze-ook-snow-ALL.png"},{"meta":{"title":"","asset":"6077200a737fcd53ca0ffad4"},"path":"ook-Snow-ALL-with-trapeze.png"}],"title":"ook snow ALL patient helper","subtitle":"A VERSATILE SOLUTION FOR IMPROVED AUTONOMY","summary":"<p>Specifically designed for our <a href=\\"/en-us/products/beds/ook-snow-all/\\">ook snow ALL</a> bed, this high-capacity adjustable patient helper encourages patient autonomy and mobility. Its strong structure provides an additional load capacity that’s ideal for multiple care environments.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>300 lb maximum load capacity</li>\\n<li>Compatible with 1 1/2\\" sockets</li>\\n<li>1 1/2\\" diameter steel tube construction</li>\\n<li>Independently removable upper and lower portion</li>\\n<li>Lock-in-place system prevents accidental removal</li>\\n<li>3-position upper portion (+1 storing position)</li>\\n<li>Adjustable handle position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mattress extension","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077205a737fcd53ca0ffad5"},"path":"/storage/uploads/2021/04/14/6077205addc4201---Mattress-extension_PR.jpg"},{"meta":{"title":"","asset":"6077205b67195d7ba6126628"},"path":"/storage/uploads/2021/04/14/6077205b0a51102---Mattress-extension_CX.jpg"}],"title":"Bed extender cushion","subtitle":"FOR ADDITIONAL COMFORT","summary":"<p>The bed extender cushion, to be used with the integrated bed extender, provides greater comfort for taller patients. Several lengths are available to suit your equipment.</p>\\n<h5>Available lengths</h5>\\n<ul>\\n<li>4\\"</li>\\n<li>6\\"</li>\\n<li>10\\"</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Pads","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60772090737fcd53ca0ffad6"},"path":"/storage/uploads/2021/04/14/607720902666a01---Siderail-pads_PR.jpg"},{"meta":{"title":"","asset":"6077209007d89f4ae371e4d7"},"path":"/storage/uploads/2021/04/14/6077209049e2402---Siderail-pads_CX.jpg"}],"title":"Siderail pads","subtitle":"FOR A SOFTER FEEL","summary":"<p>The siderail pads are designed to cover the siderail openings on the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a>, <a href=\\"/en-ca/products/beds/ook-snow-mh/\\">ook snow MH</a> and <a href=\\"/en-ca/products/beds/ook-snow-all/\\">ook show ALL</a>. Easy to install, they fit snugly over the siderails to ensure smooth motion.</p>\\n<h5>Available kits</h5>\\n<ul>\\n<li>4-piece kit (all siderails)</li>\\n<li>2-piece kit (head siderails only)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6077209e67195d7ba6126629"},"path":"/storage/uploads/2021/04/14/6077209ec49d501---Seizure-pads_PR.jpg"},{"meta":{"title":"","asset":"6077209f07d89f4ae371e4d8"},"path":"/storage/uploads/2021/04/14/6077209ef006002----Seizure-pads_CX.jpg"}],"title":"Seizure pads","subtitle":"FOR ADDITIONAL PROTECTION","summary":"<p>Designed to maintain the smooth motion of the siderails on the <a href=\\"/en-us/products/beds/ook-snow/\\">ook snow</a>, the seizure pads provide additional cushioning to minimize patient injury.</p>\\n<h5>Available kits</h5>\\n<ul>\\n<li>4-piece kit (all siderails)</li>\\n<li>2-piece kit (head siderails only)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient controls","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720ce07d89f4ae371e4d9"},"path":"/storage/uploads/2021/04/14/607720ce2960e01---Patient-control-2-funcitons_PR.jpg"},{"meta":{"title":"","asset":"607720ce737fcd53ca0ffad7"},"path":"/storage/uploads/2021/04/14/607720ce4f14c02---Patient-control-2-funcitons_CX.jpg"}],"title":"2-function patient control","subtitle":"FOR PATIENT COMFORT AND AUTONOMY","summary":"<p>Allowing backrest and knee motions, the 2-function patient control gives patients more autonomy and comfort.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720e9737fcd53ca0ffad8"},"path":"/storage/uploads/2021/04/14/607720e92e2f901---Patient-control-5-functions_PR.jpg"},{"meta":{"title":"","asset":"607720e907d89f4ae371e4da"},"path":"/storage/uploads/2021/04/14/607720e94d00302---Patient-control-5-functions_CX.jpg"}],"title":"5-function patient control","subtitle":"FOR INCREASED RESIDENT AUTONOMY WITH THE OOK COCOON","summary":"<p>Specifically designed for the <a href=\\"/en-us/products/beds/ook-cocoon/\\">ook cocoon</a>, the 5-function patient control gives patients more autonomy through various bed adjustment capabilities.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n<li>Bed height up/down</li>\\n<li>Chair position</li>\\n<li>Flat bed position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607720ff07d89f4ae371e4db"},"path":"/storage/uploads/2021/04/14/607720ff3e55e01---Patient-control-6-fonctions_PR.jpg"},{"meta":{"title":"","asset":"607720ff737fcd53ca0ffad9"},"path":"/storage/uploads/2021/04/14/607720ff5e85302---Patient-control-6-fonctions_CX.jpg"}],"title":"6-function patient control","subtitle":"FOR INCREASED PATIENT AUTONOMY WITH THE OOK SNOW ALL","summary":"<p>Specifically designed for the <a href=\\"/en-us/products/beds/ook-snow-all/\\">ook snow ALL</a>, the 6-function patient control offers various bed adjustment capabilities to maximize patient autonomy.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n<li>Bed height up/down</li>\\n<li>Chair position</li>\\n<li>Flat bed position</li>\\n<li>Patient repositioning - 6-degree Trendelenburg</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"container_smaller_dynamic_col":false,"thumbnail_link":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our bed accessories and tools?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/22/60817a4e821b2CTA_Contact_1919_x_876.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":true,"custom_link":null,"blue_text":true,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, accessory and tools availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"_mby":"607d66da96276b7763444951","_by":"5f7235cb372719443d31adf6","_modified":1711632470,"_created":1604517555,"meta_description":"Discover our full range of high-quality bed accessories and tools, including an innovative transport cart, patient helpers, a urinal holder, IV poles, and more!","meta_title":"Hospital Bed Accessories and Tools for Umano Medical Equipment","noindex":false,"og_image":null,"_link":"product_type"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/6115189ea1d39oosk-snow-Family---USA-screens-for-web.gif","meta":{"title":null}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b7b614f5d607c57cc7b"},"path":"/storage/uploads/2021/04/11/60732b7bc35f15fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b18614f5d607c57cc79"},"path":"/storage/uploads/2021/04/11/60732b18b58685fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b805233d24f00646a16"},"path":"/storage/uploads/2021/04/11/60732b80bc3685fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b84614f5d607c57cc7c"},"path":"/storage/uploads/2021/04/11/60732b84e68d75fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732e5c23e8e75143597ec8"},"path":"/storage/uploads/2021/04/11/60732e5c82bd85fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform Bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"comfortNEST greenX","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072589e5233d24f006469fc"},"path":"/storage/uploads/2021/04/11/6072589e77dc55fe08c23b6db0confortNEST-yellow-1-9.jpg"}],"title":"coverNEST gray","subtitle":null,"summary":"<p>The coverNEST gray is a triple layered cover that can be added to any non-powered surface for low air loss therapy.</p>","link":[{"_id":"5fa95b0ca9493d041e7da532","link":"products","display":"CoverNEST gray"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072449f614f5d607c57cc3a"},"path":"/storage/uploads/2021/04/11/6072449f8ddfa5fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724607614f5d607c57cc41"},"path":"/storage/uploads/2021/04/11/6072460741a845fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The highly versatile airNEST orange Hybrid can be used as a powered or non-powered surface for pressure injury prevention or treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"AirNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257b15233d24f006469f5"},"path":"/storage/uploads/2021/04/11/607257b107cc65fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories. Discover all our products available in the USA.","meta_title":"Medical Beds, Mattresses, Hospital Furniture and Accessories | Umano Medical | United States of America","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en-us/our-expertise/","parent":"","childs":"","meta_title":"An Expertise Beyond Hospital Beds & Equipment Manufacturing | Umano Medical ","meta_description":"Our innovative medical equipment combined with an excellent customer service are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","subtitle":null,"text":"Throughout the years, developing medical equipment that makes a true difference for healthcare professionals and patients has always been our main focus and passion. We have built a strong expertise, not only in manufacturing high-quality hospital beds, but also in understanding healthcare professionals needs and providing outstanding customer service. Discover all we do to give your institution the best possible experience.","link":null,"link_text":null}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Designing and manufacturing innovative medical equipment","text":"<p>From developing game-changing solutions to manufacturing top-of-the-line products for institutions around the world, our expertise allows us to fulfill our <a href=\\"/en-ca/about/who-we-are/\\">mission</a> of achieving your 100% satisfaction. We rely on empathetic listening and research conducted in close collaboration with<br />healthcare professionals to design innovative solutions addressing even their unmet needs. Through decades of hospital bed production, we have developed state-of-the-art protocols that reflect the most advanced lean manufacturing principles. You can trust the reliability and<br />durability of our products entirely manufactured in our North American world-class factory.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds in response to your actual needs","text":"<p>Part of our expertise lies in developing innovative equipment that answers your most demanding needs. That is why our innovative bed platform, the <a href=\\"/en-us/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while ensuring patient dignity in all care environments. And because we keep adapting our products to your ever-changing reality, we support both your current and future needs.</p>"}},{"value":{"image":null,"title":"Offering a people-focused customer experience like no other","text":"<p>Our expertise goes way beyond product development: we have built an advanced and exceptionally refined <a href=\\"/en-us/services-and-support/umanocares/\\">customer care approach</a> to ensure your 100% satisfaction. That is why our team is involved at every step of the process to ease the equipment transition and provide a timely response to all your inquiries. You can rely on our international network of sales representatives and maintenance technicians to support you every step of the way; from your first call to our after-sales service. There is no doubt that our tailored <a href=\\"/en-us/services-and-support/umanocares/\\">service offering</a> will exceed your highest expectations!</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. All beds from our ook snow platform can be standardized across care environments thanks to their adaptable and powerful features. By being versatile and durable, our products are key allies in facilitating equipment management and increasing staff efficiency while diminishing training needs. Moreover, our <a href=\\"/en-ca/services-and-support/our-service-plans/\\">customizable service plans</a> are here to protect your investment. All this helps your institution lessen its cost of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance.","text":"<p>Field experience is key to building solutions tailored to healthcare professionals’ reality. That is why we rely on our long-term partnerships with innovation centers and trusted healthcare institutions around the world. We can also count on the experience of our in-house clinical team.</p>\\n<p>This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same goes for our innovative hospital beds that are paired up with a line of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en-us/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b7654d118be15950f63de"},"path":"storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-us/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","title":"UmanoCares","slug":"/en-us/services-and-support/umanocares/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-us/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"UmanoCares | Rethinking Customer Care and Medical Bed Support ","meta_description":"Because you deserve excellence, customer care coverage is included with all our products. Supporting you every step of the way, that’s the Umano Promise!","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"UmanoCares: our way of showing you how much we care","text":"","image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"wysiwyg","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\">Supporting you every step of the way</h2>\\n<p style=\\"text-align: left;\\">Customer care is not just an after-sale necessity to us. Every customer deserves excellence. We make it our commitment to ensure that you enjoy outstanding quality, dependability, and peace of mind throughout your entire ownership experience. Our UmnanoCares service offering ensures that you get the support you deserve. Our service plans are evidence that we stand behind our products and that we will support you no matter what!</p>","smaller":true}},{"component":"statistics","settings":{"id":"","class":"","style":"","title":"Working together means…","description":null,"statistics":[{"value":{"title":"We are here for you","percentage":99,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers talked to our team within the same day they reached out (including calls and emails on the weekend).</span></p>","image":{"path":"page-umanocares/Here-for-you---Blue-CMYK.png"},"reversed_fields":false}},{"value":{"title":"No more waiting for parts","percentage":90,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers have their parts shipped within 24 hours. 98% of them in 48 hours.</span></p>","image":{"path":"page-service/no-more-waiting-blue-cmyk.png"},"reversed_fields":false}},{"value":{"title":"Better together","percentage":94,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers are satisfied with the overall quality of our service experience.</span></p>","image":{"path":"page-umanocares/better-together-blue-cmyk.png"},"reversed_fields":false}}]}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"The Umano Promise","title_short":"The Umano Promise","subtitle":"Excellence, at no cost.","text":"<p>We firmly believe that customer service should not be an option. We offer The Umano Promise, a commitment to excellence, to all our clients, at no cost. To ensure a smooth transition, you will be supported every step of the way.</p>\\n<p>The Umano Promise comes with every Umano Medical product. It includes numerous benefits such as a dedicated project manager to ease your equipment transition and a UmanoTech to support you during delivery. Our promise also comes with same-day parts shipping and all parts being available at all times as well as 24/7/365 direct access to our technical support. It can be complemented with highly adaptable service plans and add-ons designed to further reduce your cost of ownership while preserving your peace of mind.</p>\\n<p>Whether you are reaching out for troubleshooting assistance, ordering parts, or user support … Waiting times are over, and we will pick up the phone day or night!</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">24/7/365 direct access to technical support</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Superior parts and labor warranty—no fine print!</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Same-day parts shipping</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Assigned project manager and on-site support to ease equipment transition</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">On-site assistance during delivery and installation</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All parts are available at all times (no expensive subassemblies)</li>\\n</ul>\\n<p><a class=\\"btn / mt-4\\" href=\\"https://www.umanomedical.com/en-ca/services-and-support/our-service-plans/\\"><span style=\\"font-weight: 400;\\">Enhance your experience with our service plans</span></a></p>","image":{"path":"page-umanocares/the-umano-promise.jpg"}}}],"background":false,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":true}},{"component":"statistics","settings":{"id":"","class":"","style":"","title":"Mike Daniel, Responsible for bed purchases, Algonquin College","description":"<p><span class=\\"ui-provider cvi cvj c d e f g h i j k l m n o p q r s t cvk cvl w x y z ab ac ae af ag ah ai aj ak\\" dir=\\"ltr\\">We are much more than a hospital bed manufacturer: we are your next trusted partner. Watch this video to know how we develop these customer relationships.</span></p>","statistics":null}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"63e5427e295b6c5d0f0183b2","link":"testimonies","display":"Algonquin College Ottawa, Canada"},"show":"big_testimony"}},{"component":"form_technical_support","settings":{"id":"getsupport-en-us","class":"","style":"","empty":null,"text":"<h1>In need for technical assistance? Talk to a specialist now.</h1>\\n<p> </p>\\n<p>If you need help with our products, we will be there to assist you. Immediately.</p>\\n<p><strong>1 844-409-4030 (toll-free) </strong></p>\\n<p>You can also reach out by filling out a form. One of our specialists will get back to you very soon.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"In need for technical assistance?","text":"<p><span style=\\"font-weight: 400;\\">If you need help with our products, a specialist will be there to assist you.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Immediately. 24/7/365.</span></p>\\n<p><span style=\\"font-weight: 400;\\"> </span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Talk to a specialist now","image":{"path":"page-service/cta-plus-amples-renseignements.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":true,"gray_background":false,"negative_top":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"telephone":"8772477494","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":13,"_modified":1699300225,"_created":1604947553,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa1692d8d683a232b5c5432","title":"Service plans","slug":"/en-us/services-and-support/our-service-plans/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-us/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","params":"","params_en_ca":null,"meta_title":"Customizable Service Plans Meeting your Standards of Customer Care","meta_description":"Our flexible service plans have been designed to reduce your cost of ownership while preserving your peace of mind. Discover everything they can do for you.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Adaptable service plans and add-ons for additional peace of mind","text":null,"image":{"path":"page-service/assemblage-umanocares.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our service plans","subtitle":"","text":"<p><span style=\\"font-weight: 400;\\">More than a warranty</span></p>\\n<p><span style=\\"font-weight: 400;\\">We stand behind our products by offering unique service plans that suit your actual needs. We are committed to our partnership with our customers and will strive to meet all of your service expectations.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Our service plans keep your products in patient-ready conditions while protecting your investment for up to 10 years. Whether you only need parts, or parts & labor, our highly adaptable plans will give you additional peace of mind.</span></p>\\n<p><span style=\\"font-weight: 400;\\">It is the perfect complement to the Umano Promise.</span></p>\\n<p> </p>\\n<p><span style=\\"font-weight: 400;\\"><a href=\\"/storage/uploads/2022/02/02/61fa92cf8e758Pamphlet-Service-Programs---0001-9009-R1---CAN--USA-ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">Download our service program!</a></span></p>","link":null,"link_text":null,"image":{"path":"page-service/umano-promise-en-crop.png"},"image_left":false,"wider":true,"tablet_half_width":true,"desktop_img_full":true,"image_link":null}},{"component":"table","settings":{"id":"","class":"","style":"","title":"Compare our service plans","text":"<p>Compare the highlights of our service plans and select the one that best suits your reality.</p>","lines":[{"value":{"title":"24/7 Live technical support","selected":"1-1"}},{"value":{"title":"Same-day part shipping","selected":"1-1"}},{"value":{"title":"Simplified processing—no administrative burden!","selected":"1-1"}},{"value":{"title":"On-site assistance during delivery and installation","selected":"1-1"}},{"value":{"title":"All-inclusive parts coverage from damage resulting from unintentional negligence and misuse","selected":"1-1"}},{"value":{"title":"All-inclusive labor coverage from damage resulting from unintentional negligence and misuse","selected":"0-1"}},{"value":{"title":"On-site specialist within 72 hours","selected":"1-1"}}],"rows":[{"value":{"title":"Peace-of-mind parts"}},{"value":{"title":"Peace-of-mind parts & labor"}}],"footer":"Add-ons — customize your plan!","container_smaller":false,"lines_add_on":[{"value":{"title":"Umanotech certification","selected":"1-1"}},{"value":{"title":"Preventive maintenance","selected":"1-1"}},{"value":{"title":"Back-up units","selected":"1-1"}},{"value":{"title":"Customized service boxes","selected":"1-1"}}],"hide_table_on_mobile":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"Service plans designed to give you peace of mind for up to 10 years","slides":[{"value":{"title":"The PEACE-OF-MIND™ Parts service plan","title_short":"Parts service plan","subtitle":"You have the team, we take care of the parts.","text":"<p>The PEACE-OF-MIND™ Parts plan was designed to optimize your internal resources and further reduce cost of ownership. Your team handles the maintenance, and we provide all the parts needed, no questions asked! A technical overview during installation and 24/7 technical assistance are provided to ensure your technicians feel confident working with our products.</p>\\n<p><span style=\\"font-weight: 400;\\">By combining these highlights, the PEACE-OF-MIND™</span><span style=\\"font-weight: 400;\\"> Parts plan maintains your equipment fully functional in a simple and effective manner.</span></p>\\n<p>Because your team has it under control, you can convert your Superior Warranty into a PEACE-OF-MIND™ Parts plan, at no extra cost.</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<p>All benefits of The Umano Promise</p>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All-inclusive parts protection including damage caused by unintentional negligence or misuse</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Simplified processing to eliminate the administrative burden</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Fixed-cost program covering all parts, no questions asked</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Duration of up to 10 years to protect your investment</li>\\n</ul>","image":{"path":"page-service/peace-of-mind-parts-plan-01-slider-vertical-.jpg"}}},{"value":{"title":"The PEACE-OF-MIND™ Parts & Labor service plan","title_short":"Parts & Labor service plan","subtitle":"Let us take care of everything","text":"<p>The PEACE-OF-MIND™ Parts & Labor plan provides you with the ultimate all-inclusive and “no-questions-asked” solution. It extends your parts and labor warranty to include all damages from unintentional negligence or misuse.</p>\\n<p>With the PEACE-OF-MIND™ Parts & Labor plan, we keep your equipment fully functional through a fixed budget and simple processing. We have everything under control to maintain your peace of mind!</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<p>All benefits of The Umano Promise</p>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All-inclusive parts & labor protection including damage caused by unintentional negligence or misuse</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">On-site assistance from a certified and trained technical specialist within 72 hours of any service call</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">No unexpected fees thanks to a fixed budget and yearly renewal</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Duration of up to 10 years to protect your investment</li>\\n</ul>","image":{"path":"page-service/team-umano.png"}}}],"background":false,"counter":"Plan","add_margin_top":false,"big_slides":true,"align_left_mobile":true}},{"component":"addon","settings":{"id":"","class":"","style":"","title":"Service plans add-ons","subtitle":"","text":"Reach a new level of customization with meaningful add-ons. You can individually select them or combine them to create a tailored service solution based on your actual needs.","addon":[{"value":{"image":{"path":"page-service/better-together-blue-cmyk.png"},"title":"The UmanoTech certification","subtitle":"Become the expert","text":"Given by a qualified UmanoTech, this certification provides technicians with an in-depth understanding of the products. Once certified, in-house technicians are eligible for a labor-reimbursement program."}},{"value":{"image":{"path":"page-service/preventive-maintenance-blue-cmyk.png"},"title":"Preventive maintenance","subtitle":"Protect your investment","text":"Keep your equipment finely tuned with this yearly preventive maintenance service. An extensive bed evaluation and the required calibrations will be performed on-site by a certified UmanoTech."}},{"value":{"image":{"path":"page-service/backup-units-blue-cmyk.png"},"title":"Back-up units","subtitle":"Extra beds ready for any situation","text":"You can enhance your service plans with one or many backup units to minimize downtime."}},{"value":{"image":{"path":"page-service/tool-box-blue-cmyk.png"},"title":"Customized service boxes","subtitle":"Parts you might need within reach","text":"Maximize emergency repair turnaround time and reduce costs with our customized, discounted part boxes. Designed by our UmanoTechs and based on your own product configuration, these boxes highly simplify inventory management."}}],"align_four_desktop":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information on our service plans?","text":"<p><span style=\\"font-weight: 400;\\">Get in touch with your sales representative to build a plan that suits your actual needs.</span></p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact us","image":{"path":"storage/uploads/2021/04/08/606f09cd757ce605df485b3c7eService-Plan---Image.jpg"},"image_as_background":true,"image_right":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1725541656,"_created":1604413740,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},{"_id":"642d6f1b4f7ae11a430ec5e2","title":"Umano Access","slug":"/en-us/services-and-support/umano-access/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-us/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","params":"","params_en_ca":null,"meta_title":"Umano Access | Umano Medical | United States Of America","meta_description":"A flexible and affordable tool designed to facilitate equipment acquisition through a periodic payment agreement offered to our American partners.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Access program: facilitating equipment acquisition for healthcare institutions","text":"","image":{"path":"page-service/cta-plus-amples-renseignements.jpg"},"image_product":[],"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"page-service/Umano Access/lOGO-UMANO-BIGGER--ACCESSPAGE-WEB.jpg"},"title":"","add_title_h1":false,"subtitle":"Ownership. Simplified.","text":"","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h5 style=\\"text-align: center;\\"><strong>From our close partnerships with healthcare institutions around the world, we understand the challenge of managing capital equipment needs, cash flow imperatives and budget constraints. This is why we developed the Umano Access program: a flexible and affordable tool designed to facilitate equipment acquisition through a periodic payment agreement. A strategic investment towards ownership!</strong></h5>"}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Financial viability ","title_short":"Viability","subtitle":"Access ownership through a financially advantageous solution","text":"<p> </p>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Your pricing is secured for up to 10 years ;</li>\\n<li>The agreement can integrate UmanoCares and UmanoConnect technology services for an all-inclusive solution at fixed price ;</li>\\n<li>A reasonable periodic payment leads you to equipment ownership.</li>\\n</ul>","image":{"path":"page-service/Umano Access/UMANO_LancementTerasse_039.jpg","meta":{"title":null}}}},{"value":{"title":"Convenience","title_short":"Convenience","subtitle":"Benefit from a simple and convenient agreement","text":"<h5 class=\\"text-black mb-4\\"> </h5>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Umano Access enables you to procure the equipment you need, when you need it ;</li>\\n<li>Overall processing is simplified to reduce administrative burden ;</li>\\n<li>UmanoCares and UmanoConnect program integrations ensure complete peace of mind.</li>\\n</ul>","image":{"path":"page-service/Umano Access/Umano_19fevrier_071.jpg"}}},{"value":{"title":"Flexibility","title_short":"Flexibility","subtitle":"Adapt the contract to your specific situation","text":"<h5 class=\\"text-black mb-4\\"> </h5>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Umano Access can be offered with or without a down payment ;</li>\\n<li>At any point during the program, you can repay the agreement balance and acquire full ownership of the equipment ;</li>\\n<li>Periodic payments can be extended for up to 10 years.</li>\\n</ul>","image":{"path":"storage/uploads/2020/12/21/Flexibility-in-payement.jpg"}}}],"background":false,"counter":"","add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h6> </h6>\\n<h6 style=\\"text-align: center;\\"> </h6>\\n<p style=\\"text-align: center;\\"><strong>Umano Access is an all-inclusive, no-surprise solution that allows you to acquire the products and technologies that meet your actual needs, at the moment you need them.</strong></p>\\n<p style=\\"text-align: center;\\"><strong>Available for Canada and the United States.</strong></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested to know more about the Umano Access Program?","text":"","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact your rep","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"image_right":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"612cf9635cf9b154834a4638","_o":17,"_modified":1710428510,"_created":1680699163,"_pid":null,"meta_keywords":"Medical equipment investment, cost of ownership, affordable medical equipment, hospital finances","_link":"pages"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","title":"Education","slug":"/en-us/resources/education/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"Education Section | Umano Medical Beds Technical Documentation, Brochures and Videos ","meta_description":"Find everything you need to know about our products thanks to our centralized knowledge base: Videos, technical documents, specification sheets, and more! ","og_image":"","noindex":false,"content":[{"component":"presentation","settings":{"id":"presentation-container","class":"","style":"","image":null,"title":"Access technical documentation, brochures and videos about your Umano Medical products.","subtitle":null,"text":"Save time and make staff training easier with our resource library accessible at all times. With this centralized knowledge base, your teams will have all the tools they need to master the Umano Medical products and refine their technical skills.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"education","settings":{"id":"","class":"","style":"","title":"","text":"","navigation":[{"value":{"image":{"path":"storage/educations/ook-snow---introduction---thumbnails.jpg"},"name":"ook snow","link":"https://www.umanomedical.com/en-us/resources/education/ook-snow/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-ALL---introduction---thumbnails.jpg"},"name":"ook snow ALL","link":"https://www.umanomedical.com/en-us/resources/education/ook-snow-all/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-mh---introduction---thumbnails.jpg"},"name":"ook snow MH","link":"https://www.umanomedical.com/en-us/resources/education/ook-snow-mh/#navigation-container"}},{"value":{"image":{"path":"storage/educations/cocoon---introduction---thumbnails.jpg"},"name":"ook cocoon","link":"https://www.umanomedical.com/en-us/resources/education/ook-cocoon/#navigation-container"}},{"value":{"image":{"path":"storage/educations/onenest---introduction---thumbnails.jpg"},"name":"oneNEST","link":"https://www.umanomedical.com/en-us/resources/education/onenest/#navigation-container"}},{"value":{"image":{"path":"storage/educations/Touslesmodles---introduction---thumbnails.jpg"},"name":"All Models","link":"https://www.umanomedical.com/en-us/resources/education/#navigation-container"}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p><sub>Umano Medical is going green. To reduce paper waste, only one copy of the user manual per order will be shipped. Electronic copies are available on our <a href=\\"https://www.umanomedical.com\\">website</a> in the <a href=\\"https://ifu.umanomedical.com/en-us/\\" target=\\"_blank\\" rel=\\"noopener\\">resources section</a>. For additional paper copies, requests will be processed within 7 days. </sub></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Any questions about our products?","text":"<p>We can answer them.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1699373480,"_created":1602861638,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f7e0ec5b5f16e5b405123f2","title":"Testimonials","slug":"/en-us/resources/testimonials/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Making a difference, one bed at a time.","text":null,"image":{"path":"/storage/uploads/2020/12/16/5fda67e29e29aen-tte---testimonials-1.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Discover how our products made a real difference for healthcare institutions all around the world","subtitle":null,"text":"Through our people-focused approach and innovative product line, we strive to become a reliable and trusted partner for each of our customers. That is why we are extremely proud when healthcare professionals around the globe share their positive experience with us. Discover some of the recent testimonials that made us say \\"Mission Accomplished\\".","link":null,"link_text":null,"bigger_content":true}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"65b2a5ecf5e8897a067d5d6b","link":"testimonies","display":"Vibra Healthcare - Mechanicsburg, Pennsylvania, United States"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60410b1b77eab7620f562a64","link":"testimonies","display":"Sharp Memorial Hospital, San Diego, California"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"64ad5d57c1686f77cc2f04d2","link":"testimonies","display":"oneNEST testimonial - Les Jardins du Haut Saint-Laurent"},"show":"big_testimony"}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"We support you throughout the entire process","link":null,"link_text":null,"testimonies":[{"_id":"63d2ec2e0d34eb353d2c6132","link":"testimonies","display":"Paul D. Farrell, Regional Manager Biomedical Eng., Central Health"},{"_id":"60410f74d497e1012535f108","link":"testimonies","display":"Jonathan Giguère CHU de Québec, Canada"},{"_id":"6041100ad497e1012535f10a","link":"testimonies","display":"Lee Watson Supply Chain Manager, Mercy East Communities"},{"_id":"6041110077eab7620f562a7a","link":"testimonies","display":"André Laverdière Prevention agent for the CIUSS de la Montérégie-Est "}],"bg_white":true,"only_text":false,"big_padding":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"604108b177eab7620f562a61","link":"testimonies","display":"Mercy East Communities, St. Louis (Missouri)"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60411290eb5f13493512871d","link":"testimonies","display":"St Luke’s Hospice Plymouth, United Kingdom"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in learning how we can support your organization?","text":null,"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact Us","image":{"path":"/storage/uploads/2021/03/04/6041085a2a236CTA---services-plans-8.jpg"},"image_as_background":true,"image_right":false,"remove_margin_bottom":false,"link_showroom":false,"custom_link":null,"remove_background":false,"image_right_full_width":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"6035799cd37eca311e2b2b7c","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1706208201,"_created":1602096837,"_pid":null,"meta_description":"Healthcare institutions around the world have found the answer to their needs thanks to our products and exceptional customer support. Read their testimonials.","meta_title":"Umano Medical Testimonials | Differences for healthcare institutions","noindex":false,"og_image":null,"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en-us/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"subtitle":" The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>\\n\\n","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in the medical United States of America industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog | United States Of America","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en-us/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | United States of America","meta_description":"Rewarded by your 100% satisfaction, we are determined to revolutionize the medical field in the United States of America","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date":"1920","text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"/storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg","meta":{"title":"A new vision, a sense of home: Umano Medical is born."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en-ca/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"18"}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en-us/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en-us/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry of United States of America. Learn more.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en-us/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | United States of America","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Suppliers","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":" ","text":"<p><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en-us/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Events"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical. Stay up to date by browsing our news and events in the United States and all around the world.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events | Umited States of America","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en-us/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry of United States of America. Learn more.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d474b04b54Visuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed7c793514R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with RoHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en-us/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | United States of America","meta_description":"Rewarded by your 100% satisfaction, we are determined to revolutionize the medical field in the United States of America","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date":"1920","text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"/storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg","meta":{"title":"A new vision, a sense of home: Umano Medical is born."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en-ca/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"18"}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en-us/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en-us/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry of United States of America. Learn more.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en-us/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | United States of America","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Suppliers","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":" ","text":"<p><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en-us/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Events"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical. Stay up to date by browsing our news and events in the United States and all around the world.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events | Umited States of America","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en-us/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry of United States of America. Learn more.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d474b04b54Visuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed7c793514R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with RoHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en-us/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | United States of America","meta_description":"Rewarded by your 100% satisfaction, we are determined to revolutionize the medical field in the United States of America","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date":"1920","text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"/storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"},"interval":null,"date_white":"19","date_blue":"20"}},{"value":{"date":"1984","text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075c0ced34621984.jpg"},"interval":null,"date_white":"19","date_blue":"84"}},{"value":{"date":"2010","text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"/storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"},"interval":null,"date_white":"20","date_blue":"10"}},{"value":{"date":"2012","text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"/storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg","meta":{"title":"A new vision, a sense of home: Umano Medical is born."}},"interval":null,"date_white":"20","date_blue":"12"}},{"value":{"date":"2015","text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en-ca/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"},"interval":null,"date_white":"20","date_blue":"15"}},{"value":{"date":"2015","text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"/storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"},"interval":"","date_white":"20","date_blue":"18"}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en-us/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en-us/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry of United States of America. Learn more.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":"","image":{"path":"/storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_left":true,"wider":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605e06d1c6deca3e0d68a06a"},"path":"/storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":"","asset":"607884312ee444559246dcb2"},"path":"/storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":"","asset":"605b3fe5372c9b6c486f6f14"},"path":"/storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom","no_margin_top":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en-us/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History | United States of America","meta_description":"Résolus à révolutionner les standards du secteur médical, nous vous offrons de l’équipement médical novateur et le meilleur service de l’industrie. ","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Suppliers","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":" ","text":"<p><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en-us/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":"","link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Events"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"News"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"607c75594617d71e271e56d3"},"path":"/storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"/storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical. Stay up to date by browsing our news and events in the United States and all around the world.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events | Umited States of America","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en-us/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry of United States of America. Learn more.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d474b04b54Visuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed7c793514R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with RoHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}}]')},function(e){e.exports=JSON.parse('{"meta_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en-us/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical | United States of America","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service in the USA.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=usa&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=usa&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=usa&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en-us/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"/storage/uploads/2021/04/17/607b4a88c4980606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"https://www.umanomedical.com/en-us/resources/blog/","custom_text":null,"pages":{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en-us/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","link":"pages","display":"Resources"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center"}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"subtitle":" The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>\\n\\n","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in the medical United States of America industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog | United States Of America","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/en-ca/career/","custom_text":"Careers","pages":null}}],"meta_nav_fr":null,"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","test":"testttttttttttt","main_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-us/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/6115189ea1d39oosk-snow-Family---USA-screens-for-web.gif","meta":{"title":null}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b7b614f5d607c57cc7b"},"path":"/storage/uploads/2021/04/11/60732b7bc35f15fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b18614f5d607c57cc79"},"path":"/storage/uploads/2021/04/11/60732b18b58685fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b805233d24f00646a16"},"path":"/storage/uploads/2021/04/11/60732b80bc3685fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b84614f5d607c57cc7c"},"path":"/storage/uploads/2021/04/11/60732b84e68d75fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732e5c23e8e75143597ec8"},"path":"/storage/uploads/2021/04/11/60732e5c82bd85fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform Bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"comfortNEST greenX","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072589e5233d24f006469fc"},"path":"/storage/uploads/2021/04/11/6072589e77dc55fe08c23b6db0confortNEST-yellow-1-9.jpg"}],"title":"coverNEST gray","subtitle":null,"summary":"<p>The coverNEST gray is a triple layered cover that can be added to any non-powered surface for low air loss therapy.</p>","link":[{"_id":"5fa95b0ca9493d041e7da532","link":"products","display":"CoverNEST gray"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072449f614f5d607c57cc3a"},"path":"/storage/uploads/2021/04/11/6072449f8ddfa5fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724607614f5d607c57cc41"},"path":"/storage/uploads/2021/04/11/6072460741a845fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The highly versatile airNEST orange Hybrid can be used as a powered or non-powered surface for pressure injury prevention or treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"AirNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257b15233d24f006469f5"},"path":"/storage/uploads/2021/04/11/607257b107cc65fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories. Discover all our products available in the USA.","meta_title":"Medical Beds, Mattresses, Hospital Furniture and Accessories | Umano Medical | United States of America","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en-us/our-expertise/","parent":"","childs":"","meta_title":"An Expertise Beyond Hospital Beds & Equipment Manufacturing | Umano Medical ","meta_description":"Our innovative medical equipment combined with an excellent customer service are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","subtitle":null,"text":"Throughout the years, developing medical equipment that makes a true difference for healthcare professionals and patients has always been our main focus and passion. We have built a strong expertise, not only in manufacturing high-quality hospital beds, but also in understanding healthcare professionals needs and providing outstanding customer service. Discover all we do to give your institution the best possible experience.","link":null,"link_text":null}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Designing and manufacturing innovative medical equipment","text":"<p>From developing game-changing solutions to manufacturing top-of-the-line products for institutions around the world, our expertise allows us to fulfill our <a href=\\"/en-ca/about/who-we-are/\\">mission</a> of achieving your 100% satisfaction. We rely on empathetic listening and research conducted in close collaboration with<br />healthcare professionals to design innovative solutions addressing even their unmet needs. Through decades of hospital bed production, we have developed state-of-the-art protocols that reflect the most advanced lean manufacturing principles. You can trust the reliability and<br />durability of our products entirely manufactured in our North American world-class factory.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds in response to your actual needs","text":"<p>Part of our expertise lies in developing innovative equipment that answers your most demanding needs. That is why our innovative bed platform, the <a href=\\"/en-us/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while ensuring patient dignity in all care environments. And because we keep adapting our products to your ever-changing reality, we support both your current and future needs.</p>"}},{"value":{"image":null,"title":"Offering a people-focused customer experience like no other","text":"<p>Our expertise goes way beyond product development: we have built an advanced and exceptionally refined <a href=\\"/en-us/services-and-support/umanocares/\\">customer care approach</a> to ensure your 100% satisfaction. That is why our team is involved at every step of the process to ease the equipment transition and provide a timely response to all your inquiries. You can rely on our international network of sales representatives and maintenance technicians to support you every step of the way; from your first call to our after-sales service. There is no doubt that our tailored <a href=\\"/en-us/services-and-support/umanocares/\\">service offering</a> will exceed your highest expectations!</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. All beds from our ook snow platform can be standardized across care environments thanks to their adaptable and powerful features. By being versatile and durable, our products are key allies in facilitating equipment management and increasing staff efficiency while diminishing training needs. Moreover, our <a href=\\"/en-ca/services-and-support/our-service-plans/\\">customizable service plans</a> are here to protect your investment. All this helps your institution lessen its cost of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance.","text":"<p>Field experience is key to building solutions tailored to healthcare professionals’ reality. That is why we rely on our long-term partnerships with innovation centers and trusted healthcare institutions around the world. We can also count on the experience of our in-house clinical team.</p>\\n<p>This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same goes for our innovative hospital beds that are paired up with a line of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en-us/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b7654d118be15950f63de"},"path":"storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-us/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}}],"main_nav_fr":null,"footer":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_link":"pages"}}}],"footer_en":null,"footer_text":"<p><strong>Headquarters</strong><br />230 boulevard Nilus-Leclerc <br />L\'Islet, QC G0R 2C0 <br />CANADA<br /><a href=\\"tel:18444094030\\">1 844 409-4030</a></p>\\n<p><strong>Lévis Office</strong><br />470 3e Avenue <br />Lévis, QC G6W 5M6 <br />CANADA</p>\\n<p><strong>US Location</strong><br />11845 Adie Road<br />Maryland Heights, MO 63043<br />UNITED STATES</p>","footer_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en-us/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Fourniture"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"/storage/uploads/2021/08/12/6115189ea1d39oosk-snow-Family---USA-screens-for-web.gif","meta":{"title":null}},"link":null,"link_text":"","full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b7b614f5d607c57cc7b"},"path":"/storage/uploads/2021/04/11/60732b7bc35f15fe08c23b6db0confortNEST-yellow-1-18.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b18614f5d607c57cc79"},"path":"/storage/uploads/2021/04/11/60732b18b58685fe08c23b6db0confortNEST-yellow-1-15.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b805233d24f00646a16"},"path":"/storage/uploads/2021/04/11/60732b80bc3685fe08c23b6db0confortNEST-yellow-1-17.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732b84614f5d607c57cc7c"},"path":"/storage/uploads/2021/04/11/60732b84e68d75fe08c23b6db0confortNEST-yellow-1-16.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60732e5c23e8e75143597ec8"},"path":"/storage/uploads/2021/04/11/60732e5c82bd85fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform Bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/oneNEST/Menu-thumbnail-oneNEST.png"}],"title":"oneNEST S","subtitle":null,"summary":"<p>The oneNEST creates a healing environment by assisting in the prevention and treatment of all stages of pressure injuries.</p>","link":[{"_id":"63c02a1600032a24c95c61d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"/storage/uploads/2024/07/18/66996b817e723onenestM.png"}],"title":"oneNEST M","subtitle":null,"summary":"<p>The oneNEST M offers microclimate management with patented airflow therapy plus the unique SafeBoost™ functionality, which consists of an integrated air cushion placed under the foam.</p>","link":[{"_id":"666af3213851b03f0d0db8d2","link":"products","display":"oneNEST S"}],"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724412614f5d607c57cc33"},"path":"/storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"ComfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073263a23e8e75143597e9a"},"path":"/storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"comfortNEST greenX","asset":"6070aee1beed9862c37751c7"},"path":"/storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"ComfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6070b0444e7b614ae654b26c"},"path":"/storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"ComfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072589e5233d24f006469fc"},"path":"/storage/uploads/2021/04/11/6072589e77dc55fe08c23b6db0confortNEST-yellow-1-9.jpg"}],"title":"coverNEST gray","subtitle":null,"summary":"<p>The coverNEST gray is a triple layered cover that can be added to any non-powered surface for low air loss therapy.</p>","link":[{"_id":"5fa95b0ca9493d041e7da532","link":"products","display":"CoverNEST gray"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6072449f614f5d607c57cc3a"},"path":"/storage/uploads/2021/04/11/6072449f8ddfa5fe08c23b6db0confortNEST-yellow-1-7.jpg"}],"title":"airNEST orange","subtitle":null,"summary":"<p>The airNEST orange is a powered surface that helps treat and prevent pressure injuries.</p>","link":[{"_id":"5fa95b49e3f4ed26fd115972","link":"products","display":"AirNEST orange"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60724607614f5d607c57cc41"},"path":"/storage/uploads/2021/04/11/6072460741a845fe08c23b6db0confortNEST-yellow-1-5.jpg"}],"title":"airNEST orange Hybrid","subtitle":null,"summary":"<p>The highly versatile airNEST orange Hybrid can be used as a powered or non-powered surface for pressure injury prevention or treatment.</p>","link":[{"_id":"5fa95b688f509332836318b3","link":"products","display":"AirNEST orange Hybrid"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"607257b15233d24f006469f5"},"path":"/storage/uploads/2021/04/11/607257b107cc65fe08c23b6db0confortNEST-yellow-1-8.jpg"}],"title":"airNEST orangeXi","subtitle":null,"summary":"<p>The airNEST orangeXi is a expandable powered surface that helps treat and prevent pressure injuries in bariatric environments.</p>","link":[{"_id":"5fa95b572abda414016bb033","link":"products","display":"AirNEST orangeXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Menu-produit-aire-turn.png"}],"title":"AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Aire-Turn/Bariatric/menu-bariatric-aire-turn.png"}],"title":"BARIATRIC AIRE-TURN™","subtitle":null,"summary":"<p>A therapeutic expandable air surface with multi-therapy, including continuous lateral rotation.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073279b5233d24f00646a06"},"path":"/storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Max-secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6073289123e8e75143597ea7"},"path":"/storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Overbed table"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: Simplifying smart technology to empower hospital team</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories. Discover all our products available in the USA.","meta_title":"Medical Beds, Mattresses, Hospital Furniture and Accessories | Umano Medical | United States of America","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en-us/our-expertise/","parent":"","childs":"","meta_title":"An Expertise Beyond Hospital Beds & Equipment Manufacturing | Umano Medical ","meta_description":"Our innovative medical equipment combined with an excellent customer service are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"/storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","subtitle":null,"text":"Throughout the years, developing medical equipment that makes a true difference for healthcare professionals and patients has always been our main focus and passion. We have built a strong expertise, not only in manufacturing high-quality hospital beds, but also in understanding healthcare professionals needs and providing outstanding customer service. Discover all we do to give your institution the best possible experience.","link":null,"link_text":null}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Designing and manufacturing innovative medical equipment","text":"<p>From developing game-changing solutions to manufacturing top-of-the-line products for institutions around the world, our expertise allows us to fulfill our <a href=\\"/en-ca/about/who-we-are/\\">mission</a> of achieving your 100% satisfaction. We rely on empathetic listening and research conducted in close collaboration with<br />healthcare professionals to design innovative solutions addressing even their unmet needs. Through decades of hospital bed production, we have developed state-of-the-art protocols that reflect the most advanced lean manufacturing principles. You can trust the reliability and<br />durability of our products entirely manufactured in our North American world-class factory.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds in response to your actual needs","text":"<p>Part of our expertise lies in developing innovative equipment that answers your most demanding needs. That is why our innovative bed platform, the <a href=\\"/en-us/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while ensuring patient dignity in all care environments. And because we keep adapting our products to your ever-changing reality, we support both your current and future needs.</p>"}},{"value":{"image":null,"title":"Offering a people-focused customer experience like no other","text":"<p>Our expertise goes way beyond product development: we have built an advanced and exceptionally refined <a href=\\"/en-us/services-and-support/umanocares/\\">customer care approach</a> to ensure your 100% satisfaction. That is why our team is involved at every step of the process to ease the equipment transition and provide a timely response to all your inquiries. You can rely on our international network of sales representatives and maintenance technicians to support you every step of the way; from your first call to our after-sales service. There is no doubt that our tailored <a href=\\"/en-us/services-and-support/umanocares/\\">service offering</a> will exceed your highest expectations!</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. All beds from our ook snow platform can be standardized across care environments thanks to their adaptable and powerful features. By being versatile and durable, our products are key allies in facilitating equipment management and increasing staff efficiency while diminishing training needs. Moreover, our <a href=\\"/en-ca/services-and-support/our-service-plans/\\">customizable service plans</a> are here to protect your investment. All this helps your institution lessen its cost of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":{"path":"/storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance.","text":"<p>Field experience is key to building solutions tailored to healthcare professionals’ reality. That is why we rely on our long-term partnerships with innovation centers and trusted healthcare institutions around the world. We can also count on the experience of our in-house clinical team.</p>\\n<p>This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same goes for our innovative hospital beds that are paired up with a line of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en-us/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"605b7654d118be15950f63de"},"path":"storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":"","asset":"605b761621e422148c237fb9"},"path":"/storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":"","asset":"605b761821e422148c237fba"},"path":"/storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"/storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en-us/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"Support technique"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Customer relationships","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Service plans","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Technical support","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"Learn more"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en-us/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base ","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library. Available in the USA.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda27adf3e8bb621a7a9712"},"path":"/storage/uploads/2020/12/16/5fda27ad5f5043d-cube-background-4k-yo-5.jpg"}],"title":"Education","subtitle":null,"summary":"<p>Access technical documentation, brochures and videos about your Umano Medical products.</p>","link":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Education"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"5fda288def31980aaf459112"},"path":"/storage/uploads/2020/12/16/5fda288d9fea6en-tte---testimonials.jpg"}],"title":"Testimonials","subtitle":null,"summary":"<p>Making a difference, one bed at a time.</p>","link":[{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"}],"link_text":"See more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en-us/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et vision"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are | United States of America","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en-us/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical | United States of America","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service in the USA.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":"","text":"","items":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Ook snow ALL","link":{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"},"link_text":"View the product page"}}],"bottom_text":"<p>Suspendisse tincidunt est urna, eu consequat diam volutpat in. Morbi malesuada a tortor vitae luctus. Nullam sed nulla ante. Suspendisse sit amet risus semper, vehicula urna ut, congue odio. Sed tincidunt imperdiet eros, vel dignissim mi blandit in. Integer lectus nisl, venenatis interdum luctus et, pulvinar a magna. Vivamus nisi velit, facilisis id dignissim a, dictum vel dolor. Class aptent taciti sociosqu ad litora.</p>","link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Contact your rep","products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=usa&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=usa&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=usa&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en-us/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"/storage/uploads/2021/04/17/607b4a88c4980606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f85e39dd7abba27e63267b5","title":"Contact","slug":"/en-us/contact/","parent":"","childs":"","content":[{"component":"text","settings":{"id":"","class":"","style":"","text":"<h1>Contact us</h1>\\n<p>Find your sales representative for sales and customer support.</p>\\n<p><a class=\\"link-arrow\\" href=\\"#rep\\">Find my rep</a></p>\\n<hr class=\\"my-6\\" />\\n<p>Need assistance? Get in touch with our <em>UmanoTechs</em>.</p>\\n<p><a class=\\"link-arrow\\" href=\\"/en-us/services-and-support/umanocares/#getsupport-en-us\\">Get support</a></p>\\n<h2 class=\\"mt-2\\">Tell us how we can help</h2>"}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":5,"_modified":1698343560,"_created":1602610077,"_pid":null,"meta_description":"Find a USA local account executive near you, send us a message or get support for any inquiry.","meta_title":"Contact Umano Medical | Medical Equipment Manufacturer | United States of America","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"},{"type":"boolean","name":"ignore","label":"Tell robots to ignore URL"}]}},"value":{"pages":null,"custom_text":null,"url":"https://umanomedical.crm3.dynamics.com/","text":"Rep Access USA","ignore":true}}],"footer_career":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Careers","text":"Our talented and passionate team is determined to revolutionize the medical industry. Be part of the journey: join the Umano Experience.","link_text":"See available jobs","link":{"_link":"pages"}},"footer_cta_text":"Taking action to respond to COVID-19","footer_cta_link":{"_link":"articles"},"footer_cta_image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"footer_cta_link_text":"Show How","Product_availablality":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":null,"text":"The product you see may not be available in your country. See your rep for more information.","link_text":"Contact my rep"},"Product_availablality_en_ca":null,"Product_availablality_en_us":null,"Product_availablality_en_uk":null,"footer_contact_rep":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en-us/contact/#rep\\">rep</a> to confirm availability.</p>"}')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":null,"custom_text":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":null,"text":null,"products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=en&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=en&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=en&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"storage/uploads/2021/04/17/607b4a6071729606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"https://www.umanomedical.com/en/resources/blog/","custom_text":null,"pages":{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","title":"Education","slug":"/en/resources/education/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Documentation et vidéos"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"Umano Medical Beds Technical Documentation, Brochures and Videos ","meta_description":"The resources you need, all in one place : Videos, technical documents, specification sheets, and more!","og_image":"","noindex":false,"content":[{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Access technical documentation, brochures and videos about your Umano Medical products.","add_title_h1":false,"subtitle":null,"text":"Save time and make staff training easier with our resource library accessible at all times. With this centralized knowledge base, your teams will have all the tools they need to master the Umano Medical products and refine their technical skills.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"education","settings":{"id":"","class":"","style":"","title":null,"text":null,"navigation":[{"value":{"image":{"path":"storage/educations/ook-snow---introduction---thumbnails.jpg"},"name":"ook snow","link":"https://www.umanomedical.com/en/resources/education/ook-snow/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-ALL---introduction---thumbnails.jpg"},"name":"ook snow ALL","link":"https://www.umanomedical.com/en/resources/education/ook-snow-all/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-mh---introduction---thumbnails.jpg"},"name":"ook snow MH","link":"https://www.umanomedical.com/en/resources/education/ook-snow-mh/#navigation-container"}},{"value":{"image":{"path":"storage/educations/cocoon---introduction---thumbnails.jpg"},"name":"ook cocoon","link":"https://www.umanomedical.com/en/resources/education/ook-cocoon/#navigation-container"}},{"value":{"image":{"path":"storage/educations/Touslesmodles---introduction---thumbnails.jpg"},"name":"All Models","link":"https://www.umanomedical.com/en/resources/education/#navigation-container"}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"text-align: left;\\"><sub>Umano Medical is going green. To reduce paper waste, only one copy of the user manual per order will be shipped. Electronic copies are available on our <a href=\\"https://www.umanomedical.com/en/\\">website</a> in the <a href=\\"https://ifu.umanomedical.com/en/\\" target=\\"_blank\\" rel=\\"noopener\\">resources section</a>. For additional paper copies, requests will be processed within 7 days. </sub></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Any questions about our products?","text":"<p>We can answer them.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1699373480,"_created":1602861638,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f7e0ec5b5f16e5b405123f2","title":"Testimonials","slug":"/en/resources/testimonials/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Documentation et vidéos"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Making a difference, one bed at a time.","text":null,"image":{"path":"storage/uploads/2020/12/16/5fda67e29e29aen-tte---testimonials-1.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Discover how our products made a real difference for healthcare institutions all around the world","add_title_h1":false,"subtitle":null,"text":"Through our people-focused approach and innovative product line, we strive to become a reliable and trusted partner for each of our customers. That is why we are extremely proud when healthcare professionals around the globe share their positive experience with us. Discover some of the recent testimonials that made us say \\"Mission Accomplished\\".","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"65b2a5ecf5e8897a067d5d6b","link":"testimonies","display":"Vibra Healthcare - Mechanicsburg, Pennsylvania, United States"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60410b1b77eab7620f562a64","link":"testimonies","display":"Sharp Memorial Hospital, San Diego, California"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"64ad5d57c1686f77cc2f04d2","link":"testimonies","display":"Témoignage oneNEST - Les Jardins du Haut Saint-Laurent"},"show":"big_testimony"}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"We support you throughout the entire process","link":null,"link_text":null,"testimonies":[{"_id":"60410f74d497e1012535f108","link":"testimonies","display":"Jonathan Giguère CHU de Québec, Canada"},{"_id":"6041100ad497e1012535f10a","link":"testimonies","display":"Lee Watson gestionnaire de la chaîne d’approvisionnement, Mercy East Communities"},{"_id":"6041110077eab7620f562a7a","link":"testimonies","display":"André Laverdière agent de prévention, CIUSS de la Montérégie-Est"}],"bg_white":true,"only_text":false,"big_padding":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"604108b177eab7620f562a61","link":"testimonies","display":"Mercy East Communities, St. Louis (Missouri)"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60411290eb5f13493512871d","link":"testimonies","display":"St Luke’s Hospice Plymouth, United Kingdom"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in learning how we can support your organization?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact Us","image":{"path":"storage/uploads/2021/03/04/6041085a2a236CTA---services-plans-8.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"6035799cd37eca311e2b2b7c","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1706208201,"_created":1602096837,"_pid":null,"meta_description":"Healthcare institutions around the world have found the answer to their needs thanks to our products and exceptional customer support. Read their testimonials.","meta_title":"Umano Medical Testimonials | Differences for healthcare institutions","noindex":false,"og_image":null,"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Documentation et vidéos"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"video":null,"link":null,"link_text":"Browse our articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"add_title_h1":false,"subtitle":"The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our Blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in themedical industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"video":null,"link":null,"link_text":"Browse our articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"add_title_h1":false,"subtitle":"The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our Blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in themedical industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/en-ca/career/","custom_text":"Careers","pages":null}}]')},function(e){e.exports=JSON.parse('[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","title":"Beds","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1723212237,"_created":1602620775,"childs":[{"_id":"5f7cb117ded5334d22228d92","title":"ook snow","slug":"/en/products/beds/ook-snow/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1730916649,"_created":1602007319,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow: say hello to the bed of your dreams","text":"<p>Discover a low-height hospital bed that is smart, intuitive and powerful</p>","image":[],"link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Take a look","full_width":true,"bigger":false,"image_product":{"path":"storage/uploads/thumbnail-5th-wheel-transparent.png"},"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","title":"","subtitle":" The result of a close collaboration with healthcare professionals","text":"<p>By providing insight into unmet needs, hundreds of healthcare professionals helped us design the new generation of hospital beds: the ook snow.</p>\\n\\n<p>With its 360 approach on fall prevention and infection control, this low-height bed now satisfies your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high acuity care unit, your highest standards will be completely redefined. Discover the ook snow now.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2020/12/04/5fca5d1ac2faaook-snow.png","meta":{"title":"Logo - ook snow"}},"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title":"Watch","video_id":"482368672","image":{"path":"/storage/uploads/2021/04/05/606b99594af9booksnow---video.jpg","meta":{"title":"Video - A low-height hospital bed - The ook snow"}},"title_top":null,"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Customize your ook snow in our virtual showroom","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"04624731004146bb8c860372110f5581\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>Visit our virtual 3D showroom for an interactive experience that will let you create the right ook snow for your needs.</p>\\n</div>\\n</div>","link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Enter our virtual showroom","image":{"path":"storage/uploads/2023/09/19/VISUEL-SHOWROOM.png","meta":{"title":"Customize your ook snow hospital bed in our virtual showroom"}},"image_as_background":false,"image_right":true,"remove_margin_bottom":false,"link_showroom":true,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":"ook snow","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","slides":[{"value":{"title":"A 360° approach on fall risk prevention","title_short":"Fall risk prevention","text":"<p>The ook snow bed was designed around an extensive <u>fall prevention approach</u>. Its enviable 10″ low height pairs up with <u>powerful characteristics</u> — including a bed exit system, an ergonomic design and advanced safety features — so that the bed becomes your key ally in addressing fall risks.</p>","image":{"path":"storage/uploads/2023/06/27/A-360-approach-on-fall-risk-prevention.jpg"},"subtitle":null}},{"value":{"title":"Cleaning: done well, done fast.","title_short":"Ease of cleaning","text":"<p>Sometimes, the smallest details make the largest difference. That is why the ook snow goes above and beyond to prevent infections and facilitate cleaning.</p>\\n<p>Hidden wires, no cracks, seamless smooth surfaces, an open architecture … each of its cleanliness-oriented characteristic will save staff time without compromising on sanitation protocols.</p>","image":{"path":"/storage/uploads/2021/04/05/606b9b74a5a7fooksnow---easy-to-clean.jpg","meta":{"title":"Nurse - easy hospital bed cleaning and maximizing infection prevention - ook snow - Canada"}},"subtitle":null}},{"value":{"title":"The advantages of an intuitive interface","title_short":"Intuitive technology","text":"<p>Simple. Sleek. Colorful. All models of the ook snow bed line offer an intuitive design built around one single powerful platform. Gain in staff efficiency (and satisfaction!) by relying on a full range of value-driven capabilities and user-friendly technologies. </p>","image":{"path":"/storage/uploads/2021/04/05/606b9b621f962ooksnow---intuitive-interface-CAN.jpg","meta":{"title":"Smart hospital beds with touch screen - ook snow - Umano Medical Canada"}},"subtitle":null}},{"value":{"title":"A bed that maintains dignity","title_short":"Respect for dignity","subtitle":null,"text":"<p>The ook snow bed helps you provide care in a way that contributes to patient autonomy and satisfaction. Its appealing look, superior quality and advanced characteristics all come together to maintain patients’ dignity.</p>","image":{"path":"/storage/uploads/2021/04/05/606b9b557e401ook-snow---dignity.jpg","meta":{"title":"Care with dignity for canadian patients - Umano Medical ook snow hospital bed"}}}},{"value":{"title":"The first step to a simpler and connected future","title_short":null,"subtitle":null,"text":"<p>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en-ca/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"hospitalbedwifi.jpg","meta":{"title":"Canadian smart hospital bed - ook snow - Umano Connect"}}}}],"title":" ","background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"features","class":"","style":"","title":"Discover some unique value-driven features","text":"","features":[{"value":{"image":{"path":"storage/uploads/thumbnail-5th-wheel-new.png"},"title":"5th Wheel","text":"<p>By adding the <a title=\\"5th wheel\\" href=\\"/storage/uploads/2024/05/31/74-36974--ENG-R1---one-pager-ook-snow-5th-wheel.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">5th wheel</a> on your ook snow bed, the turn radius to navigate tight spaces and corners is reduced by 33%, allowing for a smoother ride and better handling of the bed.</p>","category":"1","video_id":"905724076","darken_image":true}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9c4f3e994ooksnow-feature---HIGH-PRECISION-INTEGRATED-SCALE---CAN.jpg","meta":{"title":"Patient weighing scale integrated in the hospital bed - ook snow - high precision"}},"title":"High-precision integrated scale","text":"Sophisticated, reliable and fully integrated: our built-in scale is one of the most precise on the market. Save an enormous amount of time without disturbing patients by relying on an advanced scale system that shows the weight in any bed or patient position with high precision.","category":"2","video_id":null,"darken_image":false}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9ca470cedooksnow-feature---usb-ports.jpg","meta":{"title":"USB ports and auxiliary outlets on ook snow hospital bed sides - Umano Medical - Canada"}},"title":"Power outlets and usb ports","text":"By keeping patients’ mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients’ satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"3"}},{"value":{"thumbnail":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"image":{"path":"/storage/uploads/2021/04/05/606b9ce8d452eooksnow---feature---boostless-backrest-system.jpg","meta":{"title":"Boostless Backrest system reduces patient sliding and skin friction in the ook snow hospital"}},"title":"Boostlesstm backrest system","text":"The Boostless™ Backrest System is a unique system that reduces patient sliding, thus minimizing skin friction and repositioning needs. The Boostless Backrest System allows these major benefits by moving the backrest bed section backward while the bed is elevating.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9dc90ed99ooksnow---feature---bed-exit-system.jpg","meta":{"title":"Fall prevention hospital bed - ook snow - bed exit detection system"}},"title":"Built-in bed exit system","text":"Our integrated Bed Exit System reduces patient fall risks by allowing staff to monitor bed egresses and rapidly intervene. Adapt it to your patient and maintain the flexibility you need by relying on its advanced functions such as its three-level sensitivity, auto-arm, and care pause.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9e6bdc1b2ooksnow---feature--BED-STATUS-MONITORING-CAN.jpg","meta":{"title":"Hospital bed status -smart screen - ook snow "}},"title":"Bed status monitoring","text":"With the Bed Status, staff is quickly and visually informed of any changes made to pre-defined settings, including height, siderail position or backrest position. Simply select what you wish to monitor to increase patient safety, reduce fall risks and maintain your peace of mind.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2020/12/02/5fc7af7523946feature--bed-extender-2.jpg","meta":{"title":"Integrated hospital bed extension - ook snow - Canada"}},"title":"Integrated bed extender","text":"Say hello to a reliable and built-in bed extender that can be pulled out in less than two seconds! Give more comfort to taller patients and stop losing time by relying on this one-step bed extender.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/05/606b9efaacaeeooksnow---feature---Inform---CAN2.jpg","meta":{"title":"Patient safety and dignity with the inform system - ook snow hospital bed "}},"title":"Inform safety message center","text":"As a visually appealing feature, our Inform Safety Message Center provides a smart and unique way of sharing information to staff and family. Its ability to display messages in a discreet manner contributes to maintaining patient dignity.","category":"8"}},{"value":{"image":{"path":"/storage/uploads/2024/11/05/672a3ac33ee0fDesign-sans-titre-4.png","meta":{"title":"Pilot Drive"}},"title":"Pilot Drive","text":"<p>Discover how the Pilot Drive™ brings your <a href=\\"https://www.umanomedical.com/en/products/beds/ook-snow/\\">ook snow</a> and <a href=\\"https://www.umanomedical.com/en/products/beds/ook-snow-all/\\" target=\\"_blank\\" rel=\\"noopener\\">ook snow ALL</a> hospital beds to the next level. Transporting patients within an hospital can be a challenge for the nurses and medical staff. This powered drive system offers an unmatched combination of low height, underbed clearance, and manoeuvrability.</p>","video_id":null,"darken_image":false,"category":"9"}}],"categories":[{"value":{"title":"5th Wheel"}},{"value":{"title":"High-precision integrated scale","features":[{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Test","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Central Brake System","text":"Four casters with central brake"}}]}},{"value":{"title":"Power outlets and usb ports","features":[{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Text","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Bed Exit Side view ligths","text":"Keep your patients safe with the Smart Bed Exit technology"}},{"field":{"type":"set","label":"Feature","options":{"fields":[{"name":"image","label":"Image","type":"image"},{"name":"title","label":"Title","type":"text"},{"name":"text","label":"Text","type":"text"}]}},"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Boostless Backrest System","text":"BoostlessTM backrest system prevents patient from sliding down during bed activation and minimizes patient repositioning"}}]}},{"value":{"title":"Boostlesstm backrest system"}},{"value":{"title":"Built-in bed exit system"}},{"value":{"title":"Bed status monitoring"}},{"value":{"title":"Integrated bed extender"}},{"value":{"title":"Inform safety message center"}},{"value":{"title":"Pilot Drive"}}],"disable_swiper":false,"change_layout":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p> </p>\\n<p> </p>"}},{"component":"packages","settings":{"id":"","class":"","style":"","title":"Choose a package adapted to your clinical needs","text":"<p style=\\"text-align: center;\\">Designed with a 360° approach on fall prevention and infection control, our low-height hospital bed will satisfy your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high-acuity care unit, the will redefine even your highest standards.</p>\\n<p style=\\"text-align: center;\\"><strong>See the specification sheet below to see all the standard bed features.</strong></p>","packages":[{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-01.jpg"},"name":"Package UM-01","advantage":"Low Height","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=0","features":"<ul>\\n<li>Standard bed characteristics</li>\\n<li>10\\" / 25.4 cm low height</li>\\n</ul>","additionnal_features":false}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-02.jpg"},"name":"Package UM-02","advantage":"Low height and scale","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=1","features":"<ul>\\n<li>Integrated scale</li>\\n<li>Built-in bed exit detection system</li>\\n<li>Bed exit side view lights</li>\\n<li>Smart screen on footboard</li>\\n<li>Smart Nightlights™</li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-03.jpg"},"name":"Package UM-03","advantage":"Monitoring","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=2","features":"<ul>\\n<li>Features of package UM-02 </li>\\n<li>Bed status monitoring (brakes, siderails, backrest and bed height)</li>\\n</ul>","additionnal_features":true}},{"value":{"image":{"path":"storage/uploads/2023/07/10/BED-PACKAGE-UM-04.jpg"},"name":"Package UM-04","advantage":"Manoeuvrability","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"append":"?package=3","features":"<ul>\\n<li>Features of package UM-03</li>\\n<li>12\\" / 25.4 cm low height</li>\\n<li>6\\" / 15.2 cm dual casters</li>\\n<li>Pilot Drive™ powered drive system</li>\\n</ul>","additionnal_features":true}}]}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Key features and specifications","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"f1a081c155dd41be9be2f57197637d04\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>We are proud to offer beds that can be built <em>à la carte.</em> Customize your ook snow with the features that make sense for <em>your </em>patients, your clinical needs, and your institution’s preferences.</p>\\n</div>\\n</div>","specifications":[{"value":{"title":"Overall length (with bumper)","data":"","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Overall length (80\'\' deck)","data":"88\\" / 224 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Overall length extended (84\'\' - 90\'\' deck)","data":"92\\" - 98\\" / 234 - 249 cm"}}]}},{"value":{"title":"Extended length","data":"92\\" - 98\\" / 234-249 cm","sub":[]}},{"value":{"title":"Overall width","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down","data":"39.25\\" / 100 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up","data":"40.5\\" / 102.9 cm"}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Height range (to deck top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm dual casters)","data":"10\\" / 25.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm dual casters)","data":"30\\" / 76.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 6\\" / 15.2 cm dual casters)","data":"12\\" / 30.5 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 6\\" / 15.2 cm dual casters)","data":"31.8\\" / 80.8 cm"}}]}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"4\\" / 10.2 cm"}}]}},{"value":{"title":"Patient surface dimensions","data":"35\\" x 80\\" or 84\\", 88.9 x 203.2 cm or 213.4 cm","sub":[]}},{"value":{"title":"Caster diameter","data":"5\\" / 12.7 cm","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Without Pilot Drive","data":"5\\" / 12.7 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"With Pilot Drive","data":"6\\" / 15.2 cm"}}]}},{"value":{"title":"Scale system accuracy (in all bed position)","data":"0.5% with a maximum difference of 1.1 lb / 0.5 kg","sub":null}}],"features":[{"value":{"title":"10\\" / 25.4 cm low height","data":"","sub":[]}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Remote bed exit alarm connectivity","data":null,"sub":null}},{"value":{"title":"Smart screen, nurse controls and patient control lockout on footboard","data":null,"sub":null}},{"value":{"title":"3 position integrated bed extender","data":" 80\\" / 203.2 cm 84\\" / 213.4 cm 90\\" / 228.6 cm","sub":null}},{"value":{"title":"Central braking system","data":null,"sub":null}},{"value":{"title":"One hand release siderails","data":null,"sub":null}},{"value":{"title":"One-touch position buttons","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Trendelenburg","data":null}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Chair","data":null}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Flat bed position)","data":null}}]}},{"value":{"title":"Backrest angle indicator","data":null,"sub":null}},{"value":{"title":"4 corner roller bumpers","data":null,"sub":null}},{"value":{"title":"Quick-disconnect power cord","data":null,"sub":null}},{"value":{"title":"Integrated pump holder","data":null,"sub":null}},{"value":{"title":"Battery back-up","data":null,"sub":null}},{"value":{"title":"CPR release handle","data":null,"sub":null}}],"image":{"path":"storage/uploads/2023/07/10/ook-snow---angle-view---low-height---1---Touch-Screen.png","meta":{"title":"Specifications and features - A low-height hospital bed - The ook snow"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"666341c26ed7edc11a0dcda2","link":"educations","display":"Feuillet-technique-ook-snow-ENINT-R4"}}},{"value":{"title":"Brochure","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"605df5acc6deca3e0d68a044","link":"educations","display":"Brochure – ook snow"}}},{"value":{"title":"Quick reference card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"66634a08ce67c8775d05d9e2","link":"educations","display":"QRC-ook-snow"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":"Bed features","documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en-ca/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/05/606ba3e4ee5edService-plans.jpg","meta":{"title":"Service programs - best service in the hospital bed industry - contact us"}},"image_as_background":true,"image_right":false,"link_showroom":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Find the right mattresses and accessories","text":"","thumbnails":[{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Discover a complete line of high-quality support surfaces.","text":"<p>Sed ullamcorper magna ac viverra varius. Morbi ex dolor, scelerisque at rhoncus in, varius sed tortor. Vivamus ornare hendrerit tincidunt. Sed tempus id odio.</p>","link":[],"link_text":"","thumbnail":[{"meta":{"title":"ook snow hospital bed support surfaces - Umano Medical - Canada","asset":"606ba54bc01c4742b241573f"},"path":"/storage/uploads/2021/04/06/606ba54af3bb0Support-surface2.jpg"}],"subtitle":null,"summary":null,"link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":"Choose between a full range of accessories.","text":"<div class=\\"ng-element el-rich-text el-rich-text--auto-height font-G-9xr6avh0adgpwwr-n4\\" data-id=\\"d012ac50b8cf4022bfc0e96d6eb60e78\\">\\n<div class=\\"el-rich-text__content el-rich-text__content--valign-top\\">\\n<p>Sed ullamcorper magna ac viverra varius. Morbi ex dolor, scelerisque at rhoncus in, varius sed tortor. Vivamus ornare hendrerit tincidunt. Sed tempus id odio.</p>\\n</div>\\n</div>","link":null,"link_text":null,"thumbnail":[{"meta":{"title":"ook snow hospital bed accessories - Umano Medical - Canada"},"path":"storage/uploads/arri-re-plan-copie.jpg"}],"subtitle":null,"summary":null,"link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"View All","link_2_showroom":false}}],"link":null,"link_text":null,"background":false,"direction":"horizontal","subtitle":null,"link_position":"bottom","container_smaller":false,"thumbnail_smaller":false,"mobile_slider":false,"mobile_two_columns":false,"thumbnail_link":false,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in trying out the ook snow bed?","text":"","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for a virtual demo","image":{"path":"/storage/uploads/2021/04/22/60818104002f9CTA---ook-snow.jpg","meta":{"title":"Contact us - Demonstration of the ook snow hospital bed"}},"image_as_background":true,"image_right":false,"link_showroom":false,"remove_margin_bottom":false,"remove_background":false,"image_right_full_width":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Canadian Bariatric hospital bed - ook snow ALL ","asset":"60784a37c1ecca0eb5706b22"},"path":"storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":"","summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Canadian hospital bed for mental health care - ook snow MH","asset":"60784a3754325618bb187c54"},"path":"storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":"","summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Canadian long term care hospital bed - ook cocoon"},"path":"storage/uploads/2021/04/15/60784a36efd46Related-Product---ook-cocoon-CAN.png"}],"title":"The ook cocoon","subtitle":"","summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":[],"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"thumbnail_smaller":true,"mobile_slider":false,"mobile_two_columns":true,"thumbnail_link":true,"separator":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"sub_category":null,"summary":"","thumbnail":{"path":"storage/uploads/2021/04/11/60732c660e9e95fe08c23b6db0confortNEST-yellow-1-21.jpg","meta":{"title":"A low-height hospital bed - The ook snow"}},"subtitle":"For all care environments","meta_description":"Powerful and intuitive, the ook snow is an adaptable and low height hospital bed for various care environments, from med-surg to high acuity care. Take a look.","meta_title":"ook snow Hospital Bed | Powerful Med-Surg & High Acuity Care Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/05/606b98d71a35dooksnow---Entte-Retouche.png","meta":{"title":"Low-height hospital bed - The ook snow"}},"has_showroom":true,"schema_description":"With its 360 approach on fall prevention and infection control, this low-height bed now satisfies your most demanding needs in a way that’s remarkably intuitive. Whether you’re in a med-surg or high acuity care unit, your highest standards will be completely redefined. Discover the ook snow now.","schema_height":"31.5\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca5d08e030fook-snow.png","meta":{"title":"Logo - ook snow "}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa853f715930b644e497cd3","title":"ook snow ALL","slug":"/en/products/beds/ook-snow-all/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"storage/uploads/2021/04/11/60732a762f0cb5fe08c23b6db0confortNEST-yellow-1-14.jpg","meta":{"title":"Versatile solution for med-surg, bariatric and palliative care settings - The ook snow ALL"}},"subtitle":"Bariatric, med-surg and palliative care","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow ALL: a single hospital bed for all your care environments","text":"<p>See how this all-in-one bed offers a unique and versatile solution for med-surg, bariatric and palliative care settings.</p>","image":null,"image_product":{"path":"Pages produits/ook snow ALL/Pilot Drive/Pilot-Drive---En-tte.png","meta":{"title":"International banner - bariatric hospital bed - ook snow ALL "}},"link":{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"},"link_text":"Take a look","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":true,"link_append":"ook snow ALL","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fca5ce50c117ook-snow-ALL.png","meta":{"title":"Logo - ook snow ALL - bariatric bed"}},"title":"","subtitle":"Unlocking the full potential of a hospital bed","text":"<p>Have you ever imagined a hospital bed that would accommodate all patients throughout multiple care environments? It is now possible with the ook snow ALL.</p><p>With its one-step width expansion system, increased weight capacity, and low height, the ook snow ALL offers a game-changing standardization possibility. Through an innovative design and exceptional versatility, this new all-in-one bed will fulfill the needs of all your patients, staff, and your institution. Discover the ook snow ALL now.</p>","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"437888750","image":{"path":"/storage/uploads/2021/04/06/606c522127723ooksnowALL---video-CAN.jpg","meta":{"title":"Promotional video - bariatric hospital bed - ook snow ALL"}},"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Customize your ook snow ALL in our virtual showroom","text":"<p>Visit our virtual 3D showroom for an interactive experience that will let you choose the right ook snow ALL for your needs.</p>","link":[],"link_text":"Enter virtual showroom","image":{"path":"/storage/uploads/2021/04/06/606c5344ec951ooksnowALL---showroom---CAN.png","meta":{"title":"Virtual showroom - bariatric hospital bed - ook snow ALL"}},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":"https://www.umanomedical.com/en/virtual-showroom/?product=ook%20snow%20ALL&option=6","blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":true,"link_append":"ook snow ALL","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Incomparable versatility and outstanding value","title_short":"Versatility ","subtitle":null,"text":"<p>The ook snow ALL allows for standardization throughout all care settings, including bariatric, medical-surgical, and palliative care units. Save equipment handling time, clear your storage space, and cut down on rental costs, while minimizing your total cost of ownership.</p>\\n<p> </p>","image":{"path":"/storage/uploads/2021/04/06/606c59d6950a801---ooksnowALL----versatility.jpg","meta":{"title":"Nurse - versatile hospital bed - med-surg - bariatric care - palliative care"}}}},{"value":{"title":"An infinitely convenient expansion system","title_short":"Width expansion","subtitle":null,"text":"<p>Thanks to our Infinite™ technology, the ook snow ALL can quickly accommodate patients of all sizes by reaching a custom width in one easy step. And to ensure patient safety, no details were left behind. While the bed is expanding, the gaps between the headboard and the side rails always remain compliant with the latest IEC 60601-2-52 standards.</p>","image":{"path":"/storage/uploads/2021/04/06/606c59e35e736ooksnowALL----Expansion-CAN2.jpg","meta":{"title":"Intelligent canadian bariatric hospital bed with touch screen "}}}},{"value":{"title":"Dignity for all patients","title_short":"Respect for dignity","subtitle":null,"text":"<p>With the ook snow ALL, your patients can get the space they need to feel comfortable. While its appealing look helps create a pleasant atmosphere, its ergonomic and low height design encourages patient autonomy and dignity, thus improving their overall satisfaction.</p>","image":{"path":"/storage/uploads/2021/04/06/606c5a26be46b03---ooksnowALL---dignity.jpg","meta":{"title":"Bariatric hospital bed - patient care with dignity"}}}},{"value":{"title":"Allowing closeness between loved ones","title_short":"A bed for two","subtitle":null,"text":"<p>Getting close to your loved ones in a palliative care setting has not always been possible. The ook snow ALL, also known as the ‘’cuddle bed“, is the only bed on the market certified to be used by two people. This way, patients can now find solace near their loved ones in their last moments.</p>","image":{"path":"/storage/uploads/2021/04/06/606c5a1f6ae7204---ooksnowALL---proximity.jpg","meta":{"title":"Certified bariatric bed for two people - double hospital bed"}}}},{"value":{"title":"Low height, underbed clearance, and manoeuvrability","title_short":null,"subtitle":null,"text":"<p>The ook snow ALL with <a href=\\"https://www.umanomedical.com/en/pilotdrive-canada/\\" target=\\"_blank\\" rel=\\"noopener\\">Pilot Drive™</a> is the first system to deliver on low height, full underbed clearance, and maximum manoeuvrability. With its powerful and controlled driving force, variable speed capabilities, and intuitive controls, your healthcare teams will have never felt so confident and in command when moving hospital beds. <a href=\\"https://www.umanomedical.com/en/pilotdrive-canada/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more. </a></p>","image":{"path":"Umano-RoueMotorisee.00_00_53_13.Still008.jpg","meta":{"title":"Powered wheel - bariatric hospital bed - ook snow ALL with Pilot Drive"}}}},{"value":{"title":"The first step to a simpler and connected future","title_short":null,"subtitle":null,"text":"<p>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation.<a href=\\"https://www.umanomedical.com/en/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\"> Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg","meta":{"title":"Smart canadian bariatric hospital bed - data at the nurse station - Umano Connect"}}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Benefit from its powerful features","text":null,"categories":[{"value":{"title":"Infinite™ width expansion system"}},{"value":{"title":"Umano Connect™"}},{"value":{"title":"Pilot Drive™"}},{"value":{"title":"Pilot Drive™ with integrated oxygen bottle holder"}},{"value":{"title":"Patient helper trapeze"}},{"value":{"title":"Gaps kept safe"}},{"value":{"title":"Boostless backrest system"}},{"value":{"title":"Power outlets and usb ports"}},{"value":{"title":"Integrated bed extender"}},{"value":{"title":"Liftable deck covers"}},{"value":{"title":"Smart screen"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c601ddd84604---ooksnowALL---feature---infinite-expansion.jpg","meta":{"title":"Canadian bariatric hospital bed - extension on the width"}},"title":"Infinite™ width expansion system<sup>TM</sup>","text":"The innovative Infinite™ technology allows your staff to improve patient comfort without losing valuable time! It’s quick and easy: staff will appreciate to be able to adjust the bed width in one simple step.","category":"1"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-key-feature.jpg","meta":{"title":"Smart canadian hospital bed - Umano Connect "}},"title":"Umano Connect™","text":"From the patient room to the nurses’ station and the maintenance department, all your teams come together with Umano Connect dashboard.","category":"2"}},{"value":{"image":{"path":"assets/Umano-Photos8fev094---colors-adjusted-1.gif","meta":{"title":"Pilot Drive motorized wheel system - Canadian bariatric hospital bed "}},"title":"Pilot Drive™","text":"Low height, underbed clearance and manoeuvrability come together when adding the Pilot Drive to your ook snow ALL bed. Transporting beds over long distances – even up ramps and steep slopes – is made safe and easy with an ergonomic design, variable speed capabilities, and strong battery autonomy.","category":"2"}},{"value":{"image":{"path":"assets/ook-snow-ALL---Pilot-Drive---Front-View-1-oxygen-holder-gray-background-5.gif","meta":{"title":"Canadian bariatric hospital bed - integrated oxygen bottle holder"}},"title":"Pilot Drive™ with integrated oxygen bottle holder","text":"The Pilot Drive with optional integrated oxygen bottle holder allows for easy and safe transport of patients who require continuous oxygen supply in ICU/CCU environments.","category":"3"}},{"value":{"image":{"path":"ook-Snow-ALL-with-tapeze-for-web-feature-1.png","meta":{"title":"Patient trapeze helper - Canadian bariatric hospital bed"}},"title":"Patient helper trapeze","text":"Specifically designed for the ook snow ALL, this adjustable and sturdy patient helper encourages patient autonomy and mobility.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c5f4a9e27102---ooksnowALL---feature---safe-gap.jpg","meta":{"title":"Canadian bariatric hospital bed - maintaining safe spaces"}},"title":"Gaps kept safe","text":"To maintain a high level of patient safety, the headboard expands simultaneously with the bed width. This unique design characteristic ensures compliance with the latest IEC 60601-2-52 standard.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c5f8da607403---ooksnowALL---feautre---Boostless.jpg","meta":{"title":"Boostless backrest system prevents patients from sliding around in the hospital bed"}},"title":"Boostless backrest system<sup>TM</sup>","text":"The BoostlessTM Backrest System is a unique system that reduces patient sliding, thus minimizing skin friction and repositioning needs. The Boostless Backrest System allows these major benefits by moving the backrest section backward while the bed is elevating.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60546e77505---ooksnowALL---feature---USB-ports.jpg","meta":{"title":"Canadian bariatric hospital bed - USB and auxiliary ports"}},"title":"Power outlets and USB ports","text":"By keeping patients’ mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients’ satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60bd4e3ca06---ooksnowALL---feature---bed-extender.jpg","meta":{"title":"Canadian bariatric hospital bed - integrated bed length extension"}},"title":"Integrated bed extender","text":"Say hello to a reliable and built-in bed extender that can be pulled out in less than two seconds! Give more comfort to taller patients and stop losing time by relying on this one-step bed extender.","category":"8"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c60ec9782607---ooksnowALL---liftable-covers.jpg","meta":{"title":"Canadian bariatric hospital bed - optimized cleaning - smooth surfaces"}},"title":"Liftable deck covers","text":"The liftable and lightweight deck covers of the ook snow ALL facilitate maintenance and cleaning procedures. In addition, their seamless smooth surfaces help maximize infection prevention and control.","category":"9"}},{"value":{"image":{"path":"/storage/uploads/2021/04/06/606c6147973e4ooksnowALL-smartscreenCAN.jpg","meta":{"title":"Canadian bariatric hospital bed - intelligent touch screen"}},"title":"Smart screen","text":"The highly intuitive interface is standardized across our bed platform. Staff will quickly learn how to navigate the controls and access the advanced features designed to enhance patient care.","category":"10"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"A bed for two - cuddle bed - Canadian bariatric hospital bed","asset":"5fca5fbe1b1917152b3c9989"},"path":"/storage/uploads/2020/12/04/5fca5fbe13f25caroussel---photo-1-2.jpg"},{"meta":{"title":"Canadian bariatric hospital bed ook snow ALL","asset":"60466f877417ca10301f02c7"},"path":"/storage/uploads/2021/03/08/60466f871634fCarroussel-2.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and bed features","text":"<p>We are proud to offer beds that can be built <em>à la carte.</em> Customize your ook snow ALL with the features that make sense for your patients, your clinical needs, and your institution’s preferences.</p>","specifications":[{"value":{"title":"Overall length (80\\" deck length)","data":"90\\" / 228.6 cm","sub":null}},{"value":{"title":"Overall length (84\\" deck length)","data":"94\\"/ 239 cm","sub":null}},{"value":{"title":"Extended length","data":"Adds 4\\" / 10.1 cm","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"with Pilot Drive","data":"Adds 1\\" / 2.5 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"with Pilot Drive / oxygen bottle holders","data":"Adds 2.25\\" / 5.7 cm"}}]}},{"value":{"title":"Overall width","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down - 35\\" surface","data":"39.75\\" / 101 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up - 35\\" surface","data":"41.5\\" / 105.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails down - 47\\" surface","data":"51.5\\" / 130.8 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up - 47\\" surface","data":"52.75\\" / 134 cm"}}]}},{"value":{"title":"Weight capacity","data":"1060 lb / 481 kg","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm dual casters)","data":"11\\" / 27.94 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm dual casters)","data":"30\\" / 76.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 6\\" / 15.24 cm single casters)","data":"12.7\\" / 32.3 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 6\\" / 15.24 cm single casters)","data":"31.7\\" / 80.5 cm"}}]}},{"value":{"title":"Patient deck positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"5\\" / 12.7 cm"}}]}},{"value":{"title":"Patient deck dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Width","data":"35\\" to 47\\" / 89 to 119.4 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Length","data":"80\\" or 84\\" / 203 or 213 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Extended Length","data":"Adds 4\\" / 10.1 cm"}}]}}],"features":[{"value":{"title":"Smart Nightlights™","data":null,"sub":null}},{"value":{"title":"Built-in-bed exit detection system - 2 or 3 levels of sensitivity","data":null,"sub":null}},{"value":{"title":"Built-in-bed scale system","data":null,"sub":null}},{"value":{"title":"Programmable lowest height","data":null,"sub":null}},{"value":{"title":"Higher siderails (for 8\\" mattress)","data":null,"sub":null}},{"value":{"title":"Infinite™ width adjustment","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Remote bed exit alarm connectivity","data":null,"sub":null}},{"value":{"title":"Smart screen, nurse controls and patient control lockout on footboard","data":null,"sub":null}},{"value":{"title":"Bed exit side view lights","data":null,"sub":null}},{"value":{"title":"3 position integrated bed extender : 80\\" / 203.2 cm 84\\" / 213.4 cm 90\\" / 228.6 cm","data":null,"sub":null}},{"value":{"title":"Foot end back-up control on the frame","data":null,"sub":null}},{"value":{"title":"Downward motion interrupt","data":null,"sub":null}},{"value":{"title":"Bed status monitoring","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/07/606de8d486c53ooksnowALL---specifications---CAN.png","meta":{"title":"Specifications and bed features - Versatile solution for med-surg, bariatric and palliative care settings - The ook snow ALL"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"66635d857fe986fdbc0ed532","link":"educations","display":"Spec-sheet-ook-snow-all"}}},{"value":{"title":"Brochure","image":{"path":"/storage/uploads/2021/04/19/607de12c8c7aaBrochure-2.png"},"document":null,"check":false,"education_document":{"_id":"605df8fac6deca3e0d68a04b","link":"educations","display":"Brochure – ook snow ALL"}}},{"value":{"title":"Quick reference card","image":{"path":"/storage/uploads/2021/04/19/607de0d9bbea4QRC.png"},"document":null,"check":false,"education_document":{"_id":"6173204f879236232558edf7","link":"educations","display":"Aide-mémoire – ook snow ALL"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"small_cta","settings":{"id":"","class":"","style":"","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact your representant","link_showroom":false,"link_append":null,"text":"<p>For more informations, please contact your local account executive</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow ALL comes with the best service offering in the industry.","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"link_text":"Explore our service plans","image":{"path":"/storage/uploads/2021/04/07/606de8f176906Service-plans-2.jpg","meta":{"title":"Bariatric hospital bed - best service - 100% satisfaction"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"The ook snow ALL: the perfect solution for multiple care environments","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Med-surge- canadian hospital bed - ook snow ALL","asset":"606de9d9216632040345699a"},"path":"/storage/uploads/2021/04/07/606de9d95e48b01---ooksnowALL---Mdecine-chirurgie.jpg"}],"title":"Medical-surgical","subtitle":null,"summary":"<p>Ease of use, ease of cleaning and low height are just a few of the meaningful benefits that come together in the ook snow ALL to make a difference in med-surg environments.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Palliative care and bariatric care - canadian hospital bed - ook snow ALL","asset":"606de9eb8742c02ae85bdc28"},"path":"/storage/uploads/2021/04/07/606de9eb54a7902---ooksnowALL---palliative.jpg"}],"title":"Palliative","subtitle":null,"summary":"<p>The ook snow ALL, also known as the \\"cuddle bed\\", is certified for use by two people. By allowing patients to find solace near their loved ones, it is particularly meaningful in a palliative care setting.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Bariatric care - canadian hospital bed - ook snow ALL","asset":"606de9f6216632040345699b"},"path":"/storage/uploads/2021/04/07/606de9f675b7803---ooksnowALL---bariatrique.jpg"}],"title":"Bariatric","subtitle":null,"summary":"<p>An expandable width and an increased weight capacity of 1060 lbs. allow the ook snow ALL to adapt to bariatric environments in one simple step.</p>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Enhance your bed potential with the right mattresses and accessories","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Bariatric support surfaces for hospital bed - Canada","asset":"606df5402d2aff06143290e3"},"path":"/storage/uploads/2021/04/07/606df54091abcSupport-surface2-1.jpg"}],"title":"Discover a complete line of high-quality support surfaces.","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"Accessories for bariatric hospital bed - Canada","asset":"606df5452d2aff06143290e4"},"path":"/storage/uploads/2021/04/07/606df5457207daccessories-1.jpeg"}],"title":"Equip your ook snow ALL with the right accessories. ","subtitle":null,"summary":"","link":[],"link_text":"","link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Explore","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Ready to try this game-changing bed?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/07/606df55454b58ooksnowALL---CTA-contact-CAN.jpg","meta":{"title":"Best bariatric hospital bed - contact us"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow - hospital bed - med-surg"},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH - hospital bed - mental health care"},"path":"Related-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"Le ook cocoon","asset":"6695196d7ae35a123b0ab322"},"path":"/storage/uploads/2024/07/15/6695196cd5e38Related-Product---ook-cocoon-CAN.png"}],"title":"The ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":"","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1723658425,"_created":1604867063,"meta_description":"The ook snow ALL is a versatile bed designed for bariatric, med-surg and palliative care units. See how it can make a difference for your healthcare institution.","meta_title":"ook snow ALL | Med-Surg, Bariatric, Palliative Care Hospital Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/06/606c510813b40ook-snow-ALL---Entete-retouche.png","meta":{"title":"All-in-one bed solution for med-surg, bariatric and palliative care settings - The ook snow ALL"}},"has_showroom":true,"schema_description":"Have you ever imagined a hospital bed that would accommodate all patients throughout multiple care environments? It is now possible with the ook snow ALL.\\n\\nWith its one-step width expansion system, increased weight capacity, and low height, the ook snow ALL offers a game-changing standardization possibility. Through an innovative design and exceptional versatility, this new all-in-one bed will fulfill the needs of all your patients, staff, and your institution. Discover the ook snow ALL now.","schema_height":"31.7\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca5ce50c117ook-snow-ALL.png","meta":{"title":"Logo - ook snow ALL"}},"schema_width":"52.75\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa855bf175811726156f943","title":"ook snow MH","slug":"/en/products/beds/ook-snow-mh/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"storage/uploads/2021/04/11/60732c3edb00b5fe08c23b6db0confortNEST-yellow-1-20.jpg","meta":{"title":"A mental health bed - The ook snow MH"}},"subtitle":"Mental Health","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook snow MH: a mental health bed that meets your clinical and safety needs","text":"<p>See how the ook snow MH helps you achieve the right balance between clinical performance and risk mitigation.</p>","image":null,"image_product":{"path":"Pages produits/ook snow MH/Bannire-ook-snow-MH-can.png","meta":{"title":"International banner - A mental health bed - The ook snow MH"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false,"video":null}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fca8e1ba1d76ook-snow-MH.png","meta":{"title":"Logo - The ook snow MH"}},"title":"","subtitle":"Enhanced safety for patients and staff","text":"With the ook snow MH, you do not have to choose between safety and clinical performance. Thoughtfully designed to minimize ligature risks, this advanced hospital bed adapts to your mental health needs. It is perfectly suited for low and high observation environments such as geriatric or med psych units, emergency departments and detention centers.","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Find my rep","bigger_content":false,"link_showroom":false,"link_append":"ook snow MH","logo_bigger":false,"add_title_h1":false}},{"component":"video","settings":{"id":"ooksnowMH-videoca","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"484115059","image":{"path":"/storage/uploads/2021/04/13/607583cfd8df4ooksnow-MH---CTA-video.jpg","meta":{"title":"Video - A mental health bed - The ook snow MH"}},"container_smaller":false,"blue_text":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Customize your ook snow MH in our virtual showroom","text":"<p>Visit our virtual 3D showroom for an interactive experience that will let you create the right ook snow MH for your needs.</p>","link":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Virtual showroom"}],"link_text":"Enter virtual showroom","image":{"path":"/storage/uploads/2021/04/15/607843cfd6d36ooksnow-MH---Showroom.png","meta":{"title":"Virtual showroom - A mental health bed - The ook snow MH"}},"image_as_background":false,"remove_background":false,"image_right":true,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":true,"link_append":"ook snow MH","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Safety as a number one priority","title_short":"Maximized safety","subtitle":null,"text":"<p>Built with a tamper-resistant design and a ligature management strategy in mind, the ook snow MH offers many value-driven features that contribute to creating a safe environment for patients and staff.</p>","image":{"path":"/storage/uploads/2021/04/15/60785358b724d01---Safety-as-your-number-one-priority-CAN.jpg"}}},{"value":{"title":"Maximized infection prevention and control","title_short":"Ease of cleaning","subtitle":null,"text":"<p>Infection prevention in health care settings is now more crucial than ever. To maximize it, the seamless smooth surfaces and open architecture of the ook snow MH make cleaning easier, faster, and better.</p>","image":{"path":"/storage/uploads/2021/04/15/607844066837c02---Maximized-infection-prevention-and-control.jpg"}}},{"value":{"title":"Powerful capabilities, value-driven intelligence","title_short":"Advanced technologies","subtitle":null,"text":"<p>Caregivers can optimize safety by activating advanced yet intuitive features such as lockout controls, password protection and bed status monitoring. A bed exit detection system also allows staff to track bed egress and rapidly intervene when necessary.</p>","image":{"path":"/storage/uploads/2021/04/13/607598663d439Powerful-capabilities-value-driven-intelligence--CAN.jpg"}}},{"value":{"title":"Dignity for patients, versatility for institutions","title_short":"Adaptability","subtitle":null,"text":"<p>Each care environment is different, and each patient is unique. By offering the right level of security and clinical performance, the ook snow MH contributes to maintaining patient dignity in mental health environments.</p>","image":{"path":"/storage/uploads/2021/04/13/607598764277cDignity-for-patients-versatility-for-institutions-CAN.jpg"}}},{"value":{"title":"The first step to a simpler and connected future","title_short":null,"subtitle":null,"text":"<p>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features to maximize safety","text":null,"categories":[{"value":{"title":"Safe-lock™ braking system"}},{"value":{"title":"10\\" Low height"}},{"value":{"title":"Smart screen and master lockout"}},{"value":{"title":"Motion key lock"}},{"value":{"title":"Tamper-resistant fasteners"}},{"value":{"title":"Short and quick-disconnect power cord options"}},{"value":{"title":"Safeflex™ patient surface"}},{"value":{"title":"Floor mount"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2024/10/01/66fc5c1cb3fb1thumbnail_image006.png"},"title":"Safe-Lock™ braking system","text":"Brake pedals can be replaced with a tamper-resistant Safe-Lock™ braking system to protect against any unintended use of the bed. It also prevents patients from using the bed as a barricade.","category":"1","video_id":null,"darken_image":false}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff1f76302-feature---low-height.jpg"},"title":"10\\" low height","text":"The ook snow MH features an adjustable height that can go as low as 10 inches. The height can be locked and password-protected to reduce the risk of falls and voluntary injuries.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff6677cfeature---ismart-screen-CAN.jpg"},"title":"Smart screen and master lockout","text":"The smart screen gives easy access to functions such as an integrated scale, a Bed Status monitoring system and a master lockout control that features three levels of security.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff2ebbf04---motion-key-lock.jpg"},"title":"Motion key lock","text":"The Motion Key Lock brings bed movement protection up a notch. Caregivers can quickly and effectively lock out all movements to prevent patients from tampering with bed motion controls.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff3ad1905---Tamper-resistant-fasteners.jpg"},"title":"Tamper-resistant fasteners","text":"For increased safety, bed parts and components are secured with tamper-resistant fasteners that can only be removed with special tools.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff46d3b06---short-and-quick-disconnect-power-cord-1.jpg"},"title":"Short and quick-disconnect power cord options","text":"To reduce the risk of patient self-harm, choose a quick-disconnect power cord or a short one that is securely fastened.","category":"6"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff5449707---feature---Safe-Flex-patient-surface.jpg"},"title":"Safeflex™ patient surface","text":"To minimize the risk of self-harm, the SafeFlex™ patient surface reduces apparent ligature points and conceals cables located between the foot and thigh sections of the bed.","category":"7"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/60759aff5f81308---feature---floor-mount.jpg"},"title":"Floor mount","text":"For higher-risk environments, a floor mount can secure the bed in place. It can be combined with a heavy-duty and tamper-resistant metal caster cover.","category":"8"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"6078520ef900562a09501202"},"path":"/storage/uploads/2021/04/15/6078520e4da09Carroussel---MH-CAN.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Features and specifications","text":"<p>The ook snow MH can be customized to meet your clinical needs and support your risk mitigation plan. Take a look at its key specifications and features.</p>","specifications":[{"value":{"title":"Patient surface dimensions","data":"35\\" x 80\\" or 84\\" / 88.9 x 203.2 cm or 213.4 cm","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Low","data":"10\\" / 25.4 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"High","data":"30\\" / 76.2 cm"}}]}},{"value":{"title":"Overall width","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Siderails down","data":"39.25\\" / 100 cm"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Siderails up","data":"40.5\\" / 102.9 cm"}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"Boostless™","data":"4\\" / 10,2 cm"}}]}},{"value":{"title":"Certifications / standards","data":null,"sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"IEC 60601-2-52"}},{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"IEC 60601-1 3rd Edition"}}]}},{"value":{"title":"Scale system accuracy (in all bed position)","data":"0.5% with a maximum difference of 1.1 lb / 0.5 kg","sub":null}}],"features":[{"value":{"title":"Permanently attached boards*","data":null,"sub":null}},{"value":{"title":"Covered restraint points","data":null,"sub":null}},{"value":{"title":"Integrated scale and bed exit detection system (3-levels of sensitivity)","data":null,"sub":null}},{"value":{"title":"Tamper-resistant design (fasteners, accessory socket caps)","data":null,"sub":null}},{"value":{"title":"Programmable lowest height","data":null,"sub":null}},{"value":{"title":"Motion control master lock out / password protection","data":null,"sub":null}},{"value":{"title":"Concealed cables","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Remote bed exit alarm connectivity","data":null,"sub":null}},{"value":{"title":"Short power cord (3 ft)","data":null,"sub":null}},{"value":{"title":"Quick-disconnect power cord (8 ft)","data":null,"sub":null}},{"value":{"title":"Heavy-duty metal caster cover","data":null,"sub":null}},{"value":{"title":"Smart Nightlights™","data":null,"sub":null}},{"value":{"title":"Bed status monitoring","data":null,"sub":null}},{"value":{"title":"Calm gray aesthetic design","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/13/6075b0dae8da3ooksnow-MH-Specifications--CAN.png","meta":{"title":"Specifications and features - A mental health bed - The ook snow MH"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dfd86162d683fc57866e9","link":"educations","display":"ook snow MH"}}},{"value":{"title":"Brochure","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"605dfc37d5241a693956a1c8","link":"educations","display":"ook snow MH"}}},{"value":{"title":"Feature guide","image":{"path":"storage/uploads/manual.svg"},"document":null,"check":false,"education_document":{"_id":"61c093414705337b223a3514","link":"educations","display":"Feature Guide – ook snow MH"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"documents_test":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook snow MH comes with the best service offering in the industry.","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg","meta":{"title":"Service plans - Best in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Complementary products for increased safety","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b3746ce05c285902e886"},"path":"/storage/uploads/2021/04/13/6075b373e3ba9Support-surface.jpg"}],"title":"Discover a line of support surfaces specifically designed for mental health environments.","subtitle":null,"summary":"","link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b3736ce05c285902e883"},"path":"/storage/uploads/2021/04/13/6075b373c2511Complementary-products---Max-secure.jpg"}],"title":"Choose the Max-Secure platform bed for optimal security in high-observation environments.","subtitle":null,"summary":null,"link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Discover","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the ook snow MH?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/13/6075b373ce2ffooksnow-MH---Contact---CAN.jpg","meta":{"title":"Contact us - The ook snow MH"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Learn more","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Learn more","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"The ook cocoon","asset":"66951739c7fc44cad80522f2"},"path":"/storage/uploads/2024/07/15/669517391060eRelated-Product---ook-cocoon-CAN.png"}],"title":"The ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"Ook Cocoon"}],"link_text":"Learn more","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1727980786,"_created":1604867519,"meta_description":"The ook snow MH bed allows mental health institutions to reach high levels of safety and clinical performance. Discover it now.","meta_title":"ook snow MH | Adjustable Mental Health Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/03/08/6046816f1e602En-tte--behavioral-bed-3.png","meta":{"title":"Mental health hospital bed - The ook snow MH"}},"has_showroom":true,"schema_description":"With the ook snow MH, you do not have to choose between safety and clinical performance. Thoughtfully designed to minimize ligature risks, this advanced hospital bed adapts to your mental health needs. It is perfectly suited for low and high observation environments such as geriatric or med psych units, emergency departments and detention centers.","schema_height":"30\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fca8e1ba1d76ook-snow-MH.png","meta":{"title":"Logo - ook snow MH"}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa8563e1f83e90ec241bd82","title":"ook cocoon","slug":"/en/products/beds/ook-cocoon/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"storage/uploads/2021/04/14/6077432a26c73Discover-all-beds-from-the-ook-snow-platform----cocoon-USA.png","meta":{"title":"A long-term acute care bed - The ook cocoon"}},"subtitle":"Long-term acute care","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The ook cocoon: a long-term acute care bed for residents to feel at home","text":"<p>Discover how a low-height LTAC bed can provide the quality, safety and warmth that your residents deserve.</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/06/606c41587f8dfookcocoon---entete-CAN.png","meta":{"title":"International banner - A long-term acute care bed - The ook cocoon"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe12d5fe3fbdook-cocoon-1.png","meta":{"title":"Logo - The ook cocoon"}},"title":"","subtitle":"Welcome to a high-quality bed that promotes residents’ safety and well-being","text":"Whether you’re in a skilled nursing facility or a long-term acute care facility, we know you strive to provide your residents with nothing but excellence. That is why we offer a high-quality low height bed that helps to maintain their dignity and autonomy. The ook cocoon also helps you provide a safe environment for your residents with its state-of-the-art design and advanced technologies such as an integrated bed exit system.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"484128720","image":{"path":"/storage/uploads/2021/04/13/6075b67d80fa8ookcocoon---CTA-video.jpg","meta":{"title":"Video - A long-term acute care bed - The ook cocoon"}},"container_smaller":false,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A long-term care bed that addresses fall risks","title_short":"Fall prevention","subtitle":null,"text":"<p>Preventing falls remains a major concern in today’s skilled nursing facilities. That is why the ook cocoon presents many characteristics that intend to minimize falls, such as its 10 low height and a built-in bed exit system. Its strong stability and ergonomic design also enable safer bed egresses and ingresses while encouraging residents’ autonomy.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b697bb2c501---Fall-risks.jpg"}}},{"value":{"title":"Fostering residents’ autonomy and satisfaction","title_short":"Well-being","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">At Umano Medical, we consider beds as key assets to preserve dignity. Built with focused attention to residents’ needs, the ook cocoon long-term care bed can significantly contribute to their autonomy and satisfaction. A homelike appearance, </span><span style=\\"font-weight: 400;\\">underbed</span><span style=\\"font-weight: 400;\\"> nightlights and accessible patient controls are just a few examples of its resident-oriented features.</span></p>","image":{"path":"/storage/uploads/2021/04/13/6075b8a08b18202---Autonomy.jpg"}}},{"value":{"title":"A bed that carries this homelike feeling","title_short":"Homey design","subtitle":null,"text":"<p>An appealing look, a high-quality design, wooden or laminated components … our long-term acute care bed will adapt to your specific decor in many ways. By contributing to the creation of a pleasant atmosphere, the ook cocoon accomplishes its aim: making residents feel at home.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b698299f5ookcocoon---homelike--CAN.jpg"}}},{"value":{"title":"Benefit from a bed that’s easier to clean and disinfect","title_short":"Ease of cleaning","subtitle":null,"text":"<p>Since nursing home residents can be more vulnerable to infections and viruses, everything about the ook cocoon bed was designed with ease of cleaning and disinfection in mind. With its open architecture, seamless smooth surfaces, and strong attention to details, the ook cocoon will exceed your expectations in terms of cleanliness.</p>","image":{"path":"/storage/uploads/2021/04/13/6075b6980a03b04---Easy-to-clean.jpg"}}},{"value":{"title":"The first step to a simpler and connected future","title_short":null,"subtitle":null,"text":"<p>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. This proactive monitoring enables your organization to make fact-based assessments and track fall prevention efforts from the workstation. <a href=\\"https://www.umanomedical.com/en/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Learn more.</a></p>","image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition-canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Explore its key features","text":null,"categories":[{"value":{"title":"BUILT-IN BED EXIT SYSTEM"}},{"value":{"title":"10\'\' LOW HEIGHT"}},{"value":{"title":"UNDER BED CLEARANCE"}},{"value":{"title":"POWER OUTLETS AND USB PORTS"}},{"value":{"title":"CENTRALIZED BRAKING SYSTEM"}},{"value":{"title":"PATIENT CONTROL"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2023/06/27/649adc2645f3aKey-features-built-inbedexistystem-ook-cocoon.png"},"title":"Built-in bed exit system","text":"Our integrated Bed Exit System minimizes residents fall risks by allowing staff to monitor bed egresses and rapidly intervene if necessary. Maintain the flexibility you need by relying on its advanced functions such as its three-level sensitivity options, auto-arm, and care pause.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d771e8602---low-height.jpg"},"title":"10\'\' low height","text":"Minimize fall risks and improve comfort for shorter residents by relying on the ook cocoon’s enviable 10\\" low height.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d79bb0603---Underbed-clearance.jpg"},"title":"Underbed clearance","text":"Even at lowest height, the ook cocoon’s under bed clearance allows compatibility with lifts and overbed tables.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d7c97d104---usb-ports.jpg"},"title":"Power outlets and usb ports","text":"By keeping patients’ mobile devices accessible, our USB ports contribute to minimizing fall risks while increasing the patients’ satisfaction. They were positioned with infection prevention in mind: away from high-touch areas and those conducive to liquid infiltration.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d7ea7c205---braking-system.jpg"},"title":"Centralized braking system","text":"Maintain a high level of stability and reduce fall risks with our easy-to-reach and centralized braking system.","category":"5"}},{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075b6d81111406---patient-control.jpg"},"title":"Patient control","text":"Our easy-to-manipulate controls allow residents to find a comfortable position by controlling key bed movements themselves. This highly appreciated accessory encourages their autonomy and enhances their satisfaction.","category":"6"}}],"disable_swiper":false,"change_layout":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":"","asset":"6075b711afb6673f3e492616"},"path":"/storage/uploads/2021/04/13/6075b711ce5eaookcocoon-caroussel.jpg"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"Overall length","data":"88\\" / 224 cm — 92\\" / 234 cm ","sub":null}},{"value":{"title":"Overall width","data":"39.25\\" / 100 cm","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Siderails up","data":"40.5\\" / 102.9 cm "}}]}},{"value":{"title":"Weight capacity","data":"600 lb / 272.5 kg","sub":null}},{"value":{"title":"Height range (to litter top)","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm dual casters)","data":"10\\" / 25.4 cm "}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm dual casters)","data":"30\\" / 76.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Low (with 5\\" / 12.7 cm single casters)","data":"11.5\\" / 29.2 cm"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"High (with 5\\" / 12.7 cm single casters)","data":"31.5\\" / 80 cm"}}]}},{"value":{"title":"Patient surface positioning","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Backrest","data":"0° to 60°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Knee gatch","data":"0° to 30°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Trend. / Reverse Trend.","data":"± 16°"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Boostless™","data":"4\\" / 10.2 cm"}}]}},{"value":{"title":"Patient surface dimensions","data":" 35\\" x 80\\" or 84\\" — 88.9 x 203.2 cm or 213.4 cm","sub":null}},{"value":{"title":"Caster diameter","data":"5\\" / 12.7 cm","sub":null}}],"features":[{"value":{"title":"Built-in-bed exit detection system - 2 or 3 levels of sensitivity","data":"","sub":null}},{"value":{"title":"Bed exit side view lights","data":null,"sub":null}},{"value":{"title":"Boostless™ Backrest system","data":null,"sub":null}},{"value":{"title":"Plastic, Wooden or laminated headboard & footboard","data":"Choice of customized colors","sub":null}}],"image":{"path":"/storage/uploads/2021/04/13/6075b72be21b2ookcocoon---specifications-2-b.png","meta":{"title":"Specifications and features - A long-term acute care bed - The ook cocoon"}},"documents":[{"value":{"title":"Specifications","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"633b18f76cf1410feb2825b8","link":"educations","display":"ook cocoon"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":""}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The ook cocoon comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/13/6075b171d290aService-plans.jpg","meta":{"title":"Service plans - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Find the right products to complement your ook cocoon","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b794afb6673f3e492618"},"path":"/storage/uploads/2021/04/13/6075b793e9c8e01---Support-surface.jpg"}],"title":"Explore a complete line of high-quality support surfaces.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075b79fb3837a4f4b22a876"},"path":"/storage/uploads/2021/04/13/6075b79fdf1dc02---Overbedtable.jpg"}],"title":"Discover an overbed table that’s fully compatible, durable and easy-to-clean.","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text_2":"Explore","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":false,"title_center":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in trying out the ook cocoon bed?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for a virtual demo or a live presentation.","image":{"path":"/storage/uploads/2021/04/13/6075b7b7c9a04ookcocoon--CTA-contact-CAN.jpg","meta":{"title":"Virtual demonstration - The ook cocoon"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover all beds from the ook snow platform","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a379e1c2826666056f6"},"path":"/storage/uploads/2021/04/15/60784a37958daRelated-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a37c1ecca0eb5706b22"},"path":"/storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1726842462,"_created":1604867646,"meta_description":"The ook cocoon bed provides long-term acute care facilities with the quality and excellence that residents deserve. Check it out.","meta_title":"ook cocoon | Quality Long-Term Acute Care [LTAQ] Medical Bed","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/06/606c4175c7ce1ookcocoon---entete-USA.png","meta":{"title":"Long-term care bed - The ook cocoon"}},"has_showroom":false,"schema_description":"Whether you’re in a skilled nursing facility or a long-term acute care facility, we know you strive to provide your residents with nothing but excellence. That is why we offer a high-quality low height bed that helps to maintain their dignity and autonomy. The ook cocoon also helps you provide a safe environment for your residents with its state-of-the-art design and advanced technologies such as an integrated bed exit system.","schema_height":"31.5\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe12d5fe3fbdook-cocoon-1.png","meta":{"title":"Logo - ook cocoon"}},"schema_width":"40.5\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"5fa8568d15930b644e497cd5","title":"Max-Secure Platform Bed","slug":"/en/products/beds/max-secure/","category":{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},"sub_category":"","thumbnail":{"path":"storage/uploads/2021/04/15/607845155be7aMenu--Max-Secure.png","meta":{"title":"Behavioral health bed platform - The Max-Secure"}},"subtitle":"Behavioral health","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The Max-Secure behavioral health bed platform: go for optimal security","text":"<p>In high observation units, we know you must rely on durable, high-security equipment. See how the Max-Secure platform bed can maximize safety.</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/13/6075bd93d4fe3Entte-Max-Secure.png","meta":{"title":"International banner - Behavioral health bed platform - The Max-Secure"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Ask for more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0ce87dd8beMAX-SECURE-HIGH-RES-LOGO-1.png","meta":{"title":"Logo - The Max-Secure"}},"title":"","subtitle":"Designed for the most challenging situations","text":"The Max Secure was designed with the upmost details to maximize safety, security, and reduce possibilities of self-harm. Built for safe rooms, detention centers or dedicated psychiatric units, this platform bed allows you to address behavioral health needs in a safe and dignified way.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Safety as your number-one priority","title_short":"Maximized safety","subtitle":null,"text":"<p>Increased safety for patients and staff: here’s what the Max-Secure is all about. Its ligature-resistant and tamperproof design plays a major role in maximizing both patient and staff’s safety and security.</p>","image":{"path":"/storage/uploads/2020/12/21/5fe0c823d2049Safety-as-your-number-one-priority.jpg"}}},{"value":{"title":"Ease of cleaning: a benefit that truly matters","title_short":"Simplified disinfection","subtitle":null,"text":"<p>With the Max-Secure platform bed, cleaning and disinfection become impressively simple. Its seamless smooth surface, antimicrobial material, and one-piece design, all come together to make cleaning procedures easier and faster.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92ce51c02---Max-secure---nettoyage.jpg"}}},{"value":{"title":"A durable bed on which you can rely","title_short":"Durability","subtitle":null,"text":"<p>Looking for a highly resistant bed? Fabricated with a Herculite® Polymer Material, the Max-Secure’s one-piece design makes it totally maintenance-free. Durable and impact-resistant, the platform bed also comes with a 10-year warranty when installed by our certified technicians.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd92ea8f403---durability.jpeg"}}},{"value":{"title":"A complete offering for behavioral health environments","title_short":"Adaptability","subtitle":null,"text":"<p>Combine the Max-Secure Platform Bed with the <u>ook snow MH behavioral health bed</u> to address a full range of patient safety and clinical needs. Let your entire institution benefit from these adaptable and advanced solutions.</p>","image":{"path":"/storage/uploads/2021/04/13/6075bd93158c104---A-complete-offering.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key specifications and features","text":null,"categories":[{"value":{"title":"ONE-PIECE CONSTRUCTION"}},{"value":{"title":"HERCULITE® POLYMER COMPOSITE"}},{"value":{"title":"PICK-PROOF PERIMETER SEALANT"}},{"value":{"title":"OPTIONAL RESTRAINT SYSTEMS"}},{"value":{"title":"VARIOUS POSITIONING OPTIONS"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/15/607842a0215f201---One-piece-construciton.jpg"},"title":"One-piece construction","text":"A robust design makes the Max-Secure impressively durable and maintenance-free.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/04/22/6081797d42f3202--Herlucite-polymer-construction.jpg"},"title":"Herculite® polymer composite","text":"The Max-Secure’s unique material is antimicrobial and impact-resistant.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/60784330de1ba03---Pick-proof-perimeter-scellant.jpg"},"title":"Pick-proof perimeter sealant","text":"To prevent patients from moving the bed and to block under-bed access, the Max-Secure can be adhered to the floor with a strong perimeter sealant.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607843312231204---Optional-restraint-systems.jpg"},"title":"Optional restraint systems","text":"To help you manage challenging situations, the Max-Secure can be equipped with an 8-point restraint system or a multi-point restraint bar.","category":"4"}},{"value":{"image":{"path":"/storage/uploads/2021/04/15/607843315eba605--Various-positionning-options.jpg"},"title":"Various positioning and installation options","text":"The Max-Secure platform bed can be wall-mounted, corner-mounted or free-standing to ensure that institutions benefit from the flexibility they need. It can be fitted with a closed base, or it can be fixed to the floor with a pick-proof perimeter.","category":"5"}}],"disable_swiper":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"Bed dimensions","data":"40.5\\" W x 84.5\\" L x 16\\" H","sub":null}},{"value":{"title":"Weight capacity","data":"1060 lb / 480.8 kg","sub":null}},{"value":{"title":"Bed weight","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Bed Weight Max-Secure Platform Bed","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with Storage","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with 8-Point Restraints","data":"190 lb (86 kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Max-Secure Platform Bed with Restraint Bar","data":"196 lb (88 kg)"}}]}},{"value":{"title":"Bed options","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Double storage pocket","data":"Each: 25\\" D x 8\\" H x 11\\" L"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Restraint Points","data":"4 restraint points are located on each side of the bed 3.5\\" W x 2.5\\" H, with a 2-inch curved back depth "}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Restraint bars (2 or 4)","data":"Short bars (at foot and head of bed): 23\\" L x ¾\\" diameter OR Long bars (on each side of the bed): 67 3/8\\" L x ¾\\" diameter"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Free-standing bed with fully enclosed bottom","data":""}}]}},{"value":{"title":"Warranty","data":"10 years on products and 10 years on installation when installed by our trained technicians.","sub":null}}],"features":[{"value":{"title":"Products colors","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Ash Gray ( C101)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Desert Sand (C117)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Russet Brown (C104)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Forest Green (C109)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Steel Blue (C113)"}}]}}],"image":{"path":"/storage/uploads/2021/04/13/6075bd94266bfmax-secure----specifications.png","meta":{"title":"Specifications and features - Behavioral health bed platform - The Max-Secure"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"607ec25ef9b5bd79347b738a","link":"educations","display":"Lit Plateforme Max-Secure"}}},{"value":{"title":"Brochure Furniture","image":{"path":"storage/uploads/brochure.svg"},"document":null,"check":false,"education_document":{"_id":"60884a47c13a303a9f5ddbe5","link":"educations","display":"Mobilier - Max-secure"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":"<p>You can find our user manuals in our <a href=\\"https://www.umanomedical.com/en/resources/education/\\" target=\\"_blank\\" rel=\\"noopener\\">Education Center</a>.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"The Max-Secure Platform bed comes with the best service offering in the industry","text":"<p>See how our service plans will protect your investment while ensuring your 100% satisfaction.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"}],"link_text":"Discover our service plans","image":{"path":"/storage/uploads/2021/04/13/6075bc2ff0049CTA-services-plans.jpg","meta":{"title":"Service plan - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Make your unit safer with high-security furniture and mattresses","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd942699fd352b59fed8"},"path":"/storage/uploads/2021/04/13/6075bd94b5dd5Max-secure-complementary-furniture---Nightstand.jpg"}],"title":"A complete furniture series","subtitle":null,"summary":"<p>Equip your institution with safe and durable furniture. Check out our complete offering for patient rooms and common areas.</p>","link":[{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires"}],"link_text":"Explore furniture","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"6075bd94cc02fe53a20d8635"},"path":"/storage/uploads/2021/04/13/6075bd94ddf94Support-surface-1.jpg"}],"title":"Behavioral health mattresses","subtitle":null,"summary":"<p>When it comes to safety, a secure support surface is just as important. Complement the Max-Secure platform bed with a high-quality and durable mattress that provides both comfort and peace of mind.</p>","link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"See all models","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in the Max-Secure Platform Bed?","text":"<p>Get in touch with your account executive and get the information you need.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Find your rep","image":{"path":"/storage/uploads/2021/04/13/6075bd948cd6cMax-Secure---CTA-contact.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a379e1c2826666056f6"},"path":"/storage/uploads/2021/04/15/60784a37958daRelated-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful low-height hospital bed that satisfies your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a37c1ecca0eb5706b22"},"path":"/storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value by answering the needs of bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"Ook Snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"Showroom","link_2_showroom":true}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1726761749,"_created":1604867725,"meta_description":"The Max-Secure bed platform is a durable and highly secured solution for Safe Rooms, behavioral health units and other high observation environments.","meta_title":"Max-Secure Bed | High-Security Behavioral Health Bed Platform","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/13/6075bd93d4fe3Entte-Max-Secure.png","meta":{"title":"Behavioral health bed platform - The Max-Secure"}},"has_showroom":false,"schema_description":"The Max Secure was designed with the upmost details to maximize safety, security, and reduce possibilities of self-harm. Built for safe rooms, detention centers or dedicated psychiatric units, this platform bed allows you to address behavioral health needs in a safe and dignified way.","schema_height":"16’’","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0ce87dd8beMAX-SECURE-HIGH-RES-LOGO-1.png","meta":{"title":"Logo - Max-Secure"}},"schema_width":"40.5’’","is_not_available":true,"new_product":false,"_link":"products"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All medical beds","text":null,"image":{"path":"storage/uploads/2021/01/13/5fff110ac5d3dcaroussel---photo-2-4.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"High-performance beds tailored for all your needs and environments","add_title_h1":false,"subtitle":null,"text":"We offer a complete array of high-performance and low-height medical beds, including the ook snow platform, which can adapt to all care environments (med-surg, high-acuity care, palliative, bariatric, behavioral health). We also offer more specialized beds such as the Max-Secure, designed for specific environments. Find out which models suit your needs.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ce50481a5fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ab11b6955fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732cec7fe595fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":null,"link_text":null,"link_2":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text_2":"Explore","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732cf0b899b5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ec03f2cc5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","add_title_h1":false,"subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: take the first step to a simpler and connected future. Discover the technology that takes your bed to the next level.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/en/products/beds/","meta_description":"Learn more about our powerful hospital beds that will meet all your healthcare needs, from med-surg to high-acuity care.","meta_title":"Medical Beds Complete Selection | Umano Medical","noindex":false,"og_image":{"path":"/storage/uploads/2024/08/09/66b621c6bdc57OG-image-3.png"},"custom_childs":null,"_link":"product_type"},{"_id":"5f860d78d7abba27e63267c5","title":"Support surfaces","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_modified":1724197681,"_created":1602620792,"childs":[{"_id":"5fa95a63a9493d041e7da522","title":"comfortNEST yellow","slug":"/en/products/support-surfaces/comfortnest-yellow/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"storage/uploads/2021/04/11/607243d286ddd5fe08c23b6db0confortNEST-yellow-1-6.jpg","meta":{"title":"A cost-effective and comfortable support surface - The comfortNEST yellow"}},"subtitle":"Comfortable and durable foam surface","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST yellow: a cost-effective and comfortable solution","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/6077348408eb3comfortNEST-yellow.png","meta":{"title":"International banner - A cost-effective and comfortable support surface - The comfortNEST yellow"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/04/5fcaa8560de8acomfortNEST-yellow.png","meta":{"title":"Logo - The comfortNEST yellow"}},"title":null,"subtitle":null,"text":"The comfortNEST yellow is a durable and cost-effective solution for increased patient comfort. This prevention foam surface features one zone with an interchangeable head/foot position to maximize convenience and a firm perimeter that facilitates bed egress. Two specialized versions are also available to accommodate the needs of behavioral health and bariatric settings.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A foam surface designed for comfort and safety","title_short":"Safety","subtitle":null,"text":"<p>For added convenience, the comfortNEST yellow has a one-zone construction with an interchangeable head/foot position. Its firm foam perimeter facilitates bed egress and assists with patient transfers by forming a solid edge to lean on.</p>","image":{"path":"Pages produits/ComfortNEST yellow/Slider-vertical.comfortnest-yellow.jpg"}}},{"value":{"title":"An adaptable solution in behavioral health settings","title_short":"Behavioral health care","subtitle":null,"text":"<p><span style=\\"font-weight: 400;\\">The comfortNEST yellow MH provides increased security to patients who need high-observation care such as safe rooms, psychiatric units or detention centers. Its durable design features a fully enclosed cover with no handles or zippers to prevent patients from tampering with the mattress.</span></p>","image":{"path":"/storage/uploads/2021/04/14/607737677721fcomfortNEST-yellow-MH---on-bed-2-----Canada-Screen.jpg"}}},{"value":{"title":"A durable support surface for bariatric care","title_short":"Durability","subtitle":null,"text":"<p>Specifically adapted for bariatric care, the comfortNEST yellow + is offered in different widths and features a 950 lb weight capacity. Its high-resilience foam offers additional support and durability.</p>","image":{"path":"/storage/uploads/2021/04/14/6077377870eabcomfortNEST-yellow---on-bed--Canada-Screen_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"Durable cover options"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/02/12/60267c6d0b694feature---Antimicrobial-components.jpg"},"title":"Antimicrobial components","text":"The comfortNEST Yellow supports your infection prevention and control programs. Its 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60267c7acad46feature----durable-cover-option.jpg"},"title":"Durable cover options","text":"The top cover of the comfortNEST yellow is available either in 4-way stretch polyurethane, nylon or vinyl.","category":"2"}}],"disable_swiper":true}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H) Custom sizes available","sub":null}},{"value":{"title":"Weight capacity","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"450 lb (204 Kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"950 lb (432 kg) on the comfortNEST yellow+ model"}}]}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER OPTIONS","data":"4-way stretch polyurethane","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"70 Denier nylon"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Heavy-duty vinyl on the comfortNEST yellow MH"}}]}},{"value":{"title":"TOP LAYER","data":"1.8 lb density and IFD 25 – 35 ","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"comfortNEST yellow+ offers HR foam"}}]}},{"value":{"title":"BASE LAYER COMFORTNEST YELLOW +","data":"2.0 lb density and IFD 78 – 85 provides a firm support base and a weight capacity increased to 950 lb","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/6077371170679ComfortNest-Yellow_2.png","meta":{"title":"Specifications and features - A cost-effective support surface - The comfortNEST yellow"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605df3fec6deca3e0d68a03c","link":"educations","display":"comfortNEST yellow"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces.","subtitle":null,"summary":null,"link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text":"View all","link_2":[],"link_text_2":"","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST yellow?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607737de499cdcomfortNEST-yellow---on-bed-2---Canada-Screen_2.jpg","meta":{"title":"Contact us - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048018,"_created":1604934243,"meta_description":"Discover all the innovative features of the comfortNEST yellow that answers the needs of multiple care environments: increase patient comfort and convenience.","meta_title":"comfortNEST yellow | Cost-Effective Medical Bed Surface","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/6077348408eb3comfortNEST-yellow.png","meta":{"title":"Cost-effective and comfortable support surface - The comfortNEST yellow"}},"has_showroom":false,"schema_description":"The comfortNEST yellow is a durable and cost-effective solution for increased patient comfort. This prevention foam surface features one zone with an interchangeable head/foot position to maximize convenience and a firm perimeter that facilitates bed egress. Two specialized versions are also available to accommodate the needs of behavioral health and bariatric environments.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/04/5fcaa8560de8acomfortNEST-yellow.png","meta":{"title":"Logo - comfortNEST yellow"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95aa2a9493d041e7da528","title":"comfortNEST green","slug":"/en/products/support-surfaces/comfortnest-green/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"storage/uploads/2023/07/20/Menu-thumbnail-comfortnest-green.png","meta":{"title":"A multi-zone design for optimal pressure redistribution and comfort - The comfortNEST green"}},"subtitle":"Multi-zone prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST green: a multi-zone design for optimal pressure redistribution and comfort","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/21/60806fe046cf3comfortNEST-green.png","meta":{"title":"A multi-zone design for optimal pressure redistribution and comfort - The comfortNEST green"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"video":null,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe09c037e254comfortNEST-green.png","meta":{"title":"Logo - The comfortNEST green"}},"title":null,"subtitle":null,"text":"Designed with four distinct zones, the comfortNEST green responds to the pressure redistribution needs of each body area and reduces the risks of pressure injuries. Built with a voscielastic foam infused with gel, it offers additional immersion, comfort, and helps to maintain the temperature of the body in contact. ","link":null,"link_text":null,"add_title_h1":false,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"A high-quality surface made for performance and safety","title_short":"Performance","subtitle":null,"text":"<p>The multi-zone construction with varying foam densities and IFD ratings offers support and pressure redistribution to each zone. Paired with an anti-shear liner, the comfortNEST green reduces skin friction and shearing. Designed for acute and long-term care settings, this durable support surface addresses patient safety by offering firm lateral foam borders that facilitate patient transfers and bed egress.</p>","image":{"path":"storage/uploads/2023/07/20/Slider-vertical-4zones.jpg"}}},{"value":{"title":"An adaptable solution in behavioral health settings","title_short":"Behavioral health care","subtitle":null,"text":"<p>The comfortNEST green MH <span style=\\"font-weight: 400;\\">provides increased security to patients who need high-observation care such as safe rooms, psychiatric units or detention centers. Its durable design features a fully enclosed cover with no handles or zippers to prevent patients from tampering with the mattress.</span></p>","image":{"path":"/storage/uploads/2021/04/14/6077412a31ea3Value-2comfortNEST-green-MH---on-bed-2---Canada-Screen_2.jpg"}}},{"value":{"title":"A durable support surface for bariatric care needs","title_short":"Bariatric care","subtitle":null,"text":"<p>Specifically adapted for bariatric care, the comfortNEST green+ is available in different widths and has a 1000 lb weight capacity. Offering the same comfort and pressure redistribution capabilities as the comfortNEST green, it is built with a high resilience foam that provides <span style=\\"font-weight: 400;\\">additional</span><span style=\\"font-weight: 400;\\"> support and durability. </span></p>","image":{"path":"/storage/uploads/2021/04/14/60774156beaa7Value-3---comfortNEST-green---on-bed--Canada.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":"","categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 4-zone construction"}},{"value":{"title":"Viscoelastic memory foam topper"}}],"features":[{"value":{"image":{"path":"storage/uploads/2023/07/20/antimicrobial.jpg"},"title":"Antimicrobial components","text":"The comfortNEST green supports your infection prevention and control programs. Its 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi. ","category":"1"}},{"value":{"image":{"path":"storage/uploads/2023/07/20/3-layer---4-zones.jpg"},"title":"3-layer / 4-zone construction","text":"Made of 3 layers and 4 zones, the comfortNEST green has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address specific pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268b2c30835feature---Viscoelastic-memory-foam-topper.jpg"},"title":"Viscoelastic foam infused with gel","text":"Designed to offer additional body immersion and envelopment, the viscoelastic memory foam topper reduces pressure points and provides extra comfort.","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H) Custom sizes available","sub":null}},{"value":{"title":"Weight capacity","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"550 lb (250 Kg)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"1000 lb (454 kg) on the comfortNEST green+ model"}}]}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER","data":"4-way stretch polyurethane","sub":null}},{"value":{"title":"ANTI-SHEAR","data":"Dissipates heat and reduces friction","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"comfortNEST green+","data":null}}]}},{"value":{"title":"TOP LAYER","data":"Pressure redistributing 5.0 lb density viscoelastic memory foam","sub":[]}},{"value":{"title":"BASE LAYER","data":"1.9 lb density and IFD 31 – 37","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":"","data":"comfortNEST green+: 2.0 lb density and IFD 78 – 85 provides a firm support base and a weight capacity increased to 1000 lb"}}]}},{"value":{"title":"HEAD SECTION","data":"1.9 lb density and IFD 25-34","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"SEAT SECTION","data":"HR 2.7 lb density and IFD 26 – 32","sub":null}},{"value":{"title":"CALF SECTION","data":"2.0 lb density and IFD 27 – 33","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"HEEL SECTION","data":"1.8 lb density and IFD 16 – 24","sub":[{"field":{"label":"Sub","options":{"fields":[{"label":"Title","name":"title","type":"text"},{"label":"Data","name":"data","type":"text"}]},"type":"set"},"value":{"title":null,"data":"HR foam on the comfortNEST green+"}}]}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"storage/uploads/2023/07/20/ComfortNEST-green-with-gel.png","meta":{"title":"Specifications and features - Support surface for optimal pressure redistribution - The comfortNEST green"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dd98bc6deca3e0d68a02a","link":"educations","display":"comfortNEST green"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST green?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/60774184660e7CTA---comfortNEST-green---on-bed-2---Canada.jpg","meta":{"title":"Contact us - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048098,"_created":1604934306,"meta_description":"Featuring 4 zones, the comfortNEST green offers support and pressure redistribution to each body area. Discover this game-changing support surface now.","meta_title":"comfortNEST green Multiple Zones Medical Bed Mattress ","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607740f89fb7eEn-tte---comfortNEST-green.jpg","meta":{"title":"Multi-zone support surface for optimal pressure redistribution - The comfortNEST green"}},"has_showroom":false,"schema_description":"Designed with four distinct zones, the comfortNEST green responds to the pressure redistribution needs of each body area and reduces the risks of pressure injuries. Built with a viscoelastic memory foam topper, it offers additional immersion and comfort to the whole body.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe09c037e254comfortNEST-green.png","meta":{"title":"Logo - comfortNEST green"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95ab0a9493d041e7da52b","title":"comfortNEST greenX","slug":"/en/products/support-surfaces/comfortnest-greenx/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"storage/uploads/2021/04/09/6070aea320d815fe08c23b6db0confortNEST-yellow-1-3.jpg","meta":{"title":"A versatile solution for bariatric care settings - The comfortNEST greenX"}},"subtitle":"Expandable prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST greenX: a versatile solution for bariatric care settings","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/607746801be9aEn-tte---comfortNEST-greenX.png","meta":{"title":"International banner - The comfortNEST greenX"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0bd3af3fb3comfortNEST-greenX.png","meta":{"title":"Logo - The comfortNEST greenX"}},"title":null,"subtitle":null,"text":"The comfortNEST greenX is an expandable support surface designed to answer the needs of bariatric settings. Offering pressure redistribution and comfort, this foam surface is complemented with two lateral bolsters that allow caregivers to expand the mattress. ","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"A powerful solution for your bariatric care needs","title_short":"Powerful solution","subtitle":null,"text":"<p>Specifically adapted for bariatric care needs, the comfortNEST greenX features a 1000 lb weight capacity and an easily expandable width using the two lateral bolsters. It is built with a high resilience foam that provides adequate support and durability for the additional weight capacity.</p>","image":{"path":"/storage/uploads/2021/04/14/6077477d9207fValue-1---comfortNEST-greenX---on-bed---CANADA.jpg"}}},{"value":{"title":"A high-quality surface offering performance and safety","title_short":"High-quality surface","subtitle":null,"text":"<p>The 3-zone construction with varying foam densities and firmness levels offers support and pressure redistribution to each zone. The anti-shear liner reduces the forces of friction and shear. To effectively address patient safety, the extra-firm foam borders of the lateral bolsters form a strong edge that facilitates patient transfers and bed egress. </p>","image":{"path":"/storage/uploads/2021/04/14/607747a0016beValue-2---ComfortNest-Green-X-New_2.jpg"}}},{"value":{"title":"An asset for your infection prevention programs","title_short":"Infection prevention programs","subtitle":null,"text":"<p>The comfortNEST greenX has been designed with ease of cleaning and long-lasting performance in mind. It effectively contributes to your infection prevention program thanks to its antimicrobial components that help prohibit growth of bacteria and fungi.</p>","image":{"path":"/storage/uploads/2021/04/14/607747ac8bddbValue-3---comfortNEST-greenX_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 3-zone construction"}},{"value":{"title":"Viscoelastic gel topper"}}],"features":[{"value":{"image":{"path":"storage/uploads/2023/07/20/antimicrobial.jpg"},"title":"Antimicrobial components","text":"A 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi. ","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268dc0c2596feature---3-layer--3-zone-construction.jpg"},"title":"3-layer / 3-zone construction","text":"Made of 3 layers and 3 zones, the comfortNEST greenX has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/60268dc97578ffeature---Viscoelastic-gel-topper.jpg"},"title":"Viscoelastic gel topper","text":"Designed to offer additional immersion and envelopment, the viscoelastic memory foam topper infused with gel provides comfort while reducing pressure points.","category":"3"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Center mattress","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Two lateral bolsters","data":"6\\" W x 80\\" or 84\\" L x 6\\" H (15.2 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Foot end extender (optional)","data":"35\\" W x 4\\" L x 6\\" H (88.9 cm W x 10.2 cm L x 15.2 cm H)"}}]}},{"value":{"title":"Weight capacity","data":"1000 lb (454 Kg)","sub":null}},{"value":{"title":"Flammability","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"COVER","data":"4-way stretch polyurethane","sub":null}},{"value":{"title":"ANTI-SHEAR LINER","data":"Dissipates heat and reduces friction","sub":null}},{"value":{"title":"TOP LAYER","data":"Pressure redistributing 4.0 lb density viscoelastic memory gel foam","sub":null}},{"value":{"title":"BASE LAYER","data":"2.0 lb density with IFD 78 – 85 provides a firm support base","sub":null}},{"value":{"title":"HEAD SECTION","data":"HR 2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"SEAT SECTION","data":"HR 2.7 lb density and IFD 24 – 32","sub":null}},{"value":{"title":"HEEL SECTION","data":"2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"LATERAL SIDE BOLSTERS","data":"Same foam design properties as the main mattress","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607747bc15d64Spec---ComfortNest-Green-X-New_2.jpg","meta":{"title":"Specifications and features - a versatile support surface for bariatric care settings - The comfortNEST greenX"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605dda08d5241a693956a19d","link":"educations","display":"comfortNEST greenX"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Matelas"}],"link_text":"View all","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text":"View all","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"horizontal","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST greenX?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/607747ce796a1CTA-comfortNEST-greenX---on-bed---CANADA.jpg","meta":{"title":"Contact us - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048138,"_created":1604934320,"meta_description":"The comfortNEST greenX is an expandable support surface with two lateral bolsters designed for bariatric environments. Discover all its game-changing features.","meta_title":"comfortNEST greenX Versatile Bariatric Hospital Bed Mattress","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/607746801be9aEn-tte---comfortNEST-greenX.png","meta":{"title":"Support surface for bariatric care settings - The comfortNEST greenX"}},"has_showroom":false,"schema_description":"The comfortNEST greenX is an expandable support surface designed to answer the needs of bariatric environments. Offering pressure redistribution and comfort, this foam surface is complemented with two lateral bolsters that allow caregivers to expand the mattress.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0bd3af3fb3comfortNEST-greenX.png","meta":{"title":"Logo - comfortNEST greenX"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"},{"_id":"5fa95ac6a9493d041e7da52e","title":"comfortNEST greenXi","slug":"/en/products/support-surfaces/comfortnest-greenxi/","category":{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},"sub_category":{"_id":"5f860aaf19f7374e6934735f","link":"bed_compatibility","display":"Non-Powered"},"thumbnail":{"path":"storage/uploads/2021/04/09/6070afe6ea0325fe08c23b6db0confortNEST-yellow-1-4.jpg","meta":{"title":"A fully integrated support surface for bariatric care settings - The comfortNEST greenXi"}},"subtitle":"Expandable prevention foam surface","summary":null,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The comfortNEST greenXi: a fully integrated and expandable solution for bariatric care settings","text":"","image":null,"image_product":{"path":"/storage/uploads/2021/04/14/60774f6a662baEn-tte---comfortNEST-greenXi.png","meta":{"title":"International banner - Bariatric support surface - The comfortNEST greenXi"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"/storage/uploads/2020/12/21/5fe0c163c3894comfortNEST-greenXi.png","meta":{"title":"Logo - The comfortNEST greenXi"}},"title":null,"subtitle":null,"text":"The comfortNEST greenXi is an expandable support surface integrating all mattress components into a one-piece enclosed cover. Designed to answer the needs of bariatric settings, it offers pressure redistribution and optimal patient comfort. For increased convenience, its width and length can easily be adjusted by caregivers.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"An expandable surface that addresses bariatric needs","title_short":"Bariatric care","subtitle":null,"text":"<p>Specifically adapted for bariatric care needs, the comfortNEST greenXi is easily expandable and features a 1000 lb weight capacity. For extra convenience and comfort, its fully enclosed cover conveniently keeps all the mattress components together. It is built with a high resilience foam that provides adequate support and durability for the additional weight capacity.</p>","image":{"path":"/storage/uploads/2021/04/14/60774fdbb1b50Value-1---comfortNEST-greenXI---on-bed---CANADA.jpg"}}},{"value":{"title":"A high-quality surface designed for performance and safety","title_short":"Performance","subtitle":null,"text":"<p>The 3-zone construction with varying foam densities and firmness levels offers support and pressure redistribution to each zone. The anti-shear liner reduces the forces of friction and shear. To efficiently address patient safety, the extra-firm foam borders of the integrated lateral bolsters form a strong edge that facilitates patient transfers and bed egress.</p>","image":{"path":"/storage/uploads/2021/04/14/60775006c196eValue-2--Comfortnest-Xi-New_2.jpg"}}},{"value":{"title":"An asset for your infection prevention programs","title_short":"Infection prevention","subtitle":null,"text":"<p>The comfortNEST greenXi has been designed with ease of cleaning and long-lasting performance in mind. It effectively contributes to your infection prevention and control programs through its antimicrobial components that assist in prohibiting growth of bacteria and fungi.</p>","image":{"path":"/storage/uploads/2021/04/14/60775013221e7Value-3--comfortNEST-greenXi_2.jpg"}}}],"background":true,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Key features for added performance","text":null,"categories":[{"value":{"title":"Antimicrobial components"}},{"value":{"title":"3-layer / 3-zone construction"}},{"value":{"title":"Viscoelastic gel topper"}},{"value":{"title":"One-piece cover"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/02/12/602690354c34ffeature---Antimicrobial-components-6.jpg"},"title":"Antimicrobial components","text":"A 100% medical grade non-allergenic foam and antimicrobial components assist in prohibiting growth of bacteria and fungi.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2021/02/12/6026903c67bd6feature---3-layer--3-zone-construction-2.jpg"},"title":"3-layer / 3-zone construction","text":"Made of 3 layers and 3 zones, the comfortNEST greenXi has a high-quality design that ensures long-lasting performance. Its varying foam densities and firmness levels address pressure redistribution and support needs of the different areas of the body.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2021/04/21/608075f03f84fcomfortNEST-greenXi---Viscolastique.png"},"title":"Viscoelastic gel topper","text":"Designed to offer additional immersion and envelopment, the viscoelastic memory foam topper infused with gel provides comfort while reducing pressure points.","category":"3"}},{"value":{"image":{"path":"/storage/uploads/2021/04/21/6080757dc674aHousse-monobloc.png"},"title":"One-piece cover","text":"For extra convenience and optimal patient comfort, the fully enclosed one-piece cover integrates all mattress components while providing the look and feel of a one-piece mattress.","category":"4"}}],"disable_swiper":false,"change_layout":false}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and surface construction","text":null,"specifications":[{"value":{"title":"Dimensions","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Center mattress","data":"35\\" W x 80\\" or 84\\" L x 6\\" H (88.9 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Two lateral bolsters","data":"6\\" W x 80\\" or 84\\" L x 6\\" H (15.2 cm W x 203.2 cm or 213.4 cm L x 15.2 cm H)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Foot end extender (optional)","data":"35\\" W x 4\\" L x 6\\" H (88.9 cm W x 10.2 cm L x 15.2 cm H)"}}]}},{"value":{"title":"Weight capacity","data":"1000 lb (454 Kg)","sub":null}},{"value":{"title":"Flammability","data":"","sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Meets Federal Standard 16 CFR 1632, Cal. TB 117"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":null,"data":"Optional barrier to meet Cal. TB 129 and Boston Fire IX-11"}}]}}],"features":[{"value":{"title":"TOP COVER","data":"A single-piece cover integrates All mattress components","sub":null}},{"value":{"title":"ANTI-SHEAR LINER","data":"To dissipate heat and reduce friction","sub":null}},{"value":{"title":"TOP LAYER","data":"Pressure redistributing 4.0 lb density viscoelastic memory gel foam","sub":null}},{"value":{"title":"BASE LAYER","data":"2.0 lb density and IFD 78 – 85 provides a firm support base","sub":null}},{"value":{"title":"HEAD SECTION","data":"HR 2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"SEAT SECTION","data":"HR 2.7 lb density and IFD 24 – 32","sub":null}},{"value":{"title":"HEEL SECTION","data":"2.1 lb density and IFD 16 – 24","sub":null}},{"value":{"title":"LATERAL SIDE BOLSTERS","data":"Same foam design properties as the main mattress","sub":null}},{"value":{"title":"FIRM PERIMETER SUPPORT","data":"2.0 lb density and IFD 78 – 85 provides stability and facilitates bed egress and ingress","sub":null}}],"image":{"path":"/storage/uploads/2021/04/14/607750213789bSpec---Comfortnest-Xi-New_2.png","meta":{"title":"Specifications and features - Bariatric support surface - The comfortNEST greenXi"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"storage/uploads/specification.svg"},"document":null,"check":false,"education_document":{"_id":"605df3a4162d683fc57866d1","link":"educations","display":"comfortNEST greenXi"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more innovative products","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"608078dace11a579072effb6"},"path":"/storage/uploads/2021/04/21/608078daab55aDcouvrez---Support-surface.jpg"}],"title":"See our complete line of prevention and therapeutic support surfaces","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"}],"link_text_2":"View all","link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60807abaff5f162eec173702"},"path":"/storage/uploads/2021/04/21/60807abad5f13Discover---Beds-CAN.jpg"}],"title":"Our hospital beds are unique, versatile and powerful. Find the right bed for your comfortNEST!","subtitle":null,"summary":null,"link":[],"link_text":"","link_2":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"}],"link_text_2":"View all","link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":false,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":false,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":false,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the comfortNEST greenXi?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/14/6077503418b9aCTA---comfortNEST-greenXI---on-bed---CANADA.jpg","meta":{"title":"Contact us - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"darken_background_image":false,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048177,"_created":1604934342,"meta_description":"The comfortNEST greenXi can easily be adjusted in width and length and integrates all mattress components into an enclosed cover. See its innovative features.","meta_title":"comfortNEST greenXi Expandable Bariatric Hospital Mattress","noindex":false,"og_image":{"path":"/storage/uploads/2021/04/14/60774f6a662baEn-tte---comfortNEST-greenXi.png","meta":{"title":"Expandable support surface for bariatric care settings - The comfortNEST greenXi"}},"has_showroom":false,"schema_description":"The comfortNEST greenXi is an expandable support surface integrating all mattress components into a one-piece enclosed cover. Designed to answer the needs of bariatric environments, it offers pressure redistribution and optimal patient comfort. For increased convenience, its width and length can easily be adjusted by caregivers.","schema_height":"6\\"","schema_logo":{"path":"/storage/uploads/2020/12/21/5fe0c163c3894comfortNEST-greenXi.png","meta":{"title":"Logo - comfortNEST greenXi"}},"schema_width":"35\\"","is_not_available":false,"_link":"products"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All support surfaces","text":null,"image":{"path":"storage/uploads/2021/04/26/6087081256e8cHeader---Accueil-matelas.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Preventive and therapeutic surfaces tailored to your patients’ needs","add_title_h1":false,"subtitle":null,"text":"Umano Medical offers a complete array of preventive and therapeutic support surfaces that help prevent or treat pressure injuries. With our surfaces designed for medical-surgical, behavioral health or bariatric environments, there is no doubt you will find the perfect fit for your needs. Check out our models!","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724433243dc5fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2023/07/20/Menu-thumbnail-comfortnest-green.png"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070af02c12045fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b074d07b15fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":"","summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","add_title_h1":false,"subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: take the first step to a simpler and connected future. Discover the technology that takes your bed to the next level.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"/en/products/support-surfaces/","meta_description":"Healthcare facilities around the world rely on our innovative products and exceptional service to address their specific needs. Discover the new alternative.","meta_title":"Hospital Bed Mattresses | Umano Medical","noindex":false,"og_image":null,"hide_from_menu":null,"hide_from_menu_en_ca":null,"hide_from_menu_en_uk":true,"hide_from_menu_en_us":null,"custom_childs":[],"_link":"product_type"},{"_id":"66c3aa4346f65674560a5b82","title":"Umano Connect","slug":"/en/products/umano-connect/umano-connect/","category":{"_id":"6266eb5726f978454b65d6b3","title":"Umano Connect","_mby":"662908f31efd0e38067e0308","_by":"612cf9635cf9b154834a4638","_modified":1727290997,"_created":1650912087,"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Connect Technology","text":null,"image":{"path":"storage/uploads/2021/04/07/606df56062bbaooksnowALL---CTA-contact-CAN.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>The first step to a simpler and connected future.</p>","link":[{"_id":"6266e30a9a6c1f39b8176106","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>"}}],"parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","add_title_h1":false,"subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: take the first step to a simpler and connected future. Discover the technology that takes your bed to the next level.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"slug":"empty","meta_description":"Bed status data and event logs can now be accessed remotely, in near real-time, by staff members.","meta_title":"Smart Hospital Bed : Umano Connect™","noindex":false,"og_image":{"path":"Pages produits/Umano Connect/Umano-connect-usa-menu.png"},"custom_childs":null,"_link":"product_type"},"sub_category":"","thumbnail":{"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png","meta":{"title":"Connected solution for hospital beds - Umano Connect"}},"subtitle":"TOWARDS A SIMPLE AND CONNECTED FUTURE","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Connect™: take the first step to a simpler and connected future","text":"<p>Discover the technology that takes your bed to the next level.</p>","image":null,"image_product":{"path":"Pages produits/Umano Connect/Banner-can-umano-connect-canada.png","meta":{"title":"International banner - Connected solution for hospital beds - Umano Connect"}},"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Request a demo","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":"","texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","video":null,"demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"Pages produits/Umano Connect/Logo-connectivit---umano-connect.png","meta":{"title":"Logo - Umano Connect"}},"title":"","subtitle":"","text":"","link":null,"link_text":"","bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":null,"text":null,"link":null,"custom_link":null,"link_text":null,"image":{"path":"storage/uploads/2023/09/19/umano-connect-ENG.jpg","meta":{"title":"Connected solution for hospital beds - Umano Connect"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"Empower your staff","text":"<p>With Umano Connect™, bed status data and event logs that were previously only available at the bedside can now be accessed remotely, in near real-time, by staff members. From the patient room to the nurses’ station and the maintenance department, all your teams come together with Umano Connect. They can now access valuable information allowing them to make assessments, and to monitor beds and patients remotely.<p> ","link":null,"link_text":"","bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false,"add_title_h1":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":null,"title":"Watch the video","video_id":"533699175","image":{"path":"Pages produits/Umano Connect/Watch-the-video---Umano-Connect.jpg","meta":{"title":"Video - Connected solution for hospital beds - Umano Connect"}},"container_smaller":true,"blue_text":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Helping Care Teams","title_short":"CARE TEAM","subtitle":null,"text":"<p>Care teams can visualize and monitor bed status events and in-bed patient movements to intervene only when necessary, saving valuable staff time and improving patient care.</p>","image":{"path":"Pages produits/Umano Connect/care-teams.jpg","meta":{"title":"Une polyvalence exceptionnelle et une valeur inégalée"}}}},{"value":{"title":"Making Maintenance Efficient","title_short":"MAINTENANCE TEAM","subtitle":null,"text":"<p>Umano Connect™ facilitates preventive maintenance planning and logistics. Maintenance team can locate quickly beds, and track bed error codes to make troubleshooting procedures more efficient and reduce bed downtimes.</p>","image":{"path":"Pages produits/Umano Connect/maintenance-trams.jpg","meta":{"title":"Extension de la largeur"}}}},{"value":{"title":"Following Protocols with Ease","title_short":"NURSE MANAGER","subtitle":null,"text":"<p>Nurse managers can monitor bed groups with ease from the dashboard. It allows them to assess if fall prevention protocols are being followed throughout their care units and reinforce them accordingly.</p>","image":{"path":"Pages produits/Umano Connect/Nurse-managers.jpg","meta":{"title":"Respect de la dignité"}}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-nurse-smart-bed.png"}],"pagination_position":"bottom"}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Near real-time insights","text":"","specifications":[{"value":{"title":"Brake status ","data":"","sub":null}},{"value":{"title":"Positions","data":"Siderail position and backrest position.","sub":[]}},{"value":{"title":"Bed","data":"Bed height, bed width, in-bed weight, in-bed time history, center of mass and bed exit detection.","sub":[]}},{"value":{"title":"Activations","data":"New patient activations and lock activations.","sub":[]}},{"value":{"title":"Logs","data":"Weight logs and patient risk logs.","sub":[]}},{"value":{"title":"Maintenance errors","data":null,"sub":null}}],"features":[{"value":{"title":"Bed communication","data":"WiFi, Ethernet and Bluetooth.","sub":[]}},{"value":{"title":"Server requirements","data":"CentOS and SQL Server.","sub":[]}},{"value":{"title":"Dashboard compatibility","data":"Google Chrome, FireFox, Safari and Microsoft Edge.","sub":[]}}],"image":{"path":"Pages produits/Umano Connect/Dashboard-in-computer-Screen-grid--EN.png","meta":{"title":"Technical specifications - Connected solution for hospital beds - Umano Connect"}},"documents":[{"value":{"title":"Brochure","image":{"path":"storage/uploads/2021/04/19/607de12c8c7aaBrochure-2.png","meta":{"title":null}},"document":null,"check":false,"education_document":{"_id":"633b1225ecc8380deb0815c5","link":"educations","display":"Umano Connect"}}},{"value":{"check":false,"title":"Specification Sheet","image":{"path":"storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"education_document":{"_id":"633b1273ecc8380deb0815c9","link":"educations","display":"Specification Sheet – Umano Connect"}}}],"margin_top":false,"vertical_scroll":false,"column_1_title":"Bed status and event data","column_2_title":"Supported technologies","right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Ready to take the first step to a simplified, connected future?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/07/606df56062bbaooksnowALL---CTA-contact-CAN.jpg","meta":{"title":"Contact us - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover the ook snow platform, our line of game-changing hospital beds","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"ook snow - lit d\'hôpital - médecine-chirurgie"},"path":"Related-Product---ook-snow-CAN.png"}],"title":"The ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"Ook Snow"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook snow MH - lit d\'hôpital - soins de santé mentale"},"path":"Related-Product---ook-snow-MH-CAN.png"}],"title":"The ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Explore","link_2":[{"_id":"5f89a8dd2ebd9b0bd07c1c42","link":"pages","display":"Salle de montre"}],"link_text_2":"Showroom","link_2_showroom":true}},{"value":{"thumbnail":[{"meta":{"title":"ook cocoon - lit d\'hôpital - soins de longue durée"},"path":"storage/uploads/2021/04/15/60784a3758aa0Related-Product---ook-snow-ALL-CAN.png"}],"title":"The ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":"","link_2_showroom":true}}],"link":null,"link_text":"Showroom","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":true,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_modified":1727376796,"_created":1724099139,"meta_description":"Bed status data and event logs can now be accessed remotely, in near real-time, by staff members.","meta_title":"Smart Hospital Bed : Umano Connect™ ","noindex":false,"og_image":{"path":"/storage/uploads/2024/09/25/66f45a13dc91cOG-image.png","meta":{"title":"Notification Center - Connected hospital bed - Umano Connect"}},"has_showroom":false,"schema_description":"Un accès continu à des informations sur l\'état du lit et protocoles de sécurité permet de vous concentrer sur ce qui compte le plus: vos patients.\\n\\nAvec Umano Connect™, les données d’état du lit et les historiques d’événements qui n’étaient auparavant accessibles qu’au chevet du patient, peuvent maintenant être consultés à distance par le personnel. De la chambre du patient au poste infirmier, en passant par le service de maintenance, outillez vos équipes pour une coordination des soins optimale.","schema_height":"31.7\\"","schema_logo":{"path":"Pages produits/Umano Connect/Logo-connectivit---umano-connect.png","meta":{"title":"Logo - Umano Connect"}},"schema_width":"52.75\\"","is_not_available":false,"new_product":false,"_link":"products"},{"_id":"6008afa59ff75e2dd52eee15","title":"Furniture","slug":"/en/products/furniture/","parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","add_title_h1":false,"subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: take the first step to a simpler and connected future. Discover the technology that takes your bed to the next level.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"5fa98d02c3f37136a9450853","title":"Max-Secure Furniture","slug":"/en/products/furniture/max-secure-furniture/","category":{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},"sub_category":"","thumbnail":{"path":"storage/uploads/2021/04/15/60784597f13b1Menu--Mobilier-Max-Secure.png","meta":{"title":"Furniture for behavioral health environments - The Max-Secure"}},"subtitle":"High-security furniture","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The Max-Secure TM furniture series: a safe and durable product line for behavioral health environments","text":null,"image":[],"image_product":{"path":"/storage/uploads/2021/04/13/6075f4d023cb4En-tete---Max-secure-furniture.png","meta":{"title":"International banner - Furniture for behavioral health environments - The Max-Secure"}},"link":{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"},"link_text":"Request more information","bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"Your solution to maximize safety and comfort","text":"Designed for performance and durability, the Max-Secure furniture series maximizes security for patients and staff without compromising on comfort. Manufactured using Herculite® Polymer Composite, its seamless smooth surface is easy-to-clean and withstands continuous use in any behavioral health environment. Each product is available in a variety of soothing colors to match your decor and create a serene environment.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":null,"pagination_position":"bottom"}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Key features for increased peace of mind","subtitle":null,"text":"<p>Thoughtfully designed to enhance your institution’s security, the Max-Secure furniture series offers many features to prevent injury to self or others:</p>\\n<ul>\\n<li>Its one-piece construction with no exposed fasteners is maintenance-free and resists carving or scratching</li>\\n<li>The seamless smooth surface manufactured using Herculite® Polymer Composite is antimicrobial and impact resistant</li>\\n<li>Its solid design offers no space for concealment</li>\\n<li>The furniture can be ballasted to prevent lifting or throwing</li>\\n</ul>\\n<p> </p>\\n<p> </p>\\n<p><strong>You can download the Max Secure Furniture Series brochure <a title=\\"Max Secure Furniture series brochure\\" href=\\"/storage/uploads/2023/06/26/6499a6d18f039U-MAX-9002-ENG-R1---Technical-Brochure-Max-Secure-Furniture-Series.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">here</a>.</strong></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2021/04/15/60787fd2dfc02Key-Features.jpg","meta":{"title":"Furniture for behavioral health environments - The Max-Secure"}},"image_left":true,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_link":null}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient room furniture","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbca2a06b6c3d0b4af207"},"path":"/storage/uploads/2021/03/03/603fbca2caf76Nightstand.png"}],"title":"Nightstand","subtitle":null,"summary":"<p>This nightstand gives your patients a place to store their personal effects in the privacy of their room.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>21.5\\" D x 22.5\\" W x 23\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbca83df8051161507cf5"},"path":"/storage/uploads/2021/03/03/603fbca883c9e2-shelf-storage-unit.png"}],"title":"2-shelf storage unit","subtitle":null,"summary":"<p>This 2-shelf storage unit offers a durable and secured solution.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>13.5\\" D x 30\\" W x 35\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbcad3df8051161507cf6"},"path":"/storage/uploads/2021/03/03/603fbcadc7eb94-shelf-storage-unit.png"}],"title":"4-shelf storage unit","subtitle":null,"summary":"<p>The 4-shelf storage unit gives your patients additional space to keep their personal effects.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>5\\" D x 30\\" W x 60.5\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbcb33df8051161507cf9"},"path":"/storage/uploads/2021/03/03/603fbcb3aa0eaCorner-mounted-desk.png"}],"title":"Corner mounted desk","subtitle":null,"summary":"<p>The corner mounted desk is a safe and durable writing or storage surface for your patients’ personal space.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>25\\" D x 25.44\\" W x 13.55\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd57a06b6c3d0b4af211"},"path":"/storage/uploads/2021/03/03/603fbd570302cWall-mounted-desk.png"}],"title":"Wall mounted desk","subtitle":null,"summary":"<p>The wall mounted desk offers patients a convenient and secured writing or storage surface.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>25\\" D x 35.3\\" W x 14.47\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd5ca06b6c3d0b4af212"},"path":"/storage/uploads/2021/03/03/603fbd5c20805Round-stool.png"}],"title":"Round stool","subtitle":null,"summary":"<p>This durable stool allows patients to work and relax in the privacy of their own rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>15\\" W x 18\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbd61a06b6c3d0b4af213"},"path":"/storage/uploads/2021/03/03/603fbd610f6a0Wall-mounted-bench.png"}],"title":"Wall mounted bench","subtitle":null,"summary":"<p>Designed to withstand continuous use, this wall mounted bench creates additional seating space in common areas.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>15\\" D x 11\\" H x customizable length (between 48\\" and 108\\" in 12\\"increments.</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Chairs and tables","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdc73df8051161507d05"},"path":"/storage/uploads/2021/03/03/603fbdc78ca73Armless-chair.png"}],"title":"Armless chair","subtitle":null,"summary":"<p>Proven to withstand continuous use, this armless chair is designed to maximize safety and comfort in patient rooms or common areas.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>23\\" D x 19\\" W x 31.5\\" H (17.5\\" seat height)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdcda06b6c3d0b4af21c"},"path":"/storage/uploads/2021/03/03/603fbdcd1dc09Arm-chair.png"}],"title":"Armchair","subtitle":null,"summary":"<p>This durable armchair provides both comfort and security to common spaces and patient rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>23\\" D x 23\\" W x 31.5\\" H (17\\" seat height)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdd23df8051161507d06"},"path":"/storage/uploads/2021/03/03/603fbdd21c9adDinning-table.png"}],"title":"Dining table","subtitle":null,"summary":"<p>This top-of-the-line dining table maximizes security while patients spend time in the common rooms.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 42\\" L x 29\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbdd73df8051161507d07"},"path":"/storage/uploads/2021/03/03/603fbdd72348fExtended-Dinning-table.png"}],"title":"Extended dining table","subtitle":null,"summary":"<p>This durable extended dining table seats up to six people comfortably.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 74.5\\" L x 29\\"H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"603fbddc3df8051161507d0a"},"path":"/storage/uploads/2021/03/03/603fbddce04b1Game-table.png"}],"title":"Games table","subtitle":null,"summary":"<p>The games table adds to the conviviality of your living areas by allowing patients to play a variety of board games.</p>\\n<h5>Dimensions</h5>\\n<ul>\\n<li>42\\" W x 42\\" L x 29\\" H</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Discover more products","subtitle":null,"text":"","thumbnails":[{"value":{"thumbnail":[{"meta":{"title":"Max-Secure Platform bed","asset":"603fbbe90a36cf08f20afc49"},"path":"/storage/uploads/2021/03/03/603fbbe949f3bRelated-product---MaxSecure.png"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>Pair your Max-Secure furniture with the Max-Secure platform bed designed for high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Max-secure"}],"link_text":"Learn more","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":"","asset":"60784a3754325618bb187c54"},"path":"/storage/uploads/2021/04/15/60784a37c768aRelated-Product---ook-snow-MH-CAN.png"}],"title":"ook snow MH","subtitle":null,"summary":"<p>Maintain the perfect balance between safety and clinical needs with the ook snow MH, our adaptable behavioral health bed.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"Ook Snow MH"}],"link_text":"Learn more","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":"Download the Max-Secure Furniture Series brochure","link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"fix_col_number":null,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about the Max-Secure furniture series?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"link_text":"Contact us","image":{"path":"/storage/uploads/2021/04/08/606e4bab5559dService-plans-3.jpg","meta":{"title":"Contact us - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"custom_link":null,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":true}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1721048941,"_created":1604947202,"meta_description":"This high-security furniture including chairs, tables, and storage units, maximizes security in patient rooms and common areas. Discover the full product line.","meta_title":"Max-Secure Furniture | Safe and Durable Hospital Furniture Line","noindex":false,"og_image":null,"has_showroom":false,"schema_description":null,"schema_height":null,"schema_logo":null,"schema_width":null,"is_not_available":true,"_link":"products"},{"_id":"5fa98ce8e1e2d96a9203e677","title":"Overbed table FTG SERIES","slug":"/en/products/furniture/overbed-table-ftg-series/","category":{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},"sub_category":null,"thumbnail":{"path":"storage/uploads/2021/04/11/607328fe14de45fe08c23b6db0confortNEST-yellow-1-13.jpg","meta":{"title":"Easy to clean and convenient overbed table - FTG SERIES"}},"subtitle":"Robust and easy-to-clean table","summary":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"The overbed table FTG® SERIES: convenient and easy to clean","text":"<p>Discover a robust piece of furniture to enhance your beds</p>","image":null,"image_product":{"path":"/storage/uploads/2021/04/22/60817c752870bEn-Tte---Table.png","meta":{"title":"International banner - Easy to clean overbed table - FTG SERIES"}},"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":false,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":[],"title":"","subtitle":"An overbed table that will meet your highest expectations for infection control","text":"Designed to meet the needs of your staff and patients, our overbed table has a low profile base for an easy access under the bed. The FTG SERIES offers increased versatility and optimal compatibility for both beds and patient’s chairs. Its acrylic top will satisfy your most demanding cleaning protocols. \\nA variety of top covers, either laminated or acrylic (fixed or extendable), are available to fit your facility’s needs.","link":null,"link_text":null,"bigger_content":false,"add_title_h1":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Designed to meet your infection prevention protocol","title_short":"Ease of cleaning","subtitle":null,"text":"<p>The overbed table FTG SERIES was designed with an extensive infection prevention protocol in mind. Its resistant acrylic top and its smooth surfaces make it easier for staff to clean for staff, while saving their precious time.</p>","image":{"path":"/storage/uploads/2021/04/13/6075ccf5ced7c01---Infection-prevention---FTG-table.jpg"}}},{"value":{"title":"Various choices of colors and laminates","title_short":"Customizable design","subtitle":null,"text":"<p>Whether you’re in a long-term acute care facility or in a hospital environment, we know how beautiful rooms can enhance your patients’ stay. With this overbed table, you have various options of colors and laminates to fit your furniture and room decor.</p>","image":{"path":"Pages produits/Table FTG/Stratify-color---table-ftg.jpg"}}},{"value":{"title":"A table adapting to your environments","title_short":"Versatility","subtitle":null,"text":"<p>An appealing look is important, but a high-quality design makes your facility safer and more reliable. From its low profile base for an easy access under the bed, its extendable acrylic top for increased reach and greater surface, to its fast and easy adjustment, you can rely on our overbed table FTG SERIES.</p>","image":{"path":"/storage/uploads/2021/04/13/6075ccf5eccd403---Adapting-to-your-environment.jpg"}}}],"background":true,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Discover its thoughtful features","text":null,"categories":[{"value":{"title":"Best in class low height"}},{"value":{"title":"Sturdy design"}},{"value":{"title":"Resistant acrylic top"}}],"features":[{"value":{"image":{"path":"/storage/uploads/2021/04/13/6075cd0ea3f0501---low-height.jpg"},"title":"Best in class low height","text":"The overbed table FTG SERIES offers a low profile base for easy under bed access and a low height range to adapt your furniture height.","category":"1"}},{"value":{"image":{"path":"/storage/uploads/2020/12/18/5fdd02ebe7f73feature---sturdy-design.jpg"},"title":"Sturdy design","text":"The sturdy design makes for a reliable and great quality product.","category":"2"}},{"value":{"image":{"path":"/storage/uploads/2020/12/18/5fdd033cea544feature---RESISTANT-ACRYLIC-TOP.jpg"},"title":"Resistant acrylic top","text":"Its resistant acrylic top has a smooth surface and is easy to clean, allowing your staff to save time. ","category":"3"}}],"disable_swiper":true}},{"component":"specification","settings":{"id":"","class":"","style":"","title":"Specifications and features","text":null,"specifications":[{"value":{"title":"LAMINATED","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.83\\" (103.8 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.83\\" (65.6 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}},{"value":{"title":"ACRYLIC","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.6\\" (103.1 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.6\\" (65 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}},{"value":{"title":"EXTANDABLE ACRYLIC","data":null,"sub":[{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Maximum height :","data":"40.6\\" (103.1 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Minimum height :","data":"25.6\\" (65 cm)"}},{"field":{"type":"set","label":"Sub","options":{"fields":[{"name":"title","label":"Title","type":"text"},{"name":"data","label":"Data","type":"text"}]}},"value":{"title":"Load capacity :","data":"100 lb (45 kg)"}}]}}],"features":[{"value":{"title":"Twin Caster","data":"1.97\\" / 5 cm","sub":null}},{"value":{"title":"Load Capacity","data":"100 lb / 45 kg","sub":null}},{"value":{"title":"Self-locking Hi-lo system","data":null,"sub":null}},{"value":{"title":"Sturdy construction","data":null,"sub":null}},{"value":{"title":"Epoxy polyester powder coating","data":null,"sub":null}}],"image":{"path":"/storage/uploads/2021/04/15/60785c55b3bc6Table---Spcifications.png","meta":{"title":"Specifications and features - Overbed table - FTG SERIES"}},"documents":[{"value":{"title":"Specification sheet","image":{"path":"/storage/uploads/2021/04/19/607de11ce0d22Spec-Sheet-2.png"},"document":null,"check":false,"education_document":{"_id":"633b020750768f6b0c479bd3","link":"educations","display":"Over Bed Table FTG series"}}}],"margin_top":true,"vertical_scroll":false,"column_1_title":null,"column_2_title":null,"right_column_text":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"storage/uploads/2021/04/07/606df55454b58ooksnowALL---CTA-contact-CAN.jpg","meta":{"title":"Contact us - Best service in the industry"}},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"darken_background_image":false,"telephone":null,"cta_product":true}}],"_mby":"6503283eb5bdf850d12c01b2","_by":"5f7235cb372719443d31adf6","_modified":1700575696,"_created":1604947176,"meta_description":"Discover our overbed tables designed to satisfy your most demanding cleaning protocols. Convenient and versatile, our tables will save you precious time.","meta_title":"Robust and Easy to Clean Hospital Overbed Table FTG® SERIES","noindex":false,"og_image":null,"has_showroom":false,"schema_description":null,"schema_height":null,"schema_logo":null,"schema_width":null,"is_not_available":false,"_link":"products"}],"meta_title":"Hospital Furniture and Equipment | Umano Medical","meta_description":"Learn more about Umano Medical\'s tables, chairs, shelves and other furnishings that will become a valued part of your healthcare environment.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All items of furniture","text":null,"image":{"path":"storage/uploads/2021/04/11/607330814076c5fff110ac5d3dcaroussel---photo-2-4.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Versatile items of furniture for all care environments","add_title_h1":false,"subtitle":null,"text":"Because care environments are also living spaces, Umano Medical offers a furniture line for bedrooms and common areas. Find out which items would be a good fit for your environment.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/607327f57929d5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure Furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073285a6469f5fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"><em><span lang=\\"en-CA\\">Product, option, and accessory availability may var</span><span lang=\\"fr-CA\\">y depending on model and region. Contact your local representative for more information.</span></em></p>\\n<p style=\\"margin: 0in; font-family: Calibri; font-size: 11.0pt;\\"> </p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_modified":1697643116,"_created":1611181989,"_link":"product_type"},{"_id":"5fa2feb3874d236bd766ede5","title":"Accessories and Tools","slug":"/en/products/accessories-and-tools/","parent":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","add_title_h1":false,"subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: take the first step to a simpler and connected future. Discover the technology that takes your bed to the next level.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All accessories and tools","text":null,"image":{"path":"storage/uploads/2020/12/03/5fc9261103779En-tte-de-page-normal-que-ce-soit-blurry.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"add_title_h1":false,"subtitle":"Accessories and tools to enhance your bed functionality","text":"Explore our complete line of durable accessories and tools designed to meet your institution’s needs. From simple but handy to highly innovative, some make things easier for healthcare professionals while others enhance patients’ autonomy and comfort. Discover our complete line of accessories and tools.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"video","settings":{"id":"","class":"","style":"","title_top":"Transport Carts","title":"Transport Carts","video_id":"391070666","image":{"path":"storage/uploads/2021/04/14/60771ad7b0662Video---ooksnow-ALL-transport-cart_.jpg"},"container_smaller":true,"blue_text":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771f08e82c901---Transport-cart-ook-snow.jpg"}],"title":"Transport cart","subtitle":"FOR SIMPLIFIED TRANSPORT AND STORAGE","summary":"<p>Designed for the <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a>, <a href=\\"/en/products/beds/ook-snow-mh/\\">ook snow MH</a> and <a href=\\"/en/products/beds/ook-cocoon/\\">ook cocoon</a>, this easy-to-operate transport cart allows vertical transportation around tight spaces and narrow doorways. When used for storage, it helps you save valuable space.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Tubular steel construction and powder-coat paint for optimal durability</li>\\n<li>4 casters with brakes</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771f378907d01---Transport-cart-ook-snow_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771f3d3d1e502---Transport-cart-ook-snow_CX.jpg"}],"title":"ook snow ALL transport cart","subtitle":"EASILY MANOEUVRE AND STORE YOUR BED","summary":"<p>Specifically designed for the <a href=\\"/en/products/beds/ook-snow-all/\\">ook snow ALL</a>, this transport cart allows you to vertically transport your bed around tight spaces with minimal effort thanks to its autorotation mechanism. It also allows you to save valuable storage space by storing beds vertically in your warehouse.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Tubular steel construction and powder-coat paint for optimal durability</li>\\n<li>Auto-rotation mechanism</li>\\n<li>4 casters with brakes</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Holders & supports","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771f914b18b01---oxygen-bottle-holder_1_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771f916eed102---oxygen-bottle-holder_CX.jpg"}],"title":"Oxygen bottle holder","subtitle":"CONVENIENCE AND DURABILITY","summary":"<p>Compatible with the entire <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a> bed line, this high-quality oxygen bottle holder is an easy and safe solution for placing the oxygen tank. An optional clamp allows to fix it on another accessory and keep the sockets free.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>35 lb maximum load capacity</li>\\n<li>Optional clamp</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771fb02556f01---urinal_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771fb043e5402---urinal_PR_CX.jpg"}],"title":"Urinal holder","subtitle":"THE CONVENIENCE YOU NEED","summary":"<p>Specially designed to support and maintain the stability of the urinal bottle while the bed is moving or switching positions, the urinal holder is a convenient solution for preventing leaks.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Compatible with open-handle urinals of up to 20 lb.</li>\\n<li>Designed to be installed on both head siderails for easy access in all bed positions</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771fca994ae01---Pump-holder_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771fcab8de802---Pump-holder_CX.jpg"}],"title":"Removable pump holder","subtitle":"FOR EFFICIENT SUPPORT","summary":"<p>The high-quality removable pump holder offers a convenient solution to support pumps and other accessories.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>70 lb maximum load capacity</li>\\n<li>Designed to be installed on the bed footboard</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771fe5d0ec001---IV-pole_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/60771fe5ecedd02---IV-pole_CX.jpg"}],"title":"IV Poles","subtitle":"AN EASILY ADJUSTABLE SOLUTION","summary":"<p>Telescopic IV poles are offered in a wide range of configurations to fit your needs.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>Available in fixed and foldable versions</li>\\n<li>1\\" or 3/4\\" diameter</li>\\n<li>1/2\\" IV pole adapter for 3/4\\" sockets</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient helpers","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"ook-snow-trapeze.png"}],"title":"Standard patient helper","subtitle":"FOR INCREASED PATIENT MOBILITY","summary":"<p>This easy-to-install and adjustable patient helper encourages patient autonomy and mobility by assisting during in-bed repositioning. Its two independently removable sections offer increased flexibility while a lock-in-place system prevents accidental removal.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>170 lb maximum load capacity</li>\\n<li>Compatible with 1 1/2\\" sockets</li>\\n<li>1 1/2\\" diameter steel tube construction</li>\\n<li>Independently removable upper and lower portion to facilitate installation</li>\\n<li>3-position upper portion</li>\\n<li>Adjustable handle position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"Trapeze-ook-snow-ALL.png"},{"meta":{"title":""},"path":"ook-Snow-ALL-with-trapeze.png"}],"title":"ook snow ALL patient helper","subtitle":"A VERSATILE SOLUTION FOR IMPROVED AUTONOMY","summary":"<p>Specifically designed for our <a href=\\"/en/products/beds/ook-snow-all/\\">ook snow ALL</a> bed, this high-capacity adjustable patient helper encourages patient autonomy and mobility. Its strong structure provides an additional load capacity that’s ideal for multiple care environments.</p>\\n<h5>Specifications</h5>\\n<ul>\\n<li>300 lb maximum load capacity</li>\\n<li>Compatible with 1 1/2\\" sockets</li>\\n<li>1 1/2\\" diameter steel tube construction</li>\\n<li>Independently removable upper and lower portion</li>\\n<li>Lock-in-place system prevents accidental removal</li>\\n<li>3-position upper portion (+1 storing position)</li>\\n<li>Adjustable handle position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Mattress extension","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/6077205addc4201---Mattress-extension_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/6077205b0a51102---Mattress-extension_CX.jpg"}],"title":"Bed extender cushion","subtitle":"FOR ADDITIONAL COMFORT","summary":"<p>The bed extender cushion, to be used with the integrated bed extender, provides greater comfort for taller patients. Several lengths are available to suit your equipment.</p>\\n<h5>Available lengths</h5>\\n<ul>\\n<li>4\\"</li>\\n<li>6\\"</li>\\n<li>10\\"</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Pads","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/607720902666a01---Siderail-pads_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/6077209049e2402---Siderail-pads_CX.jpg"}],"title":"Siderail pads","subtitle":"FOR A SOFTER FEEL","summary":"<p>The siderail pads are designed to cover the siderail openings on the <a href=\\"/en-ca/products/beds/ook-snow/\\">ook snow</a>, <a href=\\"/en-ca/products/beds/ook-snow-mh/\\">ook snow MH</a> and <a href=\\"/en-ca/products/beds/ook-snow-all/\\">ook show ALL</a>. Easy to install, they fit snugly over the siderails to ensure smooth motion.</p>\\n<h5>Available kits</h5>\\n<ul>\\n<li>4-piece kit (all siderails)</li>\\n<li>2-piece kit (head siderails only)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/6077209ec49d501---Seizure-pads_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/6077209ef006002----Seizure-pads_CX.jpg"}],"title":"Seizure pads","subtitle":"FOR ADDITIONAL PROTECTION","summary":"<p>Designed to maintain the smooth motion of the siderails on the <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a>, the seizure pads provide additional cushioning to minimize patient injury.</p>\\n<h5>Available kits</h5>\\n<ul>\\n<li>4-piece kit (all siderails)</li>\\n<li>2-piece kit (head siderails only)</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Patient controls","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/607720ce2960e01---Patient-control-2-funcitons_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/607720ce4f14c02---Patient-control-2-funcitons_CX.jpg"}],"title":"2-function patient control","subtitle":"FOR PATIENT COMFORT AND AUTONOMY","summary":"<p>Allowing backrest and knee motions, the 2-function patient control gives patients more autonomy and comfort.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/607720e92e2f901---Patient-control-5-functions_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/607720e94d00302---Patient-control-5-functions_CX.jpg"}],"title":"5-function patient control","subtitle":"FOR INCREASED RESIDENT AUTONOMY WITH THE OOK COCOON","summary":"<p>Specifically designed for the <a href=\\"/en/products/beds/ook-cocoon/\\">ook cocoon</a>, the 5-function patient control gives patients more autonomy through various bed adjustment capabilities.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n<li>Bed height up/down</li>\\n<li>Chair position</li>\\n<li>Flat bed position</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/14/607720ff3e55e01---Patient-control-6-fonctions_PR.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/14/607720ff5e85302---Patient-control-6-fonctions_CX.jpg"}],"title":"6-function patient control","subtitle":"FOR INCREASED PATIENT AUTONOMY WITH THE OOK SNOW ALL","summary":"<p>Specifically designed for the <a href=\\"/en/products/beds/ook-snow-all/\\">ook snow ALL</a>, the 6-function patient control offers various bed adjustment capabilities to maximize patient autonomy.</p>\\n<h5>Functions</h5>\\n<ul>\\n<li>Backrest section up/down</li>\\n<li>Knee section up/down</li>\\n<li>Bed height up/down</li>\\n<li>Chair position</li>\\n<li>Flat bed position</li>\\n<li>Patient repositioning - 6-degree Trendelenburg</li>\\n</ul>","link":null,"link_text":null,"link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":false,"mobile_slider":false,"mobile_two_columns":false,"separator":true,"align_link_bottom":false,"mobile_height_full":true,"title_center":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our bed accessories and tools?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/2021/04/22/60817a4e821b2CTA_Contact_1919_x_876.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":true,"remove_margin_bottom":false,"blue_text":true,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":null}}],"_mby":"607d66da96276b7763444951","_by":"5f7235cb372719443d31adf6","_modified":1711632470,"_created":1604517555,"meta_description":"Discover our full range of high-quality bed accessories and tools, including an innovative transport cart, patient helpers, a urinal holder, IV poles, and more!","meta_title":"Hospital Bed Accessories and Tools for Umano Medical Equipment","noindex":false,"og_image":null,"_link":"product_type"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","add_title_h1":false,"subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: take the first step to a simpler and connected future. Discover the technology that takes your bed to the next level.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en/our-expertise/","parent":"","childs":"","meta_title":"Umano Medical Expertise in Hospital Beds & Equipment Manufacturing","meta_description":"Our innovative medical equipment proudly Canadian, combined with an excellent customer service, are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","add_title_h1":false,"subtitle":null,"text":"Throughout the years, developing hospital beds that have a significant impact for healthcare professionals and patients has always been a focus and a passion. Today, our expertise goes far beyond medical equipment manufacturing. Through a comprehensive approach around fall prevention and infection control, an in-dept understanding of various care environments, a leading-edge vision of the hospital bed, and a desire to provide the best customer care ever offered, our different areas of expertise come together to ensure that you have a very positive experience.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Rethinking customer care, for your 100% satisfaction.","text":"<p>At Umano Medical, we are proud of our refreshing take on <a href=\\"/en/services-and-support/umanocares/\\">customer care</a>. Our unique approach reflects our commitment towards your complete satisfaction. At every step, our team stays close to you to address your needs with proactivity and facilitate the transition to your new equipment. A 24/7 technical support, unmatched <a href=\\"/en/services-and-support/our-service-plans/\\">service plans</a>, an international network of technicians and representatives, same-day part shipping… all the other advantages will make your experience even more satisfying. And above all, you will be confident that you can rely on our team in any situation.</p>"}},{"value":{"image":{"path":"storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds that fulfill your actual needs ","text":"<p>Our know-how also lies in developing equipment to meet even your most exacting needs. That is why our innovative bed platform, the <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while preserving patient dignity, in all care environments. We are always listening and adapting our products to your ever-changing reality. For us, this is the only way we can make sure that we address your current and future needs.</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. Our versatile and durable beds become key allies in improve equipment handling as they can be standardized across care environments. They allow institutions to increase staff efficiency while reducing training needs. Moreover, an unequaled <a href=\\"/en/services-and-support/umanocares/\\">customer care</a> approach and <a href=\\"/en/services-and-support/our-service-plans/\\"><u>customizable service plans</u></a> come together to protect your investment. With all these benefits combined, your institution successfully reduces its costs of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":null,"title":"Going above designing and manufacturing standards ","text":"<p>As a North American medical equipment provider, Umano Medical is proud to distinguish itself with advanced designing and fabrication methods. Constant research in close partnership with healthcare professionals, combined with our empathetic listening, leads us to develop innovative solutions for healthcare. Through decades of hospital bed production and design, we have also perfected our highly specialized manufacturing protocols, which reflect on the latest technological advancements. This way, you can trust the reliability and durability of our products entirely manufactured in our world-class factory.</p>"}},{"value":{"image":{"path":"storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance","text":"<p>For us, proximity with healthcare stakeholders is an essential ingredient for developing relevant and adaptable solutions. That is why we foster long-term partnerships with innovation centers and trusted healthcare institutions. We can also count on the experience of our in-house clinical team. This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same is true for our innovative hospital beds and range of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","title":"UmanoCares","slug":"/en/services-and-support/umanocares/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"UmanoCares"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"UmanoCares | Rethinking Customer Care and Medical Bed Support","meta_description":"Because you deserve excellence, customer care coverage is included with all our products. Supporting you every step of the way, that’s the Umano Promise!","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"UmanoCares: our way of showing you how much we care","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"wysiwyg","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\">Supporting you every step of the way</h2>\\n<p style=\\"text-align: left;\\">Customer care is not just an after-sale necessity to us. Every customer deserves excellence. We make it our commitment to ensure that you enjoy outstanding quality, dependability, and peace of mind throughout your entire ownership experience. Our UmnanoCares service offering ensures that you get the support you deserve. Our service plans are evidence that we stand behind our products and that we will support you no matter what!</p>","smaller":true}},{"component":"statistics","settings":{"id":"","class":"","style":"","title":"Working together means…","description":null,"statistics":[{"value":{"title":"We are here for you","percentage":99,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers talked to our team within the same day they reached out (including calls and emails on the weekend).</span></p>","image":{"path":"page-umanocares/Here-for-you---Blue-CMYK.png"},"reversed_fields":false}},{"value":{"title":"No more waiting for parts","percentage":90,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers have their parts shipped within 24 hours. 98% of them in 48 hours.</span></p>","image":{"path":"page-service/no-more-waiting-blue-cmyk.png"},"reversed_fields":false}},{"value":{"title":"Better together","percentage":94,"text":"<p><span style=\\"font-weight: 400;\\">Of our customers are satisfied with the overall quality of our service experience.</span></p>","image":{"path":"page-service/better-together-blue-cmyk.png"},"reversed_fields":false}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>These statistics are valid for customers in Canada and the United States. Please refer to your <a href=\\"https://www.umanomedical.com/en/contact/#rep\\">sales representative</a> for statistics in your region.</p>"}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"The Umano Promise","title_short":"The Umano Promise","subtitle":"Excellence, at no cost.","text":"<p>We firmly believe that customer service should not be an option. We offer The Umano Promise, a commitment to excellence, to all our clients, at no cost. To ensure a smooth transition, you will be supported every step of the way.</p>\\n<p>The Umano Promise comes with every Umano Medical product. It includes numerous benefits such as a dedicated project manager to ease your equipment transition and a UmanoTech to support you during delivery. Our promise also comes with same-day parts shipping and all parts being available at all times as well as 24/7/365 direct access to our technical support. It can be complemented with highly adaptable service plans and add-ons designed to further reduce your cost of ownership while preserving your peace of mind.</p>\\n<p>Whether you are reaching out for troubleshooting assistance, ordering parts, or user support … Waiting times are over, and we will pick up the phone day or night!</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">24/7/365 direct access to technical support</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Superior parts and labor warranty—no fine print!</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Same-day parts shipping</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Assigned project manager and on-site support to ease equipment transition</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">On-site assistance during delivery and installation</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All parts are available at all times (no expensive subassemblies)</li>\\n</ul>\\n<p><a class=\\"btn / mt-4\\" href=\\"https://www.umanomedical.com/en-ca/services-and-support/our-service-plans/\\"><span style=\\"font-weight: 400;\\">Enhance your experience with our service plans</span></a></p>","image":{"path":"page-umanocares/the-umano-promise.jpg"}}}],"background":false,"counter":null,"add_margin_top":false,"big_slides":false,"align_left_mobile":true}},{"component":"statistics","settings":{"id":"","class":"","style":"","title":"Mike Daniel, Responsible for bed purchases, Algonquin College","description":"<p><span class=\\"ui-provider cvi cvj c d e f g h i j k l m n o p q r s t cvk cvl w x y z ab ac ae af ag ah ai aj ak\\" dir=\\"ltr\\">We are much more than a hospital bed manufacturer: we are your next trusted partner. Watch this video to know how we develop these customer relationships.</span></p>","statistics":null}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"63e5427e295b6c5d0f0183b2","link":"testimonies","display":"Algonquin College Ottawa, Canada"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"In need for technical assistance?","text":"<p><span style=\\"font-weight: 400;\\">If you need help with our products, a specialist will be there to assist you.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Immediately. 24/7/365.</span></p>\\n<p><span style=\\"font-weight: 400;\\"> </span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Talk to a specialist now","image":{"path":"page-service/cta-plus-amples-renseignements.jpg"},"image_as_background":true,"darken_background_image":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":true,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":"8772477494","link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":13,"_modified":1699300225,"_created":1604947553,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa1692d8d683a232b5c5432","title":"Service plans","slug":"/en/services-and-support/our-service-plans/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"UmanoCares"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","params":"","params_en_ca":null,"meta_title":"Service plans | Protect your investment for up to 10 years","meta_description":"Our flexible service plans have been designed to reduce your cost of ownership while preserving your peace of mind. Discover everything we can do for you.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Adaptable service plans and add-ons for additional peace of mind","text":null,"image":{"path":"page-service/assemblage-umanocares.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our service plans","subtitle":null,"text":"<div class=\\"prettier-text-image\\">\\n<p><span style=\\"font-weight: 400;\\">More than a warranty</span></p>\\n<p><span style=\\"font-weight: 400;\\">We stand behind our products by offering unique service plans that suit your actual needs. We are committed to our partnership with our customers and will strive to meet all of your service expectations.</span></p>\\n<p><span style=\\"font-weight: 400;\\">Our service plans keep your products in patient-ready conditions while protecting your investment for up to 10 years. Whether you only need parts, or parts & labor, our highly adaptable plans will give you additional peace of mind.</span></p>\\n<p><span style=\\"font-weight: 400;\\">It is the perfect complement to the Umano Promise.</span></p>\\n<p><span style=\\"font-weight: 400;\\"><a href=\\"/storage/uploads/2022/02/02/61fa92cf8e758Pamphlet-Service-Programs---0001-9009-R1---CAN--USA-ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">Download our service program!</a></span></p>\\n<p><span style=\\"font-weight: 400;\\">Our service programs are available to customers in Canada and the United States. Please contact your <a href=\\"https://www.umanomedical.com/en/contact/#rep\\">sales representative</a> to find out what\'s available in your area. </span></p>\\n</div>","link":null,"link_text":null,"image":{"path":"page-service/umano-promise-en-crop.png"},"image_link":null,"image_left":false,"wider":true,"tablet_half_width":true,"desktop_img_full":true}},{"component":"table","settings":{"id":"","class":"","style":"","title":"Compare our service plans","text":"<p>Compare the highlights of our service plans and select the one that best suits your reality.</p>","lines":[{"value":{"title":"24/7 Live technical support","selected":"1-1"}},{"value":{"title":"Same-day part shipping","selected":"1-1"}},{"value":{"title":"Simplified processing—no administrative burden!","selected":"1-1"}},{"value":{"title":"On-site assistance during delivery and installation","selected":"1-1"}},{"value":{"title":"All-inclusive parts coverage from damage resulting from unintentional negligence and misuse","selected":"1-1"}},{"value":{"title":"All-inclusive labor coverage from damage resulting from unintentional negligence and misuse","selected":"0-1"}},{"value":{"title":"On-site specialist within 72 hours","selected":"1-1"}}],"rows":[{"value":{"title":"Peace-of-mind parts"}},{"value":{"title":"Peace-of-mind parts & labor"}}],"footer":"Add-ons — customize your plan!","lines_add_on":[{"value":{"title":"Umanotech certification","selected":"1-1"}},{"value":{"title":"Preventive maintenance","selected":"1-1"}},{"value":{"title":"Back-up units","selected":"1-1"}},{"value":{"title":"Customized service boxes","selected":"1-1"}}],"container_smaller":false,"hide_table_on_mobile":true}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"Service plans designed to give you peace of mind for up to 10 years","slides":[{"value":{"title":"The PEACE-OF-MIND™ Parts service plan","title_short":"Parts service plan","subtitle":"You have the team, we take care of the parts.","text":"<p>The PEACE-OF-MIND™ Parts plan was designed to optimize your internal resources and further reduce cost of ownership. Your team handles the maintenance, and we provide all the parts needed, no questions asked! A technical overview during installation and 24/7 technical assistance are provided to ensure your technicians feel confident working with our products.</p>\\n<p><span style=\\"font-weight: 400;\\">By combining these highlights, the PEACE-OF-MIND™</span><span style=\\"font-weight: 400;\\"> Parts plan maintains your equipment fully functional in a simple and effective manner.</span></p>\\n<p>Because your team has it under control, you can convert your Superior Warranty into a PEACE-OF-MIND™ Parts plan, at no extra cost.</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<p>All benefits of The Umano Promise</p>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All-inclusive parts protection including damage caused by unintentional negligence or misuse</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Simplified processing to eliminate the administrative burden</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Fixed-cost program covering all parts, no questions asked</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Duration of up to 10 years to protect your investment</li>\\n</ul>","image":{"path":"page-service/peace-of-mind-parts-plan-01-slider-vertical-.jpg"}}},{"value":{"title":"The PEACE-OF-MIND™ Parts & Labor service plan","title_short":"Parts & Labor service plan","subtitle":"Let us take care of everything","text":"<p>The PEACE-OF-MIND™ Parts & Labor plan provides you with the ultimate all-inclusive and “no-questions-asked” solution. It extends your parts and labor warranty to include all damages from unintentional negligence or misuse.</p>\\n<p>With the PEACE-OF-MIND™ Parts & Labor plan, we keep your equipment fully functional through a fixed budget and simple processing. We have everything under control to maintain your peace of mind!</p>\\n<h5 class=\\"text-black mb-4\\">Key highlights</h5>\\n<p>All benefits of The Umano Promise</p>\\n<ul>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">All-inclusive parts & labor protection including damage caused by unintentional negligence or misuse</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">On-site assistance from a certified and trained technical specialist within 72 hours of any service call</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">No unexpected fees thanks to a fixed budget and yearly renewal</li>\\n<li style=\\"font-weight: 400;\\" aria-level=\\"1\\">Duration of up to 10 years to protect your investment</li>\\n</ul>","image":{"path":"page-service/team-umano.png"}}}],"background":false,"counter":"Plan","add_margin_top":false,"big_slides":true,"align_left_mobile":true}},{"component":"addon","settings":{"id":"","class":"","style":"","title":"Service plans add-ons","subtitle":null,"text":"Reach a new level of customization with meaningful add-ons. You can individually select them or combine them to create a tailored service solution based on your actual needs.","addon":[{"value":{"image":{"path":"page-service/better-together-blue-cmyk.png"},"title":"The UmanoTech certification","subtitle":"Become the expert","text":"Given by a qualified UmanoTech, this certification provides technicians with an in-depth understanding of the products. Once certified, in-house technicians are eligible for a labor-reimbursement program."}},{"value":{"image":{"path":"page-service/preventive-maintenance-blue-cmyk.png"},"title":"Preventive maintenance","subtitle":"Protect your investment","text":"Keep your equipment finely tuned with this yearly preventive maintenance service. An extensive bed evaluation and the required calibrations will be performed on-site by a certified UmanoTech."}},{"value":{"image":{"path":"page-service/backup-units-blue-cmyk.png"},"title":"Back-up units","subtitle":"Extra beds ready for any situation","text":"You can enhance your service plans with one or many backup units to minimize downtime."}},{"value":{"image":{"path":"page-service/tool-box-blue-cmyk.png"},"title":"Customized service boxes","subtitle":"Parts you might need within reach","text":"Maximize emergency repair turnaround time and reduce costs with our customized, discounted part boxes. Designed by our UmanoTechs and based on your own product configuration, these boxes highly simplify inventory management."}}],"align_four_desktop":true}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information on our service plans?","text":"<p><span style=\\"font-weight: 400;\\">Get in touch with your sales representative to build a plan that suits your actual needs.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/2021/04/08/606f09cd757ce605df485b3c7eService-Plan---Image.jpg"},"image_as_background":true,"darken_background_image":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":3,"_modified":1725541656,"_created":1604413740,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},{"_id":"642d6f1b4f7ae11a430ec5e2","title":"Umano Access","slug":"/en/services-and-support/umano-access/","parent":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"UmanoCares"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"childs":"","params":"","params_en_ca":null,"meta_title":"Umano Access | Umano Medical","meta_description":"A flexible and affordable tool designed to facilitate equipment acquisition through a periodic payment agreement offered to our partners.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Access program: facilitating equipment acquisition for healthcare institutions","text":null,"image":{"path":"page-service/cta-plus-amples-renseignements.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":{"path":"page-service/Umano Access/lOGO-UMANO-BIGGER--ACCESSPAGE-WEB.jpg"},"title":"","add_title_h1":true,"subtitle":"Ownership. Simplified.","text":null,"link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h5 style=\\"text-align: center;\\"><strong>From our close partnerships with healthcare institutions around the world, we understand the challenge of managing capital equipment needs, cash flow imperatives and budget constraints. This is why we developed the Umano Access program: a flexible and affordable tool designed to facilitate equipment acquisition through a periodic payment agreement. A strategic investment towards ownership!</strong></h5>"}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":null,"slides":[{"value":{"title":"Financial viability ","title_short":"Viability","subtitle":"Access ownership through a financially advantageous solution","text":"<p> </p>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Your pricing is secured for up to 10 years ;</li>\\n<li>The agreement can integrate UmanoCares and UmanoConnect technology services for an all-inclusive solution at fixed price ;</li>\\n<li>A reasonable periodic payment leads you to equipment ownership.</li>\\n</ul>","image":{"path":"page-service/Umano Access/UMANO_LancementTerasse_039.jpg"}}},{"value":{"title":"Convenience","title_short":"Convenience","subtitle":"Benefit from a simple and convenient agreement","text":"<h5 class=\\"text-black mb-4\\"> </h5>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Umano Access enables you to procure the equipment you need, when you need it ;</li>\\n<li>Overall processing is simplified to reduce administrative burden ;</li>\\n<li>UmanoCares and UmanoConnect program integrations ensure complete peace of mind.</li>\\n</ul>","image":{"path":"page-service/Umano Access/Umano_19fevrier_071.jpg"}}},{"value":{"title":"Flexibility","title_short":"Flexibility","subtitle":"Adapt the contract to your specific situation","text":"<h5 class=\\"text-black mb-4\\"> </h5>\\n<h5>Key highlights</h5>\\n<ul>\\n<li>Umano Access can be offered with or without a down payment ;</li>\\n<li>At any point during the program, you can repay the agreement balance and acquire full ownership of the equipment ;</li>\\n<li>Periodic payments can be extended for up to 10 years.</li>\\n</ul>","image":{"path":"storage/uploads/2020/12/21/Flexibility-in-payement.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h6> </h6>\\n<h6 style=\\"text-align: center;\\"> </h6>\\n<p style=\\"text-align: center;\\"><strong>Umano Access is an all-inclusive, no-surprise solution that allows you to acquire the products and technologies that meet your actual needs, at the moment you need them.</strong></p>\\n<p style=\\"text-align: center;\\"><strong>Available for Canada and the United States.</strong></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested to know more about the Umano Access Program?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact your rep","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"darken_background_image":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"612cf9635cf9b154834a4638","_o":17,"_modified":1710428510,"_created":1680699163,"_pid":null,"meta_keywords":"Medical equipment investment, cost of ownership, affordable medical equipment, hospital finances","_link":"pages"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","title":"Education","slug":"/en/resources/education/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Documentation et vidéos"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","meta_title":"Umano Medical Beds Technical Documentation, Brochures and Videos ","meta_description":"The resources you need, all in one place : Videos, technical documents, specification sheets, and more!","og_image":"","noindex":false,"content":[{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Access technical documentation, brochures and videos about your Umano Medical products.","add_title_h1":false,"subtitle":null,"text":"Save time and make staff training easier with our resource library accessible at all times. With this centralized knowledge base, your teams will have all the tools they need to master the Umano Medical products and refine their technical skills.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"education","settings":{"id":"","class":"","style":"","title":null,"text":null,"navigation":[{"value":{"image":{"path":"storage/educations/ook-snow---introduction---thumbnails.jpg"},"name":"ook snow","link":"https://www.umanomedical.com/en/resources/education/ook-snow/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-ALL---introduction---thumbnails.jpg"},"name":"ook snow ALL","link":"https://www.umanomedical.com/en/resources/education/ook-snow-all/#navigation-container"}},{"value":{"image":{"path":"storage/educations/ook-snow-mh---introduction---thumbnails.jpg"},"name":"ook snow MH","link":"https://www.umanomedical.com/en/resources/education/ook-snow-mh/#navigation-container"}},{"value":{"image":{"path":"storage/educations/cocoon---introduction---thumbnails.jpg"},"name":"ook cocoon","link":"https://www.umanomedical.com/en/resources/education/ook-cocoon/#navigation-container"}},{"value":{"image":{"path":"storage/educations/Touslesmodles---introduction---thumbnails.jpg"},"name":"All Models","link":"https://www.umanomedical.com/en/resources/education/#navigation-container"}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p style=\\"text-align: left;\\"><sub>Umano Medical is going green. To reduce paper waste, only one copy of the user manual per order will be shipped. Electronic copies are available on our <a href=\\"https://www.umanomedical.com/en/\\">website</a> in the <a href=\\"https://ifu.umanomedical.com/en/\\" target=\\"_blank\\" rel=\\"noopener\\">resources section</a>. For additional paper copies, requests will be processed within 7 days. </sub></p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Any questions about our products?","text":"<p>We can answer them.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us","image":{"path":"storage/uploads/2021/03/08/6046823e69567CTA---services-plans-10.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":4,"_modified":1699373480,"_created":1602861638,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f7e0ec5b5f16e5b405123f2","title":"Testimonials","slug":"/en/resources/testimonials/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Documentation et vidéos"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":"","content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Making a difference, one bed at a time.","text":null,"image":{"path":"storage/uploads/2020/12/16/5fda67e29e29aen-tte---testimonials-1.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Discover how our products made a real difference for healthcare institutions all around the world","add_title_h1":false,"subtitle":null,"text":"Through our people-focused approach and innovative product line, we strive to become a reliable and trusted partner for each of our customers. That is why we are extremely proud when healthcare professionals around the globe share their positive experience with us. Discover some of the recent testimonials that made us say \\"Mission Accomplished\\".","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"65b2a5ecf5e8897a067d5d6b","link":"testimonies","display":"Vibra Healthcare - Mechanicsburg, Pennsylvania, United States"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60410b1b77eab7620f562a64","link":"testimonies","display":"Sharp Memorial Hospital, San Diego, California"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"64ad5d57c1686f77cc2f04d2","link":"testimonies","display":"Témoignage oneNEST - Les Jardins du Haut Saint-Laurent"},"show":"big_testimony"}},{"component":"testimony_slider","settings":{"id":"","class":"","style":"","title":"We support you throughout the entire process","link":null,"link_text":null,"testimonies":[{"_id":"60410f74d497e1012535f108","link":"testimonies","display":"Jonathan Giguère CHU de Québec, Canada"},{"_id":"6041100ad497e1012535f10a","link":"testimonies","display":"Lee Watson gestionnaire de la chaîne d’approvisionnement, Mercy East Communities"},{"_id":"6041110077eab7620f562a7a","link":"testimonies","display":"André Laverdière agent de prévention, CIUSS de la Montérégie-Est"}],"bg_white":true,"only_text":false,"big_padding":false}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"604108b177eab7620f562a61","link":"testimonies","display":"Mercy East Communities, St. Louis (Missouri)"},"show":"big_testimony"}},{"component":"testimony","settings":{"id":"","class":"","style":"","link":{"_id":"60411290eb5f13493512871d","link":"testimonies","display":"St Luke’s Hospice Plymouth, United Kingdom"},"show":"big_testimony"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Interested in learning how we can support your organization?","text":null,"link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact Us","image":{"path":"storage/uploads/2021/03/04/6041085a2a236CTA---services-plans-8.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"6035799cd37eca311e2b2b7c","_by":"5f7235cb372719443d31adf6","_o":2,"_modified":1706208201,"_created":1602096837,"_pid":null,"meta_description":"Healthcare institutions around the world have found the answer to their needs thanks to our products and exceptional customer support. Read their testimonials.","meta_title":"Umano Medical Testimonials | Differences for healthcare institutions","noindex":false,"og_image":null,"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"},{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Documentation et vidéos"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"video":null,"link":null,"link_text":"Browse our articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"add_title_h1":false,"subtitle":"The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our Blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in themedical industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_link":null,"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date_white":"19","date_blue":"20","interval":null,"text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"}}},{"value":{"date_white":"19","date_blue":"84","interval":null,"text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"storage/uploads/2021/04/13/6075c0ced34621984.jpg"}}},{"value":{"date_white":"20","date_blue":"10","interval":null,"text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"}}},{"value":{"date_white":"20","date_blue":"12","interval":null,"text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg"}}},{"value":{"date_white":"20","date_blue":"15","interval":null,"text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"}}},{"value":{"date_white":"20","date_blue":"18","interval":null,"text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"}}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":null,"image":{"path":"storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","add_title_h1":false,"subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions.","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":null,"link_text":"Discover how we reinvent customer care","image":{"path":"storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Suppliers","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":"","text":"<p><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_link":null,"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":null,"link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Événements"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical. Stay up to date by browsing our news and events.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d475863e3fVisuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed8f344464R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with RoHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_link":null,"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date_white":"19","date_blue":"20","interval":null,"text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"}}},{"value":{"date_white":"19","date_blue":"84","interval":null,"text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"storage/uploads/2021/04/13/6075c0ced34621984.jpg"}}},{"value":{"date_white":"20","date_blue":"10","interval":null,"text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"}}},{"value":{"date_white":"20","date_blue":"12","interval":null,"text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg"}}},{"value":{"date_white":"20","date_blue":"15","interval":null,"text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"}}},{"value":{"date_white":"20","date_blue":"18","interval":null,"text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"}}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":null,"image":{"path":"storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","add_title_h1":false,"subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions.","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":null,"link_text":"Discover how we reinvent customer care","image":{"path":"storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Suppliers","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":"","text":"<p><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_link":null,"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":null,"link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Événements"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical. Stay up to date by browsing our news and events.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d475863e3fVisuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed8f344464R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with RoHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","title":"Our story","slug":"/en/about/our-history/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our Story","text":"<p>Beyond Medical Bed Manufacturing</p>","image":{"path":"storage/uploads/2021/03/24/HERO-BANNER-OUR-STORY.png"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Our story.","subtitle":" An inexhaustible source of motivation","text":"<p><span data-contrast=\\"none\\">Umano Medical currently partners with thousands of healthcare professionals worldwide. Our 40 years of field expertise and our team’s talent paved the way for this achievement. But the true secret of success is our unwavering determination.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Where does this desire to completely revolutionize everything come from? </span><span data-contrast=\\"none\\">The answer lies within our story. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The milestones that have marked our journey have led us to welcome challenges with strength and openness. They made us resilient, agile, and exceptionally determined. Above all, it made our story an inexhaustible source of motivation.</span></p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/03/24/Bureau-Umano-Islet--.jpg"},"image_link":null,"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false}},{"component":"timeline","settings":{"id":"","class":"","style":"","title":"From a simple welding shop to a world-class facility","dates":[{"value":{"date_white":"19","date_blue":"20","interval":null,"text":"<h3>A small metal shop opens in a Canadian town.</h3>\\n<p>Joseph Poitras opens a metal shop in the town of L’Islet, Quebec. From metal welding to school furniture fabrication, its activities evolve with time.</p>","image":{"path":"storage/uploads/2021/03/24/605b35523d610About---Timeline-1920.jpg"}}},{"value":{"date_white":"19","date_blue":"84","interval":null,"text":"<h3>The factory is solely dedicated to hospital bed manufacturing</h3>\\n<p><span class=\\"NormalTextRun SCXW69236552 BCX0\\">After decades of metal fabrication, the owner of the </span><span class=\\"NormalTextRun SCXW69236552 BCX0\\">welding</span><span class=\\"NormalTextRun SCXW69236552 BCX0\\"> shop sees demand for medical equipment in the province.</span> <span class=\\"NormalTextRun SCXW69236552 BCX0\\">By 1984, the factory is entirely dedicated to hospital bed manufacturing, and production continues during the following decades. The factory is acquired in the year 2000.</span></p>","image":{"path":"storage/uploads/2021/04/13/6075c0ced34621984.jpg"}}},{"value":{"date_white":"20","date_blue":"10","interval":null,"text":"<h3><span class=\\"TextRun SCXW209227419 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW209227419 BCX0\\">Closing announcement: sad news for the community and a turning point for the factory</span></span></h3>\\n<p><span class=\\"TextRun SCXW40739374 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW40739374 BCX0\\">The factory</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> owner at the time</span> <span class=\\"NormalTextRun ContextualSpellingAndGrammarErrorV2Themed SCXW40739374 BCX0\\">decides</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> to </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">relocate</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> activities. </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">T</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">he factory </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">employs over</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> 350 </span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">workers</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\">,</span> <span class=\\"NormalTextRun SCXW40739374 BCX0\\">which sends a shockwave to</span><span class=\\"NormalTextRun SCXW40739374 BCX0\\"> the whole community.</span></span></p>","image":{"path":"storage/uploads/2021/03/24/605b326f84218About---Timeline-2010.jpg"}}},{"value":{"date_white":"20","date_blue":"12","interval":null,"text":"<h3><span class=\\"TextRun SCXW29418140 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW29418140 BCX0\\">A </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">fresh start and a </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">new vision</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">: </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW29418140 BCX0\\"> Medical </span><span class=\\"NormalTextRun SCXW29418140 BCX0\\">is</span> <span class=\\"NormalTextRun SCXW29418140 BCX0\\">born</span></span></h3>\\n<p><span data-contrast=\\"none\\">Driven by the ambition to preserve the expertise and knowledge gained over the years, four administrators from the former company decide to launch a new project. These visionaries wish to address the medical industry’s unmet needs, instilling a great sense of hope within the community.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">The team, their expertise, and a new vision unite. The future seems promising again.</span></p>","image":{"path":"storage/uploads/2021/03/02/603e71e5ce487Employs-1-1.jpg"}}},{"value":{"date_white":"20","date_blue":"15","interval":null,"text":"<h3><span class=\\"TextRun SCXW67116518 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW67116518 BCX0\\">Umano</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> Medical launches a </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">revolutionary</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> hospital bed </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">from</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\"> </span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">extensive work and field co</span><span class=\\"NormalTextRun SCXW67116518 BCX0\\">-development</span></span><span class=\\"EOP SCXW67116518 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span data-contrast=\\"none\\">Between 2012 and 2015, the Umano Medical team meets with hundreds of healthcare professionals across North America to understand their actual needs and reality. This close collaboration makes it possible to develop a new hospital bed – the </span><a href=\\"https://www.umanomedical.com/en/products/beds/ook-snow/\\" target=\\"_blank\\" rel=\\"noopener\\"><span data-contrast=\\"none\\">ook snow</span></a><span data-contrast=\\"none\\"> – which is about to revolutionize the industry.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">After many years, the team can finally provide innovative solutions to the healthcare sector.</span></p>","image":{"path":"storage/uploads/2021/03/24/605b33c407d59About---Timeline-2015.jpg"}}},{"value":{"date_white":"20","date_blue":"18","interval":null,"text":"<h3>Umano Medical is known for its distinctive approach. The product supply is diversifying. </h3>\\n<p><span data-contrast=\\"none\\">Following the launch of the ook snow, the demand for Umano Medical products is immediate. The product supply rapidly expands into a full line of medical beds and support surfaces. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Beyond its innovative products, Umano Medical distinguishes itself through its proactive service and people-centred approach.</span></p>","image":{"path":"storage/uploads/2021/03/24/605b340c86285About---Timeline-2015B.jpg"}}},{"value":{"date_white":"20","date_blue":"20","interval":null,"text":"<h3><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\">The C</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">OVID</span><span class=\\"NormalTextRun SCXW50694230 BCX0\\">-19 pandemic hits, Umano Medical responds with the RESC-U bed</span></span></h3>\\n<p><span class=\\"TextRun SCXW50694230 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW50694230 BCX0\\"><span class=\\"TextRun SCXW202391853 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW202391853 BCX0\\">In a desire to support </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">healthcare </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">communities</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> and address the bed demand </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">due to</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\"> the pandemic, </span><span class=\\"NormalTextRun CommentStart CommentHighlightPipeRest CommentHighlightRest SCXW202391853 BCX0\\">Umano Medical develops the <a href=\\"https://www.umanomedical.com/en/about/news-and-events/news/umano-medical-introduces-the-resc-u-bed-to-the-north-american-market-to-respond-to-the-increasing-demand-of-hospital-beds/\\" target=\\"_blank\\" rel=\\"noopener\\">RESC-U BED</a></span><span class=\\"NormalTextRun CommentHighlightPipeRest SCXW202391853 BCX0\\">. Designed in record time, this portable bed </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">is </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">for urgent patient care and recovery</span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">. </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">Rapid deployment is available</span> <span class=\\"NormalTextRun SCXW202391853 BCX0\\">in </span><span class=\\"NormalTextRun SCXW202391853 BCX0\\">response to the immediate needs of affected populations.</span></span><span class=\\"EOP SCXW202391853 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":1,"335551620":1,"335559739":180,"335559740":240}\\"> </span></span></span></p>","image":{"path":"storage/uploads/2023/06/27/About---Timeline-2020-A.jpg"}}},{"value":{"date_white":"20","date_blue":"22","interval":null,"text":"<h3><span class=\\"TextRun SCXW255124406 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Ten years after </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">its establishment</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">, </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">Umano Medical is recogni</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">z</span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">ed </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">worldwide </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">as a medical equipment </span><span class=\\"NormalTextRun SCXW255124406 BCX0\\">provider</span></span><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></h3>\\n<p><span class=\\"EOP SCXW255124406 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"><span class=\\"TextRun SCXW154505880 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW154505880 BCX0\\">In 2022, Umano Medical continues </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> grow</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> phenomenally</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">. Its team, just </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">as</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> its product </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">line</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">continues to</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> expand. </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">With two </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">places of business</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">Québec</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">, </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">an office</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\"> in the </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">United States and an active presence on four continents, Umano Medical is </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">determined</span> <span class=\\"NormalTextRun SCXW154505880 BCX0\\">more </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">than ever to exceed the expectations of healthcare professionals </span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">worldwide</span><span class=\\"NormalTextRun SCXW154505880 BCX0\\">.</span></span><span class=\\"EOP SCXW154505880 BCX0\\" data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></span></p>","image":{"path":"storage/uploads/2023/06/27/Timeline-notrehistoire-2022.jpg"}}}],"last_date_text":"<h2><span class=\\"TextRun SCXW203773575 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW203773575 BCX0\\">The </span><span class=\\"NormalTextRun SCXW203773575 BCX0\\">Umano Medical story continues</span><span class=\\"NormalTextRun SCXW203773575 BCX0\\"> today.</span></span></h2>\\n<p> </p>\\n<h3><span class=\\"TextRun SCXW104783043 BCX0\\" lang=\\"EN-US\\" xml:lang=\\"EN-US\\" data-contrast=\\"none\\"><span class=\\"NormalTextRun SCXW104783043 BCX0\\">Your </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">complete </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">satisfaction </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">remains</span><span class=\\"NormalTextRun SCXW104783043 BCX0\\"> our greatest </span><span class=\\"NormalTextRun SCXW104783043 BCX0\\">reward.</span></span></h3>\\n<p> </p>\\n<p><span data-contrast=\\"none\\">We couldn’t be prouder of the road we have traveled. We are also well aware of all the work that remains to be done to address the needs of the healthcare sector better.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">With exceptional determination, we devote our expertise to support your constantly evolving needs. Every day, we strive to deliver the same excellent service, create innovative solutions, and adopt the latest technologies to improve your experience. We carry on our mission of maintaining your complete satisfaction every day. </span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>\\n<p><span data-contrast=\\"none\\">Together, let’s revolutionize the medical field.</span><span data-ccp-props=\\"{"201341983":0,"335551550":6,"335551620":6,"335559739":180,"335559740":240}\\"> </span></p>","last_date_image":{"path":"storage/uploads/2023/06/27/timeline-fin-crivez-lhistoire-avec-nous.jpg"}}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":19,"_modified":1697571943,"_created":1612370225,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"5fa994fae1e2d96a9203e690","title":"Who we are","slug":"/en/about/who-we-are/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: your Trusted Partner in Hospital Bed Manufacturing","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Who we are","text":null,"image":{"path":"storage/uploads/2021/04/15/60783f9a216daEn-tte---Who-we-are.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Let us introduce ourselves","add_title_h1":false,"subtitle":null,"text":"We are much more than a hospital bed manufacturer: we are your next trusted partner. As a leader in the medical industry, Umano Medical designs, manufactures and distributes a unique line of value-driven hospital beds and complementary medical products. Through our people-focused approach and innovative bed platform—the ook snow—we provide a solution to the actual needs of healthcare institutions.\\n\\nOur team is eager to exceed your expectations and solve the next challenge. Our incredible story has made us passionate, agile and fearless. And, as a Canadian hospital bed provider and trusted partner, we are delighted to represent the new alternative.","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, we strive to revolutionize customer experience and innovation standards in the medical field. We not only develop and provide medical equipment: as an innovative partner, your 100% satisfaction is our commitment. By relying on empathetic listening, proactive service and dedicated employees, we develop and manufacture high-performance products that fulfill your actual needs.</p>","link":null,"link_text":null,"image":{"path":"storage/uploads/2021/02/05/601dbc625a67cINNOVATION.jpg"},"image_link":null,"image_left":true,"wider":false,"tablet_half_width":false,"desktop_img_full":false}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"Discover the deeply rooted values that inspire us every day","subtitle":"Our corporate values do not simply hang on our office walls: they are expressed in each of our daily actions.","blocs":[{"value":{"title":"People First","text":"<p>Patients, healthcare professionals, employees… people are our absolute priority. We recognize the value of relationships and we do everything we can to foster them.</p>"}},{"value":{"title":"Integrity","text":"<p>At Umano Medical, we rely on integrity and transparency to develop long-term partnerships based on trust.</p>"}},{"value":{"title":"Teamwork","text":"<p>As a team, we achieve greater things. Our collaborative spirit allows everyone’s talent to shine while pursuing our common goal.</p>"}},{"value":{"title":"Accountability","text":"<p>We are aware of the impact of our products and the difference we can make in the medical field. You can rely on us to honor this responsibility.</p>"}},{"value":{"title":"Innovation","text":"<p>We don’t just think outside the box: there is no box. We welcome your needs with agility and openness, innovating in everything we do.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/03/26/605e06d15e5fcAbout---Caroussel1.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/04/15/6078843150e3eStory---Carroussel-2.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b3fe5bc28dAbout---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":null,"link_text":"Discover how we reinvent customer care","image":{"path":"storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":16,"_modified":1716387598,"_created":1604949242,"_pid":null,"meta_keywords":null,"_link":"pages"},{"_id":"6650ea0c65904cb524013b72","title":"Suppliers","slug":"/en/about/supplier/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical Hospital Bed Manufacturing History","meta_description":"Rewarded by your 100% satisfaction, we are a Canadian business determined to revolutionize the medical field.","og_image":[],"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Suppliers","text":"","image":{"path":"/storage/uploads/2024/05/28/6655f0e3ab7038.png"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Discover our supplier documentation","subtitle":"","text":"<p><a href=\\"/storage/uploads/2024/06/11/66688bba0a78eRAPPORT-S-211_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">S-211 REPORT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bcb315e1CODE-DE-CONDUITE_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">CODE OF CONDUCT.pdf</a></p>\\n<p><a href=\\"/storage/uploads/2024/06/11/66688bd656901POLITIQUE-DACHAT_ENG.pdf\\" target=\\"_blank\\" rel=\\"noopener\\">PROCUREMENT POLICY.pdf</a></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/05/28/6655f111bad1fDesign-sans-titre-7.png"},"image_link":null,"image_left":false,"wider":true,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Let\'s write our part of the story","text":"<p>Interested in partnering with Umano Medical? Let\'s build a future together.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":"","link_text":"Contact us","image":{"path":"storage/uploads/bg_2.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":true,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":30,"_modified":1734033303,"_created":1716578828,"_pid":null,"meta_keywords":"","is_lp":false,"_link":"pages"},{"_id":"5f80945dde4e935eb93a6187","title":"News and events","slug":"/en/about/news-and-events/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"News and events","text":null,"image":{"path":"storage/uploads/2021/03/24/605b5a8826a84En-tte---News-and-events.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"event","settings":{"id":"","class":"","style":"","title":"Upcoming Events","text":null,"link":{"_id":"60738cf130b7367252493da2","link":"pages","display":"Événements"},"link_text":"See all","event_list":true,"upcomming_events":true}},{"component":"news","settings":{"id":"","class":"","style":"","title":"Latest News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":true}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/04/18/607c7558edd2a605e06d15e5fcAbout---Caroussel1.jpg"}],"pagination_position":"bottom"}},{"component":"news","settings":{"id":"","class":"","style":"","title":"More News","text":null,"link":{"_id":"60771bae6d333f579419efe2","link":"pages","display":"Nouvelles"},"link_text":"See all","news_list":false,"latest_news":false}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Want to get in touch with one of our experts?","text":"<p><span style=\\"font-weight: 400;\\">No need to wait! Our team is always available</span> <span style=\\"font-weight: 400;\\">to listen to your needs and answer all your questions.</span></p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my local account executive","image":{"path":"storage/uploads/2021/04/18/607c74d9c39ee606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":8,"_modified":1697745099,"_created":1602262109,"_pid":null,"meta_description":"All the news about Umano Medical. Stay up to date by browsing our news and events.","meta_title":"Umano Medical Latest Corporate News and Upcoming Events","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},{"_id":"6643a122202fb0558a04b342","title":"Sustainability","slug":"/en/about/sustainable-development/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"childs":"","meta_title":"Umano Medical: Sustainable development","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":{"path":"/storage/uploads/2024/06/14/666c3fda4105dUmano-lislet-logo.png","meta":{"title":null}},"noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"SUSTAINABILITY","text":"","image":{"path":"/storage/uploads/2024/05/17/6647b95e14301LP-banner.png"},"image_product":null,"link":null,"link_text":null,"bigger":false,"align_left":false,"darken_background_image":true,"homepage":false,"smaller":false,"link_showroom":false,"link_append":null,"video":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"A mission that drives us to make a difference","subtitle":"Learn what inspires us every day to do our best","text":"<p>At Umano Medical, sustainability is a core element of our strategy. We have implemented a robust program to track and improve our environmental, social, and governance (ESG) performance, ensuring compliance with established standards.</p>\\n<p>Our efforts are guided by three main pillars: Environmental Responsibility, Social Contribution, and Ethical Governance. Each aligns directly with specific UN Sustainable Development Goals, which serve as our benchmarks for progress.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/09/668d475863e3fVisuel-ESG-EN.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"anchor","settings":{"id":"","class":"","style":"","anchors":[{"value":{"title":"Environment","anchor":"environment"}},{"value":{"title":"Social","anchor":"social"}},{"value":{"title":"Governance","anchor":"governance"}}]}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"environment","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Environment</strong></h1>"}},{"component":"text_image","settings":{"id":"our-4r","class":"","style":"","title":"Leading with responsibility: Our 4R approach","subtitle":"","text":"<p>As part of Umano Medical’s sustainability strategy, we are actively implementing the 4R principles (Reduce, Reuse, Recycle and Recover) to minimize our environmental impact and promote responsible practices throughout our company.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/08/23/66c8ed8f344464R---Web.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Environmental initiatives","subtitle":"Discover the concrete initiatives we are carrying out to protect the environment. ","text":"<p><strong>Our carbon reduction journey</strong></p>\\n<p>At Umano Medical, we recognize the importance of fighting climate change. In 2022, we stepped up to the challenge — developing the roadmap to adopt an ambitious carbon reduction goal.</p>\\n<p>We are committed to achieving a 50 percent reduction in carbon emissions by 2027*. We have implemented several improvements that help us monitor, measure and reduce our emissions with the aim of achieving this goal.</p>\\n<p>*<em>Scopes 1 and 2</em></p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/02/6684388b43ac5Visuel-co2-corr-option2.jpeg"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"","subtitle":"Our product sustainability journey","text":"<p>Umano Medical, we prioritize reducing our environmental impact at every stage of our product lifecycle. Here are just some of our product sustainability initiatives:</p>\\n<p><strong>Superior lifespan</strong>: Each product has a superior lifespan of 10 to 15 years, outlasting our competitors and significantly reducing overall waste.</p>\\n<p><strong>Compliance with RoHS, REACH and others applicable regulations</strong>: We ensure that our product development process avoids hazardous substances and lessens our ecological impact.</p>\\n<p><strong>Transition to digital platforms</strong>: All our product-related documentation and marketing materials are now available digitally. This initiative cuts down on paper use and makes essential information readily accessible via QR codes directly from our beds.</p>\\n<p><strong>Innovative packaging solutions:</strong> which are designed to withstand numerous cycles and support multiple uses.</p>\\n<p>By implementing these measures, Umano Medical is setting a precedent for responsibility and sustainability in the medical equipment industry.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/667195a851455Photo_03_Durabilite.jpg"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false,"image_title":null,"documents":null}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our infrastructure and equipment improvement journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0ec71b664.png","meta":{"title":"Umano Medical bulding"}},"title":null,"text":"Umano Medical is actively enhancing our infrastructure and equipment to further reduce our carbon impact significantly. A key upgrade includes the installation of an advanced heat recovery system in our L\'Islet facility, which reutilizes operational heat for building warmth, slashing one of our primary sources of direct emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0d9c4c222.png"},"title":null,"text":"In a further move to cut greenhouse gases, we replaced our gasoline shuttles with plug-in hybrid vehicles starting in 2022.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671b0e3971473.png"},"title":null,"text":"We\'ve also made significant advancements in our manufacturing processes by incorporating state-of-the-art painting technology. This new system drastically reduces the use of hazardous materials and eliminates volatile organic compound (VOC) emissions.","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671cdd18ad74Design-sans-titre-10.png"},"title":null,"text":"What’s more: our recent constructions use eco-energetic insulating materials, further decreasing both greenhouse gas emissions and energy consumption.","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"feature","settings":{"id":"","class":"","style":"","title":"Our daily eco-friendly operations journey","text":"","categories":[],"features":[{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce17534767.png"},"title":null,"text":"<p>Responsible waste management at Umano Medical is key. We have implemented selective sorting at our sites. This includes the collection of food waste for composting.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce20280595.png"},"title":null,"text":"<p>We partner with local businesses to recycle materials that cannot be reused, such as cardboard, steel, and other residual materials. These are transformed into new products, promoting a circular economy Surplus wood from our operations is offered to employees for personal use.</p>","video_id":null,"darken_image":false,"category":null}},{"value":{"image":{"path":"/storage/uploads/2024/06/18/6671ce315dbb66.png"},"title":null,"text":"<p>Moreover, we actively reduce single-use products by encouraging the use of reusable cups and utensils across our facilities. Used batteries and other electronic equipment are collected by specialized companies so they are properly recycled.</p>","video_id":null,"darken_image":false,"category":null}}],"disable_swiper":false,"change_layout":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"social","class":"","style":"","text":"<h1 style=\\"text-align: center;\\"> </h1>\\n<h1 style=\\"text-align: center;\\"><strong>Social</strong></h1>"}},{"component":"text_image","settings":{"id":"social-actions","class":"","style":"","title":"Social actions","subtitle":"Our social commitment is about the human impact of Umano Medical. We value diversity and inclusion, prioritize safety, and strive to create a working environment where everyone feels respected and valued. ","text":"","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689db895a0a8Design-sans-titre-28.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"What we do for our people","subtitle":"","text":"<ul>\\n<li>We cultivate your potential. At Umano Medical, our team is your greatest support. We leverage your strengths, build upon your expertise, and nurture your development, celebrating every step you take toward reaching your full potential.</li>\\n<li>We empower your know-how. Our HR team has paired up with training specialists to develop an internal training program that not only keeps skills up to date but also fosters innovation.</li>\\n<li>We elevate the leaders of tomorrow. Umano Medical develops managerial talent through a specialized program tailored for our current managers and aspiring leaders. This initiative equips them with advanced leadership skills, ensuring they are well-prepared to inspire and lead our teams toward greater achievements.</li>\\n</ul>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/07/07/6689dba2396a1Design-sans-titre-27.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea489fc192.png"},"title":null,"text":"<h2 style=\\"text-align: left;\\"><strong>One world: Uniting strengths across borders</strong></h2>\\n<p>At Umano Medical, we champion diversity, equity, and inclusion (DE&I) as vital to our mission and success. We are committed to creating a workplace that respects and celebrates the unique contributions and perspectives of every team member.<br /><br /></p>\\n<p><em>I wanted to express my deep gratitude for your invaluable help in the housing search. I am very grateful for your support and professionalism throughout the process. Thanks to you, I feel fully supported and ready to settle in and focus on my new role at Umano Medical.</em></p>\\n<p><em>Once again, thank you immensely for your precious assistance.</em></p>\\n<p><em>Sincerely,</em></p>\\n<p><em>Mahdi</em></p>"}},{"value":{"image":{"path":"/storage/uploads/2024/06/19/6672ea4e10b791.png"},"title":null,"text":"<p><em>Hello,</em></p>\\n<p><em>I am deeply grateful for the warm welcome I received upon arriving in Canada and joining Umano Medical. Everything was meticulously prepared for me and my family, ensuring a smooth transition to our new life. The exceptional support from the team made our adaptation easier, providing attentive guidance and quick responses to our questions.</em></p>\\n<p><em>The integration into the Umano Medical team was seamless, thanks to the collaborative atmosphere fostered by my colleagues and managers, whose warmth and support strengthened my connection with the team. I also appreciate the thoughtful gestures like winter clothing and toys for my children, which created a welcoming and family-friendly environment.</em></p>\\n<p><em>A particularly touching moment was when I accompanied my family to school, led by Daniel and his wife, Sophie, and found my children’s names on their desks and lockers—a poignant reminder of the exceptional bond I share with the Umano Medical team.</em></p>\\n<p><em>Thank you to everyone at Umano Medical for making my arrival and integration such a positive and enriching experience.</em></p>"}}]}},{"component":"text_image","settings":{"id":"","class":"","style":"","title":"Umano Medical is a safe place. From work to home. ","subtitle":"","text":"<p>At Umano Medical, the safety of our employees is a priority, both at work and at home. We strongly believe in the importance of investing in the community and supporting each other. This is why we work with local shelters such as The Regroupement des maisons pour femmes victimes de violence conjugale. It\'s a network of women’s shelters that has been active in Quebec since 1979. It brings together 42 member shelters throughout the whole province, working for the right to physical and psychological integrity of women who are victims of domestic violence.</p>\\n<p>It\'s important for us to safeguard our female employees.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/19/6672e7ee057e7Design-sans-titre-17.png"},"image_left":false,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"divider","settings":{"id":"","class":"","style":""}},{"component":"text","settings":{"id":"governance","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h1 style=\\"text-align: center;\\"><strong>Governance</strong></h1>"}},{"component":"text_image","settings":{"id":"Governance-measures","class":"","style":"","title":"Governance measures","subtitle":"","text":"<p>Integrity and excellence are at the heart of everything Umano Medical does. Explore our extensive governance measures and why you gain peace of mind partnering with us.</p>","link":null,"link_text":null,"image":{"path":"/storage/uploads/2024/06/18/6671d42879423Design-sans-titre-13.png"},"image_left":true,"wider":false,"image_link":null,"tablet_half_width":false,"desktop_img_full":false}},{"component":"parallax","settings":{"id":"","class":"","style":"","title":"","slides":[{"value":{"title":"Regulatory compliance","title_short":"","subtitle":null,"text":"<p>We uphold the highest standards of ethics, risk management, and compliance in every aspect of our operations. Our commitment is evidenced by our adherence to multiple certifications, including: MDSAP, ISO 13485, EU MDR, UKCA, FDA, CSA and more.</p>","image":{"path":"/storage/uploads/2024/06/18/667195e7b8356Photo_04_Certifications.jpg"}}},{"value":{"title":"Lean vision ","title_short":"","subtitle":null,"text":"<p>As an agile and innovative company, Umano Medical has embedded a robust lean culture throughout our processes. By embracing kaizen activities, we continuously improve our workflows to meet customer needs effectively while eliminating all types of waste.</p>","image":{"path":"/storage/uploads/2024/07/03/6685532c1b66fLigne-dassemblage.jpg"}}}],"background":false,"counter":null,"add_margin_top":true,"big_slides":false,"align_left_mobile":true}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"> </h2>\\n<h2 style=\\"text-align: center;\\"><strong>Responsible supply chain</strong></h2>\\n<p style=\\"text-align: center;\\">Umano Medical is dedicated to maintaining a transparent and ethical supply chain. Our responsible sourcing policy is aligned with the Canadian Government’s Law S-211 (<em>An Act to enact the Fighting Against Forced Labour and Child Labour in Supply Chains Act and to amend the Customs Tariff</em> <em>(Act)</em>. This means all our products are manufactured without forced or child labour.</p>"}},{"component":"two_col_bloc_right","settings":{"id":"","class":"","style":"","title":"","subtitle":"In addition, we adhere to four key pillars in our procurement strategy:","blocs":[{"value":{"title":"1","text":"<p><strong>Respect for workers\' rights</strong>: We uphold human dignity within our operations and across our supply chain.</p>"}},{"value":{"title":"2","text":"<p><strong>Environmental responsibility</strong>: We continuously implement sustainable practices that minimize our ecological footprint.</p>"}},{"value":{"title":"3","text":"<p><strong>Economic sustainability</strong>: We ensure the long-term financial health and viability of our operations.</p>"}},{"value":{"title":"4","text":"<p><strong>Supply chain diversity</strong>: We promote supplier diversity and inclusion, offering equal opportunities for all partners in our procurement processes.</p>"}}]}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Putting people first and listening to their needs brought us to develop an unrivaled service approach.","text":"<p>See how we are dedicated to providing our clients with absolute peace of mind.</p>","link":[{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"}],"custom_link":"","link_text":"Discover how we reinvent customer care","image":{"path":"/storage/uploads/2021/02/15/602ac2cb21d63CTA---services-plans-3.jpg"},"image_as_background":true,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false,"btn_with_text":false}}],"_mby":"662908f31efd0e38067e0308","_by":"662908f31efd0e38067e0308","_o":29,"_modified":1726606922,"_created":1715708194,"_pid":null,"meta_keywords":"Développement durable, Environnement, Actions sociales, Gouvernance","is_lp":false,"_link":"pages"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}}]')},function(e){e.exports=JSON.parse('{"meta_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":null,"custom_text":null,"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":null,"text":null,"products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=en&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=en&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=en&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"storage/uploads/2021/04/17/607b4a6071729606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"https://www.umanomedical.com/en/resources/blog/","custom_text":null,"pages":{"_id":"5f80bfb2de4e935eb93a6191","title":"Blog","slug":"/en/resources/blog/","parent":{"_id":"5fa98eb1e1e2d96a9203e680","link":"pages","display":"Resources"},"childs":[],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Umano Medical Blog","text":"<p>New ideas and perspectives at the forefront of the medical field</p>","image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"image_product":null,"video":null,"link":null,"link_text":"Browse our articles","homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":null,"add_title_h1":false,"subtitle":"The result of a close collaboration between our team and experts in the health care industry ","text":"<p>\\nWe are much more than a hospital bed supplier: our team is your trusted partner. As a leader in the medical field, we know that the quality of care is deeply influenced by the quality of medical products. It needs to be adapted to the actual needs of your team and your patients. Access to quality information is also key to understanding how certain medical products can transform your everyday life.\\n\\nWe believe it is essential to share our knowledge, expertise, and experience in order to contribute to the conversations that make the medical field greater.\\n</p>","link":null,"link_text":null,"bigger_content":true,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<h3>Our Blog posts</h3>\\n<p><strong>Take part in the conversation by discovering our new ideas and perspectives in collaboration with actors from the medical industry.</strong></p>"}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":7,"_modified":1698162166,"_created":1602273202,"_pid":null,"meta_description":"Fresh insights on new and existing solutions in themedical industry for healthcare professionals and institutions. Read all the articles on our blog.","meta_title":"The Umano Medical Blog","noindex":false,"og_image":{"path":"Blogue/Infirmire---blogue---Umano-Medical.jpg"},"params":null,"params_en_ca":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"text","name":"custom_link","label":"Custom link"},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"custom_link":"/en-ca/career/","custom_text":"Careers","pages":null}}],"meta_nav_fr":null,"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","test":"testttttttttttt","main_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","add_title_h1":false,"subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: take the first step to a simpler and connected future. Discover the technology that takes your bed to the next level.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en/our-expertise/","parent":"","childs":"","meta_title":"Umano Medical Expertise in Hospital Beds & Equipment Manufacturing","meta_description":"Our innovative medical equipment proudly Canadian, combined with an excellent customer service, are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","add_title_h1":false,"subtitle":null,"text":"Throughout the years, developing hospital beds that have a significant impact for healthcare professionals and patients has always been a focus and a passion. Today, our expertise goes far beyond medical equipment manufacturing. Through a comprehensive approach around fall prevention and infection control, an in-dept understanding of various care environments, a leading-edge vision of the hospital bed, and a desire to provide the best customer care ever offered, our different areas of expertise come together to ensure that you have a very positive experience.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Rethinking customer care, for your 100% satisfaction.","text":"<p>At Umano Medical, we are proud of our refreshing take on <a href=\\"/en/services-and-support/umanocares/\\">customer care</a>. Our unique approach reflects our commitment towards your complete satisfaction. At every step, our team stays close to you to address your needs with proactivity and facilitate the transition to your new equipment. A 24/7 technical support, unmatched <a href=\\"/en/services-and-support/our-service-plans/\\">service plans</a>, an international network of technicians and representatives, same-day part shipping… all the other advantages will make your experience even more satisfying. And above all, you will be confident that you can rely on our team in any situation.</p>"}},{"value":{"image":{"path":"storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds that fulfill your actual needs ","text":"<p>Our know-how also lies in developing equipment to meet even your most exacting needs. That is why our innovative bed platform, the <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while preserving patient dignity, in all care environments. We are always listening and adapting our products to your ever-changing reality. For us, this is the only way we can make sure that we address your current and future needs.</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. Our versatile and durable beds become key allies in improve equipment handling as they can be standardized across care environments. They allow institutions to increase staff efficiency while reducing training needs. Moreover, an unequaled <a href=\\"/en/services-and-support/umanocares/\\">customer care</a> approach and <a href=\\"/en/services-and-support/our-service-plans/\\"><u>customizable service plans</u></a> come together to protect your investment. With all these benefits combined, your institution successfully reduces its costs of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":null,"title":"Going above designing and manufacturing standards ","text":"<p>As a North American medical equipment provider, Umano Medical is proud to distinguish itself with advanced designing and fabrication methods. Constant research in close partnership with healthcare professionals, combined with our empathetic listening, leads us to develop innovative solutions for healthcare. Through decades of hospital bed production and design, we have also perfected our highly specialized manufacturing protocols, which reflect on the latest technological advancements. This way, you can trust the reliability and durability of our products entirely manufactured in our world-class factory.</p>"}},{"value":{"image":{"path":"storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance","text":"<p>For us, proximity with healthcare stakeholders is an essential ingredient for developing relevant and adaptable solutions. That is why we foster long-term partnerships with innovation centers and trusted healthcare institutions. We can also count on the experience of our in-house clinical team. This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same is true for our innovative hospital beds and range of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"UmanoCares"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Documentation et vidéos"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"}}}],"main_nav_fr":null,"footer":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_link":"pages"}}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"select","name":"action","label":"action","options":{"options":"will blow away, could possibly eat, will be destroyed by"}},{"type":"collectionlink","name":"pages","label":"object","options":{"link":"pages","display":"title","multiple":false,"limit":false}}]}},"value":{"action":null,"pages":{"_link":"pages"}}}],"footer_en":null,"footer_text":"<p><strong>Headquarters</strong><br />230 boulevard Nilus-Leclerc <br />L\'Islet, QC G0R 2C0 <br />CANADA<br /><a href=\\"tel:18444094030\\">1 844 409-4030</a></p>\\n<p><strong>Lévis Office</strong><br />470 3e Avenue <br />Lévis, QC G6W 5M6 <br />CANADA</p>\\n<p><strong>US Location</strong><br />11845 Adie Road<br />Maryland Heights, MO 63043<br />UNITED STATES</p>","footer_nav":[{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"}]}},"value":{"pages":{"_id":"5f7b637da5809637d0090d22","title":"Products","slug":"/en/products/","parent":"","childs":[{"_id":"5f860d6719f7374e69347363","link":"product_type","display":"Lits"},{"_id":"5f860d78d7abba27e63267c5","link":"product_type","display":"Surfaces d\'appui"},{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"},{"_id":"6008afa59ff75e2dd52eee15","link":"product_type","display":"Mobilier"},{"_id":"5fa2feb3874d236bd766ede5","link":"product_type","display":"Accessoires et outils"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"All products","text":null,"image":{"path":"storage/uploads/2021/08/12/61151b92eab00MH-ALL-snow-snow-stratifi---CAN--for-web.gif"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"A complete and innovative product line focused on your actual needs ","add_title_h1":false,"subtitle":null,"text":"Leveraging input from healthcare professionals, Umano Medical’s product line includes innovative smart hospital beds that can be used with our different preventive and therapeutic surfaces. We also offer durable furniture fit for different care settings as well as supplemental accessories. Discover Umano Medical’s solutions.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Beds","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9b352595fe08c23b6db0confortNEST-yellow-1-21.jpg"}],"title":"ook snow","subtitle":null,"summary":"<p>The ook snow is a powerful, low-height hospital bed that meets your actual needs, from med-surg to high-acuity care.</p>","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732a988ce065fe08c23b6db0confortNEST-yellow-1-14.jpg"}],"title":"ook snow ALL","subtitle":null,"summary":"<p>The ook snow ALL offers exceptional versatility and outstanding value for bariatric, med-surg and palliative care units.</p>","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732c9f2d8d95fe08c23b6db0confortNEST-yellow-1-20.jpg"}],"title":"ook snow MH","subtitle":null,"summary":"<p>The ook snow MH allows you to reach the perfect balance between safety and clinical needs in behavioral health environments.</p>","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732ca3da1ab5fe08c23b6db0confortNEST-yellow-1-19.jpg"}],"title":"ook cocoon","subtitle":null,"summary":"<p>The ook cocoon provides the quality and excellence that residents deserve in long-term acute care facilities.</p>","link":[{"_id":"5fa8563e1f83e90ec241bd82","link":"products","display":"ook cocoon"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60732e7d07c1a5fe08c23b6db0confortNEST-yellow-1-23.jpg"}],"title":"Max-Secure Platform bed","subtitle":null,"summary":"<p>The platform-type Max-Secure ensures optimal security in high-observation environments.</p>","link":[{"_id":"5fa8568d15930b644e497cd5","link":"products","display":"Lit plateforme Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Support surfaces","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/60724412369645fe08c23b6db0confortNEST-yellow-1-6.jpg"}],"title":"comfortNEST yellow","subtitle":null,"summary":"<p>The comfortNEST yellow is a durable and cost-effective one-zone surface with an interchangeable head/foot position for increased patient comfort.</p>","link":[{"_id":"5fa95a63a9493d041e7da522","link":"products","display":"comfortNEST yellow"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073263a957005fe08c23b6db0confortNEST-yellow-1-10.jpg"}],"title":"comfortNEST green","subtitle":null,"summary":"<p>The comfortNEST green features a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95aa2a9493d041e7da528","link":"products","display":"comfortNEST green"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070aee16970a5fe08c23b6db0confortNEST-yellow-1-3.jpg"}],"title":"comfortNEST greenX","subtitle":null,"summary":"<p>The comfortNEST greenX is an expandable surface featuring a multi-zone design for optimal pressure redistribution and comfort.</p>","link":[{"_id":"5fa95ab0a9493d041e7da52b","link":"products","display":"comfortNEST greenX"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/09/6070b04436d5b5fe08c23b6db0confortNEST-yellow-1-4.jpg"}],"title":"comfortNEST greenXi","subtitle":null,"summary":"<p>The comfortNEST greenXi is a fully integrated and expandable solution for bariatric environments.</p>","link":[{"_id":"5fa95ac6a9493d041e7da52e","link":"products","display":"comfortNEST greenXi"}],"link_text":"Explore","link_2":[],"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Furniture","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073279b7c3cb5fe08c23b6db0confortNEST-yellow-1-12.jpg"}],"title":"Max-Secure furniture","subtitle":null,"summary":"<p>The Max-Secure furniture line is designed to maximize security in behavioral health environments.</p>","link":[{"_id":"5fa98d02c3f37136a9450853","link":"products","display":"Mobilier Max-Secure"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}},{"value":{"thumbnail":[{"meta":{"title":""},"path":"storage/uploads/2021/04/11/6073289152f665fe08c23b6db0confortNEST-yellow-1-13.jpg"}],"title":"Overbed table FTG SERIES","subtitle":null,"summary":"<p>Sturdy and convenient, the overbed table FTG SERIES helps you meet the highest infection control levels.</p>","link":[{"_id":"5fa98ce8e1e2d96a9203e677","link":"products","display":"Table de lit série FTG"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":"Umano Connect","subtitle":null,"text":null,"thumbnails":[{"value":{"thumbnail":[{"meta":{"title":""},"path":"Pages produits/Umano Connect/Umano-connect-canada-menu.png"}],"title":"Umano Connect","subtitle":null,"summary":"<p>Umano Connect™: take the first step to a simpler and connected future. Discover the technology that takes your bed to the next level.</p>","link":[{"_id":"66c3aa4346f65674560a5b82","link":"products","display":"Umano Connect"}],"link_text":"Explore","link_2":null,"link_text_2":null,"link_2_showroom":false}}],"link":null,"link_text":null,"link_position":"bottom","background":false,"direction":"vertical","container_smaller":true,"container_smaller_dynamic_col":false,"fix_col_number":null,"thumbnail_smaller":true,"thumbnail_link":true,"mobile_slider":false,"mobile_two_columns":false,"separator":false,"align_link_bottom":true,"mobile_height_full":true,"title_center":false}}],"_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":6,"_modified":1727453720,"_created":1601921917,"_pid":null,"meta_description":"Our innovative product line includes several types of beds, mattresses, furniture and accessories & tools. Discover all our products available.","meta_title":"Medical Beds, Surfaces, Hospital Furniture & more from Umano Medical","noindex":false,"og_image":[],"params":null,"params_en_ca":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"custom_text":null,"url":null,"text":null}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"}]}},"value":{"pages":{"_id":"5fa960f4a9493d041e7da536","title":"Our expertise","slug":"/en/our-expertise/","parent":"","childs":"","meta_title":"Umano Medical Expertise in Hospital Beds & Equipment Manufacturing","meta_description":"Our innovative medical equipment proudly Canadian, combined with an excellent customer service, are here to make a difference for you and your patients. See what we do best.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Our expertise","text":null,"image":{"path":"storage/uploads/2021/03/24/605b5b567e887En-tte---Our-expertise.jpg"},"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":true,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"presentation","settings":{"id":"","class":"","style":"","image":null,"title":"Creating an experience that goes beyond medical equipment manufacturing","add_title_h1":false,"subtitle":null,"text":"Throughout the years, developing hospital beds that have a significant impact for healthcare professionals and patients has always been a focus and a passion. Today, our expertise goes far beyond medical equipment manufacturing. Through a comprehensive approach around fall prevention and infection control, an in-dept understanding of various care environments, a leading-edge vision of the hospital bed, and a desire to provide the best customer care ever offered, our different areas of expertise come together to ensure that you have a very positive experience.","link":null,"link_text":null,"bigger_content":false,"link_showroom":false,"link_append":null,"logo_bigger":false}},{"component":"blocs_and_images","settings":{"id":"","class":"","style":"","blocs":[{"value":{"image":null,"title":"Rethinking customer care, for your 100% satisfaction.","text":"<p>At Umano Medical, we are proud of our refreshing take on <a href=\\"/en/services-and-support/umanocares/\\">customer care</a>. Our unique approach reflects our commitment towards your complete satisfaction. At every step, our team stays close to you to address your needs with proactivity and facilitate the transition to your new equipment. A 24/7 technical support, unmatched <a href=\\"/en/services-and-support/our-service-plans/\\">service plans</a>, an international network of technicians and representatives, same-day part shipping… all the other advantages will make your experience even more satisfying. And above all, you will be confident that you can rely on our team in any situation.</p>"}},{"value":{"image":{"path":"storage/uploads/2021/02/08/60218926d3322calque-2166-copie.jpg"},"title":"Developing hospital beds that fulfill your actual needs ","text":"<p>Our know-how also lies in developing equipment to meet even your most exacting needs. That is why our innovative bed platform, the <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a>, takes a 360° approach on fall prevention and infection control. Through its low height and powerful benefits, the <a href=\\"/en/products/beds/ook-snow/\\">ook snow</a> platform helps your institution maintain high clinical performance and safety levels while preserving patient dignity, in all care environments. We are always listening and adapting our products to your ever-changing reality. For us, this is the only way we can make sure that we address your current and future needs.</p>"}},{"value":{"image":null,"title":"Simplifying your institution’s everyday operations","text":"<p>As a true partner for your institution, we rely on our expertise to help facilitate your daily operations. Our versatile and durable beds become key allies in improve equipment handling as they can be standardized across care environments. They allow institutions to increase staff efficiency while reducing training needs. Moreover, an unequaled <a href=\\"/en/services-and-support/umanocares/\\">customer care</a> approach and <a href=\\"/en/services-and-support/our-service-plans/\\"><u>customizable service plans</u></a> come together to protect your investment. With all these benefits combined, your institution successfully reduces its costs of ownership while preserving your staff’s peace of mind.</p>"}},{"value":{"image":null,"title":"Going above designing and manufacturing standards ","text":"<p>As a North American medical equipment provider, Umano Medical is proud to distinguish itself with advanced designing and fabrication methods. Constant research in close partnership with healthcare professionals, combined with our empathetic listening, leads us to develop innovative solutions for healthcare. Through decades of hospital bed production and design, we have also perfected our highly specialized manufacturing protocols, which reflect on the latest technological advancements. This way, you can trust the reliability and durability of our products entirely manufactured in our world-class factory.</p>"}},{"value":{"image":{"path":"storage/uploads/2021/03/24/605b7a5259066Our-Expertise---Thumbnail-5.jpg"},"title":"Contributing to improved clinical performance","text":"<p>For us, proximity with healthcare stakeholders is an essential ingredient for developing relevant and adaptable solutions. That is why we foster long-term partnerships with innovation centers and trusted healthcare institutions. We can also count on the experience of our in-house clinical team. This valuable knowledge combined with advanced technologies supports your institution’s dedication to improving patient care. The same is true for our innovative hospital beds and range of prevention and therapeutic support surfaces to help you achieve a high level of clinical performance in all care environments.</p>"}},{"value":{"image":{"path":"Pages produits/Umano Connect/Umano-connect-valueproposition.jpg"},"title":"Making an impact on the future of connected healthcare","text":"<p>The Umano Medical team always strives to develop new products and technologies to improve patient comfort and healthcare productivity. In collaboration with our clients and partners on the field, we endeavor to imagine the future of healthcare. A simple, collaborative, and connected future. Our team has developed <a href=\\"https://www.umanomedical.com/en/products/umano-connect/umano-connect/\\" target=\\"_blank\\" rel=\\"noopener\\">Umano Connect</a> – a technology that allows care teams to follow, in near real-time, bed status data and event logs. This addition to our offering allows staff to intervene when necessary, ensuring patient safety and comfort. Health care and hospitals are becoming more and more intelligent, and as an innovative partner, we are at the cutting edge of technology development to ensure our solution supports you through this important transition.</p>"}}]}},{"component":"gallery","settings":{"id":"","class":"","style":"","images":[{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b76157f26fOur-expertise---Caroussel-1-CAN.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b7616ad9c6Our-expertise---Caroussel-2.jpg"},{"meta":{"title":""},"path":"storage/uploads/2021/03/24/605b76186596cOur-expertise---Caroussel-3.jpg"}],"pagination_position":"bottom"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Our approach resonates with you?","text":"<p>Explore the possibilities it holds for you.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Contact us today","image":{"path":"storage/uploads/2021/03/26/605dedb7abd68Our-expertise---CTA.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":9,"_modified":1698162080,"_created":1604935924,"_pid":null,"meta_keywords":"algotest, expert, algosearch","_link":"pages"},"custom_text":null,"url":null,"text":null}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"}]}},"value":{"pages":{"_id":"5f872aeacd1bb7456b606883","title":"Service","slug":"/en/services-and-support/umanocares-temp/","parent":null,"childs":[{"_id":"5fa98e61e1e2d96a9203e67d","link":"pages","display":"UmanoCares"},{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Programmes d\'entretien"},{"_id":"642d6f1b4f7ae11a430ec5e2","link":"pages","display":"Umano Access"}],"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Relation client","text":null,"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"link":null,"link_text":null,"full_width":true,"image_product":null,"bigger":false,"align_left":false,"darken_background_image":false}},{"component":"navigation_block","settings":{"id":"","class":"","style":"","title":null,"text":null,"blocks":[{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88b86e317En-tte---services-plans.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Our approach: a commitment to your 100% satisfaction</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Nos plans de service"},"link_text":"Voir"}},{"value":{"image":{"path":"/storage/uploads/2020/12/16/5fda88e960e763d-cube-background-4k-yo-5.jpg"},"title":"Support technique","subtitle":null,"text":"<p>Get the technical support you need, right here, right now</p>","link":{"_id":"5fa1692d8d683a232b5c5432","link":"pages","display":"Our service plans"},"link_text":"voir"}}]}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":10,"_modified":1697567565,"_created":1602693866,"_pid":null,"meta_description":null,"meta_title":null,"noindex":false,"og_image":null,"params":{"slug":"relation-client"},"params_en_ca":{"slug":"customer-relationships"},"meta_keywords":null,"_link":"pages"},"custom_text":null,"url":null,"text":null}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"}]}},"value":{"pages":{"_id":"5fa98eb1e1e2d96a9203e680","title":"Resources","slug":"/en/resources/","parent":"","childs":[{"_id":"5f89ba462ebd9b0bd07c1c49","link":"pages","display":"Documentation et vidéos"},{"_id":"5f7e0ec5b5f16e5b405123f2","link":"pages","display":"Témoignages"},{"_id":"5f80bfb2de4e935eb93a6191","link":"pages","display":"Blogue"}],"meta_title":"Resources | A centralized knowledge base","meta_description":"Technical documents, videos, brochures… find all the tools you need to master our products in this resource library.","og_image":"","noindex":false,"content":[{"component":"banner","settings":{"id":"","class":"","style":"","title":"Resources","text":null,"image":null,"image_product":null,"video":null,"link":null,"link_text":null,"homepage":false,"bigger":false,"smaller":false,"align_left":false,"darken_background_image":false,"link_showroom":false,"link_append":null,"texte_white":false,"image_position_horizontal":"center","image_position_vertical":"center","demo_modal":false}},{"component":"thumbnail","settings":{"id":"","class":"","style":"","title":null,"subtitle":null,"text":null,"thumbnails":null,"link":null,"link_text":null,"link_position":"bottom","background":null,"direction":"vertical","container_smaller":null,"container_smaller_dynamic_col":null,"fix_col_number":null,"thumbnail_smaller":null,"thumbnail_link":null,"mobile_slider":null,"mobile_two_columns":null,"separator":null,"align_link_bottom":null,"mobile_height_full":null,"title_center":null}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":11,"_modified":1697569165,"_created":1604947633,"_pid":null,"meta_keywords":null,"_link":"pages"},"custom_text":null,"url":null,"text":null}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"}]}},"value":{"pages":{"_id":"5fa994eae1e2d96a9203e68e","title":"About","slug":"/en/about/","parent":{"_id":"5fa994eae1e2d96a9203e68e","link":"pages","display":"About"},"childs":[{"_id":"601ad131674655472425ecf5","link":"pages","display":"Notre histoire"},{"_id":"5fa994fae1e2d96a9203e690","link":"pages","display":"Notre mission et nos valeurs"},{"_id":"6650ea0c65904cb524013b72","link":"pages","display":"Fournisseurs"},{"_id":"5f80945dde4e935eb93a6187","link":"pages","display":"Nouvelles et événements"},{"_id":"6643a122202fb0558a04b342","link":"pages","display":"Développement durable"}],"meta_title":"About Umano Medical | Discover who we are","meta_description":"Umano Medical is determined to revolutionize the medical field. We pair our innovative medical equipment with the best service in the industry. Learn more about our business.","og_image":"","noindex":false,"content":"","_mby":"662908f31efd0e38067e0308","_by":"5f7235cb372719443d31adf6","_o":14,"_modified":1720547935,"_created":1604949226,"_pid":null,"meta_keywords":null,"is_lp":false,"_link":"pages"},"custom_text":null,"url":null,"text":null}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"}]}},"value":{"pages":{"_id":"5f89a8dd2ebd9b0bd07c1c42","title":"Virtual showroom","slug":"/en/virtual-showroom/","parent":"","childs":[],"meta_title":"Experience our Hospital Beds\' [Virtual Showroom] | Umano Medical","meta_description":"Experience the new alternative in medical beds through our virtual showroom. Umano Medical offers healthcare institutions world-class products & service.","og_image":"","noindex":false,"content":[{"component":"configurator","settings":{"id":"","class":"","style":"","title":null,"text":null,"products":[{"value":{"name":"ook snow","url":"/storage/uploads/ook_snow_2024_03_25/?region=en&id_model=1","link":[{"_id":"5f7cb117ded5334d22228d92","link":"products","display":"ook snow"}]}},{"value":{"name":"ook snow ALL","url":"/storage/uploads/ook_snow_all_2024_03_25/?region=en&id_model=0","link":[{"_id":"5fa853f715930b644e497cd3","link":"products","display":"ook snow ALL"}]}},{"value":{"name":"ook snow MH","url":"/storage/uploads/ook_snow_mh_2023-07-12/?region=en&id_model=2","link":[{"_id":"5fa855bf175811726156f943","link":"products","display":"ook snow MH"}]}}]}},{"component":"text","settings":{"id":"","class":"","style":"","text":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en/contact/#rep\\">rep</a> to confirm availability.</p>"}},{"component":"cta","settings":{"id":"","class":"","style":"","title":"Need more information about our beds?","text":"<p>Our reps will be more than happy to answer all your questions regarding our beds’ specifications, functionalities and options.</p>","link":[{"_id":"5f85e39dd7abba27e63267b5","link":"pages","display":"Contact"}],"custom_link":null,"link_text":"Find my rep","image":{"path":"storage/uploads/2021/04/17/607b4a6071729606b96b9cbc88Accueil---CTA-services-plans.jpg"},"image_as_background":true,"darken_background_image":false,"remove_background":false,"image_right":false,"image_right_full_width":false,"remove_margin_bottom":false,"blue_text":false,"cta_full_width":false,"gray_background":false,"negative_top":false,"link_showroom":false,"link_append":null,"telephone":null,"link_2":null,"custom_link_2":null,"link_text_2":null,"text_left":false,"cta_product":false}}],"_mby":"5f7235cb372719443d31adf6","_by":"5f7235cb372719443d31adf6","_o":1,"_modified":1711375939,"_created":1602857181,"_pid":null,"meta_keywords":null,"_link":"pages"},"custom_text":null,"url":null,"text":null}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"}]}},"value":{"pages":{"_id":"5f85e39dd7abba27e63267b5","title":"Contact","slug":"/en/contact/","parent":"","childs":"","content":[{"component":"text","settings":{"id":"","class":"","style":"","text":"<h1>Contact us</h1>\\n<p>Find your sales representative for sales and customer support.</p>\\n<p><a class=\\"link-arrow\\" href=\\"#rep\\">Find my rep</a></p>\\n<hr class=\\"my-6\\" />\\n<p>Need assistance? Get in touch with our <em>UmanoTechs</em>.</p>\\n<p><a class=\\"link-arrow\\" href=\\"/en/services-and-support/umanocares/\\">Get support</a></p>\\n<h2 class=\\"mt-2\\">Tell us how we can help</h2>"}}],"_mby":"612cf9635cf9b154834a4638","_by":"5f7235cb372719443d31adf6","_o":5,"_modified":1698343560,"_created":1602610077,"_pid":null,"meta_description":"Find a local account executive near you, send us a message or get support for any inquiry.","meta_title":"Contact Umano Medical | Medical Equipment Manufacturer","noindex":false,"og_image":null,"meta_keywords":null,"_link":"pages"},"custom_text":null,"url":null,"text":null}},{"field":{"type":"set","label":"Pages","options":{"fields":[{"type":"collectionlink","name":"pages","label":"Page","options":{"link":"pages","display":"title","multiple":false,"limit":false}},{"type":"text","name":"custom_text","label":"Custom text"},{"type":"text","name":"url","label":"URL"},{"type":"text","name":"text","label":"Texte"},{"type":"boolean","name":"ignore","label":"Tell robots to ignore URL"}]}},"value":{"pages":null,"custom_text":null,"url":"https://umanomedical.crm3.dynamics.com/","text":"Rep Access","ignore":true}}],"footer_career":{"image":null,"title":"Careers","text":"Our talented and passionate team is determined to revolutionize the medical industry. Be part of the journey: join the Umano Experience.","link_text":"See available jobs"},"footer_cta_text":"Taking action to respond to COVID-19","footer_cta_link":{"_link":"articles"},"footer_cta_image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"footer_cta_link_text":"Show How","Product_availablality":{"image":{"path":"storage/uploads/3d-cube-background-4k-yo.jpg"},"title":null,"text":"The product you see may not be available in your country. See your rep for more information.","link_text":"Contact my rep"},"Product_availablality_en_ca":null,"Product_availablality_en_us":null,"Product_availablality_en_uk":null,"footer_contact_rep":"<p>Products and features showcased on the website may vary in your region. Please contact your local <a href=\\"https://www.umanomedical.com/en/contact/#rep\\">rep</a> to confirm availability.</p>"}')},,,,,,,,,,,function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"career_pagesCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"career_pagesCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"noindex"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"parent"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"og_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:311}};l.loc.source={body:"query career_pagesCollection ($filters: JsonType, $lang: String) {\r\n career_pagesCollection(filter: $filters, populate: 7, lang: $lang) {\r\n _id\r\n slug\r\n title\r\n meta_title\r\n meta_description\r\n noindex\r\n parent {\r\n title\r\n }\r\n og_image {\r\n path\r\n }\r\n content\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.career_pagesCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"career_pagesCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"pagesCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"pagesCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_keywords"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"noindex"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"is_lp"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"parent"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"og_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:308}};l.loc.source={body:"query pagesCollection ($filters: JsonType, $lang: String) {\n pagesCollection(filter: $filters, populate: 7, lang: $lang) {\n _id\n slug\n title\n meta_title\n meta_description\n meta_keywords\n noindex\n is_lp\n parent {\n title\n }\n og_image {\n path\n }\n content\n }\n}\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.pagesCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"pagesCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"jobsCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"jobsCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"published_at"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"job_location"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"schedule"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"noindex"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"job_description_schema"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"job_type_schema"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"job_location_type_schema"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"benefits"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"qualifications"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"responsibilities"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"skills"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"workhours"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"ats_reference"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"parent"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"og_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"banner_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:594}};l.loc.source={body:"query jobsCollection ($filters: JsonType, $lang: String) {\r\n jobsCollection(filter: $filters, populate: 7, lang: $lang) {\r\n _id\r\n slug\r\n id\r\n published_at\r\n title\r\n job_location {\r\n title\r\n }\r\n schedule\r\n meta_title\r\n meta_description\r\n noindex\r\n job_description_schema\r\n job_type_schema\r\n job_location_type_schema\r\n benefits\r\n qualifications\r\n responsibilities\r\n skills\r\n workhours\r\n ats_reference\r\n parent {\r\n title\r\n }\r\n og_image {\r\n path\r\n }\r\n banner_image{\r\n path\r\n }\r\n content\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.jobsCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"jobsCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"product_typeCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"product_typeCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"parent"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"custom_childs"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}}]}},{kind:"Field",name:{kind:"Name",value:"childs"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"noindex"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"og_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:410}};l.loc.source={body:"query product_typeCollection ($filters: JsonType, $lang: String) {\r\n product_typeCollection(filter: $filters, populate: 7, lang: $lang) {\r\n _id\r\n slug\r\n title\r\n content\r\n parent {\r\n title\r\n }\r\n custom_childs {\r\n value{\r\n title\r\n }\r\n }\r\n childs {\r\n slug\r\n }\r\n meta_title\r\n meta_description\r\n noindex\r\n og_image {\r\n path\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.product_typeCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"product_typeCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"productsCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"productsCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"category"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"noindex"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"is_not_available"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"og_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"schema_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"schema_logo"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"schema_height"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"schema_width"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:398}};l.loc.source={body:"query productsCollection ($filters: JsonType) {\r\n productsCollection(filter: $filters, populate: 7) {\r\n _id\r\n slug\r\n title\r\n category {\r\n title\r\n }\r\n meta_title\r\n meta_description\r\n noindex\r\n is_not_available\r\n og_image {\r\n path\r\n }\r\n schema_description\r\n schema_logo {\r\n path\r\n }\r\n schema_height\r\n schema_width\r\n content\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.productsCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"productsCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"productsCollection"},variableDefinitions:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"productsCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"is_not_available"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"category"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"sub_category"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"has_showroom"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"thumbnail"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:292}};l.loc.source={body:"query productsCollection {\r\n productsCollection(populate: 7) {\r\n _id\r\n title\r\n slug\r\n is_not_available\r\n category {\r\n title\r\n }\r\n sub_category {\r\n title\r\n }\r\n has_showroom,\r\n thumbnail {\r\n path\r\n meta\r\n }\r\n summary\r\n content\r\n }\r\n}",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.productsCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"productsCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"testimoniesCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"testimoniesCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"video"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]}]}}]}}],loc:{start:0,end:256}};l.loc.source={body:"query testimoniesCollection($filters: JsonType, $lang: String) {\r\n testimoniesCollection(filter: $filters, populate: 7, lang: $lang) {\r\n _id\r\n slug\r\n title\r\n image {\r\n path\r\n meta\r\n }\r\n video\r\n summary\r\n content\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.testimoniesCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"testimoniesCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"categoriesCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"categoriesCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_keywords"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"og_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:215}};l.loc.source={body:"query categoriesCollection ($lang: String) {\r\n categoriesCollection(lang: $lang) {\r\n _id\r\n title\r\n slug\r\n meta_title\r\n meta_description\r\n meta_keywords\r\n og_image {\r\n path\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.categoriesCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"categoriesCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"articlesCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articlesCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"sort"},value:{kind:"ObjectValue",fields:[{kind:"ObjectField",name:{kind:"Name",value:"_created"},value:{kind:"IntValue",value:"-1"}}]}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"5"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"published"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"parent"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"categories"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"author"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"thumbnail"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:398}};l.loc.source={body:"query articlesCollection($filters: JsonType, $lang: String) {\r\n articlesCollection(filter: $filters, sort: { _created: -1 }, populate: 5, lang: $lang) {\r\n _id\r\n slug\r\n title\r\n published\r\n parent {\r\n title\r\n slug\r\n }\r\n categories {\r\n title\r\n slug\r\n }\r\n author {\r\n name\r\n }\r\n summary\r\n thumbnail {\r\n path\r\n meta\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.articlesCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"articlesCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"newsCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"newsCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"date_start"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"date_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"location"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"summary"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"category"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"og_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:353}};l.loc.source={body:"query newsCollection ($filters: JsonType, $lang: String) {\r\n newsCollection(filter: $filters, populate: 7, lang: $lang) {\r\n _id\r\n slug\r\n title\r\n date_start\r\n date_text\r\n location\r\n summary\r\n category {\r\n _id\r\n title\r\n }\r\n content\r\n meta_title\r\n meta_description\r\n og_image {\r\n path\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.newsCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"newsCollection")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"articlesCollection"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"filters"}},type:{kind:"NamedType",name:{kind:"Name",value:"JsonType"}},directives:[]},{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"articlesCollection"},arguments:[{kind:"Argument",name:{kind:"Name",value:"filter"},value:{kind:"Variable",name:{kind:"Name",value:"filters"}}},{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"3"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"_id"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"published_date"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"intro_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"intro_color"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"parent"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"categories"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"author"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"photo"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"name"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"link"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"description"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"reduce_title_size"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"titles_color"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"content"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"cta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"cta_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"cta_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"cta_link"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"cta_link_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta_description"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"noindex"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"og_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:783}};l.loc.source={body:"query articlesCollection($filters: JsonType, $lang: String) {\r\n articlesCollection(filter: $filters, populate: 3, lang: $lang) {\r\n _id\r\n slug\r\n title\r\n published_date\r\n intro_image {\r\n path\r\n meta\r\n }\r\n intro_color\r\n parent {\r\n title\r\n slug\r\n }\r\n categories {\r\n title\r\n slug\r\n }\r\n author {\r\n photo {\r\n path\r\n meta\r\n }\r\n name\r\n link\r\n title\r\n description\r\n }\r\n reduce_title_size\r\n titles_color{\r\n value\r\n }\r\n text\r\n content\r\n cta_title\r\n cta_text\r\n cta_image {\r\n path\r\n meta\r\n }\r\n cta_link {\r\n slug\r\n }\r\n cta_link_text\r\n meta_title\r\n meta_description\r\n noindex\r\n og_image {\r\n path\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.articlesCollection=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"articlesCollection")},,,,function(e,t,l){"use strict";l(21),l(34);var n=l(86),o=l(64),r=l(87),d=l(282),c=l(283),m=l(284),f=l(285),_=l(286),h=l(287),k={components:{MainNav:n.default,MetaNav:o.default,Footer:r.default},computed:{footer:function(){switch(this.$i18n.locale.replace("-","_")){case"fr_ca":return m;case"en_ca":return h}},meta:function(){switch(this.$i18n.locale.replace("-","_")){case"fr_ca":return d;case"en_ca":return f}},main:function(){switch(this.$i18n.locale.replace("-","_")){case"fr_ca":return c;case"en_ca":return _}}},created:function(){this.$store.commit("setIsCareerSection",!0);var body=document.body;-1!==navigator.platform.indexOf("Mac")||-1!==navigator.platform.indexOf("iP")?body.classList.add("apple"):body.classList.add("win")}},v=l(16),component=Object(v.a)(k,(function(){var e=this,t=e.$createElement,l=e._self._c||t;return l("div",{staticClass:"max-w-full mt-14 overflow-x-hidden lg:overflow-x-visible lg:mt-0"},[l("div",{staticClass:"fixed lg:sticky top-0 / w-full z-20"},[l("MetaNav",{attrs:{meta:e.meta,"is-career":!0}}),e._v(" "),l("MainNav",{attrs:{main:e.main,meta:e.meta,"is-career":!0}})],1),e._v(" "),l("div",{staticClass:"dynamic-content"},[l("Nuxt",{attrs:{"is-career":!0}})],1),e._v(" "),l("Footer",{attrs:{footer:e.footer,"is-career":!0}}),e._v(" "),l("span",{staticClass:"block lg:hidden",attrs:{id:"is-mobile"}})],1)}),[],!1,null,null,null);t.a=component.exports;installComponents(component,{MetaNav:l(64).default,MainNav:l(86).default,Footer:l(87).default})},function(e,t,l){"use strict";l(21),l(34);var n=l(86),o=l(64),r=l(87),d=(l(416),l(417),l(288)),c=l(289),m=l(290),f=l(291),_=l(292),h=l(293),k=l(294),v=l(295),y=l(296),x=l(297),w=l(298),S=l(299),T={components:{MainNav:n.default,MetaNav:o.default,Footer:r.default},computed:{footer:function(){switch(this.$i18n.locale.replace("-","_")){case"fr_ca":return m;case"en_ca":return h;case"en_us":return y;case"en":return S;case"en_uk":return json_footer_en_uk}},meta:function(){switch(this.$i18n.locale.replace("-","_")){case"fr_ca":return d;case"en_ca":return f;case"en_us":return k;case"en":return x;case"en_uk":return json_meta_en_uk}},main:function(){switch(this.$i18n.locale.replace("-","_")){case"fr_ca":return c;case"en_ca":return _;case"en_us":return v;case"en":return w;case"en_uk":return json_main_en_uk}}},created:function(){var body=document.body;-1!==navigator.platform.indexOf("Mac")||-1!==navigator.platform.indexOf("iP")?body.classList.add("apple"):body.classList.add("win")},head:function(){return{htmlAttrs:{lang:this.$i18n.locale}}}},C=l(16),component=Object(C.a)(T,(function(){var e=this,t=e.$createElement,l=e._self._c||t;return l("div",{staticClass:"max-w-full mt-14 overflow-x-hidden lg:overflow-x-visible lg:mt-0"},[l("div",{staticClass:"fixed lg:sticky top-0 / w-full z-20"},[l("MetaNav",{attrs:{meta:e.meta}}),e._v(" "),l("MainNav",{attrs:{main:e.main,meta:e.meta}})],1),e._v(" "),l("div",{staticClass:"dynamic-content"},[l("Nuxt")],1),e._v(" "),l("Footer",{attrs:{footer:e.footer}}),e._v(" "),l("span",{staticClass:"block lg:hidden",attrs:{id:"is-mobile"}})],1)}),[],!1,null,null,null);t.a=component.exports;installComponents(component,{MetaNav:l(64).default,MainNav:l(86).default,Footer:l(87).default})},function(e,t,l){"use strict";var n=[function(){var e=this.$createElement,t=this._self._c||e;return t("div",{staticClass:"social / inline-flex items-center justify-around / mt-6 w-full"},[t("a",{attrs:{target:"_blank",href:"https://www.facebook.com/UmanoMedical"}},[t("img",{staticClass:"hover:fill-current hover:-text-teal-500",attrs:{src:l(208)}})]),this._v(" "),t("a",{attrs:{target:"_blank",href:"https://www.youtube.com/channel/UCpHRnBl4VYd5GIblbBgHokw"}},[t("img",{staticClass:"hover:fill-current hover:-text-teal-500",attrs:{src:l(247)}})]),this._v(" "),t("a",{staticClass:"hover:fill-current hover:-text-teal-500",attrs:{target:"_blank",href:"https://www.linkedin.com/company/umano-medical/"}},[t("img",{staticClass:"hover:fill-current hover:-text-teal-500",attrs:{src:l(209)}})])])}],o=(l(248),l(249),{props:{footer:Object,isCareer:Boolean},methods:{getHomeUrl:function(){return"/"+this.$i18n.locale+"/"}}}),r=(l(418),l(16)),component=Object(r.a)(o,(function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"max-w-full overflow-x-hidden lg:overflow-x-visible lg:mt-0 lp-layout"},[n("div",{staticClass:"py-2 md:py-7 h-20 md:h-28 top-0 / w-full z-20 flex justify-center items-center"},[n("dynamic-link",{attrs:{link:e.getHomeUrl()}},[n("img",{staticClass:"block-ie / hidden / mb-2",attrs:{src:l(84)}}),e._v(" "),n("img",{staticClass:"mb-2",attrs:{src:l(85)}})])],1),e._v(" "),n("div",{staticClass:"dynamic-content"},[n("Nuxt")],1),e._v(" "),n("div",{staticClass:"container mt-20"},[n("div",{staticClass:"col-span-4 / text-center lg:text-left"},[e.isCareer?e._e():n("dynamic-link",{attrs:{link:e.getHomeUrl()}},[n("img",{staticClass:"block-ie / hidden / m-auto lg:m-0 !w-64",attrs:{src:l(84)}}),e._v(" "),n("img",{staticClass:"m-auto lg:m-0",attrs:{src:l(85)}})])],1),e._v(" "),n("div",{staticClass:"text-center lg:text-left / border-t border-gray-450 mt-6 pt-6 lg:mt-10 lg:pt-10"},[n("div",{staticClass:"w-max-content"},[n("p",{staticClass:"font-bold text-black text-left"},[e._v(e._s(e.$t("general.connect_with")))]),e._v(" "),e._m(0)])]),e._v(" "),n("div",{staticClass:"text-center lg:text-left / opacity-60 / lg:flex justify-between"},[n("p",{staticClass:"text-sm / border-t border-gray-450 mt-4 pt-4 lg:border-0 lg:mt-0 lg:pt-6"},[e._v("\n "+e._s(e.$t("general.copyright"))+" © "+e._s((new Date).getFullYear())+"\n "),"fr-ca"==e.$i18n.locale?n("span",[e._v("Umano Medical inc.")]):n("span",[e._v("Umano Medical inc")])]),e._v(" "),n("p",{staticClass:"text-sm / flex flex-col lg:block / border-t border-gray-450 mt-4 pt-4 lg:border-0 lg:mt-0 lg:pt-6"},[n("dynamic-link",{staticClass:"text-gray-500 hover:text-teal-500",attrs:{link:e.isCareer?e.$t("pages.career_condition"):e.$t("pages.condition")}},[e._v(e._s(e.$t("general.condition")))]),e._v(" "),n("dynamic-link",{staticClass:"hover:text-teal-500 text-gray-500 / mt-2 lg:ml-10 lg:mt-0",attrs:{link:e.isCareer?e.$t("pages.career_politic"):e.$t("pages.politic")}},[e._v(e._s(e.$t("general.privacy_policy")))]),e._v(" "),n("dynamic-link",{staticClass:"text-gray-500 hover:text-teal-500 / mt-2 lg:ml-10 lg:mt-0",attrs:{link:e.$t("pages.cookie")}},[e._v(e._s(e.$t("general.cookie_policy")))])],1)]),e._v(" "),n("div",{staticClass:"leonard_logo / text-gray-500 text-xs text-center / mt-6 opacity-60 lg:float-right"},[e._v("\n "+e._s(e.$t("general.website_by"))+"\n "),n("a",{attrs:{href:e.$t("general.leonard_url"),title:e.$t("general.leonard_url"),target:"_blank"}})])]),e._v(" "),n("span",{staticClass:"block lg:hidden",attrs:{id:"is-mobile"}})])}),n,!1,null,"61273a0e",null);t.a=component.exports;installComponents(component,{DynamicLink:l(67).default})},,,,,function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+DQogICAgPHBhdGggZmlsbD0iIzNFM0UzRSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgMS40MDlsLTEuNDEtMS40MUw3IDUuNTg5IDEuNDEtLjAwMSAwIDEuNDA5bDUuNTkgNS41OUwwIDEyLjU4OWwxLjQxIDEuNDFMNyA4LjQwOWw1LjU5IDUuNTkgMS40MS0xLjQxLTUuNTktNS41OUwxNCAxLjQwOXoiLz4NCjwvc3ZnPg0K"},,,function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5Ij4NCiAgICA8cGF0aCBmaWxsPSIjMDBCQUIzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4yMzguMDEyTDcuNTAxIDUuNTcgMS43NjQuMDEyLjAwMSAxLjcyM2w3LjUgNy4yODEgNy41LTcuMjgxTDEzLjIzOC4wMTJ6Ii8+DQo8L3N2Zz4NCg=="},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSA5IiB3aWR0aD0iMTUiIGhlaWdodD0iOSI+DQoJPHBhdGggaWQ9IkxheWVyIiBmaWxsPSIjMDBCQUIzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsYXNzPSJzaHAwIiBkPSJNMS43NiA4Ljk5TDcuNSAzLjQzTDEzLjI0IDguOTlMMTUgNy4yOEw3LjUgMEwwIDcuMjhMMS43NiA4Ljk5WiIgLz4NCjwvc3ZnPg=="},,,,,,function(e,t){e.exports="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNjcuNTEgMTEzLjUxIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDE0MjZhOwogICAgICB9CgogICAgICAuY2xzLTEsIC5jbHMtMiB7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAwcHg7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogIzAwNzZhODsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9Ijc3LjY0IDExMC4zMyAxMjUuNDEgNTYuMTEgNzguNzUgMy4xOCA5Ni4zNSAzLjE4IDE0MyA1Ni4xIDk1LjI1IDExMC4zMyA3Ny42NCAxMTAuMzMiLz4KICA8cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iNDUuNDggMTEwLjMzIDkzLjI3IDU2LjExIDQ2LjYgMy4xOCA2NC4yIDMuMTggMTEwLjg1IDU2LjEgNjMuMDkgMTEwLjMzIDQ1LjQ4IDExMC4zMyIvPgo8L3N2Zz4="},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+DQogICAgPHBhdGggZmlsbD0iIzAwYmFiMyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgMS40MDlsLTEuNDEtMS40MUw3IDUuNTg5IDEuNDEtLjAwMSAwIDEuNDA5bDUuNTkgNS41OUwwIDEyLjU4OWwxLjQxIDEuNDFMNyA4LjQwOWw1LjU5IDUuNTkgMS40MS0xLjQxLTUuNTktNS41OUwxNCAxLjQwOXoiLz4NCjwvc3ZnPg0K"},,,,,,,,,,function(e,t,l){l(353),e.exports=l(354)},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,l){var content=l(395);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[e.i,content,""]]),content.locals&&(e.exports=content.locals);(0,l(49).default)("38dfa7e4",content,!0,{sourceMap:!1})},function(e,t,l){var n=l(48),o=l(115),r=l(396),d=l(397),c=l(398),m=l(399),f=l(334),_=l(335),h=l(341),k=l(203),v=l(400),y=l(401);t=n(!1);var x=o(r),w=o(d),S=o(c),T=o(m),C=o(f),N=o(_),E=o(h),A=o(k),X=o(v),M=o(y);t.push([e.i,'/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}summary{display:list-item}[hidden],template{display:none}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";line-height:1.5}*,:after,:before{box-sizing:border-box;border:0 solid #f5f5f5}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#a0aec0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#a0aec0}input::placeholder,textarea::placeholder{color:#a0aec0}button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}@font-face{font-family:Helvetica Lt;font-weight:400;src:url('+x+') format("woff")}@font-face{font-family:Helvetica Md;font-weight:400;src:url('+w+') format("woff")}@font-face{font-family:Helvetica Bd;font-weight:400;src:url('+S+') format("woff")}@font-face{font-family:Helvetica Roman;font-weight:400;src:url('+T+') format("woff")}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width:400px){.container{max-width:400px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1440px){.container{max-width:1440px}}@media (min-width:1738px){.container{max-width:1738px}}.space-x-0>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0px*var(--space-x-reverse));margin-left:calc(0px*(1 - var(--space-x-reverse)))}.space-y-2>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(0.5rem*var(--space-y-reverse))}.space-x-2>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.5rem*var(--space-x-reverse));margin-left:calc(0.5rem*(1 - var(--space-x-reverse)))}.space-y-4>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1rem*var(--space-y-reverse))}.space-x-4>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(1rem*var(--space-x-reverse));margin-left:calc(1rem*(1 - var(--space-x-reverse)))}.space-y-6>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(1.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(1.5rem*var(--space-y-reverse))}.space-y-8>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2rem*(1 - var(--space-y-reverse)));margin-bottom:calc(2rem*var(--space-y-reverse))}.space-y-10>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(2.5rem*var(--space-y-reverse))}.space-y-12>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(3rem*(1 - var(--space-y-reverse)));margin-bottom:calc(3rem*var(--space-y-reverse))}.space-x-0\\.5>:not(template)~:not(template){--space-x-reverse:0;margin-right:calc(0.125rem*var(--space-x-reverse));margin-left:calc(0.125rem*(1 - var(--space-x-reverse)))}.divide-y>:not(template)~:not(template){--divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--divide-y-reverse)));border-bottom-width:calc(1px*var(--divide-y-reverse))}.divide-gray-400>:not(template)~:not(template){--divide-opacity:1;border-color:#e6e6e6;border-color:rgba(230,230,230,var(--divide-opacity))}.bg-transparent{background-color:transparent}.bg-black{--bg-opacity:1;background-color:#000;background-color:rgba(0,0,0,var(--bg-opacity))}.bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.bg-gray-200{--bg-opacity:1;background-color:#edf2f7;background-color:rgba(237,242,247,var(--bg-opacity))}.bg-gray-300{--bg-opacity:1;background-color:#f5f5f5;background-color:rgba(245,245,245,var(--bg-opacity))}.bg-gray-325{--bg-opacity:1;background-color:#f6f6f6;background-color:rgba(246,246,246,var(--bg-opacity))}.bg-gray-350{--bg-opacity:1;background-color:#f8f8f8;background-color:rgba(248,248,248,var(--bg-opacity))}.bg-gray-400{--bg-opacity:1;background-color:#e6e6e6;background-color:rgba(230,230,230,var(--bg-opacity))}.bg-gray-500{--bg-opacity:1;background-color:#5b6770;background-color:rgba(91,103,112,var(--bg-opacity))}.bg-gray-700{--bg-opacity:1;background-color:#212121;background-color:rgba(33,33,33,var(--bg-opacity))}.bg-gray-900{--bg-opacity:1;background-color:#f3f3f3;background-color:rgba(243,243,243,var(--bg-opacity))}.bg-teal-500{--bg-opacity:1;background-color:#00bab3;background-color:rgba(0,186,179,var(--bg-opacity))}.bg-blue-100{--bg-opacity:1;background-color:#00bbb5;background-color:rgba(0,187,181,var(--bg-opacity))}.bg-blue-500{--bg-opacity:1;background-color:#142c45;background-color:rgba(20,44,69,var(--bg-opacity))}.bg-blue-700{--bg-opacity:1;background-color:#01426a;background-color:rgba(1,66,106,var(--bg-opacity))}.hover\\:bg-teal-500:hover{--bg-opacity:1;background-color:#00bab3;background-color:rgba(0,186,179,var(--bg-opacity))}.hover\\:bg-teal-700:hover{--bg-opacity:1;background-color:#018a85;background-color:rgba(1,138,133,var(--bg-opacity))}.\\!bg-none{background-image:none!important}.bg-opacity-40{--bg-opacity:0.40}.bg-opacity-75{--bg-opacity:0.75}.bg-center{background-position:50%}.bg-left-bottom{background-position:0 100%}.bg-left-top{background-position:0 0}.bg-right-bottom{background-position:100% 100%}.bg-right-top{background-position:100% 0}.bg-center-top{background-position:top}.bg-center-center{background-position:50%}.bg-center-bottom{background-position:bottom}.bg-left-center{background-position:0}.bg-right-center{background-position:100%}.bg-no-repeat{background-repeat:no-repeat}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.border-black{--border-opacity:1;border-color:#000;border-color:rgba(0,0,0,var(--border-opacity))}.border-gray-100{--border-opacity:1;border-color:#f1f1f2;border-color:rgba(241,241,242,var(--border-opacity))}.border-gray-300{--border-opacity:1;border-color:#f5f5f5;border-color:rgba(245,245,245,var(--border-opacity))}.border-gray-400{--border-opacity:1;border-color:#e6e6e6;border-color:rgba(230,230,230,var(--border-opacity))}.border-gray-450{--border-opacity:1;border-color:#b4b4b4;border-color:rgba(180,180,180,var(--border-opacity))}.border-teal-500{--border-opacity:1;border-color:#00bab3;border-color:rgba(0,186,179,var(--border-opacity))}.border-blue-100{--border-opacity:1;border-color:#00bbb5;border-color:rgba(0,187,181,var(--border-opacity))}.border-blue-500{--border-opacity:1;border-color:#142c45;border-color:rgba(20,44,69,var(--border-opacity))}.hover\\:border-blue-100:hover{--border-opacity:1;border-color:#00bbb5;border-color:rgba(0,187,181,var(--border-opacity))}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.border-dashed{border-style:dashed}.border-0{border-width:0}.border-2{border-width:2px}.border-3{border-width:3px}.border{border-width:1px}.border-t-0{border-top-width:0}.border-r-0{border-right-width:0}.border-l-0{border-left-width:0}.border-t-2{border-top-width:2px}.border-b-2{border-bottom-width:2px}.border-b-3{border-bottom-width:3px}.border-l-3{border-left-width:3px}.border-b-4{border-bottom-width:4px}.border-b-8{border-bottom-width:8px}.border-t{border-top-width:1px}.border-r{border-right-width:1px}.border-b{border-bottom-width:1px}.border-l,.even\\:border-l:nth-child(2n){border-left-width:1px}.box-border{box-sizing:border-box}.cursor-pointer{cursor:pointer}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.group:hover .group-hover\\:block{display:block}.group:hover .group-hover\\:flex{display:flex}.\\!block{display:block!important}.\\!hidden{display:none!important}.last\\:hidden:last-child{display:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.\\!items-start{align-items:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.float-right{float:right}.font-lt{font-family:Helvetica Lt}.font-md{font-family:Helvetica Md}.font-bd{font-family:Helvetica Bd}.font-roman{font-family:Helvetica Roman}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.h-0{height:0}.h-1{height:.25rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-20{height:5rem}.h-24{height:6rem}.h-48{height:12rem}.h-56{height:14rem}.h-64{height:16rem}.h-72{height:18rem}.h-auto{height:auto}.h-8\\.6{height:2.15rem}.h-fit-content{height:-moz-fit-content;height:fit-content}.h-max-content{height:-moz-max-content;height:max-content}.h-full{height:100%}.h-screen{height:100vh}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:2.375rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2rem}.text-5xl{font-size:2.875rem}.text-1xl{font-size:1.5rem}.text-7xl{font-size:4.375rem}.text-9xl{font-size:6.25rem}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-tight{line-height:1.25}.leading-snug{line-height:1.375}.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}.m-0{margin:0}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-auto{margin:auto}.my-0{margin-top:0;margin-bottom:0}.my-2{margin-top:.5rem;margin-bottom:.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-4{margin-left:1rem;margin-right:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-24{margin-top:6rem;margin-bottom:6rem}.mx-auto{margin-left:auto;margin-right:auto}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mt-1{margin-top:.25rem}.mr-1{margin-right:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mt-5{margin-top:1.25rem}.mr-5{margin-right:1.25rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mr-6{margin-right:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mb-10{margin-bottom:2.5rem}.ml-10{margin-left:2.5rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-28{margin-top:10rem}.mb-32{margin-bottom:8rem}.ml-1\\/5{margin-left:20%}.-ml-1{margin-left:-.25rem}.-mt-4{margin-top:-1rem}.-mt-6{margin-top:-1.5rem}.-mb-16{margin-bottom:-4rem}.-mb-20{margin-bottom:-5rem}.-mb-24{margin-bottom:-6rem}.\\!ml-2{margin-left:.5rem!important}.max-h-0{max-height:0}.group:hover .group-hover\\:max-h-100,.max-h-100{max-height:25rem}.max-w-24{max-width:6rem}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-5xl{max-width:64rem}.max-w-full{max-width:100%}.max-w-6\\/10{max-width:60%}.min-h-144{min-height:36rem}.min-w-250{min-width:250px}.object-cover{-o-object-fit:cover;object-fit:cover}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-100{opacity:1}.outline-none{outline:2px solid transparent;outline-offset:2px}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-x-scroll{overflow-x:scroll}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.py-0{padding-top:0;padding-bottom:0}.px-0{padding-left:0;padding-right:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-8{padding-left:2rem;padding-right:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-48{padding-top:12rem;padding-bottom:12rem}.py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.pl-0{padding-left:0}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pt-2{padding-top:.5rem}.pr-2{padding-right:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pb-3{padding-bottom:.75rem}.pt-4{padding-top:1rem}.pr-4{padding-right:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pt-6{padding-top:1.5rem}.pb-6{padding-bottom:1.5rem}.pt-8{padding-top:2rem}.pl-8{padding-left:2rem}.pt-10{padding-top:2.5rem}.pb-10{padding-bottom:2.5rem}.pt-12{padding-top:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pt-16{padding-top:4rem}.pr-16{padding-right:4rem}.pl-16{padding-left:4rem}.pb-18{padding-bottom:4.5rem}.pt-20{padding-top:5rem}.pb-20{padding-bottom:5rem}.pt-32{padding-top:8rem}.pt-40{padding-top:7rem}.pt-56{padding-top:14rem}.pt-72{padding-top:18rem}.pt-1\\.5{padding-top:.375rem}.\\!py-4{padding-top:1rem!important;padding-bottom:1rem!important}.\\!px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.\\!px-12{padding-left:3rem!important;padding-right:3rem!important}.\\!pt-0{padding-top:0!important}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.bottom-8{bottom:2rem}.left-8{left:2rem}.top-57{top:57px}.top-Neg55{top:-13.5rem}.top-3\\/20{top:15%}.top-3\\/10{top:30%}.\\!top-auto{top:auto!important}.resize{resize:both}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.shadow-menu_open{box-shadow:0 6px 232.3px 4.7px rgba(85,85,85,.71)}.hover\\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.hover\\:fill-current:hover{fill:currentColor}.text-left{text-align:left}.text-center{text-align:center}.text-black{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.text-gray-450{--text-opacity:1;color:#b4b4b4;color:rgba(180,180,180,var(--text-opacity))}.text-gray-500{--text-opacity:1;color:#5b6770;color:rgba(91,103,112,var(--text-opacity))}.text-gray-600{--text-opacity:1;color:#545454;color:rgba(84,84,84,var(--text-opacity))}.text-gray-700{--text-opacity:1;color:#212121;color:rgba(33,33,33,var(--text-opacity))}.text-gray-800{--text-opacity:1;color:#3e3e3e;color:rgba(62,62,62,var(--text-opacity))}.text-teal-500{--text-opacity:1;color:#00bab3;color:rgba(0,186,179,var(--text-opacity))}.text-teal-700{--text-opacity:1;color:#018a85;color:rgba(1,138,133,var(--text-opacity))}.text-blue-100{--text-opacity:1;color:#00bbb5;color:rgba(0,187,181,var(--text-opacity))}.text-blue-500{--text-opacity:1;color:#142c45;color:rgba(20,44,69,var(--text-opacity))}.text-blue-700{--text-opacity:1;color:#01426a;color:rgba(1,66,106,var(--text-opacity))}.hover\\:text-teal-500:hover{--text-opacity:1;color:#00bab3;color:rgba(0,186,179,var(--text-opacity))}.hover\\:text-blue-100:hover{--text-opacity:1;color:#00bbb5;color:rgba(0,187,181,var(--text-opacity))}.hover\\:text-blue-300:hover{--text-opacity:1;color:#013e66;color:rgba(1,62,102,var(--text-opacity))}.italic{font-style:italic}.uppercase{text-transform:uppercase}.no-underline{text-decoration:none}.hover\\:underline:hover{text-decoration:underline}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.invisible{visibility:hidden}.whitespace-no-wrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-all{word-break:break-all}.w-0{width:0}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:10rem}.w-32{width:8rem}.w-64{width:16rem}.w-auto{width:auto}.w-inherit{width:inherit}.w-8\\.6{width:2.15rem}.w-1\\/10{width:10%}.w-1\\/2{width:50%}.w-3\\/4{width:75%}.w-fit-content{width:-moz-fit-content;width:fit-content}.w-max-content{width:-moz-max-content;width:max-content}.w-4\\/5{width:80%}.w-5\\/6{width:83.333333%}.w-1\\/12{width:8.333333%}.w-2\\/12{width:16.666667%}.w-9\\/12{width:75%}.w-10\\/12{width:83.333333%}.w-11\\/12{width:91.666667%}.w-full{width:100%}.w-screen{width:100vw}.\\!w-64{width:16rem!important}.\\!w-3\\/4{width:75%!important}.\\!w-full{width:100%!important}.z-10{z-index:10}.z-11{z-index:11}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.-z-10{z-index:-10}.gap-1{grid-gap:.25rem;gap:.25rem}.gap-2{grid-gap:.5rem;gap:.5rem}.gap-3{grid-gap:.75rem;gap:.75rem}.gap-4{grid-gap:1rem;gap:1rem}.gap-6{grid-gap:1.5rem;gap:1.5rem}.gap-8{grid-gap:2rem;gap:2rem}.gap-10{grid-gap:2.5rem;gap:2.5rem}.gap-16{grid-gap:4rem;gap:4rem}.gap-x-2{grid-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-4{grid-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{grid-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{grid-row-gap:.25rem;row-gap:.25rem}.gap-y-4{grid-row-gap:1rem;row-gap:1rem}.gap-y-10{grid-row-gap:2.5rem;row-gap:2.5rem}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}.col-start-2{grid-column-start:2}.transform{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))}.scale-100{--transform-scale-x:1;--transform-scale-y:1}.scale-115{--transform-scale-x:1.15;--transform-scale-y:1.15}.scale-y-0{--transform-scale-y:0}.group:hover .group-hover\\:scale-y-100,.scale-y-100{--transform-scale-y:1}.rotate-90{--transform-rotate:90deg}.rotate-180{--transform-rotate:180deg}.-rotate-180{--transform-rotate:-180deg}.-rotate-90{--transform-rotate:-90deg}.translate-x-10{--transform-translate-x:2.5rem}.translate-x-12{--transform-translate-x:3rem}.-translate-x-1\\/2{--transform-translate-x:-50%}.-translate-x-full{--transform-translate-x:-100%}.translate-x-full{--transform-translate-x:100%}.translate-y-0{--transform-translate-y:0}.translate-y-16{--transform-translate-y:4rem}.translate-y-0\\.5{--transform-translate-y:0.125rem}.-translate-y-2{--transform-translate-y:-0.5rem}.-translate-y-full{--transform-translate-y:-100%}.-translate-y-2\\/1{--transform-translate-y:-200%}.transition-all{transition-property:all}.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform}.transition-colors{transition-property:background-color,border-color,color,fill,stroke}.transition-shadow{transition-property:box-shadow}.transition-parallax{transition-property:transform,opacity}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}@keyframes spin{to{transform:rotate(1turn)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-spin{animation:spin 1s linear infinite}.absolute-center{left:50%;top:50%;transform:translate(-50%,-50%)}.content-empty{content:""}.apple .btn:before,.apple .fix-lh:before,.apple .font-md:before,.apple .font-roman:before{content:"";display:block;height:0;margin-top:2.5px}.apple .btn:after,.apple .fix-lh:after,.apple .font-md:after,.apple .font-roman:after{content:"";display:block;height:0;margin-bottom:-1px}.apple input:not([type=checkbox]):not([type=file]){padding-bottom:.5rem;padding-top:.75rem}label{--text-opacity:1;color:#212121;color:rgba(33,33,33,var(--text-opacity))}.technical-support input:not([type=checkbox]):not([type=file]){border-width:0 0 1px}.technical-support input:not([type=checkbox]):not([type=file]),input:not([type=checkbox]):not([type=file]):not([type=radio]){font-family:Helvetica Roman;--border-opacity:1;border-color:#5b6770;border-color:rgba(91,103,112,var(--border-opacity));margin-top:.5rem;padding:.75rem 1.5rem;width:100%}input:not([type=checkbox]):not([type=file]):not([type=radio]){border-width:1px}.technical-support textarea{border-width:0 0 1px}.technical-support textarea,textarea{font-family:Helvetica Roman;--border-opacity:1;border-color:#5b6770;border-color:rgba(91,103,112,var(--border-opacity));margin-top:.5rem;padding:.75rem 1.5rem;width:100%}textarea{border-width:1px}label.checkbox{display:flex;align-items:center;cursor:pointer}label.checkbox span{display:block;margin-left:1rem}input[type=checkbox]{position:relative;cursor:pointer;height:1.25rem;width:1.25rem}input[type=checkbox]:before{content:"";border:1px solid #9a9a9a;display:block;height:1.25rem;position:absolute;top:0;left:0;--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));width:1.25rem}input[type=checkbox]:checked:before{--bg-opacity:1;background-color:#00bab3;background-color:rgba(0,186,179,var(--bg-opacity))}input[type=checkbox]:checked:after{content:"";left:7px;top:2px;transform:rotate(45deg);--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity));border-style:solid;border-width:0 2px 2px 0;height:.75rem;position:absolute;width:.375rem}select{background-image:url('+C+");background-repeat:no-repeat;background-position-x:calc(100% - 20px);background-position-y:50%;display:block;border-width:1px;--border-opacity:1;border-color:#5b6770;border-color:rgba(91,103,112,var(--border-opacity));-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-top:.5rem;padding:.75rem 1.5rem;width:100%}select:focus{background-image:url("+N+")}.form-error{--text-opacity:1;color:#f56565;color:rgba(245,101,101,var(--text-opacity));display:block;margin-top:.5rem}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){#is-ie{display:block!important}.grid,.lg\\:grid,.swiper-wrapper{display:block!important;height:auto!important;transform:none!important}.grid>div,.grid>span,.lg\\:grid>div,.lg\\:grid>span,.swiper-wrapper>div,.swiper-wrapper>span{height:auto!important;margin-right:2%;width:47%!important;display:inline-block;margin-top:1rem}.grid>div img,.grid>span img,.lg\\:grid>div img,.lg\\:grid>span img,.swiper-wrapper>div img,.swiper-wrapper>span img{width:100%}.grid>.nav_container,.grid>div img.absolute,.grid>div img.transform,.grid>span img.absolute,.grid>span img.transform,.lg\\:grid>.nav_container,.lg\\:grid>div img.absolute,.lg\\:grid>div img.transform,.lg\\:grid>span img.absolute,.lg\\:grid>span img.transform,.swiper-wrapper>.nav_container,.swiper-wrapper>div img.absolute,.swiper-wrapper>div img.transform,.swiper-wrapper>span img.absolute,.swiper-wrapper>span img.transform{display:none}.grid.grid-cols-2>div,.grid.grid-cols-2>span,.grid.lg\\:grid-cols-2>div,.grid.lg\\:grid-cols-2>span,.lg\\:grid.grid-cols-2>div,.lg\\:grid.grid-cols-2>span,.lg\\:grid.lg\\:grid-cols-2>div,.lg\\:grid.lg\\:grid-cols-2>span,.swiper-wrapper.grid-cols-2>div,.swiper-wrapper.grid-cols-2>span,.swiper-wrapper.lg\\:grid-cols-2>div,.swiper-wrapper.lg\\:grid-cols-2>span{width:48%!important}.grid.grid-cols-3>div,.grid.lg\\:grid-cols-3>div,.lg\\:grid.grid-cols-3>div,.lg\\:grid.lg\\:grid-cols-3>div,.swiper-wrapper.grid-cols-3>div,.swiper-wrapper.lg\\:grid-cols-3>div{width:31%!important}.grid.grid-cols-3>div.col-span-2,.grid.lg\\:grid-cols-3>div.col-span-2,.lg\\:grid.grid-cols-3>div.col-span-2,.lg\\:grid.lg\\:grid-cols-3>div.col-span-2,.swiper-wrapper.grid-cols-3>div.col-span-2,.swiper-wrapper.lg\\:grid-cols-3>div.col-span-2{width:64%!important}.grid.grid-cols-4>div,.grid.lg\\:grid-cols-4>div,.lg\\:grid.grid-cols-4>div,.lg\\:grid.lg\\:grid-cols-4>div,.swiper-wrapper.grid-cols-4>div,.swiper-wrapper.lg\\:grid-cols-4>div{width:23%!important}.grid.grid-cols-4>div.col-span-2,.grid.lg\\:grid-cols-4>div.col-span-2,.lg\\:grid.grid-cols-4>div.col-span-2,.lg\\:grid.lg\\:grid-cols-4>div.col-span-2,.swiper-wrapper.grid-cols-4>div.col-span-2,.swiper-wrapper.lg\\:grid-cols-4>div.col-span-2{width:64%!important}.grid.grid-cols-4>div.col-span-3,.grid.lg\\:grid-cols-4>div.col-span-3,.lg\\:grid.grid-cols-4>div.col-span-3,.lg\\:grid.lg\\:grid-cols-4>div.col-span-3,.swiper-wrapper.grid-cols-4>div.col-span-3,.swiper-wrapper.lg\\:grid-cols-4>div.col-span-3{width:73%!important}.block-ie{display:block!important}.block-ie+img{display:none!important}}html{font-size:16px}@media (min-width:1440px){html{font-size:1.025vw}}body{font-family:Helvetica Lt;font-size:1rem;--text-opacity:1;color:#5b6770;color:rgba(91,103,112,var(--text-opacity));overflow-x:hidden;letter-spacing:1px;scroll-behavior:smooth}.like-h1,h1{font-family:Helvetica Md;line-height:1.25;font-size:2rem;--text-opacity:1;color:#142c45;color:rgba(20,44,69,var(--text-opacity))}@media (min-width:360px){.like-h1,h1{font-size:1.25rem}}@media (min-width:768px){.like-h1,h1{font-size:2rem}}@media (min-width:1024px){.like-h1,h1{font-size:3rem}}.dynamic-lpForm_content h1:after{background-image:url("+E+');background-repeat:no-repeat;background-position:bottom;--tw-bg-opacity:1;--tw-content:"";content:var(--tw-content);display:flex;display:inline-block;font-size:0;height:2rem;width:2rem}.like-h2,h2{font-family:Helvetica Md;line-height:1.25;font-size:1.875rem;--text-opacity:1;color:#142c45;color:rgba(20,44,69,var(--text-opacity))}@media (min-width:1024px){.like-h2,h2{line-height:1.25;font-size:2.375rem}}.like-h3,h3{font-family:Helvetica Roman;line-height:1.25;font-size:1.25rem}@media (min-width:1024px){.like-h3,h3{font-size:1.875rem}}h4{font-family:Helvetica Md;line-height:1.25;font-size:1.125rem;--text-opacity:1;color:#142c45;color:rgba(20,44,69,var(--text-opacity))}@media (min-width:1024px){h4{font-size:2.375rem}}h5{font-family:Helvetica Md;font-size:1rem;font-weight:700;--text-opacity:1;color:#142c45;color:rgba(20,44,69,var(--text-opacity));margin-top:.75rem}@media (min-width:1024px){h5{font-size:1.125rem}}b,strong{font-family:Helvetica Bd;font-weight:400}.wysiwyg h1+h3{margin-top:1.5rem}.wysiwyg h2+h3{margin-top:1rem}.wysiwyg h1+p{margin-top:1.5rem}.wysiwyg h2+p,.wysiwyg h3+p{margin-top:1rem}.wysiwyg h4+p{margin-top:.5rem}.wysiwyg p+h3,.wysiwyg p+h4,.wysiwyg p+h5,.wysiwyg p+p,.wysiwyg ul+h3,.wysiwyg ul+h4,.wysiwyg ul+h5,.wysiwyg ul+p{margin-top:1rem}.wysiwyg ul{list-style-type:disc;margin-left:1.1rem;margin-top:.5rem}.dynamic-content a.external-link,a.external-link{font-family:Helvetica Md;--text-opacity:1;color:#b4b4b4;color:rgba(180,180,180,var(--text-opacity))}.dynamic-content a.external-link:hover,a.external-link:hover{--text-opacity:1;color:#013e66;color:rgba(1,62,102,var(--text-opacity))}.dynamic-content a:not(.btn):not(.unstyled):not(.external-link),a.link-styled{font-family:Helvetica Md;--text-opacity:1;color:#00bab3;color:rgba(0,186,179,var(--text-opacity))}.dynamic-content a:not(.btn):not(.unstyled):not(.external-link)[href^="tel:"],a.link-styled[href^="tel:"]{--text-opacity:1;color:#5b6770;color:rgba(91,103,112,var(--text-opacity))}.dynamic-content a:not(.btn):not(.unstyled):not(.external-link):hover,a.link-styled:hover{--text-opacity:1;color:#013e66;color:rgba(1,62,102,var(--text-opacity))}.dynamic-content a:not(.btn):not(.unstyled):not(.external-link).hover-white:hover,a.link-styled.hover-white:hover{color:#fff}a.nuxt-link-exact-active.nuxt-link-active:not(.btn){--text-opacity:1;color:#00bab3;color:rgba(0,186,179,var(--text-opacity))}a.link-arrow{display:inline-block;position:relative;margin-right:1.5rem}a.link-arrow:after{height:1rem;width:.5rem;content:"";position:absolute;top:0;right:-1rem;margin-top:.125rem;--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:180deg;background-size:contain;background-repeat:no-repeat;background-image:url('+A+")}a.link-arrow.link-arrow-smaller:after{margin-top:.375rem}a.link-arrow:hover:after{background-image:url("+X+")}a.link-arrow-full:after{right:0;margin-top:.5rem}span.fix-lh.down-arrow{position:relative}span.fix-lh.down-arrow:after{background-image:url("+C+');right:-20px;content:"";position:absolute;top:0;margin-top:.5rem;background-repeat:no-repeat;background-size:contain;width:.75rem;height:.75rem}hr{--border-opacity:1;border-color:#e6e6e6;border-color:rgba(230,230,230,var(--border-opacity))}li{margin-top:.5rem}.cover{background-position:50%;background-size:cover}@media (min-width:400px){.container{max-width:100%}}@media (min-width:1023px){.container-sm{width:auto;padding:0}}@media (max-width:1023px){.container-lg{max-width:none;padding:0}}.background-gradient{background-image:linear-gradient(0deg,rgba(17,46,62,.03),rgba(64,90,107,.03))!important}.vertical-rl{-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.stretched-link-before:before,.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:auto;content:""}.icon,.mask-icon{display:inline-block;transition-property:background-color,border-color,color,fill,stroke;transition-duration:.3s;content:"";-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.icon{--bg-opacity:1;background-color:#142c45;background-color:rgba(20,44,69,var(--bg-opacity))}.icon-circle-plus{width:1.5rem;height:1.5rem;-webkit-mask-image:url('+M+");mask-image:url("+M+")}.btn,.icon-circle-plus{--bg-opacity:1;background-color:#00bab3;background-color:rgba(0,186,179,var(--bg-opacity))}.btn{font-family:Helvetica Bd;text-align:center;display:inline-block;padding:.5rem 1.5rem;border-radius:.25rem}.btn,.btn:hover{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.btn:hover{--bg-opacity:1;background-color:#018a85;background-color:rgba(1,138,133,var(--bg-opacity))}.btn.btn-blue{--bg-opacity:1;background-color:#01426a;background-color:rgba(1,66,106,var(--bg-opacity))}.btn.btn-blue:hover{--bg-opacity:1;background-color:#142c45;background-color:rgba(20,44,69,var(--bg-opacity))}.btn.btn-large{padding-left:3rem;padding-right:3rem}.btn.btn-rounded{border-radius:40px}.btn.btn-shaped{-webkit-clip-path:polygon(0 38%,0 63%,12% 87%,89% 86%,100% 63%,100% 38%,88% 13%,11% 14%);clip-path:polygon(0 38%,0 63%,12% 87%,89% 86%,100% 63%,100% 38%,88% 13%,11% 14%)}.btn.btn-transparent{background-color:transparent;border-width:2px;--border-opacity:1;border-color:#fff;border-color:rgba(255,255,255,var(--border-opacity))}.btn.btn-transparent:hover{--bg-opacity:1;background-color:#018a85;background-color:rgba(1,138,133,var(--bg-opacity));--border-opacity:1;border-color:#018a85;border-color:rgba(1,138,133,var(--border-opacity))}.article-text-cta{display:flex;justify-content:center;margin-top:4.5rem;margin-bottom:4.5rem}.container-swiper .swiper-pagination{display:flex;padding-left:8rem}.container-swiper .swiper-pagination .swiper-pagination-bullet{--bg-opacity:1;background-color:#e6e6e6;background-color:rgba(230,230,230,var(--bg-opacity));height:.1875rem;opacity:1;width:6rem}.container-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,.container-swiper .swiper-pagination .swiper-pagination-bullet:hover{--bg-opacity:1;background-color:#00bab3;background-color:rgba(0,186,179,var(--bg-opacity))}.container-swiper .swiper-button-next,.container-swiper .swiper-button-prev{--text-opacity:1;color:#212121;color:rgba(33,33,33,var(--text-opacity));left:auto;right:0;opacity:1}.container-swiper .swiper-button-next:after,.container-swiper .swiper-button-prev:after{font-size:1.125rem}.container-swiper .swiper-button-prev{margin-right:11rem}.container-swiper .swiper-button-next{margin-right:8rem}.container-swiper.container-swiper--no-padding .swiper-pagination{display:flex;padding-left:0}@media (min-width:640px){.sm\\:block{display:block}.sm\\:flex{display:flex}.sm\\:hidden{display:none}.sm\\:flex-row{flex-direction:row}.sm\\:mx-auto{margin-left:auto;margin-right:auto}.sm\\:pb-0{padding-bottom:0}.sm\\:pr-5{padding-right:1.25rem}.sm\\:w-1\\/2{width:50%}.sm\\:w-full{width:100%}.sm\\:grid-flow-col{grid-auto-flow:column}.sm\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\\:grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.sm\\:grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}}@media (min-width:768px){.md\\:border-t-0{border-top-width:0}.md\\:border-l{border-left-width:1px}.md\\:block{display:block}.md\\:flex{display:flex}.md\\:hidden{display:none}.md\\:flex-row{flex-direction:row}.md\\:flex-row-reverse,.md\\:odd\\:flex-row-reverse:nth-child(odd){flex-direction:row-reverse}.md\\:flex-wrap{flex-wrap:wrap}.md\\:flex-no-wrap{flex-wrap:nowrap}.md\\:items-center{align-items:center}.md\\:justify-between{justify-content:space-between}.md\\:h-10{height:2.5rem}.md\\:h-28{height:10rem}.md\\:h-96{height:24rem}.md\\:text-xl{font-size:1.25rem}.md\\:my-0{margin-top:0;margin-bottom:0}.md\\:mx-0{margin-left:0;margin-right:0}.md\\:mx-4{margin-left:1rem;margin-right:1rem}.md\\:mx-auto{margin-left:auto;margin-right:auto}.md\\:mr-0{margin-right:0}.md\\:mb-0{margin-bottom:0}.md\\:ml-0{margin-left:0}.md\\:mr-2{margin-right:.5rem}.md\\:ml-2{margin-left:.5rem}.md\\:mr-4{margin-right:1rem}.md\\:ml-12{margin-left:3rem}.md\\:mr-auto{margin-right:auto}.md\\:ml-auto{margin-left:auto}.md\\:even\\:mt-72:nth-child(2n){margin-top:18rem}.md\\:opacity-100{opacity:1}.md\\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.md\\:px-8{padding-left:2rem;padding-right:2rem}.md\\:pb-8{padding-bottom:2rem}.md\\:pt-10{padding-top:2.5rem}.md\\:pb-24{padding-bottom:6rem}.md\\:pb-32{padding-bottom:8rem}.md\\:top-Neg40{top:-10rem}.md\\:text-left{text-align:left}.md\\:text-center{text-align:center}.md\\:text-right{text-align:right}.md\\:w-4{width:1rem}.md\\:w-auto{width:auto}.md\\:w-4\\.8\\/10{width:48%}.md\\:w-1\\/2{width:50%}.md\\:w-1\\/3{width:33.333333%}.md\\:w-1\\/4{width:25%}.md\\:w-2\\/5{width:40%}.md\\:w-3\\/5{width:60%}.md\\:w-full{width:100%}.md\\:gap-16{grid-gap:4rem;gap:4rem}.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:odd\\:translate-x-12:nth-child(odd){--transform-translate-x:3rem}}@media (min-width:1024px){.lg\\:space-y-0>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(0px*(1 - var(--space-y-reverse)));margin-bottom:calc(0px*var(--space-y-reverse))}.lg\\:space-y-10>:not(template)~:not(template){--space-y-reverse:0;margin-top:calc(2.5rem*(1 - var(--space-y-reverse)));margin-bottom:calc(2.5rem*var(--space-y-reverse))}.lg\\:bg-transparent{background-color:transparent}.lg\\:bg-white{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity))}.lg\\:bg-gray-200{--bg-opacity:1;background-color:#edf2f7;background-color:rgba(237,242,247,var(--bg-opacity))}.lg\\:bg-gray-300{--bg-opacity:1;background-color:#f5f5f5;background-color:rgba(245,245,245,var(--bg-opacity))}.lg\\:bg-gray-350{--bg-opacity:1;background-color:#f8f8f8;background-color:rgba(248,248,248,var(--bg-opacity))}.lg\\:border-gray-450{--border-opacity:1;border-color:#b4b4b4;border-color:rgba(180,180,180,var(--border-opacity))}.lg\\:rounded-lg{border-radius:.5rem}.lg\\:rounded-2xl{border-radius:1rem}.lg\\:rounded-3xl{border-radius:1.5rem}.lg\\:border-0{border-width:0}.lg\\:block{display:block}.lg\\:inline-block{display:inline-block}.lg\\:flex{display:flex}.lg\\:inline-flex{display:inline-flex}.lg\\:grid{display:grid}.lg\\:hidden{display:none}.lg\\:\\!inline-block{display:inline-block!important}.lg\\:flex-row{flex-direction:row}.lg\\:flex-col{flex-direction:column}.lg\\:flex-wrap{flex-wrap:wrap}.lg\\:flex-no-wrap{flex-wrap:nowrap}.lg\\:items-start{align-items:flex-start}.lg\\:items-center{align-items:center}.lg\\:justify-center{justify-content:center}.lg\\:justify-between{justify-content:space-between}.lg\\:order-1{order:1}.lg\\:order-2{order:2}.lg\\:order-3{order:3}.lg\\:order-4{order:4}.lg\\:float-right{float:right}.lg\\:font-normal{font-weight:400}.lg\\:h-32{height:8rem}.lg\\:h-56{height:14rem}.lg\\:h-64{height:16rem}.lg\\:h-112{height:28rem}.lg\\:h-128{height:32rem}.lg\\:h-168{height:42rem}.lg\\:h-208{height:52rem}.lg\\:h-auto{height:auto}.lg\\:h-full{height:100%}.lg\\:text-base{font-size:1rem}.lg\\:text-lg{font-size:1.125rem}.lg\\:text-3xl{font-size:1.875rem}.lg\\:text-1xl{font-size:1.5rem}.lg\\:text-7xl{font-size:4.375rem}.lg\\:m-0{margin:0}.lg\\:m-auto{margin:auto}.lg\\:-m-4{margin:-1rem}.lg\\:my-0{margin-top:0;margin-bottom:0}.lg\\:my-18{margin-top:4.5rem;margin-bottom:4.5rem}.lg\\:mx-20{margin-left:5rem;margin-right:5rem}.lg\\:mx-auto{margin-left:auto;margin-right:auto}.lg\\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.lg\\:mt-0{margin-top:0}.lg\\:mt-1{margin-top:.25rem}.lg\\:mt-2{margin-top:.5rem}.lg\\:mt-4{margin-top:1rem}.lg\\:ml-4{margin-left:1rem}.lg\\:mt-6{margin-top:1.5rem}.lg\\:ml-6{margin-left:1.5rem}.lg\\:mr-7{margin-right:1.75rem}.lg\\:mt-8{margin-top:2rem}.lg\\:mt-10{margin-top:2.5rem}.lg\\:mb-10{margin-bottom:2.5rem}.lg\\:ml-10{margin-left:2.5rem}.lg\\:mt-12{margin-top:3rem}.lg\\:mt-14{margin-top:3.5rem}.lg\\:mt-16{margin-top:4rem}.lg\\:mb-16{margin-bottom:4rem}.lg\\:ml-16{margin-left:4rem}.lg\\:mt-18{margin-top:4.5rem}.lg\\:mb-18{margin-bottom:4.5rem}.lg\\:mt-20{margin-top:5rem}.lg\\:mt-28{margin-top:10rem}.lg\\:mb-56{margin-bottom:14rem}.lg\\:-mt-4{margin-top:-1rem}.lg\\:-mb-24{margin-bottom:-6rem}.lg\\:-mb-64{margin-bottom:-16rem}.lg\\:-mt-72{margin-top:-18rem}.lg\\:first\\:mt-0:first-child{margin-top:0}.lg\\:max-w-5xl{max-width:64rem}.lg\\:min-h-192{min-height:48rem}.lg\\:min-w-300{min-width:300px}.lg\\:overflow-hidden{overflow:hidden}.lg\\:overflow-x-visible{overflow-x:visible}.lg\\:overflow-y-scroll{overflow-y:scroll}.lg\\:p-0{padding:0}.lg\\:py-0{padding-top:0;padding-bottom:0}.lg\\:px-0{padding-left:0;padding-right:0}.lg\\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\\:px-4{padding-left:1rem;padding-right:1rem}.lg\\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\\:px-12{padding-left:3rem;padding-right:3rem}.lg\\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\\:px-16{padding-left:4rem;padding-right:4rem}.lg\\:py-18{padding-top:4.5rem;padding-bottom:4.5rem}.lg\\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\\:px-20{padding-left:5rem;padding-right:5rem}.lg\\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\\:px-24{padding-left:6rem;padding-right:6rem}.lg\\:pt-0{padding-top:0}.lg\\:pl-0{padding-left:0}.lg\\:pb-2{padding-bottom:.5rem}.lg\\:pt-6{padding-top:1.5rem}.lg\\:pt-10{padding-top:2.5rem}.lg\\:pr-10{padding-right:2.5rem}.lg\\:pb-10{padding-bottom:2.5rem}.lg\\:pr-16{padding-right:4rem}.lg\\:pt-18{padding-top:4.5rem}.lg\\:pb-18{padding-bottom:4.5rem}.lg\\:pl-20{padding-left:5rem}.lg\\:pt-24{padding-top:6rem}.lg\\:pt-28{padding-top:10rem}.lg\\:pt-40{padding-top:7rem}.lg\\:pt-96{padding-top:24rem}.lg\\:pl-1\\/5{padding-left:20%}.lg\\:\\!pl-0{padding-left:0!important}.lg\\:\\!pt-20{padding-top:5rem!important}.lg\\:\\!pl-1\\/5{padding-left:20%!important}.lg\\:absolute{position:absolute}.lg\\:sticky{position:sticky}.lg\\:top-85{top:85px}.lg\\:top-94{top:94.5px}.lg\\:\\!top-1\\/2{top:50%!important}.lg\\:text-left{text-align:left}.lg\\:text-center{text-align:center}.lg\\:text-right{text-align:right}.lg\\:text-white{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.lg\\:text-blue-500{--text-opacity:1;color:#142c45;color:rgba(20,44,69,var(--text-opacity))}.lg\\:w-4{width:1rem}.lg\\:w-auto{width:auto}.lg\\:w-4\\.5\\/10{width:45%}.lg\\:w-1\\/2{width:50%}.lg\\:w-6\\/10{width:60%}.lg\\:w-3\\/4{width:75%}.lg\\:w-max-content{width:-moz-max-content;width:max-content}.lg\\:w-1\\/3{width:33.333333%}.lg\\:w-2\\/3{width:66.666667%}.lg\\:w-1\\/4{width:25%}.lg\\:w-2\\/5{width:40%}.lg\\:w-4\\/5{width:80%}.lg\\:w-5\\/6{width:83.333333%}.lg\\:w-11\\/12{width:91.666667%}.lg\\:w-full{width:100%}.lg\\:\\!w-4\\/10{width:40%!important}.lg\\:gap-8{grid-gap:2rem;gap:2rem}.lg\\:gap-16{grid-gap:4rem;gap:4rem}.lg\\:gap-x-8{grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}.lg\\:gap-y-16{grid-row-gap:4rem;row-gap:4rem}.lg\\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\\:grid-cols-none{grid-template-columns:none}.lg\\:col-span-5{grid-column:span 5/span 5}.lg\\:col-span-7{grid-column:span 7/span 7}.lg\\:-rotate-90{--transform-rotate:-90deg}}@media (min-width:1280px){.xl\\:block{display:block}.xl\\:flex{display:flex}.xl\\:hidden{display:none}.xl\\:\\!inline-block{display:inline-block!important}.xl\\:text-lg{font-size:1.125rem}.xl\\:mt-0{margin-top:0}.xl\\:ml-8{margin-left:2rem}.xl\\:mb-64{margin-bottom:16rem}.xl\\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\\:py-20{padding-top:5rem;padding-bottom:5rem}.xl\\:px-28{padding-right:10rem}.xl\\:pl-28,.xl\\:px-28{padding-left:10rem}.xl\\:w-1\\/2{width:50%}.xl\\:w-2\\/5{width:40%}.xl\\:w-3\\/5{width:60%}.xl\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\\:col-span-1{grid-column:span 1/span 1}.xl\\:col-span-2{grid-column:span 2/span 2}.xl\\:col-span-8{grid-column:span 8/span 8}.xl\\:col-start-3{grid-column-start:3}}@media (min-width:1738px){.\\32xl\\:rounded-sm{border-radius:.125rem}.\\32xl\\:h-18{height:4.5rem}.\\32xl\\:h-28{height:10rem}.\\32xl\\:text-xl{font-size:1.25rem}.\\32xl\\:text-4xl{font-size:2rem}.\\32xl\\:text-9xl{font-size:6.25rem}.\\32xl\\:mb-88{margin-bottom:22rem}.\\32xl\\:px-18{padding-left:4.5rem;padding-right:4.5rem}.\\32xl\\:px-24{padding-left:6rem;padding-right:6rem}.\\32xl\\:top-110{top:110.5px}.\\32xl\\:w-4\\/10{width:40%}.\\32xl\\:w-1\\/2{width:50%}.\\32xl\\:w-3\\/4{width:75%}.\\32xl\\:w-2\\/3{width:66.666667%}.\\32xl\\:w-3\\/5{width:60%}.\\32xl\\:w-5\\/6{width:83.333333%}.\\32xl\\:w-3\\/12{width:25%}.\\32xl\\:w-7\\/12{width:58.333333%}}",""]),e.exports=t},function(e,t,l){e.exports=l.p+"fonts/HelveticaNeueLTStd-Lt.b81346d.woff"},function(e,t,l){e.exports=l.p+"fonts/HelveticaNeueLTStd-Md.45f8c36.woff"},function(e,t,l){e.exports=l.p+"fonts/HelveticaNeueLTStd-Bd.11f1bea.woff"},function(e,t,l){e.exports=l.p+"fonts/HelveticaNeueLTStd-Roman.faa2499.woff"},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjE1Ij4NCiAgICA8cGF0aCBmaWxsPSIjMDEzZTY2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk4NyAxLjc2MkwzLjQzIDcuNDk5bDUuNTU3IDUuNzM3LTEuNzExIDEuNzYzLTcuMjgtNy41IDcuMjgtNy41IDEuNzExIDEuNzYzeiIvPg0KPC9zdmc+DQo="},function(e,t,l){e.exports=l.p+"img/circle-plus.cca9600.svg"},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyI+DQogICAgPHBhdGggZmlsbD0iIzMwMzAzMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQuMzYyIDE2LjUwNGMtMS40MTYgMS4wMDktMy4xNDcgMS42MDMtNS4wMTggMS42MDMtNC43ODIgMC04LjY1OS0zLjg3OC04LjY1OS04LjY2Qy42ODUgNC42NjQgNC41NjIuNzg4IDkuMzQ0Ljc4OGM0Ljc4MSAwIDguNjU3IDMuODc2IDguNjU3IDguNjU5IDAgMS44NzItLjU5MyAzLjYwNC0xLjYwMiA1LjAxOWw1LjY4OSA1LjY5MWMuNTYuNTYuNTU2IDEuNDU3IDAgMi4wMTNsLS4wMjMuMDIzYy0uNTU0LjU1NS0xLjQ1OC41NTctMi4wMTMgMGwtNS42ODktNS42OS0uMDAxLjAwMXptLTUuMDE4LS40MzVjMy42NTYgMCA2LjYyLTIuOTY1IDYuNjItNi42MjJTMTMgMi44MjUgOS4zNDQgMi44MjVjLTMuNjU3IDAtNi42MjEgMi45NjUtNi42MjEgNi42MjJzMi45NjQgNi42MjIgNi42MjEgNi42MjJ6Ii8+DQo8L3N2Zz4NCg=="},function(e,t){e.exports="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNS4zNTk1IDE0LjMzNzZDMjUuMzU5NSAyMC4yMzE3IDIwLjU4MTQgMjUuMDA5OSAxNC42ODcyIDI1LjAwOTlDOC43OTMxIDI1LjAwOTkgNC4wMTQ5NiAyMC4yMzE3IDQuMDE0OTYgMTQuMzM3NkM0LjAxNDk2IDguNDQzNDMgOC43OTMxIDMuNjY1MjkgMTQuNjg3MiAzLjY2NTI5QzIwLjU4MTQgMy42NjUyOSAyNS4zNTk1IDguNDQzNDMgMjUuMzU5NSAxNC4zMzc2Wk0yMy4wODg3IDI1LjI3NTFDMjAuNzYyNCAyNy4wNjQ3IDE3Ljg0OTEgMjguMTI4NyAxNC42ODcyIDI4LjEyODdDNy4wNzA2MiAyOC4xMjg3IDAuODk2MTE4IDIxLjk1NDIgMC44OTYxMTggMTQuMzM3NkMwLjg5NjExOCA2LjcyMDk1IDcuMDcwNjIgMC41NDY0NDggMTQuNjg3MiAwLjU0NjQ0OEMyMi4zMDM5IDAuNTQ2NDQ4IDI4LjQ3ODQgNi43MjA5NSAyOC40Nzg0IDE0LjMzNzZDMjguNDc4NCAxNy4zOTczIDI3LjQ4MTkgMjAuMjI0NCAyNS43OTU4IDIyLjUxMTlDMjguNDk2NSAyNS4xODI0IDMyLjgwNjMgMjkuNDYzMSAzMy42NDM4IDMwLjM3MDRDMzQuODEzNCAzMS42Mzc0IDM1LjM1ODYgMzIuNTc3IDM0LjMyNjEgMzMuNzgxNkMzMy4yNzE3IDM1LjAxMTcgMzIuMjE3MyAzNC4yNjE1IDMxLjU5MTQgMzMuODE2MkMzMS41MjMgMzMuNzY3NiAzMS40NTk4IDMzLjcyMjUgMzEuNDAyMiAzMy42ODQyTDIzLjA4ODcgMjUuMjc1MVoiIGZpbGw9IiMwMEJBQjMiLz4KPC9zdmc+Cg=="},function(e,t,l){"use strict";l(243)},function(e,t,l){var n=l(48),o=l(115),r=l(342);t=n(!1);var d=o(r);t.push([e.i,"input.searchBorder[data-v-d7acddce]{margin-top:0;background-color:transparent;border-width:0 0 3px;--border-opacity:1;border-color:#00bab3;border-color:rgba(0,186,179,var(--border-opacity));outline:2px solid transparent;outline-offset:2px;padding-left:0;padding-right:0;padding-bottom:.25rem}input.searchBorder[data-v-d7acddce]::-moz-placeholder{--text-opacity:1;color:#d6d6d6;color:rgba(214,214,214,var(--text-opacity))}input.searchBorder[data-v-d7acddce]:-ms-input-placeholder{--text-opacity:1;color:#d6d6d6;color:rgba(214,214,214,var(--text-opacity))}input.searchBorder[data-v-d7acddce]::placeholder{--text-opacity:1;color:#d6d6d6;color:rgba(214,214,214,var(--text-opacity))}.search-suggestion[data-v-d7acddce] li.ais-Hits-item{margin-top:.25rem;margin-bottom:.25rem}.ais-SearchBox input[type=search][data-v-d7acddce]::-webkit-search-cancel-button{-webkit-appearance:none;background-image:url("+d+");display:block;width:1rem;height:1rem;background-repeat:no-repeat;background-position:top;cursor:pointer;background-size:cover}",""]),e.exports=t},function(e,t,l){"use strict";l(244)},function(e,t,l){(t=l(48)(!1)).push([e.i,".subMenu[data-v-620cae8a]{max-height:calc(100vh - 92px);overflow-y:auto;transition:visibility .5s ease 0s}.mainNav:hover>a[data-v-620cae8a]{--text-opacity:1;color:#00bab3;color:rgba(0,186,179,var(--text-opacity))}.mainNav:hover>.subMenu[data-v-620cae8a]{visibility:visible}",""]),e.exports=t},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"navigationSingleton"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"navigationSingleton"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"3"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"meta_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:140}};l.loc.source={body:"query navigationSingleton ($lang: String) {\r\n navigationSingleton(populate: 3, lang: $lang) {\r\n meta_nav {\r\n value\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.navigationSingleton=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"navigationSingleton")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"career_navigationSingleton"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"career_navigationSingleton"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"3"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"meta_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:154}};l.loc.source={body:"query career_navigationSingleton ($lang: String) {\r\n career_navigationSingleton(populate: 3, lang: $lang) {\r\n meta_nav {\r\n value\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.career_navigationSingleton=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"career_navigationSingleton")},function(e,t,l){"use strict";l(245)},function(e,t,l){(t=l(48)(!1)).push([e.i,"",""]),e.exports=t},function(e,t,l){"use strict";l(246)},function(e,t,l){(t=l(48)(!1)).push([e.i,'.mobile-btn[data-v-4ba84bf8]{display:block;position:relative;height:2.15rem;width:2.15rem;cursor:pointer}.mobile-btn>span[data-v-4ba84bf8],.mobile-btn>span[data-v-4ba84bf8]:after,.mobile-btn>span[data-v-4ba84bf8]:before{position:absolute;display:block;height:.25rem;width:2rem;--bg-opacity:1;background-color:#5b6770;background-color:rgba(91,103,112,var(--bg-opacity));content:"";transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.mobile-btn>span[data-v-4ba84bf8]{left:50%;top:50%;transform:translate(-50%,-50%)}.mobile-btn>span[data-v-4ba84bf8]:before{margin-top:-.75rem}.mobile-btn>span[data-v-4ba84bf8]:after{bottom:0;margin-bottom:-.75rem}.mobile-btn.is-open>span[data-v-4ba84bf8]{background-color:transparent}.mobile-btn.is-open>span[data-v-4ba84bf8]:after,.mobile-btn.is-open>span[data-v-4ba84bf8]:before{margin-top:0;top:0}.mobile-btn.is-open>span[data-v-4ba84bf8]:before{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:45deg}.mobile-btn.is-open>span[data-v-4ba84bf8]:after{--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-rotate:-45deg}',""]),e.exports=t},function(e,t,l){"use strict";l(250)},function(e,t,l){var n=l(48),o=l(115),r=l(251);t=n(!1);var d=o(r);t.push([e.i,".leonard_logo a[data-v-4bc7bec6]{background:url("+d+") no-repeat 50%;display:inline-block;background-size:contain;height:.75rem;margin-left:.5rem;padding-top:.25rem;--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-translate-y:0.125rem;width:4rem}.footer-contact-rep[data-v-4bc7bec6]{font-size:.875rem}.footer-contact-rep[data-v-4bc7bec6] a{font-family:Helvetica Md;--text-opacity:1;color:#00bab3;color:rgba(0,186,179,var(--text-opacity))}.footer-contact-rep[data-v-4bc7bec6] a:hover{--text-opacity:1;color:#013e66;color:rgba(1,62,102,var(--text-opacity))}.social[data-v-4bc7bec6]{margin-top:2rem}.social[data-v-4bc7bec6],.social a[data-v-4bc7bec6]{display:flex}.social a img[data-v-4bc7bec6]{margin-right:2rem;max-width:2.5rem;max-height:2.2rem}.social a[data-v-4bc7bec6]:hover{opacity:.6}",""]),e.exports=t},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"navigationSingleton"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"navigationSingleton"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"main_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"meta_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_cta_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"footer_cta_link"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"slug"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_cta_link_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"footer_cta_image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"footer_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_career"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"image"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"path"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"meta"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"link_text"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:496}};l.loc.source={body:"query navigationSingleton($lang: String) {\r\n navigationSingleton(populate: 7, lang: $lang) {\r\n main_nav {\r\n value\r\n }\r\n meta_nav {\r\n value\r\n }\r\n footer_cta_text\r\n footer_cta_link {\r\n slug\r\n }\r\n footer_cta_link_text\r\n footer_cta_image {\r\n path\r\n meta\r\n }\r\n footer_text\r\n footer_nav {\r\n value\r\n }\r\n footer_career {\r\n image {\r\n path\r\n meta\r\n }\r\n title\r\n text\r\n link_text\r\n }\r\n }\r\n}\r\n",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.navigationSingleton=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"navigationSingleton")},function(e,t){var l={kind:"Document",definitions:[{kind:"OperationDefinition",operation:"query",name:{kind:"Name",value:"career_navigationSingleton"},variableDefinitions:[{kind:"VariableDefinition",variable:{kind:"Variable",name:{kind:"Name",value:"lang"}},type:{kind:"NamedType",name:{kind:"Name",value:"String"}},directives:[]}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"career_navigationSingleton"},arguments:[{kind:"Argument",name:{kind:"Name",value:"populate"},value:{kind:"IntValue",value:"7"}},{kind:"Argument",name:{kind:"Name",value:"lang"},value:{kind:"Variable",name:{kind:"Name",value:"lang"}}}],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"main_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"meta_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"footer_nav"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"value"},arguments:[],directives:[]}]}},{kind:"Field",name:{kind:"Name",value:"footer_career"},arguments:[],directives:[],selectionSet:{kind:"SelectionSet",selections:[{kind:"Field",name:{kind:"Name",value:"title"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"text"},arguments:[],directives:[]},{kind:"Field",name:{kind:"Name",value:"link_text"},arguments:[],directives:[]}]}}]}}]}}],loc:{start:0,end:312}};l.loc.source={body:"query career_navigationSingleton($lang: String) {\r\n career_navigationSingleton(populate: 7, lang: $lang) {\r\n main_nav {\r\n value\r\n }\r\n meta_nav {\r\n value\r\n }\r\n footer_text\r\n footer_nav {\r\n value\r\n }\r\n footer_career {\r\n title\r\n text\r\n link_text\r\n }\r\n }\r\n}",name:"GraphQL request",locationOffset:{line:1,column:1}};var n={};function o(e,t){for(var i=0;i<e.definitions.length;i++){var element=e.definitions[i];if(element.name&&element.name.value==t)return element}}l.definitions.forEach((function(e){if(e.name){var t=new Set;!function e(t,l){if("FragmentSpread"===t.kind)l.add(t.name.value);else if("VariableDefinition"===t.kind){var n=t.type;"NamedType"===n.kind&&l.add(n.name.value)}t.selectionSet&&t.selectionSet.selections.forEach((function(t){e(t,l)})),t.variableDefinitions&&t.variableDefinitions.forEach((function(t){e(t,l)})),t.definitions&&t.definitions.forEach((function(t){e(t,l)}))}(e,t),n[e.name.value]=t}})),e.exports=l,e.exports.career_navigationSingleton=function(e,t){var l={kind:e.kind,definitions:[o(e,t)]};e.hasOwnProperty("loc")&&(l.loc=e.loc);var r=n[t]||new Set,d=new Set,c=new Set;for(r.forEach((function(e){c.add(e)}));c.size>0;){var m=c;c=new Set,m.forEach((function(e){d.has(e)||(d.add(e),(n[e]||new Set).forEach((function(e){c.add(e)})))}))}return d.forEach((function(t){var n=o(e,t);n&&l.definitions.push(n)})),l}(l,"career_navigationSingleton")},function(e,t,l){"use strict";l(252)},function(e,t,l){var n=l(48),o=l(115),r=l(251);t=n(!1);var d=o(r);t.push([e.i,"@media (max-width:768px){.lp-layout .slideShow .like-h1[data-v-61273a0e]{font-size:.75rem}}.leonard_logo a[data-v-61273a0e]{background:url("+d+") no-repeat 50%;display:inline-block;background-size:contain;height:.75rem;margin-left:.5rem;padding-top:.25rem;--transform-translate-x:0;--transform-translate-y:0;--transform-rotate:0;--transform-skew-x:0;--transform-skew-y:0;--transform-scale-x:1;--transform-scale-y:1;transform:translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));--transform-translate-y:0.125rem;width:4rem}.footer-contact-rep[data-v-61273a0e]{font-size:.875rem}.footer-contact-rep[data-v-61273a0e] a{font-family:Helvetica Md;--text-opacity:1;color:#00bab3;color:rgba(0,186,179,var(--text-opacity))}.footer-contact-rep[data-v-61273a0e] a:hover{--text-opacity:1;color:#013e66;color:rgba(1,62,102,var(--text-opacity))}.social[data-v-61273a0e]{margin-top:2rem}.social[data-v-61273a0e],.social a[data-v-61273a0e]{display:flex}.social a img[data-v-61273a0e]{margin-right:2rem;max-width:2.5rem;max-height:2.2rem}.social a[data-v-61273a0e]:hover{opacity:.6}",""]),e.exports=t},function(e,t,l){"use strict";l.r(t),l.d(t,"state",(function(){return n})),l.d(t,"mutations",(function(){return o}));var n=function(){return{mobileActiveSubMenu:1,modalOpen:!1,gateOpen:!1,downloadOpen:!1,translationReady:!1,isCareerSection:!1,isJobOffer:!1,jobOfferUrl:"",activeTab:"",footer:[]}},o={changeActiveSubMenu:function(e,t){e.mobileActiveSubMenu=t},toggleModal:function(e,t){e.modalOpen=t},toggleGate:function(e,t){e.gateOpen=t},toggleDownload:function(e,t){e.downloadOpen=t},translationReady:function(e,t){e.translationReady=t},setFooter:function(e,t){e.footer[t.lang]=t.footer},setIsCareerSection:function(e,t){e.isCareerSection=t},setIsJobOffer:function(e,t){e.isJobOffer=t},setJobOfferUrl:function(e,t){e.jobOfferUrl=t},setActiveTab:function(e,t){e.activeTab=t}}},,,,,,,,,function(e,t,l){var map={"./en":[350,3],"./en-ca":[347,4],"./en-ca.js":[347,4],"./en-uk":[348,5],"./en-uk.js":[348,5],"./en-us":[349,6],"./en-us.js":[349,6],"./en.js":[350,3],"./fr":[351,7],"./fr.js":[351,7]};function n(e){if(!l.o(map,e))return Promise.resolve().then((function(){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=map[e],n=t[0];return l.e(t[1]).then((function(){return l(n)}))}n.keys=function(){return Object.keys(map)},n.id=429,e.exports=n},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,l){"use strict";l.r(t),t.default=function(e){return{httpEndpoint:"https://cms.umanomedical.com/api/graphql/query?token=account-b7320ec5f3407b810dd2bec3567ca8"}}},function(e,t,l){var map={"./fr":181,"./fr.js":181};function n(e){var t=o(e);return l(t)}function o(e){if(!l.o(map,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return map[e]}n.keys=function(){return Object.keys(map)},n.resolve=o,e.exports=n,n.id=468}]),[[352,83,52,84]]]);