Language
Login
Language Setting
X
English
日本語 [Japanese]
about this App
長野県内 保険者別 要介護認定率
useful
1
Loading...
if(typeof Application==="undefined"||!Application){var Application= {};} Application.lc = function() { this._init.apply(this, arguments); } Application.lc.prototype = { _data : null, _options : null, _mainArray : null, _init : function() { this._mainArray = []; this._mainArray = this._getObjectArray(); this._options = this._getGoogleOption(); this._initCheckBox(); }, _initCheckBox : function() { var array = this._getSubjectKeyValuePair(); $.each(array, function(i, obj) { var checked = ""; if (i == 5 ) { checked = "checked='checked'"; } $("<div class='entry'><input type='checkbox' class='chkPrefecture' value='" + obj.key + "' " + checked + "/><span>" + obj.value + "</span></div>").appendTo("#checkBoxAreaId"); }); }, _configArray : function() { var array = [ { "caption" : "2006", "property" : "平成18年9月末" }, { "caption" : "2007", "property" : "平成19年9月末" }, { "caption" : "2008", "property" : "平成20年9月末" }, { "caption" : "2009", "property" : "平成21年9月末" }, { "caption" : "2010", "property" : "平成22年9月末" }, { "caption" : "2011", "property" : "平成23年9月末" }, { "caption" : "2012", "property" : "平成24年9月末" }, { "caption" : "2013", "property" : "平成25年9月末" }, { "caption" : "2014", "property" : "平成26年9月末" }, { "caption" : "2015", "property" : "平成27年9月末" } ]; return array; }, _getGoogleOption : function() { var options = { title: '要介護認定率', vAxis: {title: '単位:%', titleTextStyle: {color: '#A9A9A9'},minValue: 0} }; return options; }, _getObjectArray : function() { var main = []; $.each(LinkData.getWorks(), function(workKey, workValue) { $.each(LinkData.getFiles(workValue), function(fileKey, fileValue) { $.each(LinkData.getSubjects(workValue, fileValue), function(subjKey, subjValue) { var array = []; $.each(LinkData.getProperties(workValue, fileValue), function(propKey, propValue) { var propLabel = propValue; var arr = propValue.split("#"); if (arr.length > 1) { propLabel = decodeURIComponent(arr[1]); } var obj = {}; var objValue = LinkData.getObjects(workValue, fileValue, subjValue, propValue)[0]; obj.property = propLabel; obj.value = objValue; array.push(obj); }); main[subjValue] = array; }); }); }); return main; }, _getSubjectKeyValuePair : function() { var array = []; for (var key in this._mainArray) { var obj = {}; var label = key.replace("http://ja.wikipedia.org/wiki/", ""); obj.key = key; obj.value = label; array.push(obj); } return array; }, getDataByKey : function(keyArray) { var self = this; var main = []; var titleArray = []; titleArray.push(""); $.each(keyArray, function(i, key) { key = key.replace("http://ja.wikipedia.org/wiki/", ""); titleArray.push(key); }); main.push(titleArray); var configArray = this._configArray(); $.each(configArray, function(k, obj) { var arr = []; arr.push(obj.property); $.each(keyArray, function(i, key) { var array = self._mainArray[key]; $.each(array, function(j, objData) { if (objData.property === obj.property) { //alert(objData.property + " | " + obj.property + " | " + objData.value); var val = objData.value; if (! isNaN(val)) { val = parseFloat(val); } arr.push(val); } }); }); main.push(arr); }); return main; }, getData : function() { return this._data; }, getOptions : function() { return this._options; } } var drawMarkersMap = function() { var lc = new Application.lc(); var options = lc.getOptions(); var chart = new google.visualization.LineChart(document.getElementById('chart_div')); var runApp = function(dataArray) { $("#chart_div").show(); if (dataArray.length == 0) { $("#chart_div").hide(); return; } var array = lc.getDataByKey(dataArray); var data = google.visualization.arrayToDataTable(array); chart.draw(data, options); } var initArray = []; $(".chkPrefecture:checked").each(function() { initArray.push($(this).val()); }); runApp(initArray); $(".chkPrefecture").change(function() { var arr = []; $(".chkPrefecture:checked").each(function () { arr.push($(this).val()); }); runApp(arr); }); $("#selectAllButton").click(function() { var arr = []; $(".chkPrefecture").each(function () { $(this).attr("checked", "checked"); arr.push($(this).val()); }); runApp(arr); }); $("#clearAllButton").click(function() { var arr = []; $(".chkPrefecture").each(function () { $(this).removeAttr("checked"); }); runApp(arr); }); } google.load("visualization", "1", {packages:["corechart"]}); google.setOnLoadCallback(drawMarkersMap);
#pageContainer .header .headerContent .pageTitle { font-size: 100%; font-weight: bold; background-color: #b0c4de; padding: 5px; text-align: center; font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif; } #checkBoxAreaId .entry { float: left; margin-right: 20px; width: 100px; } #checkBoxAreaId:after { content: ""; display: block; clear: left; } body .select {/* 閲覧項目選択セレクト */ font-size: 100%; height: auto; margin-left: auto; margin-right: auto; display: inline-block; background: #FFF; width: 100%; margin: 5px auto; border-radius: 5px; box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.4) inset; }
<div id="pageContainer"> <div class="header"> <div class="headerContent cf"> <div class="pageTitle">長野県内 保険者別 要介護認定率(9月末時点)</div> </div> </div> <h3>見たい保険者(市区町村)を選んでください。</h3> <div> <div id="checkBoxAreaId"></div> <div> <br/> <input type="button" id="selectAllButton" value="全て選択する"/> <input type="button" id="clearAllButton" value="クリアする"/> </div> <div id="chart_div" style="width: 100%; height: 100%;"></div> </div> <p>■グラフ線をクリックすると数値が表示されます<br/> ■第2号被保険者は数値に含まれません<br/> ■「認定率」高齢者における要介護認定者の占める割合 </p> <div class="footer">このアプリは長野県須坂市のオープンデータ <a href="http://opendata.city.suzaka.nagano.jp/" target="_blank"> 長野県内保険者別介護保険認定情報</a> を利用しています。</div>
Preview
Input Data
ReadMe
Snapshots
LinkData Work
Table Data
長野県内保険者別介護認定情報
Contributor:長野県須坂市
Update:Mar 1, 2016
551 Downloads, 2 Applications
介護保険の要介護認定情報をまとめました。要介護認定区分が改正された平成18年4月以降の毎年9月末時点のデータです。厚生労働省で公表されている介護保険事業報告月報(暫定版)から長野県内保険者分を抽出し、要介護認定率と平均要介護度を加えてデータ整備しました。 【データ出典】 厚生労働省 介護保険事業状況報告 月報(暫定版) http://www.mhlw.go.jp/topics/0103/tp0329-1.html ※要介護認定率と平均要介護度は独自計算です。 【用語説明】 ※「要介護認定率」第1号被保険者における要介護認定者の占める割合 ※「第1号被保険者」65歳以上の方 ※「要介護認定」要支援1~要介護5までの認定を受けた方 ※「平均要介護度」要支援1及び2の認定者数に0.375を乗じ、要介護1~5認定者数にそれぞれ1~5を乗じた合計を、認定者合計で除した数値。最小0.375~最大5。
naganopref_kaigo_heikinyokaigo
naganopref_kaigo_ninteiritsu
naganopref_kaigo_ninteisu
Add LinkData work(LinkData)
Link http://app.linkdata.org/run/app1s1310i?tab=readme
jquery-1.7.1.min.js
https://www.google.com/jsapi
Work
Add
Clear
insert work id or work name.