| Literature DB >> 28437484 |
Young-Gun Kim1, Dahye Shin1, Man Young Park2, Sukhoon Lee1, Min Seok Jeon1,3, Dukyong Yoon1, Rae Woong Park1,3.
Abstract
The Electrocardiogram Vigilance with Electronic data Warehouse II (ECG-ViEW II) is a large, single-center database comprising numeric parameter data of the surface electrocardiograms of all patients who underwent testing from 1 June 1994 to 31 July 2013. The electrocardiographic data include the test date, clinical department, RR interval, PR interval, QRS duration, QT interval, QTc interval, P axis, QRS axis, and T axis. These data are connected with patient age, sex, ethnicity, comorbidities, age-adjusted Charlson comorbidity index, prescribed drugs, and electrolyte levels. This longitudinal observational database contains 979,273 electrocardiograms from 461,178 patients over a 19-year study period. This database can provide an opportunity to study electrocardiographic changes caused by medications, disease, or other demographic variables. ECG-ViEW II is freely available at http://www.ecgview.org.Entities:
Mesh:
Year: 2017 PMID: 28437484 PMCID: PMC5402933 DOI: 10.1371/journal.pone.0176222
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Demographic and clinical characteristics of the ECG-ViEW II database population.
| Characteristics | Value | |
|---|---|---|
| Patients (n) | 461,178 | |
| Healthy individuals | 94,326 | |
| Number of patients according to department visited | ||
| Outpatient | 276,036 | |
| Inpatient | 93,036 | |
| Emergency room visit | 109,090 | |
| Electrocardiogram, n | 979,273 | |
| Age, years | 42.6 ± 19.2 | |
| Age categories in years, n (%) | 0–9 | 31,020 (6.7) |
| 10–19 | 21,091 (4.6) | |
| 20–29 | 49,033 (10.6) | |
| 30–39 | 95,075 (20.6) | |
| 40–49 | 94,534 (20.5) | |
| 50–59 | 69,894 (15.2) | |
| 60–69 | 55,635 (12.1) | |
| > 70 | 40,084 (8.7) | |
| Male sex, n (%) | 231,058 (50.1) | |
| Age-adjusted CCI, n (%) | 0 | 37,894 (8.2) |
| 1–2 | 32,403 (7.0) | |
| 3–4 | 7,819 (1.7) | |
| 5–6 | 156,614 (34.0) | |
| 7–8 | 119,624 (25.9) | |
| ≥9 | 106,824 (23.2) | |
| ECG parameters | RR interval, ms | 851.7 ± 197.0 |
| PR interval, ms | 157.1 ± 26.7 | |
| QRS duration, ms | 91.1 ± 15.2 | |
| QT interval, ms | 390.0 ± 43.5 | |
| QTc interval, ms | 425.4 ± 31.5 | |
| P axis (degrees) | 48.4 ± 24.8 | |
| QRS axis (degrees) | 45.2 ± 38.1 | |
| T axis (degrees) | 46.2 ± 38.4 | |
| Source, n (%) | Electronic health records | 48,083 (4.9) |
| ECG management system | 865,590 (88.2) | |
| Printouts | 67,384 (6.9) | |
| Department, n (%) | Emergency | 173,356 (17.7) |
| Health examination | 177,972 (18.1) | |
| Inpatient | 193,851 (19.8) | |
| Outpatients | 435,878 (44.4) |
Data are presented as means ± standard deviation or frequencies.
CCI, Charlson comorbidity index; ECG, electrocardiography
a. Age at the time when the first ECG was performed, before changed to the birth year group.
Fig 1Schematic illustration of ECG-ViEW II construction.
An overview of the database development process. All numeric ECG parameters were extracted from three ECG sources (ECG management system, EHR system, and ECG printouts) from the subject hospital. After remove duplicated ECGs, the ECG data were integrated with clinical data, validated with QTc data and de-identified. EHR, electronic health record; ECG, electrocardiogram; ECG-ViEW II, Electrocardiogram Vigilance with Electronic Data Warehouse II; QTc, heart-rate-corrected QT
Overview of tables in the the ECG-ViEW II database.
| Table name | Column name | Type, precision | Description |
|---|---|---|---|
| Person | personid | Integer | A randomly assigned patient identifier |
| sex | Boolean | Patient sex; 1 = male, 0 = female | |
| birthyeargroup | Integer | Birthdates were grouped by 5-year intervals. The definition of each group is presented in | |
| ethnicity | Boolean | The state of belonging to an ethnic group; 1 = Korean, 0 = non-Korean | |
| Electrocardiogram | personid | Integer | A randomly assigned patient identifier |
| ecgdate | Date | The date on which the electrocardiogram was recorded | |
| ecgdept | Character (1) | Department in which the electrocardiogram was ordered | |
| ecgsource | Character (1) | Origin of ECG data | |
| RR | Integer | RR interval, ms | |
| PR | Integer | PR interval, ms | |
| QRS | Integer | QRS duration, ms | |
| QT | Integer | QT interval, ms | |
| QTc | Integer | QTc interval, ms | |
| P_wave_axis | Integer | Degree of P wave axis | |
| QRS_axis | Integer | Degree of QRS axis | |
| T_wave_axis | Integer | Degree of T wave axis | |
| ACCI | Integer | Age-adjusted Charlson comorbidity index when ECG was performed | |
| Drug | personid | Integer | A randomly assigned patient identifier |
| drugdate | Date | Drug prescription date | |
| druglocalcode | Character (8) | Hospital electronic health record drug code | |
| atccode | Character (7) | Anatomical Therapeutic Chemical (ATC) drug code | |
| duration | Integer | Duration of drug use | |
| drugdept | Character (1) | Department that prescribed the drug | |
| route | Character (1) | Route of drug administration (P = parenteral [injection], E = enteral) | |
| DrugcodeMaster | druglocalcode | Character (8) | Hospital electronic health records drug code |
| drugigrdname | Character (50) | Drug ingredient | |
| Diagnosis | personid | Integer | A randomly assigned patient identifier |
| diagdate | Date | The day on which the patient received a diagnosis code in the hospital | |
| diagcode | Character (100) | Diagnosis code with International Classification of Diseases (ICD) codes within observation period | |
| diaglocalcode | Character (8) | Diagnosis code with local electronic health record codes within observation period | |
| diagdept | Character (1) | Department in which diagnosis was made | |
| DiagnosisCodeMaster | diaglocalcode | Character (8) | Diagnosis code with local electronic health record codes within observation period |
| diagnosis | Character (190) | Diagnosis, full text | |
| Laboratory | personid | Integer | A randomly assigned patient identifier |
| labname | Character (1) | Name of laboratory test | |
| labdate | Date | Laboratory test performed date | |
| labvalue | Number (7,2) | Laboratory test value |
Number of electrocardiograms and patients with abnormal ECG parameters.
| Electrocardiogram | Patients | |
|---|---|---|
| Shortened PR interval | 37,141 | 28,798 |
| Prolonged PR interval | 36,238 | 21,381 |
| Wide QRS complex | 27,680 | 12,096 |
| Prolonged QTc interval | 109,125 | 54,560 |
| Abnormal P axis | 88,819 | 61,467 |
| Left axis deviation | 27,173 | 12,222 |
| Right axis deviation | 39,637 | 25,528 |
| Abnormal T axis | 96,951 | 41,258 |