- 질병관리본부 데이터에 집계되지 않은 경우 청색으로 표시한다.
- 2차 확진까지 나야 국가통계에 반영되므로 지자체 자체 통계와 상이할 수 있다.
대한민국 확진자 개요
|
대한민국 누적 확진자 통계
<graph> {
"width": 319,
"height": 182,
"padding": {"top": 10, "left": 30, "bottom": 10, "right": 10},
"data": [
{
"name": "table",
"values": [
{"x":"01.20","y":0,"c":0},{"x":"01.20","y":0,"c":1},{"x":"01.20","y":1,"c":2}, {"x":"01.21","y":0,"c":0},{"x":"01.21","y":0,"c":1},{"x":"01.21","y":1,"c":2}, {"x":"01.22","y":0,"c":0},{"x":"01.22","y":0,"c":1},{"x":"01.22","y":1,"c":2}, {"x":"01.23","y":0,"c":0},{"x":"01.23","y":0,"c":1},{"x":"01.23","y":1,"c":2}, {"x":"01.24","y":0,"c":0},{"x":"01.24","y":0,"c":1},{"x":"01.24","y":2,"c":2}, {"x":"01.25","y":0,"c":0},{"x":"01.25","y":0,"c":1},{"x":"01.25","y":2,"c":2}, {"x":"01.26","y":0,"c":0},{"x":"01.26","y":0,"c":1},{"x":"01.26","y":3,"c":2}, {"x":"01.27","y":0,"c":0},{"x":"01.27","y":0,"c":1},{"x":"01.27","y":4,"c":2}, {"x":"01.28","y":0,"c":0},{"x":"01.28","y":0,"c":1},{"x":"01.28","y":4,"c":2}, {"x":"01.29","y":0,"c":0},{"x":"01.29","y":0,"c":1},{"x":"01.29","y":4,"c":2}, {"x":"01.30","y":0,"c":0},{"x":"01.30","y":0,"c":1},{"x":"01.30","y":7,"c":2}, {"x":"01.31","y":0,"c":0},{"x":"01.31","y":0,"c":1},{"x":"01.31","y":11,"c":2}, {"x":"02.01","y":0,"c":0},{"x":"02.01","y":0,"c":1},{"x":"02.01","y":12,"c":2}, {"x":"02.02","y":0,"c":0},{"x":"02.02","y":0,"c":1},{"x":"02.02","y":15,"c":2}, {"x":"02.03","y":0,"c":0},{"x":"02.03","y":0,"c":1},{"x":"02.03","y":15,"c":2}, {"x":"02.04","y":0,"c":0},{"x":"02.04","y":0,"c":1},{"x":"02.04","y":16,"c":2}, {"x":"02.05","y":0,"c":0},{"x":"02.05","y":1,"c":1},{"x":"02.05","y":18,"c":2}, {"x":"02.06","y":0,"c":0},{"x":"02.06","y":2,"c":1},{"x":"02.06","y":21,"c":2}, {"x":"02.07","y":0,"c":0},{"x":"02.07","y":2,"c":1},{"x":"02.07","y":22,"c":2}, {"x":"02.08","y":0,"c":0},{"x":"02.08","y":2,"c":1},{"x":"02.08","y":22,"c":2}, {"x":"02.09","y":0,"c":0},{"x":"02.09","y":3,"c":1},{"x":"02.09","y":24,"c":2}, {"x":"02.10","y":0,"c":0},{"x":"02.10","y":4,"c":1},{"x":"02.10","y":23,"c":2}, {"x":"02.11","y":0,"c":0},{"x":"02.11","y":4,"c":1},{"x":"02.11","y":24,"c":2}, {"x":"02.12","y":0,"c":0},{"x":"02.12","y":7,"c":1},{"x":"02.12","y":21,"c":2}, {"x":"02.13","y":0,"c":0},{"x":"02.13","y":7,"c":1},{"x":"02.13","y":21,"c":2}, {"x":"02.14","y":0,"c":0},{"x":"02.14","y":7,"c":1},{"x":"02.14","y":21,"c":2}, {"x":"02.15","y":0,"c":0},{"x":"02.15","y":9,"c":1},{"x":"02.15","y":19,"c":2}, {"x":"02.16","y":0,"c":0},{"x":"02.16","y":9,"c":1},{"x":"02.16","y":20,"c":2}, {"x":"02.17","y":0,"c":0},{"x":"02.17","y":10,"c":1},{"x":"02.17","y":20,"c":2}, {"x":"02.18","y":0,"c":0},{"x":"02.18","y":12,"c":1},{"x":"02.18","y":19,"c":2},
]
},
{
"name": "stats",
"source": "table",
"transform": [
{
"type": "aggregate",
"groupby": ["x"],
"summarize": [{"field": "y", "ops": ["sum"]}]
}
]
}
],
"scales": [
{
"name": "x",
"type": "ordinal",
"range": "width",
"nice":true,
"domain": {"data": "table", "field": "x"},
"round": true
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"domain": {"data": "stats", "field": "sum_y"},
"round": true
},
{
"name": "color",
"type": "ordinal",
"range": ["#DC143CFF", "#1E90FFFF", "#B0C4DEFF", "#DC143C88", "#1E90FF88", "#B0C4DE88"],
"domain": {"data": "table", "field": "c"}
}
],
"axes": [
{"type": "x", "scale": "x", "orient": "bottom"},
{"type": "y", "scale": "y", "grid": true}
],
"marks": [
{
"type": "rect",
"from": {
"data": "table",
"transform": [
{"type": "stack", "groupby": ["x"], "sortby": ["c"], "field": "y"}
]
},
"properties": {
"enter": {
"x": {"scale": "x", "field": "x"},
"width": {"scale": "x", "band": true, "offset": -1},
"y": {"scale": "y", "field": "layout_start"},
"y2": {"scale": "y", "field": "layout_end"},
"y3": {"scale": "y", "field": "layout_end"},
"fill": {"scale": "color", "field": "c"}
},
"update": {
"fillOpacity": {"value": 1}
},
"hover": {
"fillOpacity": {"value": 0.5}
}
}
}
]
}
</graph>■ 감염 ■ 완치 ■ 사망 (2.18 16시 기준; 단위:001 명)
<graph> {
"width": 319,
"height": 182,
"padding": {"top": 10, "left": 30, "bottom": 10, "right": 10},
"data": [
{
"name": "table",
"values": [
{"x":"02.19","y":0.00,"c":0},{"x":"02.19","y":0.16,"c":1},{"x":"02.19","y":0.35,"c":2}, {"x":"02.20","y":0.01,"c":0},{"x":"02.20","y":0.16,"c":1},{"x":"02.20","y":0.87,"c":2}, {"x":"02.21","y":0.01,"c":0},{"x":"02.21","y":0.17,"c":1},{"x":"02.21","y":1.86,"c":2}, {"x":"02.22","y":0.02,"c":0},{"x":"02.22","y":0.18,"c":1},{"x":"02.22","y":4.13,"c":2}, {"x":"02.23","y":0.05,"c":0},{"x":"02.23","y":0.18,"c":1},{"x":"02.23","y":5.79,"c":2}, {"x":"02.24","y":0.07,"c":0},{"x":"02.24","y":0.22,"c":1},{"x":"02.24","y":8.04,"c":2}, {"x":"02.25","y":0.10,"c":0},{"x":"02.25","y":0.22,"c":1},{"x":"02.25","y":9.45,"c":2}, {"x":"02.26","y":0.12,"c":0},{"x":"02.26","y":0.24,"c":1},{"x":"02.26","y":12.25,"c":2}, {"x":"02.27","y":0.13,"c":0},{"x":"02.27","y":0.26,"c":1},{"x":"02.27","y":17.66,"c":2}, {"x":"02.28","y":0.13,"c":0},{"x":"02.28","y":0.27,"c":1},{"x":"02.28","y":22.97,"c":2}, {"x":"02.29","y":0.17,"c":0},{"x":"02.29","y":0.28,"c":1},{"x":"02.29","y":31.05,"c":2}, {"x":"03.01","y":0.18,"c":0},{"x":"03.01","y":0.30,"c":1},{"x":"03.01","y":36.88,"c":2}, {"x":"03.02","y":0.26,"c":0},{"x":"03.02","y":0.31,"c":1},{"x":"03.02","y":42.82,"c":2}, {"x":"03.03","y":0.29,"c":0},{"x":"03.03","y":0.34,"c":1},{"x":"03.03","y":51.23,"c":2}, {"x":"03.04","y":0.32,"c":0},{"x":"03.04","y":0.41,"c":1},{"x":"03.04","y":55.48,"c":2}, {"x":"03.05","y":0.35,"c":0},{"x":"03.05","y":0.88,"c":1},{"x":"03.05","y":59.65,"c":2}, {"x":"03.06","y":0.42,"c":0},{"x":"03.06","y":1.08,"c":1},{"x":"03.06","y":64.43,"c":2}, {"x":"03.07","y":0.44,"c":0},{"x":"03.07","y":1.18,"c":1},{"x":"03.07","y":68.79,"c":2}, {"x":"03.08","y":0.50,"c":0},{"x":"03.08","y":1.30,"c":1},{"x":"03.08","y":71.33,"c":2}, {"x":"03.09","y":0.51,"c":0},{"x":"03.09","y":1.66,"c":1},{"x":"03.09","y":72.61,"c":2},
]
},
{
"name": "stats",
"source": "table",
"transform": [
{
"type": "aggregate",
"groupby": ["x"],
"summarize": [{"field": "y", "ops": ["sum"]}]
}
]
}
],
"scales": [
{
"name": "x",
"type": "ordinal",
"range": "width",
"nice":true,
"domain": {"data": "table", "field": "x"},
"round": true
},
{
"name": "y",
"type": "linear",
"range": "height",
"nice": true,
"domain": {"data": "stats", "field": "sum_y"},
"round": true
},
{
"name": "color",
"type": "ordinal",
"range": ["#DC143CFF", "#1E90FFFF", "#B0C4DEFF", "#DC143C88", "#1E90FF88", "#B0C4DE88"],
"domain": {"data": "table", "field": "c"}
}
],
"axes": [
{"type": "x", "scale": "x", "orient": "bottom"},
{"type": "y", "scale": "y", "grid": true}
],
"marks": [
{
"type": "rect",
"from": {
"data": "table",
"transform": [
{"type": "stack", "groupby": ["x"], "sortby": ["c"], "field": "y"}
]
},
"properties": {
"enter": {
"x": {"scale": "x", "field": "x"},
"width": {"scale": "x", "band": true, "offset": -1},
"y": {"scale": "y", "field": "layout_start"},
"y2": {"scale": "y", "field": "layout_end"},
"y3": {"scale": "y", "field": "layout_end"},
"fill": {"scale": "color", "field": "c"}
},
"update": {
"fillOpacity": {"value": 1}
},
"hover": {
"fillOpacity": {"value": 0.5}
}
}
}
]
}
</graph>■ 감염 ■ 완치 ■ 사망 (3.6 0시 기준; 단위:100 명)
대한민국 지역 별 확진자 수
(완치자·사망자 포함)
| 지역 | 누계 | 주요 집단발생 사례 (접촉자, 기존해외유입관련 등 포함) | 기타 및 조사중 | ||
|---|---|---|---|---|---|
| 전체 | 신천지 관련 | 그 외 상세 | |||
| 서울 | 105 | 65 | 4 | 은평성모병원 관련 (14명) 성동구 아파트 관련 (13명) 종로구 관련 (10명) 등 |
40 |
| 부산 | 95 | 67 | 11 | 온천교회 관련 (33명) 확진자 접촉자 (23명) 대남병원 관련 (2명) |
28 |
| 대구 | 4693 | 3399 | 3397 | 대남병원 관련 (2명) 등 | 1295 |
| 인천 | 9 | 5 | 2 | 확진자 접촉자 (2명) 기존 해외유입 관련 (1명) |
4 |
| 광주 | 13 | 8 | 7 | 기존 해외유입 관련 (1명) | 5 |
| 대전 | 18 | 10 | 2 | 확진자 접촉자 (8명) | 8 |
| 울산 | 23 | 10 | 10 | - | 13 |
| 세종 | 1 | 1 | 1 | - | - |
| 경기 | 120 | 86 | 23 | 수원 생명샘교회 관련 (10명) 기존 해외유입 관련 (6명) 등 |
34 |
| 강원 | 25 | 12 | 12 | - | 13 |
| 충북 | 15 | 6 | 5 | 확진자 접촉자 (1명) | 9 |
| 충남 | 90 | 88 | 0 | 천안시 운동시설 등 관련 (88명) | 2 |
| 전북 | 7 | 3 | 0 | 확진자 접촉자 (2명) 기존 해외유입 관련 (1명) |
4 |
| 전남 | 5 | 2 | 1 | 기존 해외유입 관련 (1명) | 2 |
| 경북 | 984 | 693 | 420 | 청도 대남병원 관련 (118명) 성지순례 관련 (49명) 봉화 푸른요양원 (49명) 칠곡 밀알사랑의집 관련 (24명) 경산 서린요양원 (13명) 한국전력지사 (4명) 경산 엘림노인요양공동생활가정 (3명) 김천소년교도소 (3명) 경산 참좋은재가센터 (2명) |
291 |
| 경남 | 77 | 48 | 22 | 거창교회 관련 (10명) 한마음창원병원 관련 (7명) 창녕 동전노래방 관련 (7명) 부산 온천교회 관련 (2명) |
29 |
| 제주 | 4 | 0 | 0 | - | 4 |
| 합계 | 6284 | 4503 | 3917 | 586 | 1781 |
(누계 3.6 0시 / 세부 3.6 0시; 질병관리본부)