{ "@context": "http://schema.org", "@type": "Attorney", "name": "Rosenbaum & Associates Medical Malpractice Law Firm", "alternateName": " Philadelphia Medical Malpractice Law Firm", "description": "Medical Malpractice Law Firm", "url" : "http://www.rosenbaumfirm.com/", "logo" : "http://www.rosenbaumfirm.com/wp-content/themes/Rosenbaum/images/header_logo.svg", "image" : "http://www.rosenbaumfirm.com/wp-content/themes/Rosenbaum/images/header_logo.svg", "telephone": " (215) 569-0200", "openingHours" : "Mo,Tu,We,Th,Fr 09:00-17:00", "hasMap": "https://www.google.com/maps/place/1818+Market+St+%233200,+Philadelphia,+PA+19103/@39.9512009,-75.1846408,14.13z/data=!4m5!3m4!1s0x89c6c63124bd769d:0xc3c1fe79f81c7276!8m2!3d39.9529236!4d-75.1710264", "address": { "@type": "PostalAddress", "streetAddress": "1818 Market St #3200", "addressLocality": "Philadelphia", "addressRegion": "PA", "postalCode": "19103", "addressCountry": "USA" }, "sameAs": [ "https://local.yahoo.com/info-12230338-rosenbaum-associates-philadelphia", "https://plus.google.com/109736232590853361399", "https://www.yellowpages.com/philadelphia-pa/mip/rosenbaum-associates-21746094", "https://www.yelp.com/biz/rosenbaum-and-associates-philadelphia-2" ] } (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-97207962-1', 'auto'); ga('send', 'pageview');

Cliveden Nursing And Rehabilitation Center (August)

Based on the clinical record review and and staff interviews it was determined that the nursing home failed to provide dental services to one of 18 residents. The findings included the following: Review of Resident 86’s periodic assessment revealed the resident’s diagnosis. Review of a nursing progress note dated June 8, 2012 revealed that Resident’s 86’s left cheek was swollen and painful and that the physician was notified and ordered antibiotic therapy and dental consultation. Review of the physician’s orders. An interview with the director of nursing services on August 14, 2012 at 8:20 a.m. confirmed that the dental consult was not completed.

Based on observation, a staff interview and clinical record review it was determined that the nursing home failed to ensure aseptic technique during during blood sugar monitoring for one of 18 residents reviewed. Those findings included the following: Observation of glucose monitoring of Resident R 106 on August 10, 2012 at 11:30 a.m. with Employee E1, a licensed nurse, revealed that there was a physician’s table. Employee E1 then obtained the resident’s glucose level and returned the container to the medication cart without cleaning the device. Employee E1 revealed that the glucose monitoring device and lancets were for community use. The nurse failed to properly use disinfect the glucose monitoring device placing other residents at risk for infection. In an interview with the director of nursing services on August 14, 2012 at 12:00 p.m. confirmed that it is required that glucose monitoring device be disinfected/sanitized with germicidal disposable wipe before and after use.

function ybFun_CustomFindAndReplace(searchText, replacement, searchNode) { if (!searchText || typeof replacement === 'undefined') { return; } var targetNum = searchText.toString(); var provisionNum = replacement.toString(); var delims = new Array(); delims[0] = ""; delims[1] = "-"; delims[2] = "."; delims[3] = "\\s"; for (var i = 0; i 0) { newProvisionNum = provisionNum.substring(1, 4) + delimToReplace + provisionNum.substring(4, 7) + delimToReplace + provisionNum.substring(7, 11); } if((typeof Parameters === 'undefined') || (typeof Parameters.SiteAlias === 'undefined')) { ybFun_GenericFindAndReplaceNonJQuery(newTargetNum, newProvisionNum); } else { ybFun_GenericFindAndReplaceWJQuery(newTargetNum, newProvisionNum) } } var newTargetNum = '\\(' + targetNum.substring(1, 4) + '\\)\\s{0,}' + targetNum.substring(4, 7) + '-{0,1}\\.{0,1}\\s{0,}' + targetNum.substring(7, 11); var newProvisionNum = ""; if (provisionNum.length > 0) { newProvisionNum = '(' + provisionNum.substring(1, 4) + ') ' + provisionNum.substring(4, 7) + '-' + provisionNum.substring(7, 11); } if((typeof Parameters === 'undefined') || (typeof Parameters.SiteAlias === 'undefined')) { ybFun_GenericFindAndReplaceNonJQuery(newTargetNum, newProvisionNum); } else { ybFun_GenericFindAndReplaceWJQuery(newTargetNum, newProvisionNum) } } function ybFun_GenericFindAndReplace(newTargetNum, newProvisionNum, searchNode) { if((typeof Parameters === 'undefined') || (typeof Parameters.SiteAlias === 'undefined')) { ybFun_GenericFindAndReplaceNonJQuery(newTargetNum, newProvisionNum); } else { ybFun_GenericFindAndReplaceWJQuery(newTargetNum, newProvisionNum) } } function ybFun_GenericFindAndReplaceWJQuery(searchText, replacement, searchNode) { searchNode = searchNode || "*" var matcher = typeof searchText === 'string' ? new RegExp(searchText, 'g') : searchText; $(searchNode).each(function () { var $this = $(this); if (!$this.children().length && matcher.test($this.text())) { //console.log("Found dom" + $this.text()); $this.text($this.text().replace(matcher, replacement)); } $.each($this[0].attributes, function(i,attr) { if(matcher.test(attr.value)) { //console.log("Found attr" + attr.name + "=" + attr.value); $this.attr(attr.name,attr.value.replace(matcher, replacement)) } }); }); var exList = ["HTML","HEAD","BODY"]; $(searchNode).each(function () { var $this = $(this); if(exList.indexOf(this.tagName)<0 && matcher.test($this.text())) { $this[0].outerHTML = $this[0].outerHTML.replace(matcher, replacement); } }); } function ybFun_GenericFindAndReplaceNonJQuery(searchText, replacement, searchNode) { var regex = typeof searchText === 'string' ? new RegExp(searchText, 'g') : searchText; var bodyObj = document.body; var content = bodyObj.innerHTML; if (regex.test(content)) { content = content.replace(regex, replacement); bodyObj.innerHTML = content; } } function ybFun_RetreiveQueryParams() { var qsParm = new Array(); var query = parent.document.location.href; query = query.substring(query.indexOf('?') + 1, query.length); var parms = query.split('&'); for (var i = 0; i 0) { var key = parms[i].substring(0, pos); var val = parms[i].substring(pos + 1); val = val.replace("#", ""); qsParm[key] = val; } } return qsParm; } var ybFindPhNums = []; var ybReplacePhNums = []; function ybFun_ReplaceText() { var qsParm = ybFun_RetreiveQueryParams(); var useYB = qsParm['useYB']; var cookieUseYB = null; if (useYB == null) { cookieUseYB = ybFun_ReadCookie("useYB"); if (cookieUseYB != null) { useYB = cookieUseYB; } } if (useYB != null) { useYB = unescape(useYB); ybFun_CreateCookie("useYB", useYB); if (ybFindPhNums == null || ybReplacePhNums == null || ybFindPhNums.length == 0 || ybReplacePhNums.length == 0 || ybFindPhNums.length != ybReplacePhNums.length) { return; } if (useYB == '') { for (var j = 0; j < ybFindCustomText.length; j++) { ybFun_GenericFindAndReplace(ybFindCustomText[j], ybReplaceCustomText[j]); } for (var i = 0; i < ybFindPhNums.length; i++) { ybFun_CustomFindAndReplace(ybFindPhNums[i], ybReplacePhNums[i]); } } else { var idxs = useYB.split(','); for (var j = 0; j < idxs.length; j++) { if (ybFun_IsDigit(idxs[j])) { ybFun_GenericFindAndReplace(ybFindCustomText[(idxs[j] - 1)], ybReplaceCustomText[(idxs[j] - 1)]); } } for (var i = 0; i < idxs.length; i++) { if (ybFun_IsDigit(idxs[i])) { ybFun_CustomFindAndReplace(ybFindPhNums[(idxs[i] - 1)], ybReplacePhNums[(idxs[i] - 1)]); } } } } } function ybFun_IsDigit(strVal) { var reg = new RegExp("[0-9]"); return (reg.test(strVal)); } function ybFun_CreateCookie(name, value, days) { if (!days) { days = 90; } var date = new Date(); date.setTime(date.getTime() + (days * (24 * 60 * 60 * 1000))); var expires = "; expires=" + date.toGMTString(); document.cookie = name + "=" + value + expires + "; path=/"; } function ybFun_ReadCookie(name) { var nameLookup = name; var cookieArr = document.cookie.split(';'); for (var i = 0; i < cookieArr.length; i++) { var cookieNV = cookieArr[i]; while (cookieNV.charAt(0) == " ") { cookieNV = cookieNV.substring(1, cookieNV.length); } if (cookieNV.indexOf(nameLookup + "=") == 0) { return cookieNV.substring((nameLookup.length + 1), cookieNV.length); } if (cookieNV.indexOf(nameLookup) == 0) { return ""; } } return null; } function ybFun_EraseCookie(name) { ybFun_CreateCookie(name, "", -1); } ybFindPhNums = ['12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '12155690200', '18007534257', '18007534257', '18007534257', '18007534257', '18564899746', '18564899746', '18564899746', '18564899746', '18564899746', '18564899746', '18564899746', '18564899746', '16103523290', '16103523290', '16103523290', '16103523290', '16103523290', '16103523290', '16103523290', '16103523290', '16104333225', '16104333225', '16104333225', '16104333225', '16104333225', '16104333225', '16104333225', '16104333225', '12155690200', '12155690200', '12155475422', '18564899746', '18007534257', '16103523290', '16104333225', '12155690200', '12155690200', '12155690200', '18007534257', '16103523290', '16104333225', '18564899746', '12155475422', '18007534257', '16103523290', '16104333225', '18564899746', '12155475422', '18007534257', '16103523290', '16104333225', '18564899746', '12155475422']; ybReplacePhNums = ['12153098160', '12153098634', '12153098759', '12153098268', '12152404830', '12155964837', '12155964686', '12155964910', '12155964839', '12152617847', '12152617831', '12152617809', '12152617795', '12152617805', '12153098095', '12153098586', '12153094759', '12153098742', '12153098743', '12153098266', '18009844256', '18009489078', '18008711202', '18007921979', '18563758038', '18563751579', '18565283095', '18562981057', '18563751610', '18566731492', '18568434005', '18564331889', '14844637093', '14842579806', '14842579734', '14845212966', '14844637018', '14844697551', '14844698075', '14845212969', '14842682143', '14842685652', '14842685639', '14842685654', '14842681866', '14842685559', '14842681184', '14842681291', '12153098715', '12153098287', '12153098646', '18562811272', '18887598142', '14844698078', '14842681204', '12153098333', '12153098194', '12153098676', '12153098194', '12153098194', '12153098194', '12153098194', '12153098194', '12153098333', '12153098333', '12153098333', '12153098333', '12153098333', '12153098676', '12153098676', '12153098676', '12153098676', '12153098676']; ybFindCustomText = ['1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7', '1.800.7.LEGAL.7', '1-800-7-LEGAL-7']; ybReplaceCustomText = ['215-309-8160', '215-309-8160', '215-309-8759', '215-309-8759', '215-309-8095', '215-309-8095', '215-309-8586', '215-309-8586', '215-596-4839', '215-596-4839', '215-261-7831', '215-261-7831', '215-261-7795', '215-261-7795', '215-309-8743', '215-309-8743', '215-309-8287', '215-309-8287', '215-309-8194', '215-309-8194', '215-309-8333', '215-309-8333', '215-309-8676', '215-309-8676']; if (typeof dmAPI != 'undefined') { dmAPI.runOnReady('dpni', function() { setTimeout(ybFun_ReplaceText, 500); }); } else { window.addEventListener('load', function () { setTimeout(ybFun_ReplaceText, 500); }); }