This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
forked from kaz-ogiwara/covid19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en.html
500 lines (499 loc) · 31.6 KB
/
en.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1,user-scalable=no">
<meta name="format-detection" content="telephone=no">
<meta property="og:url" content="https://toyokeizai.net/sp/visual/tko/covid19/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Coronavirus Disease (COVID-19) Situation Report in Japan" />
<meta property="og:description" content="Confirmed cases of COVID-19 in Japan. Data provided by the Ministry of Health, Labor and Welfare." />
<meta property="og:image" content="https://toyokeizai.net/sp/visual/tko/covid19/img/image_1200_630.png" />
<meta name="twitter:card" content="summary_large_image" />
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+JP|Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.min.css"/>
<title>Coronavirus Disease (COVID-19) Situation Report in Japan</title>
<script src="https://tk.ismcdn.jp/sp/js/td_sdk.js" type="text/javascript" async></script>
<script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-6066080-9']);_gaq.push(['_setDomainName','toyokeizai.net']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);})();</script>
<script>
dataLayer =[{
'pageClass' : 'ビジュアルページ',
'articleId' : '332995',
'articlePubdate' : '2020/02/27 06:00:00',
'articlePubFrom' : '2020/02/27 06:00:00',
'articleTitle' : '国内「新型コロナウイルス」患者の発生状況',
'articleAuthor' : '荻原 和樹',
'articleCategoryClass2' : 'ビジュアルページ'
}];
</script>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-5CJSV5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-5CJSV5');</script>
</head>
<body>
<div id="cover-block">
<div>
<p>Loading data…</p>
<p><a href="./">Refresh page</a><br />if nothing visible.</p>
</div>
</div>
<div id="container">
<div id="title-block">
<a href="https://toyokeizai.net/" target="_blank"><img id="img-logo" src="img/logo-tko-white.png" /></a>
<h1><span>Coronavirus Disease (COVID-19) Situation Report in Japan</span></h1>
<p>Confirmed cases of COVID-19 in Japan. Data provided by the Ministry of Health, Labor and Welfare.</p>
<p>By <a href="https://toyokeizai.net/list/author/%E8%8D%BB%E5%8E%9F+%E5%92%8C%E6%A8%B9" target="_blank">Kazuki OGIWARA</a> (Toyo Keizai Online Editor)</p>
<p class="updated-last"><br /></p>
<div class="alert">
<h4>What's New</h4>
<p>Added chart on PCR tests in Nationwide Situation section.</p>
</div>
<p><a href="./">JAPANESE</a></p>
</div>
<div id="main-block">
<h2>Nationwide Situation</h2>
<div class="flex-container">
<div class="flex-row">
<div class="box transition" code="carriers">
<h3>Tested Positive</h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch selected" value="new">NEW</div>
<div class="switch" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<div class="checkboxes">
<div class="checkbox moving-average on"><div><div></div></div>Show Moving Average</div>
</div>
<p class="notes">Confirmed number of "PCR test positives > PCR Tested positive" in MHLW publication. Cases with symptoms are indicated in green, cases with no symptoms are indicated in yellow, and cases that are being checked for symptoms are indicated in gray. Dates are based on reports from each prefecture.<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row">
<div class="box transition" code="cases">
<h3>Active Cases</h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch selected" value="new">NEW</div>
<div class="switch" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<div class="checkboxes">
<div class="checkbox moving-average on"><div><div></div></div>Show Moving Average</div>
</div>
<p class="notes">Confirmed number of "Status of hospitalization and discharge > Need inpatient treatment" in MHLW publication. While This is the number of infected persons (PCR tested positive) minus the number of discharged persons and deaths. Since it includes cases which MHLW is confirming, there may be difference with other values. This includes number of "Waiting for hospitalization" and "Under confirmation of the symptom". Dates are based on reports from each prefecture.<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row">
<div class="box transition" code="discharged">
<h3>Discharged</h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch selected" value="new">NEW</div>
<div class="switch" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<div class="checkboxes">
<div class="checkbox moving-average on"><div><div></div></div>Show Moving Average</div>
</div>
<p class="notes">Confirmed number of "Status of hospitalization and discharge > Already discharged from hospital" in MHLW publication. It includes both cases with symptoms or no symptoms. From 22 April, "Confirming" was added as cases which MHLW is still confirming reports from prefectures. Dates are based on reports from each prefecture.<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row">
<div class="box transition" code="pcrtested">
<h3>PCR Tested</h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch selected" value="new">NEW</div>
<div class="switch" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<div class="checkboxes">
<div class="checkbox moving-average on"><div><div></div></div>Show Moving Average</div>
</div>
<p class="notes">Confirmed number of "PCR test positives > PCR tested" in MHLW publication. Since this is not the number of PCR tests but people PCR tested, it will be counted as 1 case when PCR tests were performed multiple times for one person. Since the MHLW does not, in principle, correct past numbers, the number may be significant increase or minus when reports from prefectures were corrected. Dates are based on reports from each prefecture.<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row">
<div class="box transition" code="pcrtests">
<h3>PCR Tests</h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch selected" value="new">NEW</div>
<div class="switch" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<div class="checkboxes">
<div class="checkbox moving-average on"><div><div></div></div>移動平均線を表示</div>
</div>
<p class="notes">Data from the MHLW "Status of PCR testing for new coronaviruses in Japan". On weekends and holidays, the number of PCR tests may be announced as "0" because MHLW did not receive the report, even if tests have been performed. In this case, the past data will be corrected if the number of previous tests was known. If not, the number of tests on weekdays and holidays will be added on the next weekday. The most recent few days may not be updated since dates containing "under investigation" items are not displayed. The figures are provisional and subject to change. The dates are based on when the results of the tests were known. <a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row">
<div class="box transition" code="serious">
<h3>Serious</h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch selected" value="new">NEW</div>
<div class="switch" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<div class="checkboxes">
<div class="checkbox moving-average on"><div><div></div></div>Show Moving Average</div>
</div>
<p class="notes">Confirmed number of "Status of hospitalization and discharge > Need inpatient treatment > Hospitalized with a ventilator or intensive care unit" in MHLW publication. Dates are based on reports from each prefecture.<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row">
<div class="box transition" code="deaths">
<h3>Deaths</h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch selected" value="new">NEW</div>
<div class="switch" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<div class="checkboxes">
<div class="checkbox moving-average on"><div><div></div></div>Show Moving Average</div>
</div>
<p class="notes">While the number of deaths are published by MHLW after reports from each prefecture were confirmed, there may be a time lag in this process. Since MHLW started publishing the unconfirmed number of total deaths from each prefecture as a note, the value is shown in gray in this page. According to MHLW, this difference is eventually expected to be eliminated. Thus this page shows the total value of deaths from prefectures as the number of deaths. The confirmed number is equal to "Status of hospitalization and discharge > Death" in MHLW publication. Deaths by prefecture, displayed below, is based on confirmed value, except for Tokyo. Dates are based on reports from each prefecture.<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row">
<div class="box" id="demography-box">
<h3>By Age</h3>
<h5 class="updated-demography"><br /></h5>
<div id="demography-chart"></div>
<p class="notes">"Unknown" includes undisclosed or under confirmation. The part of this data, such as the total number, may be inconsistent with other data due to difference of the publication date from MHLW.</p>
</div>
</div>
</div>
<div class="flex-container">
<div class="flex-row">
<h2>Prefectures</h2>
<select id="select-pref-type">
<option value="carriers">Tested Positive</option>
<option value="pcrtested">PCR Tested</option>
<option value="discharged">Discharged</option>
<option value="deaths">Deaths</option>
</select>
<div class="box" id="region-box">
<div id="japan-map"></div>
<div id="region-chart"></div>
</div>
</div>
<div class="flex-row t02">
<h2 id="index-each-prefecture">Each Prefecture</h2>
<select id="select-prefecture">
<option value="1">Hokkaido</option>
<option value="2">Aomori</option>
<option value="3">Iwate</option>
<option value="4">Miyagi</option>
<option value="5">Akita</option>
<option value="6">Yamagata</option>
<option value="7">Fukushima</option>
<option value="8">Ibaraki</option>
<option value="9">Tochigi</option>
<option value="10">Gunma</option>
<option value="11">Saitama</option>
<option value="12">Chiba</option>
<option value="13">Tokyo</option>
<option value="14">Kanagawa</option>
<option value="15">Niigata</option>
<option value="16">Toyama</option>
<option value="17">Ishikawa</option>
<option value="18">Fukui</option>
<option value="19">Yamanashi</option>
<option value="20">Nagano</option>
<option value="21">Gifu</option>
<option value="22">Shizuoka</option>
<option value="23">Aichi</option>
<option value="24">Mie</option>
<option value="25">Shiga</option>
<option value="26">Kyoto</option>
<option value="27">Osaka</option>
<option value="28">Hyogo</option>
<option value="29">Nara</option>
<option value="30">Wakayama</option>
<option value="31">Tottori</option>
<option value="32">Shimane</option>
<option value="33">Okayama</option>
<option value="34">Hiroshima</option>
<option value="35">Yamaguchi</option>
<option value="36">Tokushima</option>
<option value="37">Kagawa</option>
<option value="38">Ehime</option>
<option value="39">Kochi</option>
<option value="40">Fukuoka</option>
<option value="41">Saga</option>
<option value="42">Nagasaki</option>
<option value="43">Kumamoto</option>
<option value="44">Oita</option>
<option value="45">Miyazaki</option>
<option value="46">Kagoshima</option>
<option value="47">Okinawa</option>
</select>
<div class="flex-container">
<div class="flex-row t03">
<div class="box prefecture-chart" code="carriers">
<h3>Tested Positive in <span></span></h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch" value="new">NEW</div>
<div class="switch selected" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<p class="notes">The number includes cases with no symptom. Dates are based on reports from each prefecture. Cases in which a mistake was later corrected were retroactively corrected (Saitama in 3/14, Aomori in 3/25). Aichi in 4/11 was corrected as the prefecture reported the number was accidentally larger than it should be.<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row t03">
<div class="box prefecture-chart" code="discharged">
<h3>Discharged in <span></span></h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch" value="new">NEW</div>
<div class="switch selected" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<p class="notes">The number includes both cases with symptoms or no symptoms. Dates are based on reports from each prefecture. Cases in which a mistake was later corrected were retroactively corrected (Tochigi in 3/18-19).<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row t03">
<div class="box prefecture-chart" code="deaths">
<h3>Deaths in <span></span></h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch" value="new">NEW</div>
<div class="switch selected" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<p class="notes">Dates are based on reports from each prefecture. Cases in which a mistake was later corrected were retroactively corrected (Hokkaido in 3/18-19, Hyogo in 3/22-26, Aichi in 3/26).<a class="more">READ MORE</a></p>
</div>
</div>
<div class="flex-row t03">
<div class="box prefecture-chart" code="pcrtested">
<h3>PCR Tested in <span></span></h3>
<div class="latest">
<div>
<span class="type"></span>
<span class="value"></span>
<span class="unit"></span>
</div>
<div class="change"></div>
</div>
<h5 class="updated-transition"><br /></h5>
<div class="switches">
<div class="switch" value="new">NEW</div>
<div class="switch selected" value="total">TOTAL</div>
</div>
<div class="charts-wrapper">
<div class="main-chart-wrapper">
<div class="main-chart"></div>
</div>
<div class="axis-chart"></div>
<div class="axis-cover"></div>
</div>
<p class="notes">Since this is not the number of PCR tests but people PCR tested, it will be counted as 1 case when PCR tests were performed multiple times for one person. On weekends and holidays, the number of PCR tests may be announced as "0" because MHLW did not receive the report, even if tests have been performed. In this case, the past data will be corrected if the number of previous tests was known. If not, the number of tests on weekdays and holidays will be added on the next weekday. Since the MHLW does not correct past numbers in principle, the number may be significant increase or minus when reports from prefectures were corrected. Dates are based on reports from each prefecture. Numbers are supposed to be the same as the previous day when they are undetermined. The data in Tokyo does not include tests by medical institutions under insurance coverage. Akita in 3/11 is the number of only Akita city. Aichi in 3/16-22 excludes number of Nagoya city. The figures for Chiba are only counted from 3/21, Osaka from 3/22, and Kanagawa from 3/23, because they had been reporting number of PCR tests instead of people PCR tested. As of these prefectures, numbers before the dates are treated as 0. The rapid increase in Chiba in 4/7 is considered as a misstatement (perhaps number of PCR tests), and treated as 0 at that day. On 4 May, the number of PCR tests on all prefectures is treated as 0 because there was no disclosure from MHLW.<a class="more">READ MORE</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="footer-block">
<p class="notes">Notes: Returnees on government charter flights from Wuhan, and passengers and crew on cruise ships docked in Kanagawa and Nagasaki, are excluded. Moving averages are 7-day backward.</p>
<p class="notes">Data source: <a href="https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000121431_00086.html" target="_blank">Press release from MHLW</a>. Data in Tokyo is from <a href="https://stopcovid19.metro.tokyo.lg.jp/en" taret="_blank">Latest updates on COVID-19 in Tokyo</a>, since the number is quite different from MHLW. Used <a href="https://www.chartjs.org/" target="_blank">Chart.js</a> to draw charts. Used <a href="https://github.com/takemaru-hirai/japan-map" target="_blank">Japan Map</a> to draw prefectures map. Used icons from <a href="https://material.io/resources/icons/" target="_blank">Material Design</a>.</p>
<p class="notes">Change log and source code: <a href="https://github.com/kaz-ogiwara/covid19/" target="_blank">GitHub</a> | <a href="https://github.com/kaz-ogiwara/covid19/tree/master/data" target="_blank">Download CSV data</a></p>
<div id="social-buttons">
<a class="facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2ftoyokeizai%2enet%2fsp%2fvisual%2ftko%2fcovid19%2f" target="_blank"></a>
<a class="twitter" href="https://twitter.com/share?url=https%3A%2F%2Ftoyokeizai.net%2Fsp%2Fvisual%2Ftko%2Fcovid19%2Fen.html&text=Coronavirus%20Disease%20(COVID-19)%20Situation%20Report%20in%20Japan%20-%20Toyo%20Keizai%20Online" target="_blank"></a>
</div>
<div id="faqs">
<h3>Frequently Asked Questions</h3>
<section>
<h4>Q. Why are the numbers of cases PCR tested negative or largely increasing?</h4>
<p>A. Because there has been adjustments in case of corrections or additions of the report from each prefecture. For example, on March 19 and 25, the numbers of people PCR tested were minus, because Chiba and Osaka prefectures, respectively, corrected their reports (they had been reporting the number of PCR tests instead of that of people PCR tested). Also, the total number of people PCR tested would be large when MHLW added report of a prefecture which had not been reporting their number. Usually, in such cases, the past numbers should be corrected because it is a change of definition, but MHLW just correct only the latest number in order to, perhaps, make the daily publication in time.</p>
</section>
<section>
<h4>Q. Can I see the number of PCR tests on this page?</h4>
<p>A. No. This page (currently) shows only the number of PCR tested cases. The PCR test may be performed multiple times for one person. It will be counted as 1 tested case. Therefore, in many cases, the number of PCR tests is larger than that of tested cases.</p>
</section>
<section>
<h4>Q. Why is the number of people PCR tested soaring since March 4?</h4>
<p>A. This is because the Ministry of Health, Labor and Welfare has expanded the range to be included in the published figures. The number of tests itself has not increased. Specifically, in addition to the symptom-based surveillance, tests for close contacts have been included in the published numbers. Usually, numbers with different standards should be handled in separate frames, but it is impossible to distinguish between the two because the announced numbers are overwritten. If we make a graph as it is, the number of inspections will appear to have increased sharply, so on this page the color of the graph is changed, and the reason for the increase in the note is added.</p>
</section>
<section>
<h4>Q. What is the difference between the number of infected people and the number of patients?</h4>
<p>A. "Infected person" refers to a person infected with the new coronavirus = a person who has tested positive by PCR. Except for those who have no symptoms (= asymptomatic pathogen carriers), those who actually have symptoms are called "patients". It is the same notation as the Ministry of Health, Labor and Welfare. Since the PCR test also targets close contacts of known infected people, there are cases in which "there are no symptoms but actually infected", and the number of infected people and the number of patients are not equal.</p>
</section>
<section>
<h4>Q. Why are the data different from the press and announcements from prefectures?</h4>
<p>A. It depends on the individual case, but it seems to be due to the difference from the MHLW standards. The MHLW receives reports from each prefecture and finally summarizes data nationwide by eliminating duplication. In the process, aggregation criteria, for example, regions, may differ. Another possibility is that the number of patients is confused with the number of infected people.</p>
</section>
<section>
<h4>Q. How can I access data sources?</h4>
<p>A. For example, here is the data as of March 9, 12:00. <a href="https://www.mhlw.go.jp/index.html" target="_blank">厚生労働省</a> [Japanese] - <a href="https://www.mhlw.go.jp/english/" target="_blank">English site</a> - <a href="https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/newpage_00032.html" target="_blank">Latest information on Coronavirus disease 2019 (COVID-19) is HERE.</a></p>
</section>
<section>
<h4>Q. Can I use data and source code on my SNS or blog?</h4>
<p>A. Feel free to use it for both commercial or non-commercial use. The specific standards are based on the MIT license. You don't have to ask for permission, but it's good to have a follow-up report, so contacting us will help us because we can easily tell the company "Let's keep publishing."</p>
</section>
</div>
<div id="related-links">
<h3>Related articles</h3>
<h4>Click to jump to related articles [Japanese]</h4>
<div class="links">
<div class="link">
<a href="https://toyokeizai.net/category/corona-virus" target="_blank"><img src="img/image-series-01.jpg" /></a>
</div>
<div class="link">
<a href="https://toyokeizai.net/category/corona-large-ripples" target="_blank"><img src="img/image-series-02.jpg" /></a>
</div>
</div>
</div>
<p><small lang="en">© 2020 Toyo Keizai Inc.</small></p>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="js/jquery.japan-map.min.js"></script>
<script src="js/script.min.js"></script>
</body>
</html>