<iframe height="124" marginheight="0" src="/QrCode/QrCodeService.aspx?NewsCode=002820110719120324187500" frameborder="0" width="50" marginwidth="0" scrolling="no" topmargin="0"></iframe>
정부, ‘장애인활동지원법’ 시행령 제정
대상, 장애1급…급여, 활동보조·방문목욕·방문간호
에이블뉴스, 기사작성일 : 2011-07-19 11:58:26
정부는 19일 오전 서울 세종로 정부중앙청사에서 김황식 국무총리 주재로 국무회의를 열고, '장애인활동지원에 관한 법률 시행령안(이하 시행령)'을 심의·의결했다. 복지부는 지난 3월 17일부터 4월 6일까지 시행령에 대해 입법예고한 바 있다.
시행령 통과에 따라 우선 활동지원급여 대상자는 6세 이상의 장애 1급인 자로, 국민기초생활보장법에 따른 보장시설 등에서 활동지원급여와 비슷한 급여를 받고 있지 않은 사람이다.
활동지원급여에 따른 장애 심사는 모든 신청인에 대한 심사를 원칙으로 하며, 장애정도의 변화 가능성이 낮은 장애인으로 복지부장관이 정한 기준에 적합한 사람은 제외할 수 있다.
활동지원급여 수급자격은 활동지원급여 수급자격심의위원회를 통해 활동지원등급이 심의된다. 활동지원급여 자격의 유효기간은 원칙적으로는 2년, 연속 2회 이상 같은 활동지원등급으로 인정받으면 2회부터 3년이다. 단, 대상자의 신체·정신 기능의 상태, 생활환경 등을 고려해 그 기간을 6개월 범위에서 늘릴 수 있다.
활동보조는 요양보호사, 사회복지사, 간호사, 간호조무사 등이 제공하며, 방문목욕은 1급 요양보호사가, 방문간호는 간호사, 간호조무사 또는 치과위생사로 일정 경력을 갖추거나 일정 교육을 받은 사람이 제공한다.
활동지원제도에 대한 수탁기관은 국민연금공단이다. 국민연금공단에 위탁되는 업무는 장애인활동지원급여 수급자격심의위원회 운영의 지원이나 활동지원기관에 대한 평가 및 평가 결과의 공개, 활동지원급여의 제공 내용의 관리·평가 등의 업무다.
이밖에 부양의무자의 범위는 수급자의 1촌 이내의 직계혈족 또는 배우자면서 '국민건강보험법'에 따른 직장가입자로, 수급자가 자신의 피부양자로 돼 있는 사람 또는 지역가입자로 수급자가 속한 세대의 세대주로 하고 있다. 이는 활동지원급여 본인부담금 납부에 따라 필요한 사안으로 시행령에 포함됐다.
-장애인 곁을 든든하게 지켜주는 대안언론 에이블뉴스(ablenews.co.kr)-
-에이블뉴스 기사 제보 및 보도자료 발송 ablenews@ablenews.co.kr-
정가영 기자 (tasha@ablenews.co.kr)
정가영 기자의 다른기사 보기 ▶
var namesCols = root.childNodes; //item 노드들의 컬렉션을 얻어온다
//결과가 없다면 작업무효 (item 값이 없다면)
if (namesCols[0].childNodes.length == 0) return;
for (j = 0; j < namesCols.length; j++) {
var namesCol = namesCols[j].childNodes; //news 노드들의 컬렉션을 얻어온다
var newstitle = namesCol[0].firstChild.nodeValue;
var newsothertitle1 = namesCol[1].firstChild.nodeValue;
var newsothertitle2 = namesCol[2].firstChild.nodeValue;
var inputtime = namesCol[3].firstChild.nodeValue;
var newscontents = namesCol[4].firstChild.nodeValue;
newstitle = newstitle.replace(/<.*?>/g, ""); //html 태그 제거
newstitle = encodeURIComponent(newstitle, "UTF-8");
newscontents = newscontents.replace(/<.*?>/g, ""); //html 태그 제거
newscontents = encodeURIComponent(newscontents, "UTF-8");
itemdata = "LANGUAGE=1&TEXTTITLE=" + newstitle + "&TEXTCONTENT=" + newscontents + "&ENDPAGE=";
}
Code(itemdata);
}
else {
return false;
//alert(xmlHttp.statusText);
}
}
}
var Code = function (item) {
$.ajax({
type: "POST",
url: "/WebMobileVEMaker/WebToPhoneMaker.dll?MakeVolumeTextSymbol",
data: item,
success: function (msg) {
// msg 결과값 반환 (형식 : 결과값^파일명)
//alert(msg);
var arrMsg = msg.split("^");
$("#imgBarCode").attr("src", "/WebMobileVEMaker/download/" + arrMsg[1] + ".bmp");
$("#imgBarCode").show();
imagename = arrMsg[1];
//alert(imagename);
//alert(arrMsg[1]);
$(window).unload(function () {
deleteBarcode(arrMsg[1]);
});
}
});
}
var deleteBarcode = function (val) {
if (val != "") barcodeFileName = val;
//alert(barcodeFileName);
$.ajax({
type: "POST",
url: "/WebMobileVEMaker/WebToPhoneMaker.dll?DeleteSymbolFile",
data : "DELETEFILENAME=" + barcodeFileName + "&ENDPAGE=",
dataType: "text",
success: function (msg) { }
});
}
</script>
<style type="text/css">
/*팝업 스타일시트*/
#divBarcodePopup{z-index:2000;background:#ffffff; display:none;height:480px;padding:30px;width:910px;border:0; margin-left:20px }
</style>
정가영 기자의 다른기사 보기 ▶
[저작권자 ⓒ 에이블뉴스, 무단 전재 및 재배포 금지]
<script type="text/javascript" src="/js/jquery-1.4.4.min.js"></script>
<script type="text/javascript" src="/js/bpopup/jquery.bpopup-0.4.1.min.js"></script>
<script type="text/javascript">
var itemdata; //코드생성될 전송데이터 전역변수
var imagename; //삭제될 이미지 전역변수
$("document").ready(function() {
$("#btnBarcode").click(function() {
if (parent.location.pathname == "/News/NewsTotalList.aspx") {
window.open('/WebMobileVEMaker/VEMakerPage.aspx?NewsCode=002820110719120324187500', 'voice', 'scrollbars=yes,width=940,height=520');
return false;
}
else {
var url = "/WebMobileVEMaker/VEMakerXml.aspx";
var params = 'newscode=002820110719120324187500';
//test open
// window.open(url+'?'+params);
new ajax.xhr.Request(url, params, VEMakercallback, "POST");
/*
var subject = "kkk"; //$("#subject").text();
var content = "jjj";//$("#content").text();
var item = subject + "$$" + content;
*/
//div팝업
$("#divBarcodePopup").bPopup();
return false;
}
});
$("#divBarcodePopup_alert").mouseover(function() { $('#divBarcodePopup_alert').show(); });
$("#divBarcodePopup_alert").mouseout(function() { $('#divBarcodePopup_alert').hide(); });
$("#imgBarCode").mouseover(function() { $('#divBarcodePopup_alert').show(); });
$("#imgBarCode").mouseout(function() { $('#divBarcodePopup_alert').hide(); });
$("#bClose").click(function() { return });
});
function VEMakercallback(req) {
if (req.readyState == 4) {
if (req.status == 200) {
var xdoc = req.responseXML
var root = xdoc.documentElement; //<iframe height="130" src="http://ablenews.co.kr/banner/realclick/ablenews2_s1.htm" frameborder="0" width="570" allowTransparency scrolling="no"></iframe>
<iframe height="150" src="http://ablenews.co.kr/banner/realclick/ablenews3_pt1.htm" frameborder="0" width="570" allowTransparency scrolling="no"></iframe>
<script>
var real_sh_top = 360; /*상하위치*/
var real_sh_left = 660; /*좌우위치*/
</script>
<script type="text/javascript" charset="euc-kr" src="http://ade.realclick.co.kr/partner09_1/ablenews3_b1.js"></script>
<script language="JavaScript" charset="euc-kr" src="http://ade.realclick.co.kr/partner09_1/ablenews3_b1.js?sel_val=1"></script>
<script language="JavaScript" charset="euc-kr" src="http://ade.realclick.co.kr/ad_headcopy/ablenews3_bnr1.js?bopen=y"></script>
<style>#real_pop_bnr_ablenews3 {width:310px; border:1px solid #7f7f7f; font:normal 11px '돋움', Dotum; color:#000000;}#real_pop_bnr_ablenews3 div {float:left; display:inline;}#real_pop_bnr_ablenews3 img {border:0 none;}</style>