diff --git a/README.md b/README.md
index 5f1d3743507ec9c955dd870aca03ca31ef64fc5f..c30f59b0be8ad257466035d67f37251ff624861a 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,37 @@
# COVID-19 Research Map
+Many informative maps are available to follow the spread of COVID-19. This is important information but only part of the story. The global scientific and medical communities have immediately responded to the new threat with focused research activities which in turn have led to clinical trials and scientific publications worldwide. With this project we aim at providing an up to date overview about these activities with links to the underlying sources.
+
+## Update Clinical Trials Data
+
+### Download data from WHO
+Data on clinical trials is provided by [WHO](https://www.who.int/ictrp/en/). However, their International Clinical Trials Registry Platform (ICTRP) is facing some challenges at the moment. They still provide a excel-spreadsheet we can download.
+
+1. Download spreadsheet using [this link](https://www.who.int/docs/default-source/coronaviruse/covid-19-trials.xls?ua=1)
+2. Open file and save as csv to `python/dat/covid-19-trials.csv`
+
+
+### Add Study Categories
+We use a google spreadsheet to categorize the clinical trials. You can take a look at it [here](https://docs.google.com/spreadsheets/d/11H6QGuGgEl2uYX5zZC1lvPNRx0274eoNX1Ow3HTlu_0/edit#gid=848613024). Request permission from Sven or Benni, if you don't have access.
+
+Studies that need input have `nan` as their value and will be displayed at the top of the sheet.
+
+### Add Study Locations
+We use a google spreadsheet to categorize the clinical trials. You can take a look at it [here](https://docs.google.com/spreadsheets/d/11H6QGuGgEl2uYX5zZC1lvPNRx0274eoNX1Ow3HTlu_0/edit#gid=1425083001). Request permission from Sven or Benni, if you don't have access.
+
+Studies that need input have `nan` as their X and Y values and will be displayed at the top of the sheet. If studies are updated: keep the already assigned coordinates in here. Only modify/check/validate the new studies.
+
+If there is no contact address displayed in the sheet, open the link and try to find out from the registry page, where this trial is located. Afterwards, also fill out the contact address field in the spreadsheet.
+
+We are using any tool such as google maps, OpenStreetMap and other ways to get the coordinates, e.g. by just copying them from another browser windows url to the spreadsheet columns. Make sure not to mix up X (longitude) and Y (latitude).
+
+## Data
+covid-19-trials.csv:
+* spreadsheet downloaded from WHO's International Clinical Trials Registry Platform (ICTRP)
+
+covid-19-trials.geojson:
+* file that holds the coordinates, category and some of the trial attributes
+* this file only contains trials with location information
+* this file is the input for map and graphs on the website
+
+covid-19-trials_2020-03-_dataframe.csv:
+* file that holds all information available from WHO, coordinates and category per trial
diff --git a/nginx/covid_website/assets/css/style.css b/nginx/covid_website/assets/css/style.css
index feb864c03fe71a21e7a3c86a1b55ded8a56d9b4d..b16af8323cacffa89d879e5b2711a8fab9a00578 100644
--- a/nginx/covid_website/assets/css/style.css
+++ b/nginx/covid_website/assets/css/style.css
@@ -1002,3 +1002,6 @@ header {
margin: 10px !important;
}
+#clinicalTrialsTable {
+ max-width: 100% !important;
+}
\ No newline at end of file
diff --git a/nginx/covid_website/assets/data/covid-19-trials.geojson b/nginx/covid_website/assets/data/covid-19-trials.geojson
new file mode 100644
index 0000000000000000000000000000000000000000..ee8c6e964934c54db850ea47803cea850197b031
--- /dev/null
+++ b/nginx/covid_website/assets/data/covid-19-trials.geojson
@@ -0,0 +1 @@
+{"features": [{"geometry": {"coordinates": [114.129895, 30.340085], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2/16/2020", "description": "A Medical Records Based Study for the Effectiveness of Extracorporeal Membrane Oxygenation in Patients with Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029949", "primaryOutcome": "inhospital length;inhospital mortality;ECMO treatment length;28th day mortality after admission;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49181"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147808, 30.355753], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2/1/2020", "description": "Construction and Analysis of Prognostic Predictive Model of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029953", "primaryOutcome": "duration of in hospital;in hospital mortality;the 28s day' mortality after admission;duration of ICU stay;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49217"}, "type": "Feature"}, {"geometry": {"coordinates": [121.55358, 29.866086], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "caiting@ucas.ac.cn", "contactPhone": "+86 13738498188", "dateEnrollment": "2/6/2020", "description": "A Single-arm Clinical Trial for Chloroquine Phosphate in the treatment of Novel Coronavirus Pneumonia 2019 (COVID-19)", "name": "ChiCTR2000029935", "primaryOutcome": "Length of hospital stay;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49607"}, "type": "Feature"}, {"geometry": {"coordinates": [121.430329, 31.187514], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tcmdoctorlu@163.com", "contactPhone": "+86 13817729859", "dateEnrollment": "3/1/2020", "description": "A Randomized Controlled Trial for Qingyi No. 4 Compound in the treatment of Convalescence Patients of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029947", "primaryOutcome": "Lung function;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49599"}, "type": "Feature"}, {"geometry": {"coordinates": [125.302998, 43.860391], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Wangtan215@sina.com", "contactPhone": "+86 13756858523", "dateEnrollment": "1/31/2020", "description": "Evaluate the effectiveness of Traditional Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029896", "primaryOutcome": "Conversion rate of mild and common type patients to severe type;Mortality Rate;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49432"}, "type": "Feature"}, {"geometry": {"coordinates": [113.289942, 23.113511], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2/20/2020", "description": "Clinical Study for Anti-aging Active Freeze-dried Powder Granules in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029811", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49355"}, "type": "Feature"}, {"geometry": {"coordinates": [114.242065, 22.649365], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "pony8980@163.com", "contactPhone": "+86 13923781386", "dateEnrollment": "2/16/2020", "description": "Clinical study of a novel high sensitivity nucleic acid assay for novel coronavirus pneumonia (COVID-19) based on CRISPR-cas protein", "name": "ChiCTR2000029810", "primaryOutcome": "SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49407"}, "type": "Feature"}, {"geometry": {"coordinates": [121.191675, 30.163335], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "xxw69@126.com", "contactPhone": "+86 13605708066", "dateEnrollment": "2/15/2020", "description": "Study on convalescent plasma treatment for severe patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029850", "primaryOutcome": "Fatality rate;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49533"}, "type": "Feature"}, {"geometry": {"coordinates": [121.558226, 31.090574], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhaixiaowendy@163.com", "contactPhone": "+86 64931902", "dateEnrollment": "2/14/2020", "description": "Clinical Trial for Integrated Chinese and Western Medicine in the Treatment of Children with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029814", "primaryOutcome": "Time fo fever reduction;Time of nucleic acid negative;Severe conversion rate;Improvement time of respiratory symptoms;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49387"}, "type": "Feature"}, {"geometry": {"coordinates": [120.298751, 31.55958], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xiangming_fang@njmu.edu.cn", "contactPhone": "+86 13861779030", "dateEnrollment": "2/14/2020", "description": "Study for the key issues of the diagnosis and treatment of novel coronavirus pneumonia (COVID-19) based on the medical imaging", "name": "ChiCTR2000029779", "primaryOutcome": "Chest CT findings;Epidemiological history;Laboratory examination;Pulmonary function test;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49378"}, "type": "Feature"}, {"geometry": {"coordinates": [121.483669, 31.246879], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhangw1190@sina.com", "contactPhone": "+86 13601733045", "dateEnrollment": "2/14/2020", "description": "Clinical Study for Traditional Chinese Medicine Combined With Western Medicine in Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029778", "primaryOutcome": "Length of hospital stay;fever clearance time;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49422"}, "type": "Feature"}, {"geometry": {"coordinates": [114.13166, 30.61702], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "88071718@qq.com", "contactPhone": "+86 13397192695", "dateEnrollment": "2/12/2020", "description": "Analysis of clinical characteristics of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029805", "primaryOutcome": "28-day mortality and 90-day mortality.;", "study_type": "Observational study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49188"}, "type": "Feature"}, {"geometry": {"coordinates": [113.785639, 34.675497], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "li_js8@163.com", "contactPhone": "+86 371-65676568", "dateEnrollment": "2/15/2020", "description": "Randomized controlled trial for TCM syndrome differentiation treatment impacting quality of life of post-discharge patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029789", "primaryOutcome": "St. George's Respiratory Questionnaire;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49348"}, "type": "Feature"}, {"geometry": {"coordinates": [115.160743, 30.134317], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fangbji@163.com", "contactPhone": "+86 0714-6224162", "dateEnrollment": "2/5/2020", "description": "A multicenter, randomized, controlled trial for integrated chinese and western medicine in the treatment of novel coronavirus pneumonia (COVID-19) based on the 'Truncated Torsion' strategy", "name": "ChiCTR2000029777", "primaryOutcome": "14 day outcome of the subjects, including: recovery, improvement, turning critical, death.;lung CT;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49380"}, "type": "Feature"}, {"geometry": {"coordinates": [120.696115, 27.939977], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zjwzhxy@126.com", "contactPhone": "+86 13819711719", "dateEnrollment": "2/11/2020", "description": "A randomized, open-label, blank-controlled, multicenter trial for Polyinosinic-Polycytidylic Acid Injection in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029776", "primaryOutcome": "Time to Clinical recovery;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49342"}, "type": "Feature"}, {"geometry": {"coordinates": [116.52379, 40.023361], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": ";xieyao00120184@sina.com;xieyao00120184@sina.com", "contactPhone": ";8610-84322200;8610-84322200", "dateEnrollment": "1-Jan-20", "description": "Development of a Simple, Fast and Portable Recombinase Aided Amplification Assay for 2019-nCoV", "name": "NCT04245631", "primaryOutcome": "Detection specificity is greater than 95%;Detection sensitivity is greater than 95%", "study_type": "Observational", "time": "2020-01-26", "weburl": "https://clinicaltrials.gov/show/NCT04245631"}, "type": "Feature"}, {"geometry": {"coordinates": [113.290203, 23.131424], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "lipipi007@163.com;", "contactPhone": "020- 36052117;", "dateEnrollment": "28-Jan-20", "description": "The Efficacy of Lopinavir Plus Ritonavir and Arbidol Against Novel Coronavirus Infection", "name": "NCT04252885", "primaryOutcome": "The rate of virus inhibition", "study_type": "Interventional", "time": "2020-01-30", "weburl": "https://clinicaltrials.gov/show/NCT04252885"}, "type": "Feature"}, {"geometry": {"coordinates": [117.017829, 36.655591], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "panda.how@sdu.edu.cn", "contactPhone": "86-18560086593", "dateEnrollment": "20-Jan-20", "description": "2019-nCoV Outbreak and Cardiovascular Diseases", "name": "NCT04255940", "primaryOutcome": "Cardiovascular Death", "study_type": "Observational", "time": "2020-02-03", "weburl": "https://clinicaltrials.gov/show/NCT04255940"}, "type": "Feature"}, {"geometry": {"coordinates": [114.273531, 30.583868], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "eier_dai@163.com;eier_dai@163.com", "contactPhone": "+86 13476229575;+86 13476229575", "dateEnrollment": "3-Feb-20", "description": "A Survey of Psychological Status of Medical Workers and Residents in the Context of 2019 Novel Coronavirus Pneumonia", "name": "NCT04260308", "primaryOutcome": "GHQ-12(general health questionnaire-12)", "study_type": "Observational", "time": "2020-02-03", "weburl": "https://clinicaltrials.gov/show/NCT04260308"}, "type": "Feature"}, {"geometry": {"coordinates": [118.93172, 28.73485], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "jiayongshi@medmail.com.cn", "contactPhone": "+86 13605813177", "dateEnrollment": "1/30/2020", "description": "Clinical study for the changes in mental state of medical staff in the department of radiotherapy in a comprehensive tertiary hospital in Zhejiang Province during the epidemic of novel coronavirus infection (COVID-19)", "name": "ChiCTR2000029782", "primaryOutcome": "PSQI;", "study_type": "Observational study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49445"}, "type": "Feature"}, {"geometry": {"coordinates": [106.616718, 33.150074], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "songlab_radiology@163.com", "contactPhone": "86 28 85423680", "dateEnrollment": "2/16/2020", "description": "Imaging Features and Mechanisms of Novel Coronavirus Pneumonia (COVID-19): a Multicenter Study", "name": "ChiCTR2000029764", "primaryOutcome": "imaging feature;", "study_type": "Observational study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49388"}, "type": "Feature"}, {"geometry": {"coordinates": [114.475845, 29.531025], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "31531955@qq.com", "contactPhone": "+86 27 83662688", "dateEnrollment": "2/10/2020", "description": "A randomized, parallel controlled trial for the efficacy and safety of Sodium Aescinate Injection in the treatment of patients with pneumonia (COVID-19)", "name": "ChiCTR2000029742", "primaryOutcome": "Chest imaging (CT);", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49297"}, "type": "Feature"}, {"geometry": {"coordinates": [113.574792, 22.2972], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xiajinyu@mail.sysu.edu.cn", "contactPhone": "+86 13823078064", "dateEnrollment": "2/12/2020", "description": "Efficacy of Chloroquine and Lopinavir/ Ritonavir in mild/general novel coronavirus (CoVID-19) infections: a prospective, open-label, multicenter randomized controlled clinical study", "name": "ChiCTR2000029741", "primaryOutcome": "Length of stay;Length of severe;oxygenation index during treatment;all-cause mortality in 28 days;Peripheral blood cell count (including white blood cells, lymphocytes, neutrophils, etc.);procalcitonin;C-reactive protein;Inflammatory factors (including IL", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49263"}, "type": "Feature"}, {"geometry": {"coordinates": [113.298909, 23.096635], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": ";wrl7905@163.com;wrl7905@163.com", "contactPhone": ";+86 10 66933436;+86 66933323", "dateEnrollment": "22-Jan-20", "description": "Treatment and Prevention of Traditional Chinese Medicines (TCMs) on 2019-nCoV Infection", "name": "NCT04251871", "primaryOutcome": "Time to complete remission of 2019-nCoV infection-associated symptoms", "study_type": "Interventional", "time": "2020-01-28", "weburl": "https://clinicaltrials.gov/show/NCT04251871"}, "type": "Feature"}, {"geometry": {"coordinates": [121.468684, 31.22015], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "", "contactPhone": "", "dateEnrollment": "7-Feb-20", "description": "Clinical Study of Arbidol Hydrochloride Tablets in the Treatment of Pneumonia Caused by Novel Coronavirus", "name": "NCT04260594", "primaryOutcome": "Virus negative conversion rate in the first week", "study_type": "Interventional", "time": "2020-02-06", "weburl": "https://clinicaltrials.gov/show/NCT04260594"}, "type": "Feature"}, {"geometry": {"coordinates": [116.414237, 39.912829], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "litsh@263.net", "contactPhone": "010-69155086", "dateEnrollment": "10-Feb-20", "description": "The Efficacy of Intravenous Immunoglobulin Therapy for Severe 2019-nCoV Infected Pneumonia", "name": "NCT04261426", "primaryOutcome": "Lower Murray lung injury score;Lower Murray lung injury score;Clinical improvement based on the 7-point scale", "study_type": "Interventional", "time": "2020-02-06", "weburl": "https://clinicaltrials.gov/show/NCT04261426"}, "type": "Feature"}, {"geometry": {"coordinates": [120.17848, 30.255805], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";xxw69@126.com", "contactPhone": ";+86 13605708066", "dateEnrollment": "7-Feb-20", "description": "Evaluating and Comparing the Safety and Efficiency of ASC09/Ritonavir and Lopinavir/Ritonavir for Novel Coronavirus Infection", "name": "NCT04261907", "primaryOutcome": "The incidence of composite adverse outcome", "study_type": "Interventional", "time": "2020-02-06", "weburl": "https://clinicaltrials.gov/show/NCT04261907"}, "type": "Feature"}, {"geometry": {"coordinates": [113.25266, 23.120313], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "doctorzzd99@163.com", "contactPhone": "+86 13903076359", "dateEnrollment": "2/7/2020", "description": "An observational study for Xin-Guan-1 formula in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029637", "primaryOutcome": "Completely antipyretic time: completely antipyretic was defined as the body temperature return to normal for over 24 hours.;Time to remission/disappearance of primary symptoms: defined as the number of days when the three main symptoms of fever, cough, an", "study_type": "Observational study", "time": "2020-02-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49127"}, "type": "Feature"}, {"geometry": {"coordinates": [114.433339, 30.431406], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hubo@mail.hust.edu.cn", "contactPhone": "+86 13707114863", "dateEnrollment": "2/9/2020", "description": "Efficacy and safety of aerosol inhalation of vMIP in the treatment of novel coronavirus pneumonia (COVID-19): a single arm clinical trial", "name": "ChiCTR2000029636", "primaryOutcome": "2019-nCoV nucleic acid turning negative time (from respiratory secretion), or the time to release isolation;", "study_type": "Interventional study", "time": "2020-02-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49215"}, "type": "Feature"}, {"geometry": {"coordinates": [114.26326, 22.72289], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "jxxk1035@yeah.net", "contactPhone": "+86 13530027001", "dateEnrollment": "3/1/2020", "description": "Early Detection of Novel Coronavirus Pneumonia (COVID-19) Based on a Novel High-Throughput Mass Spectrometry Analysis With Exhaled Breath", "name": "ChiCTR2000029695", "primaryOutcome": "Sensitivity of detection of NCP;Specificity of detection of NCP;", "study_type": "Diagnostic test", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49219"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492994, 29.547003], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "bluesearh006@sina.com", "contactPhone": "+86 15337110926", "dateEnrollment": "2/14/2020", "description": "A randomized, open-label study to evaluate the efficacy and safety of low-dose corticosteroids in hospitalized patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029656", "primaryOutcome": "ECG;Chest imaging;Complications;vital signs;NEWS2 score;", "study_type": "Interventional study", "time": "2020-02-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49086"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "sxu@hust.edu.cn", "contactPhone": "+86 13517248539", "dateEnrollment": "2/17/2020", "description": "A comparative study on the sensitivity of nasopharyngeal and oropharyngeal swabbing for the detection of SARS-CoV-2 by real-time PCR", "name": "ChiCTR2000029883", "primaryOutcome": "detection of SARS-CoV-2 nucleic acid;SEN;", "study_type": "Diagnostic test", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49549"}, "type": "Feature"}, {"geometry": {"coordinates": [115.054184, 30.244847], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "fangbji@163.com", "contactPhone": "+86 0714-6224162", "dateEnrollment": "2/10/2020", "description": "A multicenter, randomized, controlled trial for integrated Chinese and western medicine in the treatment of ordinary novel coronavirus pneumonia (COVID-19) based on the ' Internal and External Relieving -Truncated Torsion' strategy", "name": "ChiCTR2000029869", "primaryOutcome": "14 day outcome of the subjects, including: recovery, improvement, turning critical, death.;lung CT;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49486"}, "type": "Feature"}, {"geometry": {"coordinates": [121.448242, 31.203182], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tcmdoctorlu@163.com", "contactPhone": "+86 13817729859", "dateEnrollment": "3/1/2020", "description": "A randomized controlled trial for Traditional Chinese Medicine in the treatment for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029941", "primaryOutcome": " Number of worsening events;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49596"}, "type": "Feature"}, {"geometry": {"coordinates": [121.571493, 29.881754], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "caiting@ucas.ac.cn", "contactPhone": "+86 13738498188", "dateEnrollment": "2/10/2020", "description": "A Single-blind, Randomized, Controlled Clinical Trial for Chloroquine Phosphate in the treatment of Novel Coronavirus Pneumonia 2019 (COVID-19)", "name": "ChiCTR2000029939", "primaryOutcome": "Length of hospital stay;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49612"}, "type": "Feature"}, {"geometry": {"coordinates": [104.068396, 30.653616], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "1037070596@qq.com", "contactPhone": "+86 18980601415", "dateEnrollment": "2/16/2020", "description": "Study for construction and assessment of early warning score of the clinical risk of novel coronavirus (COVID-19) infected patients", "name": "ChiCTR2000029907", "primaryOutcome": "clinical features and risk factors;validity and reliability of the model;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49587"}, "type": "Feature"}, {"geometry": {"coordinates": [114.328715, 30.540558], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2/10/2020", "description": "A medical records based study of novel coronavirus pneumonia (COVID-19) and influenza virus co-infection", "name": "ChiCTR2000029905", "primaryOutcome": "Incidence of co-infection;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49595"}, "type": "Feature"}, {"geometry": {"coordinates": [116.417592, 39.937967], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Liuqingquan2003@126.com", "contactPhone": "+86 010-52176520", "dateEnrollment": "2/6/2020", "description": "An open, prospective, multicenter clinical study for the efficacy and safety of Reduning injection in the treatment of ovel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029589", "primaryOutcome": "Antipyretic time;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49104"}, "type": "Feature"}, {"geometry": {"coordinates": [120.144338, 30.178144], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wengcp@163.com", "contactPhone": "+86 571 86613587", "dateEnrollment": "2/6/2020", "description": "Chinese medicine prevention and treatment program for novel coronavirus pneumonia (COVID-19): a perspective, sing-arm trial", "name": "ChiCTR2000029578", "primaryOutcome": "Cure rate;The cure time;The rate and time at which the normal type progresses to the heavy type;Rate and time of progression from heavy to critical type and even death;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49080"}, "type": "Feature"}, {"geometry": {"coordinates": [116.28263, 39.874805], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "dinghuiguo@medmail.com.cn", "contactPhone": "+86 13811611118", "dateEnrollment": "2/15/2020", "description": "The efficacy and safety of carrimycin treatment in patients with novel coronavirus pneumonia (COVID-19): a multicenter, randomized, open-label, controlled trial", "name": "ChiCTR2000029867", "primaryOutcome": "Body temperature returns to normal time;Pulmonary inflammation resolution time (HRCT);Mouthwash (pharyngeal swab) at the end of treatment COVID-19 RNA negative rate;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49514"}, "type": "Feature"}, {"geometry": {"coordinates": [113.67907, 34.786016], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wanghuaqi2004@126.com", "contactPhone": "+86 15890689220", "dateEnrollment": "2/1/2020", "description": "Application of Regulating Intestinal Flora in the Treatment of Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029849", "primaryOutcome": "Length of admission;mortality rate;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49530"}, "type": "Feature"}, {"geometry": {"coordinates": [120.161675, 30.260665], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "13588867114@163.com", "contactPhone": "+86 13588867114", "dateEnrollment": "2/17/2020", "description": "Immune Repertoire (TCR & BCR) Evaluation and Immunotherapy Research in Peripheral Blood of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029626", "primaryOutcome": "TCR sequencing;BCR sequencing;HLA sequencing;", "study_type": "Basic Science", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49170"}, "type": "Feature"}, {"geometry": {"coordinates": [121.018659, 31.839091], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Luhongzhou@shphc.org.cn", "contactPhone": "+86 18930810088", "dateEnrollment": "2/8/2020", "description": "A real world study for traditional Chinese Medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029624", "primaryOutcome": "Time for body temperature recovery;Chest CT absorption;Time of nucleic acid test turning negative;", "study_type": "Observational study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49132"}, "type": "Feature"}, {"geometry": {"coordinates": [120.250896, 30.067613], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wengcp@163.com", "contactPhone": "+86 13906514781", "dateEnrollment": "2/4/2020", "description": "Chinese medicine prevention and treatment program for novel coronavirus pneumonia (COVID-19): a perspective, double-blind, placebo, randomised controlled trial", "name": "ChiCTR2000029518", "primaryOutcome": "Recovery time;Ratio and time for the general type to progress to heavy;Ratio and time of severe progression to critical or even death;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48860"}, "type": "Feature"}, {"geometry": {"coordinates": [120.16225, 30.193811], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wengcp@163.com", "contactPhone": "+86 13601331063", "dateEnrollment": "2/4/2020", "description": "Chinese medicine prevention and treatment program for suspected novel coronavirus pneumonia (COVID-19): a perspective, double-blind, placebo, randomised controlled trial", "name": "ChiCTR2000029517", "primaryOutcome": "Relief of clinical symptoms and duration;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48861"}, "type": "Feature"}, {"geometry": {"coordinates": [120.282065, 31.550428], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "caojuncn@hotmail.com", "contactPhone": "+86 0510-68781007", "dateEnrollment": "2/15/2020", "description": "Evaluation of Rapid Diagnostic Kit (IgM/IgG) for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029870", "primaryOutcome": "Positive/Negtive;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49563"}, "type": "Feature"}, {"geometry": {"coordinates": [121.209588, 30.179003], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wuguolin28@163.com", "contactPhone": "+86 13136150848", "dateEnrollment": "2/15/2020", "description": "A randomized, open and controlled clinical trial for traditional Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029855", "primaryOutcome": "TCM symptom score;Antifebrile time;The time and rate of transition of new coronavirus to Yin;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49543"}, "type": "Feature"}, {"geometry": {"coordinates": [118.6031, 31.86612], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ian0126@126.com", "contactPhone": "+86 13338628626", "dateEnrollment": "2/7/2020", "description": "A randomized controlled trial for honeysuckle decoction in the treatment of patients with novel coronavirus (COVID-19) infection", "name": "ChiCTR2000029822", "primaryOutcome": "rate of cure;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49502"}, "type": "Feature"}, {"geometry": {"coordinates": [113.270573, 23.13598], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zhanjie34@126.com", "contactPhone": "+86 15818136908", "dateEnrollment": "2/1/2020", "description": "Psychological survey of frontline medical staff in various regions of China during the epidemic of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029815", "primaryOutcome": "Self-rating depression scale, SDS;Self-Rating Anxiety Scale, SAS;", "study_type": "Observational study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49346"}, "type": "Feature"}, {"geometry": {"coordinates": [115.650098, 30.770064], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "252417083@qq.com", "contactPhone": "+86 18908628577", "dateEnrollment": "2/1/2020", "description": "Community based prevention and control for Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19) in the isolate suspected and confirmed population", "name": "ChiCTR2000029601", "primaryOutcome": "the negative conversion ratio;the proportion of general patients with advanced severe disease;confirmed rate of suspected cases;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48988"}, "type": "Feature"}, {"geometry": {"coordinates": [112.146577, 32.040674], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "xyxzyxzh@163.com", "contactPhone": "+86 18995678520", "dateEnrollment": "2/5/2020", "description": "Safety and efficacy of umbilical cord blood mononuclear cells conditioned medium in the treatment of severe and critically novel coronavirus pneumonia (COVID-19): a randomized controlled trial", "name": "ChiCTR2000029569", "primaryOutcome": "PSI;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49062"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450724, 30.447276], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "1025823309@qq.com", "contactPhone": "+86 13307161995", "dateEnrollment": "2/3/2020", "description": "Traditional Chinese Medicine, Psychological Intervention and Investigation of Mental Health for Patients With Novel Coronavirus Pneumonia (COVID-19) in Convalescent Period", "name": "ChiCTR2000029495", "primaryOutcome": "Self-rating depression scale, SDS;Self-Rating Anxiety Scale, SAS;ocial support rate scale, SSRS;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48971"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470025, 30.464123], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "jxzhang1607@163.com", "contactPhone": "+86 13377897297", "dateEnrollment": "2/3/2020", "description": "Traditional Chinese Medicine for Pulmonary Fibrosis, Pulmonary Function and Quality of Life in Patients With Novel Coronavirus Pneumonia (COVID-19) in Convalescent Period: a Randomized Controlled Trial", "name": "ChiCTR2000029493", "primaryOutcome": "pulmonary function;St Georges respiratory questionnaire, SGRQ;Modified Barthel Index, MBI;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48931"}, "type": "Feature"}, {"geometry": {"coordinates": [120.91209, 31.94961], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "luhongzhou@fudan.edu.cn", "contactPhone": "+86 18930810088", "dateEnrollment": "2/14/2020", "description": "Clinical Trial for Tanreqing Capsules in the Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029813", "primaryOutcome": "Time of viral nucleic acid turns negative;Antipyretic time;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49425"}, "type": "Feature"}, {"geometry": {"coordinates": [114.149573, 30.632687], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "3131862959@qq.com", "contactPhone": "+86 13871120171", "dateEnrollment": "2/12/2020", "description": "Immunomodulatory Therapy for Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029806", "primaryOutcome": "Proportion of patients with a lung injury score reduction of 1-point or more 7 days after randomization;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49161"}, "type": "Feature"}, {"geometry": {"coordinates": [114.906648, 32.014973], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "503818505@qq.com", "contactPhone": "+86 13839708181", "dateEnrollment": "2/16/2020", "description": "A randomized, open-label, controlled clinical trial for azvudine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029853", "primaryOutcome": "time and rate of temperature return to normal;;time and rate of improvement of respiratory symptoms and signs (lung rhones, cough, sputum, sore throat, etc.);time and rate of improvement of diarrhea, myalgia, fatigue and other symptoms;time and rate of pu", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49532"}, "type": "Feature"}, {"geometry": {"coordinates": [121.570725, 29.882051], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "caocdoctor@163.com", "contactPhone": "+86 574-87089878", "dateEnrollment": "2/10/2020", "description": "An observational study on the clinical characteristics, treatment and outcome of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029839", "primaryOutcome": "Time to clinical recovery;", "study_type": "Observational study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49439"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413419, 23.018178], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shanpingjiang@126.com", "contactPhone": "+86 13922738892", "dateEnrollment": "2/3/2020", "description": "Study for the efficacy of chloroquine in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029542", "primaryOutcome": "viral negative-transforming time;30-day cause-specific mortality;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48968"}, "type": "Feature"}, {"geometry": {"coordinates": [114.466894, 30.464155], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zhaojp@tjh.tjmu.edu.cn", "contactPhone": "+86 13507138234", "dateEnrollment": "2/4/2020", "description": "A randomized, open-label study to evaluate the efficacy and safety of Lopinavir-Ritonavir in patients with mild novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029539", "primaryOutcome": "The incidence of adverse outcome within 14 days after admission: Patients with conscious dyspnea, SpO2 = 94% or respiratory frequency = 24 times / min in the state of resting without oxygen inhalation;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48991"}, "type": "Feature"}, {"geometry": {"coordinates": [121.505543, 31.305357], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wlx1126@hotmail.com", "contactPhone": "+86 18917962300", "dateEnrollment": "2/17/2020", "description": "Clinical study for the integration of traditional Chinese and western medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029790", "primaryOutcome": "TCM symptoms efficacy;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49453"}, "type": "Feature"}, {"geometry": {"coordinates": [116.418388, 39.932714], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zysjsgzs@163.com", "contactPhone": "+86 18134048843", "dateEnrollment": "3/1/2020", "description": "Traditional Chinese medicine cooperative therapy for patients with novel coronavirus pneumonia (COVID-19): a randomized controlled trial", "name": "ChiCTR2000029788", "primaryOutcome": "Antipyretic time;Pharyngeal swab nucleic acid negative time;Blood gas analysis;Traditional Chinese medicine syndrome score;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49452"}, "type": "Feature"}, {"geometry": {"coordinates": [113.364747, 23.048858], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yang_zhongqi@163.com", "contactPhone": "+86 13688867618", "dateEnrollment": "2/1/2020", "description": "A Real World Study for the Efficacy and Safety of Large Dose Tanreqing Injection in the Treatment of Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029432", "primaryOutcome": "Time for body temperature recovery;Chest X-ray absorption;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48881"}, "type": "Feature"}, {"geometry": {"coordinates": [121.641576, 38.917483], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zhaodewei2016@163.com", "contactPhone": "+86 0411-62893509", "dateEnrollment": "1/29/2020", "description": "Clinical study for the remedy of M1 macrophages target in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029431", "primaryOutcome": "CT of lung;CT and MRI of hip;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48907"}, "type": "Feature"}, {"geometry": {"coordinates": [104.40212, 31.13469], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "973007530@qq.com", "contactPhone": "+86 13881070630", "dateEnrollment": "2/14/2020", "description": "Based on Delphi Method to Preliminarily Construct a Recommended Protocol for the Prevention of Novel Coronavirus Pneumonia (COVID-19) in Deyang Area by Using Chinese Medicine Technology and its Clinical Application Evaluation", "name": "ChiCTR2000029821", "primaryOutcome": "CD4+;CD3+;HAMA;HAMD;STAI;", "study_type": "Prevention", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49306"}, "type": "Feature"}, {"geometry": {"coordinates": [120.213994, 30.255631], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yingsrrsh@163.com", "contactPhone": "+86 13588706900", "dateEnrollment": "2/11/2020", "description": "Ba-Bao-Dan in the adjuvant therapy of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000029819", "primaryOutcome": "Clinical and laboratory indicators;Viral load;chest CT;serum cell factor;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49490"}, "type": "Feature"}, {"geometry": {"coordinates": [113.804557, 34.777628], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "li_js8@163.com", "contactPhone": "+86 371 65676568", "dateEnrollment": "2/1/2020", "description": "Study for clinical characteristics and distribution of TCM syndrome of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029462", "primaryOutcome": "Clinical characteristics;TCM syndrome;", "study_type": "Observational study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48922"}, "type": "Feature"}, {"geometry": {"coordinates": [116.524161, 39.827448], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ZJHTCM@FOXMAIL.COM", "contactPhone": "+86 13902020873", "dateEnrollment": "2/4/2020", "description": "A randomized controlled trial of integrated TCM and Western Medicine in the treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029438", "primaryOutcome": "CURB-65;PSI score;Mechanical ventilation time;Length of stay in hospital;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48911"}, "type": "Feature"}, {"geometry": {"coordinates": [115.53393, 30.52833], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xxlahh08@163.com", "contactPhone": "+86 18963789002", "dateEnrollment": "2/10/2020", "description": "A multicenter, randomized controlled trial for the efficacy and safety of tocilizumab in the treatment of new coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029765", "primaryOutcome": "cure rate;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49409"}, "type": "Feature"}, {"geometry": {"coordinates": [116.524909, 39.822121], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "huangluqi01@126.com", "contactPhone": "+86 010-64089801", "dateEnrollment": "2/13/2020", "description": "The efficacy of traditional chinese medicine on Novel Coronavirus Pneumonia (COVID-19) patients treated in square cabin hospital: a prospective, randomized controlled trial", "name": "ChiCTR2000029763", "primaryOutcome": "Rate of conversion to severe or critical illness;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49408"}, "type": "Feature"}, {"geometry": {"coordinates": [114.149573, 30.632687], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "1346801465@qq.com", "contactPhone": "+86 13397192695", "dateEnrollment": "2/12/2020", "description": "Clinical Application of ECMO in the Treatment of Patients with Very Serious Respiratory Failure due to novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029804", "primaryOutcome": "Inpatient mortality;", "study_type": "Prognosis study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49178"}, "type": "Feature"}, {"geometry": {"coordinates": [121.250615, 28.656856], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lvdq@enzemed.com", "contactPhone": "+86 13867622009", "dateEnrollment": "2/15/2020", "description": "Babaodan Capsule used for the adjuvant treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029769", "primaryOutcome": "28-day survival;Inflammatory factor levels;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49415"}, "type": "Feature"}, {"geometry": {"coordinates": [113.69622, 34.801986], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lisuyun2000@126.com", "contactPhone": "+86 371 66248624", "dateEnrollment": "2/1/2020", "description": "A single arm study for evaluation of integrated traditional Chinese and western medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029436", "primaryOutcome": "Duration of PCR normalization;Clinical symptom score;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48884"}, "type": "Feature"}, {"geometry": {"coordinates": [116.43549, 39.94861], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "shanghongcai@126.com", "contactPhone": "+86 010 84012510", "dateEnrollment": "2/3/2020", "description": "Chinese Herbal medicine for Severe nevel coronavirus pneumonia (COVID-19): a Randomized Controlled Trial", "name": "ChiCTR2000029418", "primaryOutcome": "Critically ill patients (%);", "study_type": "Interventional study", "time": "2020-01-30", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48886"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "Kangyan@scu.edu.cn", "contactPhone": "+86 18980601566", "dateEnrollment": "2/3/2020", "description": "Cohort Study of Novel Coronavirus Pneumonia (COVID-19) Critical Ill Patients", "name": "ChiCTR2000029758", "primaryOutcome": "length of stay;length of stay in ICU;Antibiotic use;Hospital costs;Organ function support measures;Organ function;", "study_type": "Observational study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49295"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147061, 30.356048], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "doctorzhang2003@163.com", "contactPhone": "+86 18062567610", "dateEnrollment": "2/15/2020", "description": "Clinical study of nebulized Xiyanping injection in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029756", "primaryOutcome": "vital signs (Body temperature, blood pressure, heart rate, breathing rate);Respiratory symptoms and signs (Lung sounds, cough, sputum);Etiology and laboratory testing;PaO2/SPO2;Liquid balance;Ventilator condition;Imaging changes;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49222"}, "type": "Feature"}, {"geometry": {"coordinates": [114.236454, 30.229555], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wdznyy@126.com", "contactPhone": "+86 13971156723", "dateEnrollment": "2/12/2020", "description": "A randomized, open, controlled trial for diammonium glycyrrhizinate enteric-coated capsules combined with vitamin C tablets in the treatment of common novel coronavirus pneumonia (COVID-19) in the basic of clinical standard antiviral treatment to evaluate", "name": "ChiCTR2000029768", "primaryOutcome": "Time to Clinical recovery;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49131"}, "type": "Feature"}, {"geometry": {"coordinates": [104.061699, 30.641376], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "leilei_25@126.com", "contactPhone": "+86 18980605819", "dateEnrollment": "2/10/2020", "description": "Study for the Effect of Novel Coronavirus Pneumonia (COVID-19) on the Health of Different People", "name": "ChiCTR2000029754", "primaryOutcome": "Physical and mental health;", "study_type": "Observational study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49370"}, "type": "Feature"}, {"geometry": {"coordinates": [112.973378, 28.186618], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "xuezg@tongji.edu.cn", "contactPhone": "+86 15000285942", "dateEnrollment": "2/17/2020", "description": "Key techniques of umbilical cord mesenchymal stem cells for the treatment of novel coronavirus pneumonia (COVID-19) and clinical application demonstration", "name": "ChiCTR2000030173", "primaryOutcome": "pulmonary function;Novel coronavirus pneumonic nucleic acid test;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49229"}, "type": "Feature"}, {"geometry": {"coordinates": [116.389189, 39.764275], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhaoyl2855@126.com", "contactPhone": "+86 13681208998", "dateEnrollment": "2/25/2020", "description": "Randomized, parallel control, open trial for Qing-Wen Bai-Du-Yin combined with antiviral therapy in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030166", "primaryOutcome": "CT scan of the lungs;Nucleic acid detection of throat secretion;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49696"}, "type": "Feature"}, {"geometry": {"coordinates": [121.298234, 30.052805], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "maoweilw@163.com", "contactPhone": "+86 0571-87068001", "dateEnrollment": "2/1/2020", "description": "Clinical Study for Traditional Chinese Medicine in the Prevention and Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029751", "primaryOutcome": "blood routine examination;CRP;PCT;Chest CT;Liver and kidney function;Etiology test;", "study_type": "Observational study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49354"}, "type": "Feature"}, {"geometry": {"coordinates": [114.435277, 30.430025], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xie_m@126.com", "contactPhone": "+86 18602724678", "dateEnrollment": "1/26/2020", "description": "Risks of Death and Severe cases in Patients with 2019 Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029735", "primaryOutcome": "incidence;mortality;", "study_type": "Observational study", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49279"}, "type": "Feature"}, {"geometry": {"coordinates": [117.256275, 31.855782], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13505615645@163.com", "contactPhone": "+86 13505615645", "dateEnrollment": "2/11/2020", "description": "Effect evaluation and prognosis of Chinese medicine based on Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029747", "primaryOutcome": "Chest CT;Routine blood test;liver and renal function;TCM syndrome;", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49287"}, "type": "Feature"}, {"geometry": {"coordinates": [113.396794, 23.003845], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zheng862080@139.com", "contactPhone": "+86 18928868242", "dateEnrollment": "2/12/2020", "description": "A Multicenter, Randomized, Parallel Controlled Clinical Study of Hydrogen-Oxygen Nebulizer to Improve the Symptoms of Patients With Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029739", "primaryOutcome": "the condition worsens and develops into severe or critical condition;the condition improves significantly and reaches the discharge standard;The overall treatment time is no longer than 14 days;", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49283"}, "type": "Feature"}, {"geometry": {"coordinates": [114.04575, 22.544759], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "64699629@qq.com", "contactPhone": "+86 18664556429", "dateEnrollment": "2/24/2020", "description": "A clinical study for ''Huo-Shen'' particles in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030118", "primaryOutcome": "Chest CT scan;Nucleic acid of novel coronavirus;Routine blood test;Routine urine test;Stool routine test;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49594"}, "type": "Feature"}, {"geometry": {"coordinates": [115.3602, 27.7153], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zhangweiliuxin@163.com", "contactPhone": "+86 13707089183", "dateEnrollment": "2/1/2020", "description": "Safety and effectiveness of human umbilical cord mesenchymal stem cells in the treatment of acute respiratory distress syndrome of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030116", "primaryOutcome": "Time to leave ventilator on day 28 after receiving MSCs infusion;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49901"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63382, 33.16597], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "guojun@wchscu.cn", "contactPhone": "+86 15388178461", "dateEnrollment": "2/10/2020", "description": "Impact of vitamin D deficiency on prognosis of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029732", "primaryOutcome": "ROX index;", "study_type": "Observational study", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49302"}, "type": "Feature"}, {"geometry": {"coordinates": [113.591073, 22.313003], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "wenshl@mail.sysu.edu.cn", "contactPhone": "+86 13312883618", "dateEnrollment": "2/10/2020", "description": "Study for Mental health and psychological status of doctors, nurses and patients in novel coronavirus pneumonia (COVID-19) designated hospital and effect of interventions", "name": "ChiCTR2000029639", "primaryOutcome": "Physical examination;Nucleic acid;Oxygenation index;GAD-7;PHQ-9;SASRQ;PSQI;Lymphocyte subsets;", "study_type": "Interventional study", "time": "2020-02-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49187"}, "type": "Feature"}, {"geometry": {"coordinates": [109.95917, 27.54944], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "qiuchengfeng0721@163.com", "contactPhone": "+86 14786531725", "dateEnrollment": "2/8/2020", "description": "Epidemiological investigation and clinical characteristics analysis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029734", "primaryOutcome": "Epidemiological history;haematological;First symptom;blood glucose;blood glucose;prognosis;Blood gas analysis;complication;", "study_type": "Observational study", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48868"}, "type": "Feature"}, {"geometry": {"coordinates": [121.474855, 31.232517], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "jmqu0906@163.com", "contactPhone": "+86 21 64370045", "dateEnrollment": "2/7/2020", "description": "Clinical study of arbidol hydrochloride tablets in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029621", "primaryOutcome": "Virus negative conversion rate in the first week;", "study_type": "Interventional study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49165"}, "type": "Feature"}, {"geometry": {"coordinates": [113.270573, 23.13598], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "doctorzzd99@163.com", "contactPhone": "+86 13903076359", "dateEnrollment": "2/7/2020", "description": "A clinical observational study for Xin-Guan-2 formula in the treatment of suspected novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029628", "primaryOutcome": "Time to completely antipyretic time:completely antipyretic was defined as the body temperature return to normal for over 24 hours.;Main symptom relief/disappearance time: defined as the days when the three main symptoms of fever, cough and shortness of br", "study_type": "Observational study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49155"}, "type": "Feature"}, {"geometry": {"coordinates": [120.268257, 30.150132], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "caiicu@163.com", "contactPhone": "+86 13505811696", "dateEnrollment": "2/17/2020", "description": "Construction of Early Warning and Prediction System for Patients with Severe / Critical Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029625", "primaryOutcome": "Lymphocyte subpopulation analysis;Cytokine detection;Single cell sequencing of bronchial lavage fluid cells;", "study_type": "Diagnostic test", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49177"}, "type": "Feature"}, {"geometry": {"coordinates": [115.66801, 30.785732], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "Xiaolintong66@sina.com", "contactPhone": "+86 13910662116", "dateEnrollment": "2/1/2020", "description": "Clinical study for community based prevention and control strategy of novel coronavirus pneumonia (COVID-19) in the isolate suspected and confirmed population", "name": "ChiCTR2000029602", "primaryOutcome": "Incidence of onset at home / designated isolation population who progressed to designated isolation treatment or were diagnosed with novel coronavirus-infected pneumonia;days of onset at home / designated isolation population who progressed to designated ", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48985"}, "type": "Feature"}, {"geometry": {"coordinates": [114.281173, 22.738557], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "yingxialiu@hotmail.com", "contactPhone": "+86 755 61238922", "dateEnrollment": "1/30/2020", "description": "Clinical study for safety and efficacy of Favipiravir in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029600", "primaryOutcome": "Declining speed of Novel Coronavirus by PCR;Negative Time of Novel Coronavirus by PCR;Incidentce rate of chest imaging;Incidence rate of liver enzymes;Incidence rate of kidney damage;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49042"}, "type": "Feature"}, {"geometry": {"coordinates": [112.567202, 37.862844], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "tflook@163.com", "contactPhone": "+86 13934570253", "dateEnrollment": "3/1/2020", "description": "Study for application of simplified cognitive-behavioral therapy for related emergency psychological stress reaction of medical providers working in the position of treatment and control of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030093", "primaryOutcome": "State anxiety;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49932"}, "type": "Feature"}, {"geometry": {"coordinates": [112.673771, 37.752325], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xuyongsmu@vip.163.com", "contactPhone": "+86 18234016125", "dateEnrollment": "2/24/2020", "description": "A multicenter study for efficacy of intelligent psychosomatic adjustment system intervention in the treatment of novel coronavirus pneumonia (COVID-19) patients with mild to moderate anxiety and depression", "name": "ChiCTR2000030084", "primaryOutcome": "the score of Hamilton depression scale;the score of Hamilton anxiety scale;the score of Self-Rating Depression Scale;the score of Self-Rating Anxiety Scale;the score of Athens Insomnia Scale;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49952"}, "type": "Feature"}, {"geometry": {"coordinates": [112.16449, 32.056342], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "xyxzyxzh@163.com", "contactPhone": "+86 18995678520", "dateEnrollment": "2/5/2020", "description": "Safety and efficacy of umbilical cord blood mononuclear cells in the treatment of severe and critically novel coronavirus pneumonia(COVID-19): a randomized controlled clinical trial", "name": "ChiCTR2000029572", "primaryOutcome": "PSI;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=41760"}, "type": "Feature"}, {"geometry": {"coordinates": [114.253603, 30.245525], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "doctorzhang2003@163.com", "contactPhone": "+86 18962567610", "dateEnrollment": "1/31/2020", "description": "Therapeutic effect of hydroxychloroquine on novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029559", "primaryOutcome": "The time when the nucleic acid of the novel coronavirus turns negative;T cell recovery time;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48880"}, "type": "Feature"}, {"geometry": {"coordinates": [120.286169, 30.1658], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qiuyq@zju.edu.cn", "contactPhone": "+86 13588189339", "dateEnrollment": "2/4/2020", "description": "A randomized controlled trial for the efficacy and safety of Baloxavir Marboxil, Favipiravir tablets in novel coronavirus pneumonia (COVID-19) patients who are still positive on virus detection under the current antiviral therapy", "name": "ChiCTR2000029544", "primaryOutcome": "Time to viral negativity by RT-PCR;Time to clinical improvement;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49013"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147808, 30.355753], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "wangxinghuan@whu.edu.cn", "contactPhone": "+86 18971387168/+86 15729577635", "dateEnrollment": "2/10/2020", "description": "A randomised, open, controlled trial for darunavir/cobicistat or Lopinavir/ritonavir combined with thymosin a1 in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029541", "primaryOutcome": "Time to conversion of 2019-nCoV RNA result from RI sample;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48992"}, "type": "Feature"}, {"geometry": {"coordinates": [2.36047, 48.795168], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";xavier.duval@aphp.fr;xavier.duval@aphp.fr", "contactPhone": ";01 40 25 71 48;01 40 25 71 48", "dateEnrollment": "4-Feb-20", "description": "Viral Excretion in Contact Subjects at High/Moderate Risk of Coronavirus 2019-nCoV Infection", "name": "NCT04259892", "primaryOutcome": "Number of Participants with presence of 2019-nCoV in at least one of nasopharyngeal swab", "study_type": "Observational", "time": "2020-02-05", "weburl": "https://clinicaltrials.gov/show/NCT04259892"}, "type": "Feature"}, {"geometry": {"coordinates": [118.819773, 31.886165], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "", "contactPhone": "", "dateEnrollment": "10-Feb-20", "description": "Immunoregulatory Therapy for 2019-nCoV", "name": "NCT04268537", "primaryOutcome": "lung injury score", "study_type": "Interventional", "time": "2020-02-08", "weburl": "https://clinicaltrials.gov/show/NCT04268537"}, "type": "Feature"}, {"geometry": {"coordinates": [115.900712, 28.677222], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "leaiping@126.com", "contactPhone": "+86 13707089009", "dateEnrollment": "2/24/2020", "description": "Experimental study of novel coronavirus pneumonia rehabilitation plasma therapy severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030179", "primaryOutcome": "Cure rate;Mortality;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50059"}, "type": "Feature"}, {"geometry": {"coordinates": [114.582692, 29.421354], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "784404524@qq.com", "contactPhone": "+86 13659897175", "dateEnrollment": "2/10/2020", "description": "Clinical Study for Gu-Biao Jie-Du-Ling in Preventing of Novel Coronavirus Pneumonia (COVID-19) in Children", "name": "ChiCTR2000029487", "primaryOutcome": "body temperature;Whole blood count and five classifications;C-reactive protein;", "study_type": "Prevention", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48965"}, "type": "Feature"}, {"geometry": {"coordinates": [104.085022, 30.667943], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "cdjianghua@qq.com", "contactPhone": "+86 028 87393881", "dateEnrollment": "2/1/2020", "description": "A real-world study for lopinavir/ritonavir (LPV/r) and emtritabine (FTC) / Tenofovir alafenamide Fumarate tablets (TAF) regimen in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029468", "primaryOutcome": "Patient survival rate;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48919"}, "type": "Feature"}, {"geometry": {"coordinates": [113.591073, 22.313003], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shanhong@mail.sysu.edu.cn", "contactPhone": "+86 0756 2528573", "dateEnrollment": "2/10/2020", "description": "A prospective, open-label, multiple-center study for the efficacy of chloroquine phosphate in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029609", "primaryOutcome": "virus nucleic acid negative-transforming time;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49145"}, "type": "Feature"}, {"geometry": {"coordinates": [120.286169, 30.1658], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "ljli@zju.edu.cn", "contactPhone": "+86 0571-87236426", "dateEnrollment": "1/25/2020", "description": "Clinical Study for Human Menstrual Blood-Derived Stem Cells in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029606", "primaryOutcome": "Mortality in patients;", "study_type": "Interventional study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49146"}, "type": "Feature"}, {"geometry": {"coordinates": [116.415415, 39.874365], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "mapenglin1@163.com", "contactPhone": "+86 13810339898", "dateEnrollment": "2/21/2020", "description": "Shen-Fu injection in the treatment of severe novel coronavirus pneumonia (COVID-19): a multicenter, randomized, open-label, controlled trial", "name": "ChiCTR2000030043", "primaryOutcome": "pneumonia severity index (PSI);Incidence of new organ dysfunction;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49866"}, "type": "Feature"}, {"geometry": {"coordinates": [114.345692, 30.555553], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "chzs1990@163.com", "contactPhone": "+86 02767812787", "dateEnrollment": "2/25/2020", "description": "A single-arm, single-center clinical trial for Azivudine tablets in the treatment of adult novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030041", "primaryOutcome": "The novel coronavirus nucleic acid negative rate;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49891"}, "type": "Feature"}, {"geometry": {"coordinates": [114.468636, 30.462943], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "DOCXWG@16.COM", "contactPhone": "+86 13902020873", "dateEnrollment": "2/3/2020", "description": "A single arm study for combination of traditional Chinese and Western Medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029437", "primaryOutcome": "all available outcome;", "study_type": "Observational study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48913"}, "type": "Feature"}, {"geometry": {"coordinates": [114.600605, 29.437021], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "whsdyyykjc@126.com", "contactPhone": "+86 13163283819", "dateEnrollment": "2/1/2020", "description": "Randomized controlled trial for traditional Chinese medicine in the prevention of novel coronavirus pneumonia (COVID-19) in high risk population", "name": "ChiCTR2000029435", "primaryOutcome": "Viral nucleic acid detection;CT Scan of the Lungs;Blood routine examination;Temperature;Height;Weight;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48827"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "dwwang@tjh.tjmu.edu.cn", "contactPhone": "+86 13971301060", "dateEnrollment": "2/6/2020", "description": "A randomized, open-label, blank-controlled, multicenter trial for Shuang-Huang-Lian oral solution in the treatment of ovel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029605", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49051"}, "type": "Feature"}, {"geometry": {"coordinates": [120.286169, 30.1658], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qiuyq@zju.edu.cn", "contactPhone": "+86 13588189339", "dateEnrollment": "2/6/2020", "description": "A Randomized, Open-Label, Multi-Centre Clinical Trial Evaluating and Comparing the Safety and Efficiency of ASC09/Ritonavir and Lopinavir/Ritonavir for Confirmed Cases of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029603", "primaryOutcome": "The incidence of composite adverse outcome within 14 days after admission: Defined as (one of them) SPO2<= 93% without oxygen supplementation, PaO2/FiO2 <= 300mmHg or RR <=30 breaths per minute.;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49075"}, "type": "Feature"}, {"geometry": {"coordinates": [116.92699, 38.93373], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ZJHTCM@FOXMAIL.COM", "contactPhone": "+86 13902020873", "dateEnrollment": "2/3/2020", "description": "Study for the TCM syndrome characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029430", "primaryOutcome": "TCM syndroms;", "study_type": "Observational study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48902"}, "type": "Feature"}, {"geometry": {"coordinates": [116.542822, 39.837788], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "huangluqi01@126.com", "contactPhone": "+86 010-64089801", "dateEnrollment": "1/29/2020", "description": "Clinical Controlled Trial for Traditional Chinese Medicine in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029400", "primaryOutcome": "the rate of remission;", "study_type": "Interventional study", "time": "2020-01-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48824"}, "type": "Feature"}, {"geometry": {"coordinates": [114.451251, 30.447073], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "you_shang@126.com", "contactPhone": "+86 15972127819", "dateEnrollment": "2/24/2020", "description": "A cross-sectional study of novel coronavirus pneumonia (COVID-19) patients in ICU", "name": "ChiCTR2000030164", "primaryOutcome": "the daily treatment intensity;", "study_type": "Observational study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49983"}, "type": "Feature"}, {"geometry": {"coordinates": [113.930539, 22.551224], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "yingxialiu@hotmail.com", "contactPhone": "+86 755 61238922", "dateEnrollment": "2/22/2020", "description": "Randomized controlled trial for safety and efficacy of Favipiravir in the treatment of novel coronavirus pneumonia (COVID-19) with poorly responsive ritonavir/ritonavir", "name": "ChiCTR2000030113", "primaryOutcome": "Blood routine tests, Liver function examination, Renal function examination, Blood gas analysis, Chest CT examination;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49988"}, "type": "Feature"}, {"geometry": {"coordinates": [104.054895, 30.725905], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "xcg718@aliyun.com", "contactPhone": "+86 18980880132", "dateEnrollment": "1/29/2020", "description": "Recommendations of Integrated Traditional Chinese and Western Medicine for Diagnosis and Treatment of Novel Coronavirus Pneumonia (COVID-19) in Sichuan Province", "name": "ChiCTR2000029558", "primaryOutcome": "blood routine;urine routines;CRP;PCT;ESR;creatase;troponin;myoglobin;D-Dimer;arterial blood gas analysis;Nucleic acid test for 2019-nCoV ;chest CT;Biochemical complete set;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48792"}, "type": "Feature"}, {"geometry": {"coordinates": [120.286169, 30.1658], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qiuyq@zju.edu.cn", "contactPhone": "+86 13588189339", "dateEnrollment": "2/4/2020", "description": "Randomized, open-label, controlled trial for evaluating of the efficacy and safety of Baloxavir Marboxil, Favipiravir, and Lopinavir-Ritonavir in the treatment of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000029548", "primaryOutcome": "Time to viral negativityby RT-PCR;Time to clinical improvement: Time from start of study drug to hospital discharge or to NEWS2<2 for 24 hours.;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49015"}, "type": "Feature"}, {"geometry": {"coordinates": [116.347211, 39.914978], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhaohong_pufh@bjmu.edu.cn", "contactPhone": "+86 13810765943", "dateEnrollment": "2/17/2020", "description": "Study for establishment of correlation between virological dynamics and clinical features in noveal coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030096", "primaryOutcome": "SARS-CoV2 Nucleic Acid Quantification;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49794"}, "type": "Feature"}, {"geometry": {"coordinates": [104.114564, 30.615375], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "1924238034@qq.com", "contactPhone": "+86 18980880525", "dateEnrollment": "3/1/2020", "description": "Effects of novel coronavirus pneumonia (COVID-19) on menstruation, TCM body construction and psychological state for female at different ages", "name": "ChiCTR2000030094", "primaryOutcome": "menstruation changes;TCM body constitution score;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49970"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470025, 30.464123], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "docxwg@163.com", "contactPhone": "+86 13377897278", "dateEnrollment": "2/3/2020", "description": "A Randomized Controlled Trial for Integrated Traditional Chinese Medicine and Western Medicine in the Treatment of Common Type Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029461", "primaryOutcome": "pulmonary function;Antipyretic time;Time of virus turning negative;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48927"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470025, 30.464123], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "chanjuanzheng@163.com", "contactPhone": "+86 18971317115", "dateEnrollment": "2/2/2020", "description": "The effect of shadowboxing for pulmonary function and quality of life in patients with novel coronavirus pneumonia (COVID-19) in rehabilitation period", "name": "ChiCTR2000029460", "primaryOutcome": "pulmonary function;St Georges respiratory questionnaire, SGRQ;Modified Barthel Index, MBI;Incidence of adverse events;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48930"}, "type": "Feature"}, {"geometry": {"coordinates": [120.118875, 30.241645], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ckqmzygzs@163.com", "contactPhone": "+86 13906503739", "dateEnrollment": "2/7/2020", "description": "Traditional Chinese Medicine in the treatment of novel coronavirus pneumonia (COVID-19): a multicentre, randomized controlled trial", "name": "ChiCTR2000030034", "primaryOutcome": "Body temperature;TCM syndrome integral;Murray lung injury score;The transition time of novel coronavirus nucleic acid;MuLBSTA score;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49647"}, "type": "Feature"}, {"geometry": {"coordinates": [108.630496, 34.040526], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "huang-yi-1980@163.com", "contactPhone": "+86 13319184133", "dateEnrollment": "2/10/2020", "description": "Study on ultrasonographic manifestations of new type of novel coronavirus pneumonia (covid-19) in non-critical stage of pulmonary lesions", "name": "ChiCTR2000030032", "primaryOutcome": "Distribution of 'B' line around lungs of both lungs;Whether there is peripulmonary focus;", "study_type": "Observational study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49816"}, "type": "Feature"}, {"geometry": {"coordinates": [116.43215, 39.928496], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "dubin98@gmail.com", "contactPhone": "8610-6915-5036", "dateEnrollment": "26-Jan-20", "description": "Glucocorticoid Therapy for Novel CoronavirusCritically Ill Patients With Severe Acute Respiratory Failure", "name": "NCT04244591", "primaryOutcome": "Lower Murray lung injury score;Lower Murray lung injury score", "study_type": "Interventional", "time": "2020-01-23", "weburl": "https://clinicaltrials.gov/show/NCT04244591"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "doctorwhy@126.com", "contactPhone": "+86 13518106758", "dateEnrollment": "2/24/2020", "description": "The Value of Critical Care Ultrasound in Rapid Screening, Diagnosis, Evaluation of Effectiveness and Intensive Prevention of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030185", "primaryOutcome": "28day mortality;", "study_type": "Diagnostic test", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50058"}, "type": "Feature"}, {"geometry": {"coordinates": [114.345292, 30.554816], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "liubende99@outlook.com", "contactPhone": "+86 13907191851", "dateEnrollment": "2/7/2020", "description": "A single arm trial to evaluate the efficacy and safety of anti-2019-nCoV inactivated convalescent plasma in the treatment of novel coronavirus pneumonia patient (COVID-19)", "name": "ChiCTR2000030046", "primaryOutcome": "The changes of clinical symptom, laboratory and radiological data ;Oxyhemoglobin saturation.;dyspnea;Body temperature;Radiological characteristic sign;Blood routine;C-reaction protein;lymphocyte count;Liver function: TBIL(total bilirubin), AST(alanine ami", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49861"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xugang@tjh.tjmu.edu.cn", "contactPhone": "+86 13507181312", "dateEnrollment": "2/20/2020", "description": "A medical records based study for acute kidney injury in novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030030", "primaryOutcome": "Acute kidney injury;", "study_type": "Observational study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49841"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470025, 30.464123], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "docxwg@163.com", "contactPhone": "+86 13377897278", "dateEnrollment": "2/3/2020", "description": "The effect of pulmonary rehabilitation for pulmonary function and quality of life in patients with novel coronavirus pneumonia (COVID-19) in rehabilitation period", "name": "ChiCTR2000029459", "primaryOutcome": "pulmonary function;St Georges respiratory questionnaire, SGRQ;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48929"}, "type": "Feature"}, {"geometry": {"coordinates": [116.410039, 39.926901], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ZJHTCM@FOXMAIL.COM", "contactPhone": "+86 13902020873", "dateEnrollment": "2/2/2020", "description": "Combination of traditional Chinese medicine and western medicine in the treatment of common type novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029439", "primaryOutcome": "Antipyretic time;Time of virus turning negative;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48904"}, "type": "Feature"}, {"geometry": {"coordinates": [120.28483, 30.165682], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "stjz@zju.edu.cn", "contactPhone": "13957111817", "dateEnrollment": "2/20/2020", "description": "A multi-center study on the efficacy and safety of suramin sodium in adult patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030029", "primaryOutcome": "clinical cure rate;Incidence of mechanical ventilation by day28;All-cause mortality by day28;Incidence of ICU admission by day28;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49824"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "kangyan_hx@163.com", "contactPhone": "+86 18980601556", "dateEnrollment": "2/24/2020", "description": "Clinical comparative study of PD-1 mAb in the treatment of severe and critical patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030028", "primaryOutcome": "Neutrophil count;Lymphocyte count;Monocyte / macrophage count;Monocyte / macrophage function test;NK cell count;DC cell count;PD-1( immunosuppressive biomarker );PD-L1(immunosuppressive biomarker );CTLA4 (immunosuppressive biomarker );CD79;Blnk;Il7r;T lym", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49840"}, "type": "Feature"}, {"geometry": {"coordinates": [108.316216, 22.81669], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "2534776680@qq.com", "contactPhone": "+86 13807887867", "dateEnrollment": "2/4/2020", "description": "Basic and clinical study of inhalation of inactivated mycobacterium vaccine in the treatment of Novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030016", "primaryOutcome": "viral negative-transforming time;30-day cause-specific mortality;30-day cause-adverse events;30-day all-cause mortality;co-infections;Time from severe and critical patients to clinical improvement;Others (liver function, kidney function, myocardial enzyme", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49799"}, "type": "Feature"}, {"geometry": {"coordinates": [113.411051, 22.926355], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "linling@gird.cn", "contactPhone": "+86 13902233092", "dateEnrollment": "2/3/2020", "description": "Multicenter randomized controlled trial for rhG-CSF in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030007", "primaryOutcome": "Clinical symptoms;Blood routine;the viral load of 2019-nCOV of throat swab;TBNK cell subsets;TH1/TH2 Cytokine;Chest CT;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49619"}, "type": "Feature"}, {"geometry": {"coordinates": [114.271399, 30.261363], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "chenqx666@whu.edu.cn", "contactPhone": "+86 027-88041911-82237", "dateEnrollment": "3/2/2020", "description": "Clinical Trial for Recombinant Human Interleukin-2 in the Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030167", "primaryOutcome": "CD8+ T cells numbers;CD4+ T cell numbers;NK cell numbers;Fatality rate;Clinical recovery time;Critical (severe or critical) conversion rate;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49567"}, "type": "Feature"}, {"geometry": {"coordinates": [117.18523, 39.107429], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "ykb@tju.edu.cn", "contactPhone": "+86 22 58830026", "dateEnrollment": "2/24/2020", "description": "Clinical study for ozonated autohemotherapy in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030165", "primaryOutcome": "Chest CT;Whole blood cell analysis;Recovery rate;Oxygenation index;Inflammatory response index;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49947"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431245, 23.034973], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ylsong70@163.com", "contactPhone": "+86 020 34294311", "dateEnrollment": "1/24/2020", "description": "A prospective comparative study for Xue-Bi-Jing injection in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029381", "primaryOutcome": "pneumonia severity index (PSI);", "study_type": "Interventional study", "time": "2020-01-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48768"}, "type": "Feature"}, {"geometry": {"coordinates": [114.372898, 30.574366], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": ";znyylcsy@126.com;", "contactPhone": ";18971387168;", "dateEnrollment": "6-Feb-20", "description": "Umbilical Cord(UC)-Derived Mesenchymal Stem Cells(MSCs) Treatment for the 2019-novel Coronavirus(nCOV) Pneumonia", "name": "NCT04269525", "primaryOutcome": "Oxygenation index", "study_type": "Interventional", "time": "2020-02-07", "weburl": "https://clinicaltrials.gov/show/NCT04269525"}, "type": "Feature"}, {"geometry": {"coordinates": [116.4363, 39.948382], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ysz3129@163.com", "contactPhone": "+86 18610329658", "dateEnrollment": "2/20/2020", "description": "Traditional Chinese medicine cooperative therapy for patients with Novel coronavirus pneumonia (COVID-19) and its effect on spermatogenesis: a randomized controlled trial", "name": "ChiCTR2000030027", "primaryOutcome": "Release rate of discharge standards for isolation;Change in Critical Illness;Traditional Chinese medicine syndrome score;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49852"}, "type": "Feature"}, {"geometry": {"coordinates": [112.590446, 26.89909], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "quxiaowang@163.com", "contactPhone": "+86 15526272595", "dateEnrollment": "2/19/2020", "description": "Development of anti-2019-nCoV therapeutic antibody from the recovered novel coronavirus pneumonia patients (COVID-19)", "name": "ChiCTR2000030012", "primaryOutcome": "NA;", "study_type": "Treatment study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49718"}, "type": "Feature"}, {"geometry": {"coordinates": [116.541069, 39.842634], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "luhongzhou@shphc.org.cn", "contactPhone": "+86 21-37990333", "dateEnrollment": "2/15/2020", "description": "A multicenter, randomized, open, parallel controlled trial for the evaluation of the effectiveness and safety of Xiyanping injection in the treatment of common type novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030117", "primaryOutcome": "Clinical recovery time;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49762"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lingqing1985@163.com", "contactPhone": "+86 15827257012", "dateEnrollment": "2/27/2020", "description": "A clinical research for the changes of Blood cortisol ACTH level and adrenal morphology in blood cortisol to guide the application of individualized hormone in severe novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030115", "primaryOutcome": "Cortisol;ACTH;Form of Adrenal tissue;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49964"}, "type": "Feature"}, {"geometry": {"coordinates": [113.573787, 22.247427], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13600001163@139.com", "contactPhone": "+86 0756-3325892", "dateEnrollment": "2/15/2020", "description": "Clinical Study on Syndrome Differentiation of TCM in Treating Severe and Critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030188", "primaryOutcome": "TCM symptom score;Becomes negative time of COVID-19;Cure / mortality rate;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50025"}, "type": "Feature"}, {"geometry": {"coordinates": [121.036572, 31.854758], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "luhongzhou@shphc.org.cn", "contactPhone": "+86 18930810088", "dateEnrollment": "2/15/2020", "description": "Study for safety and efficacy of Jakotinib hydrochloride tablets in the treatment severe and acute exacerbation patients of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030170", "primaryOutcome": "Severe NCP group: Time to clinical improvement (TTCI) [time window: 28 days];Acute exacerbation NCP group: Time to clinical recovery [time window: 28 days] and the ratio of common to severe and critically severe.;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50017"}, "type": "Feature"}, {"geometry": {"coordinates": [114.451251, 30.447073], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xiemx@hust.edu.cn", "contactPhone": "+86 13607108938", "dateEnrollment": "2/12/2020", "description": "Assessment of cardiac function in patients with Novel Coronavirus Pneumonia (COVID-19) by echocardiography and its new techniques", "name": "ChiCTR2000030092", "primaryOutcome": "M mode echocardiography;two-dimensional echocardiography;Doppler ultrasound;two-dimensional speckle tracking;three-dimensional echocardiography;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49880"}, "type": "Feature"}, {"geometry": {"coordinates": [104.174977, 30.54307], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "luyibingli@163.com", "contactPhone": "+86 18328737998", "dateEnrollment": "2/22/2020", "description": "A Prospective Randomized Controlled Trial for Home Exercise Prescription Intervention During Epidemic of Novel Coronary Pneumonia (COVID-19) in College Students", "name": "ChiCTR2000030090", "primaryOutcome": "Mood index;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49910"}, "type": "Feature"}, {"geometry": {"coordinates": [114.149573, 30.632687], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "1813886398@qq.com", "contactPhone": "+86 13507117929", "dateEnrollment": "2/19/2020", "description": "A randomized, double-blind, parallel-controlled, trial to evaluate the efficacy and safety of anti-SARS-CoV-2 virus inactivated plasma in the treatment of severe novel coronavirus pneumonia patients (COVID-19)", "name": "ChiCTR2000030010", "primaryOutcome": "Improvement of clinical symptoms (Clinical improvement is defined as a reduction of 2 points on the 6-point scale of the patient's admission status or discharge from the hospital);", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49777"}, "type": "Feature"}, {"geometry": {"coordinates": [116.453539, 39.911452], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "13910930309@163.com", "contactPhone": "+86 13910930309", "dateEnrollment": "2/20/2020", "description": "A randomized, open-label, controlled trial for the efficacy and safety of Farpiravir Tablets in the treatment of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029996", "primaryOutcome": "Time to Clinical Recovery;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49510"}, "type": "Feature"}, {"geometry": {"coordinates": [116.007228, 28.566623], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Chenhongyi8660@163.com", "contactPhone": "+86 13807088660", "dateEnrollment": "2/16/2020", "description": "An open, controlled clinical trial for evaluation of ganovo combined with ritonavir and integrated traditional Chinese and Western medicine in the treatment of novel coronavirus infection (COVID-19)", "name": "ChiCTR2000030000", "primaryOutcome": "Rate of composite advers outcomes:SpO2,PaO2/FiO2, respiratory rate;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49748"}, "type": "Feature"}, {"geometry": {"coordinates": [104.072808, 30.741573], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tangjianyuan163@163.com", "contactPhone": "+86 13910768464", "dateEnrollment": "2/18/2020", "description": "Chinese Medicine Promotes Rehabilitation Recommendations after 2019 Novel Coronavirus Infection (COVID-19)", "name": "ChiCTR2000029956", "primaryOutcome": "Quality of life;Anxiety assessment;Depression assessment;Major symptoms improved;", "study_type": "Interventional study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49618"}, "type": "Feature"}, {"geometry": {"coordinates": [114.164974, 30.371715], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hukejx@163.com", "contactPhone": "+86 18971035988", "dateEnrollment": "3/10/2020", "description": "A multicenter, randomized, double-blind, controlled clinical trial for leflunomide in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030058", "primaryOutcome": "The days from positive to negative for viral nucleic acid testing;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49831"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470021, 30.464128], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wqp1968@163.com", "contactPhone": "+86 13971605283", "dateEnrollment": "2/23/2020", "description": "Study for the effect of early endotracheal intubation on the outcome of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030056", "primaryOutcome": "ICU hospitalization days;Death rate;", "study_type": "Observational study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49904"}, "type": "Feature"}, {"geometry": {"coordinates": [116.293653, 39.967509], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "boj301@sina.com", "contactPhone": "+86 13801257802", "dateEnrollment": "2/24/2020", "description": "Clinical Trial for Human Mesenchymal Stem Cells in the Treatment of Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030138", "primaryOutcome": "Clinical index;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50004"}, "type": "Feature"}, {"geometry": {"coordinates": [108.950405, 34.271425], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "shpingg@126.com", "contactPhone": "+86 13709206398", "dateEnrollment": "2/24/2020", "description": "Humanistic Care in Healthcare Workers in Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030137", "primaryOutcome": "Self-rating depression scale;", "study_type": "Observational study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50007"}, "type": "Feature"}, {"geometry": {"coordinates": [121.338171, 31.088858], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "jhong.pku@163.com", "contactPhone": "+86 15301655562", "dateEnrollment": "2/20/2020", "description": "Study on anxiety of different populations under novel coronavirus (COVID-19) infection", "name": "ChiCTR2000029995", "primaryOutcome": "Self-Rating Anxiety Scale;Self-Rating Depression Scale;Posttraumatic stress disorder checklist,;Questionnaire for Simple Responses;", "study_type": "Observational study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49418"}, "type": "Feature"}, {"geometry": {"coordinates": [121.713623, 31.051518], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fanglei586@126.com", "contactPhone": "+86 021-51323092", "dateEnrollment": "2/19/2020", "description": "Liu-Zi-Jue Qigong and Acupressure Therapy for Pulmonary Function and Quality of Life in Patient with Severe novel coronavirus pneumonia (COVID-19): A Randomized Controlled Trial", "name": "ChiCTR2000029994", "primaryOutcome": "lung function;ADL;6min walk;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49309"}, "type": "Feature"}, {"geometry": {"coordinates": [113.304482, 23.036874], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "412475734@qq.com", "contactPhone": "+86 13710801606", "dateEnrollment": "2/24/2020", "description": "A study for the intervention of Xiangxue antiviral oral solution and Wu-Zhi-Fang-Guan-Fang on close contacts of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030033", "primaryOutcome": "Proportion of COVID-19 close contacts who have developed as confirmed cases;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49703"}, "type": "Feature"}, {"geometry": {"coordinates": [114.364573, 30.572416], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "qingzhou.wh.edu@hotmail.com", "contactPhone": "+86 13971358226", "dateEnrollment": "2/17/2020", "description": "Feature of Multiple Organs in Ultrasound Investigation for Clinical Management and Prognostic Evaluation of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030017", "primaryOutcome": "Death;Recovered;Discharged;", "study_type": "Observational study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49798"}, "type": "Feature"}, {"geometry": {"coordinates": [121.501537, 31.262985], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fangmin19650510@163.com", "contactPhone": "+86 18930568005", "dateEnrollment": "2/21/2020", "description": "A randomized controlled trial for the efficacy of Dao-Yin in the prevention and controlling novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029978", "primaryOutcome": "Length of hospital stay;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49702"}, "type": "Feature"}, {"geometry": {"coordinates": [103.10988, 26.96854], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "chenxinyuchen@163.com", "contactPhone": "+86 13807312410", "dateEnrollment": "2/28/2020", "description": "Comparative study for integrate Chinese and conventional medicine the the treatment of novel coronavirus pneumonia (COVID-19) in Hu'nan province", "name": "ChiCTR2000029960", "primaryOutcome": "TCM syndrome;", "study_type": "Interventional study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49639"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "sxwang@tjh.tjmu.edu.cn", "contactPhone": "+86 027-83663078", "dateEnrollment": "2/19/2020", "description": "Study for the correlation between the incidence and outcome of novel coronary pneumonia (COVID-2019) and ovarian function in women", "name": "ChiCTR2000030015", "primaryOutcome": "menstruation changes;", "study_type": "Basic Science", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49800"}, "type": "Feature"}, {"geometry": {"coordinates": [113.591279, 22.313912], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "liujing25@mail.sysu.edu.cn", "contactPhone": "+86 13844021812", "dateEnrollment": "2/12/2020", "description": "Correalation between anxiety as well as depression and gut microbiome among staff of hospital during the novel coronavirus pneumonia (COVID-19) outbreak", "name": "ChiCTR2000030008", "primaryOutcome": "psychological scale;Intestinal flora abundance, etc;Upper respiratory flora abundance, etc;", "study_type": "Observational study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49426"}, "type": "Feature"}, {"geometry": {"coordinates": [108.968318, 34.287092], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "shpingg@126.com", "contactPhone": "+86 13709206398", "dateEnrollment": "2/24/2020", "description": "Humanistic Care in Patients With Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030136", "primaryOutcome": "recovery time;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50005"}, "type": "Feature"}, {"geometry": {"coordinates": [117.291746, 38.99683], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "Tongxg@yahoo.com", "contactPhone": "+86 13820088121", "dateEnrollment": "2/24/2020", "description": "A multicenter randomized controlled trial for ozone autohemotherapy in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030102", "primaryOutcome": "Chest imaging;RNA test of COVID-19;Time to remission/disappearance of primary symptoms: defined as the number of days when the three main symptoms of fever, cough, and shortness of breath are all relieved / disappeared;Completely antipyretic time: complet", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49747"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470018, 30.464115], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "xiangdongchen2013@163.com", "contactPhone": "+86 15071096621", "dateEnrollment": "2/19/2020", "description": "A randomized controlled trial for the efficacy of ozonated autohemotherapy in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030006", "primaryOutcome": "Recovery rate;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49737"}, "type": "Feature"}, {"geometry": {"coordinates": [126.624467, 45.747647], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "yangbf@ems.hrbmu.edu.cn", "contactPhone": "+86 133 0451 2381", "dateEnrollment": "2/15/2020", "description": "The efficacy and safety of Triazavirin for 2019 novel coronary pneumonia (COVID-19): a multicenter, randomized, double blinded, placebo-controlled trial", "name": "ChiCTR2000030001", "primaryOutcome": "Time to Clinical recovery;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49723"}, "type": "Feature"}, {"geometry": {"coordinates": [121.581437, 31.121984], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xuhuji@smmu.edu.cn", "contactPhone": "+86 13671609764", "dateEnrollment": "2/28/2020", "description": "A clinical study for the efficacy and safety of Adalimumab Injection in the treatment of patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030089", "primaryOutcome": "TTCI (Time to Clinical Improvement);", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49889"}, "type": "Feature"}, {"geometry": {"coordinates": [116.400499, 39.857844], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "lianru666@163.com", "contactPhone": "+86 18600310121", "dateEnrollment": "3/1/2020", "description": "Umbilical cord Wharton's Jelly derived mesenchymal stem cells in the treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030088", "primaryOutcome": "The nucleic acid of the novel coronavirus is negative;CT scan of ground glass shadow disappeared;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49902"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470032, 30.464124], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Xin11@hotmail.com", "contactPhone": "+86 18602724981", "dateEnrollment": "2/14/2020", "description": "A multicenter, randomized, open and controlled trial for the efficacy and safety of Kang-Bing-Du granules in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029781", "primaryOutcome": "Disappearance rate of fever symptoms;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49138"}, "type": "Feature"}, {"geometry": {"coordinates": [116.373663, 39.926388], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zhuoli.zhang@126.com", "contactPhone": "+86 13901094780", "dateEnrollment": "2/11/2020", "description": "Efficacy of therapeutic effects of hydroxycholoroquine in novel coronavirus pneumonia (COVID-19) patients(randomized open-label control clinical trial)", "name": "ChiCTR2000029740", "primaryOutcome": "oxygen index;max respiratory rate;lung radiography;count of lymphocyte;temperature;other infection;time when the nuleic acid of the novel coronavirus turns negative;prognosis;", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49317"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470018, 30.464115], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "xiemx@hust.edu.cn", "contactPhone": "+86 13607108938", "dateEnrollment": "2/12/2020", "description": "Clinical study for the diagnostic value of pulmonary ultrasound for novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030087", "primaryOutcome": "Three-dimensional ultrasound;Two-dimensional ultrasound;Respiration related parameters;Doppler ultrasound;", "study_type": "Observational study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49919"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470021, 30.464128], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "xiangdongchen2013@163.com", "contactPhone": "+86 15071096621", "dateEnrollment": "2/24/2020", "description": "Study for the effects on medical providers' infection rate and mental health after performing different anesthesia schemes in cesarean section for novel coronavirus pneumonia (COVID-19) puerperae", "name": "ChiCTR2000030086", "primaryOutcome": "CT image of lung of close contact medical staff;Human body temperature of close contact medical staff;Anxiety Scale of of close contact medical staff;", "study_type": "Observational study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49934"}, "type": "Feature"}, {"geometry": {"coordinates": [104.191543, 30.557349], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "tj1234753@sina.com", "contactPhone": "+86 18180609287", "dateEnrollment": "1/25/2020", "description": "Clinical observation and research of Severe acute respiratory syndrome coronavirus 2(COVID-19) infection in perinatal newborns", "name": "ChiCTR2000029959", "primaryOutcome": "CoVID-19 Perinatal Outcomes;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49636"}, "type": "Feature"}, {"geometry": {"coordinates": [121.357174, 28.546326], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "lvdq@enzemed.com", "contactPhone": "+86 13867622009", "dateEnrollment": "2/17/2020", "description": "Early warning prediction of patients with severe novel coronavirus pneumonia (COVID-19) based on multiomics", "name": "ChiCTR2000029866", "primaryOutcome": "Cytokine detection;Lymphocyte subpopulation analysis ;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49519"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470018, 30.464115], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "am-penicillin@163.com", "contactPhone": "+86 13886157176", "dateEnrollment": "2/20/2020", "description": "Descriptive study on the clinical characteristics and outcomes of novel coronavirus pneumonia (COVID-19) in cardiovascular patients", "name": "ChiCTR2000029865", "primaryOutcome": "blood cell count;C-reactive protein (CRP);arterial blood-gas analysis;markers of myocardial injury;coagulation profile;serum biochemical test;brain natriuretic peptide(BNP);blood lipid;fibrinogen(FIB), D-Dimer.;", "study_type": "Observational study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49545"}, "type": "Feature"}, {"geometry": {"coordinates": [121.536888, 31.076984], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "jbge@zs-hospital.sh.cn", "contactPhone": "-64041925", "dateEnrollment": "2/19/2020", "description": "A multicenter, randomized controlled trial for the efficacy and safety of Alpha lipoic acid (iv) in the treatment of patients of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029851", "primaryOutcome": "SOFA;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49534"}, "type": "Feature"}, {"geometry": {"coordinates": [121.518169, 31.276817], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "18917683122@189.cn", "contactPhone": "+86 18917683122", "dateEnrollment": "2/20/2020", "description": "A clinical study for probiotics in the regulation of intestinal function and microflora structure of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029999", "primaryOutcome": "gut microbiome;Fecal metabolomics;Blood routine;albumin;serum potassium;CRP;ALT;AST;urea;Cr;urea nitrogen;D-Dimer;ESR;IgG;IgM;IgA;hepatitis B surface antigen;ß2-microglobulin;IFN-gama;IL-6;TNF-beta;IL-10;IL-2;IL-4;IL-13;IL-12;chest CT;abdominal CT;ECG;We", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49717"}, "type": "Feature"}, {"geometry": {"coordinates": [118.210397, 24.37942], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Yinzy@xmu.edu.cn", "contactPhone": "+86 13950120518", "dateEnrollment": "2/17/2020", "description": "A prospective, randomized, open label, controlled trial for chloroquine and hydroxychloroquine in patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029992", "primaryOutcome": "Clinical recovery time;Clinical recovery time;Changes in viral load of upper and lower respiratory tract samples compared with the baseline;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49574"}, "type": "Feature"}, {"geometry": {"coordinates": [118.103838, 24.48995], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Yinzy@xmu.edu.cn", "contactPhone": "+86 13950120518", "dateEnrollment": "2/22/2020", "description": "A prospective, open label, randomized, control trial for chloroquine or hydroxychloroquine in patients with mild and common novel coronavirus pulmonary (COVIP-19)", "name": "ChiCTR2000030054", "primaryOutcome": "Clinical recovery time;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49869"}, "type": "Feature"}, {"geometry": {"coordinates": [116.431005, 33.949705], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "yxbxuzhou@126.com", "contactPhone": "+86 15205215685", "dateEnrollment": "5/31/2020", "description": "Clinical study for infusing convalescent plasma to treat patients with new coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030039", "primaryOutcome": "SARS-CoV-2 DNA;SARS-CoV-2 antibody levels;thoracic spiral CT;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49544"}, "type": "Feature"}, {"geometry": {"coordinates": [116.422301, 39.908804], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zhaochunhua@vip.163.com", "contactPhone": "+86 010-65125311", "dateEnrollment": "1/30/2020", "description": "Clinical trials of mesenchymal stem cells for the treatment of pneumonitis caused by novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029990", "primaryOutcome": "Improved respiratory system function (blood oxygen saturation) recovery time;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49674"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "sxwang@tjh.tjmu.edu.cn", "contactPhone": "+86 02783663078", "dateEnrollment": "2/18/2020", "description": "Study for nucleic acid detection of novel coronavirus pneumonia (COVID-2019) in female vaginal secretions", "name": "ChiCTR2000029981", "primaryOutcome": "SARS-COV-2 nucleic acid;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49692"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "minzhou@tjh.tjmu.edu.cn", "contactPhone": "+86 15002749377", "dateEnrollment": "2/20/2020", "description": "A medical records based analysis for the clinical characteristics of novel coronavirus pneumonia (COVID-19) in immunocompromised patients", "name": "ChiCTR2000030021", "primaryOutcome": "Clinical characteristics;", "study_type": "Observational study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49690"}, "type": "Feature"}, {"geometry": {"coordinates": [112.584781, 26.896463], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "706885399@qq.com", "contactPhone": "+86 13907342350", "dateEnrollment": "2/6/2020", "description": "The clinical application and basic research related to mesenchymal stem cells to treat novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030020", "primaryOutcome": "Coronavirus nucleic acid markers negative rate;Symptoms improved after 4 treatments;Inflammation (CT of the chest);", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49812"}, "type": "Feature"}, {"geometry": {"coordinates": [120.20694, 36.0375], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "dl5506@126.com", "contactPhone": "+86 18560082787", "dateEnrollment": "2/9/2020", "description": "A prospective, multicenter, open-label, randomized, parallel-controlled trial for probiotics to evaluate efficacy and safety in patients infected with 2019 novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029974", "primaryOutcome": "Time to Clinical recovery;Butyrate in feces;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49321"}, "type": "Feature"}, {"geometry": {"coordinates": [114.164974, 30.371715], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "doctorzhang2003@163.com", "contactPhone": "+86 18062567610", "dateEnrollment": "2/20/2020", "description": "A prospective, randomized, open-label, controlled clinical study to evaluate the preventive effect of hydroxychloroquine on close contacts after exposure to the Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029803", "primaryOutcome": "Number of patients who have progressed to suspected or confirmed within 24 days of exposure to new coronavirus;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49428"}, "type": "Feature"}, {"geometry": {"coordinates": [121.5548, 31.092651], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "bai.chunxue@zs-hospital.sh.cn", "contactPhone": "+86 18621170011", "dateEnrollment": "2/28/2020", "description": "The COVID-19 Mobile Health Study (CMHS), a large-scale clinical observational registration study using nCapp", "name": "ChiCTR2000030019", "primaryOutcome": "Accuracy;", "study_type": "Observational study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49768"}, "type": "Feature"}, {"geometry": {"coordinates": [106.723234, 33.039475], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "xuntao26@hotmail.com", "contactPhone": "+86 18980601817", "dateEnrollment": "2/20/2020", "description": "Effect of Novel Coronavirus Pneumonia (COVID-19) on the Mental Health of College Students", "name": "ChiCTR2000030004", "primaryOutcome": "Mental health status;", "study_type": "Observational study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49783"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470018, 30.464115], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Xin11@hotmail.com", "contactPhone": "+86 18602724981", "dateEnrollment": "2/14/2020", "description": "A multicenter, randomized, open, controlled trial for the efficacy and safety of Shen-Qi Fu-Zheng injection in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029780", "primaryOutcome": "Recovery time;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49220"}, "type": "Feature"}, {"geometry": {"coordinates": [116.426904, 39.974004], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "caobin@zryhyy.com.cn", "contactPhone": "1084206264", "dateEnrollment": "6-Feb-20", "description": "Severe 2019-nCoV Remdesivir RCT", "name": "NCT04257656", "primaryOutcome": "Time to Clinical Improvement (TTCI) [Censored at Day 28]", "study_type": "Interventional", "time": "2020-01-31", "weburl": "https://clinicaltrials.gov/show/NCT04257656"}, "type": "Feature"}, {"geometry": {"coordinates": [104.072808, 30.741573], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tangjianyuan163@163.com", "contactPhone": "+86 13910768464", "dateEnrollment": "2/19/2020", "description": "Optimization Protocal of Integrated Traditional Chinese and Western Medicine in the Treatment for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030003", "primaryOutcome": "hospital stay;Discharge rate;Site-specific hospital metastasis rate or severe conversion rate;Body temperature normalization time;Clinical symptoms disappearance rate;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49770"}, "type": "Feature"}, {"geometry": {"coordinates": [115.551843, 30.543997], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "44271370@qq.com", "contactPhone": "+86 15956927046", "dateEnrollment": "2/15/2020", "description": "Clinical study of novel NLRP Inflammasome inhibitor (Tranilast) in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030002", "primaryOutcome": "cure rate;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49738"}, "type": "Feature"}, {"geometry": {"coordinates": [116.435025, 39.887851], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "fengcao8828@163.com", "contactPhone": "+86 13911798280", "dateEnrollment": "2/20/2020", "description": "A randomized controlled Trial for therapeutic efficacy of Recombinant Human Interferon alpha 1b Eye Drops in the treatment of elderly with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029989", "primaryOutcome": "Arterial Blood Oxygen Saturation;TTCR,Time to Clinical recovery;temperature;respiratory rate;Lung CT;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49720"}, "type": "Feature"}, {"geometry": {"coordinates": [114.346627, 30.556226], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2/13/2020", "description": "Clinical Study of Chloroquine Phosphate in the Treatment of Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029988", "primaryOutcome": "Time to Clinical Recovery;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49218"}, "type": "Feature"}, {"geometry": {"coordinates": [104.207792, 30.575262], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "8999578@qq.com", "contactPhone": "+86 13699093647", "dateEnrollment": "2/10/2020", "description": "Study for mental health status and influencing factors of nurses during epidemic prevention of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029985", "primaryOutcome": "HSCS;SCSQ;GHQ-12;", "study_type": "Observational study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49711"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "chenhong1129@hotmail.com", "contactPhone": "+86 13296508243", "dateEnrollment": "2/17/2020", "description": "A randomized controlled trial for the Efficacy of Ultra Short Wave Electrotherapy in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029972", "primaryOutcome": "the rate of Coronary virus nucleic acid negative at 7 days, 14 days, 21 days, and 28 days after Ultra Short Wave Electrotherapy;Symptom recovery at 7 days, 14 days, 21 days, and 28 days after Ultra Short Wave Electrotherapy;", "study_type": "Interventional study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49664"}, "type": "Feature"}, {"geometry": {"coordinates": [116.444817, 39.989671], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "caobin@zryhyy.com.cn;", "contactPhone": "+01084206264;", "dateEnrollment": "12-Feb-20", "description": "Mild/Moderate 2019-nCoV Remdesivir RCT", "name": "NCT04252664", "primaryOutcome": "Time to Clinical recoveryTime to Clinical Recovery (TTCR)", "study_type": "Interventional", "time": "2020-01-31", "weburl": "https://clinicaltrials.gov/show/NCT04252664"}, "type": "Feature"}, {"geometry": {"coordinates": [116.452085, 39.925939], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "ricusunbing@126.com", "contactPhone": "86013911151075", "dateEnrollment": "14-Feb-20", "description": "Efficacy and Safety of Corticosteroids in COVID-19", "name": "NCT04273321", "primaryOutcome": "the incidence of treatment failure in 14 days", "study_type": "Interventional", "time": "2020-02-15", "weburl": "https://clinicaltrials.gov/show/NCT04273321"}, "type": "Feature"}, {"geometry": {"coordinates": [120.71378, 27.955457], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";xiajinglin@fudan.edu.cn", "contactPhone": ";0577-55578166", "dateEnrollment": "20-Feb-20", "description": "The Efficacy and Safety of Thalidomide in the Adjuvant Treatment of Moderate New Coronavirus (COVID-19) Pneumonia", "name": "NCT04273529", "primaryOutcome": "Time to Clinical recoveryTime to Clinical Recovery (TTCR)", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04273529"}, "type": "Feature"}, {"geometry": {"coordinates": [116.355068, 39.913123], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";;;xubaopingbch@163.com;", "contactPhone": ";;;861059616308;", "dateEnrollment": "15-Feb-20", "description": "Clinical Characteristics and Long-term Prognosis of 2019-nCoV Infection in Children", "name": "NCT04270383", "primaryOutcome": "The incidence of long-term adverse outcomes.;The improvement rate of 2019-nCoV.;The cure rate of 2019-nCoV.", "study_type": "Observational", "time": "2020-02-11", "weburl": "https://clinicaltrials.gov/show/NCT04270383"}, "type": "Feature"}, {"geometry": {"coordinates": [114.275583, 30.583472], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "whuhjy@sina.com", "contactPhone": "8613554361146", "dateEnrollment": "16-Feb-20", "description": "Study of Human Umbilical Cord Mesenchymal Stem Cells in the Treatment of Novel Coronavirus Severe Pneumonia", "name": "NCT04273646", "primaryOutcome": "Oxygenation index (PaO2/FiO2);Pneumonia severity index", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04273646"}, "type": "Feature"}, {"geometry": {"coordinates": [114.299536, 30.535412], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";bai.chunxue@zs-hospital.sh.cn;", "contactPhone": ";+8618621170011?;", "dateEnrollment": "14-Feb-20", "description": "The COVID-19 Mobile Health Study (CMHS)", "name": "NCT04275947", "primaryOutcome": "Accuracy of nCapp COVID-19 risk diagnostic model", "study_type": "Observational", "time": "2020-02-17", "weburl": "https://clinicaltrials.gov/show/NCT04275947"}, "type": "Feature"}, {"geometry": {"coordinates": [121.593039, 38.910638], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "shangdongdalian@163.com", "contactPhone": "+86 18098875933", "dateEnrollment": "3/1/2020", "description": "A Clinical Trial Study for the Influence of TCM Psychotherapy on Negative Emotion of Patients with Novel Coronavirus Pneumonia (COVID-19) Based on Network Platform", "name": "ChiCTR2000030420", "primaryOutcome": "Psychological status;Treatment compliance;To evaluate the difference in isolation and rehabilitation of patients after discharge;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50286"}, "type": "Feature"}, {"geometry": {"coordinates": [114.310985, 30.5567], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "153267742@qq.com", "contactPhone": "+86 18971163518", "dateEnrollment": "4/30/2020", "description": "Efficacy and safety of honeysuckle oral liquid in the treatment of novel coronavirus pneumonia (COVID-19): a multicenter, randomized, controlled, open clinical trial", "name": "ChiCTR2000029954", "primaryOutcome": "Recovery time;Pneumonia psi score;", "study_type": "Interventional study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49402"}, "type": "Feature"}, {"geometry": {"coordinates": [121.395286, 31.139514], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "1-Feb-20", "description": "The Investigation of the Neonates With or With Risk of COVID-19", "name": "NCT04279899", "primaryOutcome": "The SARS-CoV-2 infection of neonates born to mothers with COVID-19;The death of newborns with COVID-19", "study_type": "Observational", "time": "2020-02-18", "weburl": "https://clinicaltrials.gov/show/NCT04279899"}, "type": "Feature"}, {"geometry": {"coordinates": [109.062083, 34.287357], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "liangjq@fmmu.edu.cn;", "contactPhone": "+86-13571892829;+86-029-84777631", "dateEnrollment": "3-Feb-20", "description": "Clinical Study of Anti-CD147 Humanized Meplazumab for Injection to Treat With 2019-nCoV Pneumonia", "name": "NCT04275245", "primaryOutcome": "2019 nCoV nucleic acid detection", "study_type": "Interventional", "time": "2020-02-06", "weburl": "https://clinicaltrials.gov/show/NCT04275245"}, "type": "Feature"}, {"geometry": {"coordinates": [114.974723, 25.824843], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lunliweiyuanhui2009@126.com", "contactPhone": "021-37990333", "dateEnrollment": "14-Feb-20", "description": "Xiyanping Injection for the Treatment of New Coronavirus Infected Pneumonia", "name": "NCT04275388", "primaryOutcome": "Clinical recovery time", "study_type": "Interventional", "time": "2020-02-17", "weburl": "https://clinicaltrials.gov/show/NCT04275388"}, "type": "Feature"}, {"geometry": {"coordinates": [121.478669, 31.223211], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "chenghailiu@hotmail.com;", "contactPhone": "8621-20256521;", "dateEnrollment": "15-Feb-20", "description": "Treatment of Pulmonary Fibrosis Due to 2019-nCoV Pneumonia With Fuzheng Huayu", "name": "NCT04279197", "primaryOutcome": "High-resolution computed tomography (HRCT) score;Lung function including FVC, FVC as a percentage of projected value and DLco", "study_type": "Interventional", "time": "2020-02-15", "weburl": "https://clinicaltrials.gov/show/NCT04279197"}, "type": "Feature"}, {"geometry": {"coordinates": [119.301965, 26.069742], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "fuying1995@163.com;wanjinchen75@fjmu.edu.cn", "contactPhone": "+86;+1386061359", "dateEnrollment": "22-Feb-20", "description": "Fingolimod in COVID-19", "name": "NCT04280588", "primaryOutcome": "The change of pneumonia severity on X-ray images", "study_type": "Interventional", "time": "2020-02-20", "weburl": "https://clinicaltrials.gov/show/NCT04280588"}, "type": "Feature"}, {"geometry": {"coordinates": [119.88632, 26.70753], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "nplrj@126.com", "contactPhone": "+86 13809508580", "dateEnrollment": "3/2/2020", "description": "Application of rehabilitation and Lung eight-segment exercise in front-line nurses in the prevention of novel coronavirus pneumonia (COVID-19) epidemic", "name": "ChiCTR2000030432", "primaryOutcome": "PCL;PSQI;FSI;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50268"}, "type": "Feature"}, {"geometry": {"coordinates": [114.149573, 30.632687], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "1813886398@qq.com", "contactPhone": "+86 13507117929", "dateEnrollment": "2/27/2020", "description": "A randomized, double-blind, placebo-controlled trial for evaluation of the efficacy and safety of bismuth potassium citrate capsules in the treatment of patients with novel coronavirus pneumonia (COVID-19).", "name": "ChiCTR2000030398", "primaryOutcome": "Pharynx swabs, lower respiratory tract samples (sputum/endotracheal aspiration/alveolar lavage), and anal swabs rt-pcr of novel coronavirus nucleic acid negative conversion rate.;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50173"}, "type": "Feature"}, {"geometry": {"coordinates": [120.713811, 27.955428], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";xiajinglin@fudan.edu.cn", "contactPhone": ";0577-55578166", "dateEnrollment": "18-Feb-20", "description": "The Efficacy and Safety of Thalidomide Combined With Low-dose Hormones in the Treatment of Severe COVID-19", "name": "NCT04273581", "primaryOutcome": "Time to Clinical Improvement (TTCI)", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04273581"}, "type": "Feature"}, {"geometry": {"coordinates": [116.359302, 39.981827], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "qingganggelin@126.com", "contactPhone": "86-10-82266699", "dateEnrollment": "Feb-20", "description": "Identifying Critically-ill Patients With COVID-19 Who Will Benefit Most From Nutrition Support Therapy: Validation of the NUTRIC Nutritional Risk Assessment Tool", "name": "NCT04274322", "primaryOutcome": "28-day all cause mortality", "study_type": "Observational", "time": "2020-02-16", "weburl": "https://clinicaltrials.gov/show/NCT04274322"}, "type": "Feature"}, {"geometry": {"coordinates": [117.035947, 36.671106], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";jiaojiaopang@126.com;jiaojiaopang@126.com", "contactPhone": ";(086)0531-82166843;(086)0531-82166843", "dateEnrollment": "Feb-20", "description": "Bevacizumab in Severe or Critical Patients With COVID-19 Pneumonia", "name": "NCT04275414", "primaryOutcome": "Partial arterial oxygen pressure (PaO2) to fraction of inspiration O2 (FiO2) ratio;Partial arterial oxygen pressure (PaO2) to fraction of inspiration O2 (FiO2) ratio;Partial arterial oxygen pressure (PaO2) to fraction of inspiration O2 (FiO2) ratio", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04275414"}, "type": "Feature"}, {"geometry": {"coordinates": [116.435025, 39.887851], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "hekl301@aliyun.com", "contactPhone": "+86 010 66939107", "dateEnrollment": "1/1/2020", "description": "Research and Development of Diagnostic Assistance Decision Support System for novel coronavirus pneumonia (COVID-19) Based on Big Data Technology", "name": "ChiCTR2000030390", "primaryOutcome": "CT;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50224"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "haoyaner@163.com", "contactPhone": "+86 13971679960", "dateEnrollment": "2/23/2020", "description": "Novel Coronavirus Infected Disease (COVID-19) in children: epidemiology, clinical features and treatment outcome", "name": "ChiCTR2000030363", "primaryOutcome": "Epidemiological characteristics;clinical features;Treatment outcome;", "study_type": "Observational study", "time": "2020-02-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49984"}, "type": "Feature"}, {"geometry": {"coordinates": [119.904233, 26.723197], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "nijun1000@126.com", "contactPhone": "+86 19890572216", "dateEnrollment": "3/1/2020", "description": "Application of Rehabilitation and Lung Eight-segment Exercise in Home Rehabilitation of Survivors from novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030433", "primaryOutcome": "PCL;HRQL;IPAQ;PASE;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50273"}, "type": "Feature"}, {"geometry": {"coordinates": [119.302849, 26.083184], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "nijun1000@126.com", "contactPhone": "+86 19890572216", "dateEnrollment": "3/1/2020", "description": "Application of rehabilitation lung exercise eight-segment exercise in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030418", "primaryOutcome": "Post-traumatic stress disorder checklist;Clinical prognostic outcome;Il-6;Health-related quality of life inventory;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50341"}, "type": "Feature"}, {"geometry": {"coordinates": [114.328897, 30.572367], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ljzwd@163.com", "contactPhone": "+86 13307173928", "dateEnrollment": "2/29/2020", "description": "A Comparative Study for the Effectiveness of ''triple energizer treatment'' Method in Repairing Lung Injury in Patients with Novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030389", "primaryOutcome": "Lung CT;TCM symptoms;", "study_type": "Observational study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50278"}, "type": "Feature"}, {"geometry": {"coordinates": [121.3897, 31.251], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zzq1419@126.com", "contactPhone": "+86 18721335536", "dateEnrollment": "3/1/2020", "description": "Clinical observation and research of multiple organs injury in severe patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030387", "primaryOutcome": "Epidemiological and clinical characteristics;", "study_type": "Observational study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50329"}, "type": "Feature"}, {"geometry": {"coordinates": [113.07999, 28.076167], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "xrchang1956@163.com", "contactPhone": "+86 0731 88458187", "dateEnrollment": "3/1/2020", "description": "Study for moxibustion in the preventing of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030386", "primaryOutcome": "mood assessment;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50323"}, "type": "Feature"}, {"geometry": {"coordinates": [126.638388, 45.753168], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "2209447940@qq.com", "contactPhone": "+86 18672308659", "dateEnrollment": "3/1/2020", "description": "Construction and application of non-contact doctor-patient interactive diagnosis and treatment mode of moxibustion therapy for novel coronary pneumonia (COVID-19) based on mobile internet", "name": "ChiCTR2000030382", "primaryOutcome": "pulmonary iconography;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50325"}, "type": "Feature"}, {"geometry": {"coordinates": [115.551843, 30.543997], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wengjp@ustc.edu.cn", "contactPhone": "+86 0551-62286223", "dateEnrollment": "2/1/2020", "description": "Construction of a Bio information platform for novel coronavirus pneumonia (COVID-19) patients follow-up in Anhui", "name": "ChiCTR2000030331", "primaryOutcome": "", "study_type": "Epidemilogical research", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50271"}, "type": "Feature"}, {"geometry": {"coordinates": [107.486, 31.0564], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "luyb6810@163.com", "contactPhone": "+86 13937642780", "dateEnrollment": "2/1/2020", "description": "Identification and Clinical Treatment of Severe novel coronavirus pneumonia (COVID-19) Patients", "name": "ChiCTR2000030322", "primaryOutcome": "Epidemiological and clinical characteristics;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50240"}, "type": "Feature"}, {"geometry": {"coordinates": [115.551843, 30.543997], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "ahslyywm@163.com", "contactPhone": "+86 18655106697", "dateEnrollment": "2/28/2020", "description": "Clinical research of 6-minute walk training on motor function of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030330", "primaryOutcome": "walking distance;oxygen saturation;heart rate;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50274"}, "type": "Feature"}, {"geometry": {"coordinates": [114.47004, 30.464132], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "frank0130@126.com", "contactPhone": "+86 13986268403", "dateEnrollment": "3/2/2020", "description": "Clinical application of inhaled acetylcysteine solution in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030328", "primaryOutcome": "Lung CT after 3 days;Lung CT after 7 days;Oxygenation parameters: SpO2, Partial arterial oxygen pressure (PaO2), PaO2/FiO2;Hospital stay;Novel coronavirus nucleic acid detection;Recurrence rate;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50241"}, "type": "Feature"}, {"geometry": {"coordinates": [113.339367, 23.135415], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";xwx1983@163.com;pzp33@hotmail.com", "contactPhone": ";+8613760783281;+8613533978874", "dateEnrollment": "20-Jan-20", "description": "Clinical Features of Suspected and Confirmed Patients of 2019 Novel Coronavirus Infection", "name": "NCT04279782", "primaryOutcome": "Survival rate", "study_type": "Observational", "time": "2020-02-15", "weburl": "https://clinicaltrials.gov/show/NCT04279782"}, "type": "Feature"}, {"geometry": {"coordinates": [113.35728, 23.151082], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";xwx1983@163.com;pzp33@hotmail.com", "contactPhone": ";+8613760783281;+8613533978874", "dateEnrollment": "20-Jan-20", "description": "Detection of 2019 Novel Coronavirus in Multiple Organ System and Its Relationship With Clinical Manifestations", "name": "NCT04279795", "primaryOutcome": "Positive rate of 2019 Novel Coronavirus RNA", "study_type": "Observational", "time": "2020-02-19", "weburl": "https://clinicaltrials.gov/show/NCT04279795"}, "type": "Feature"}, {"geometry": {"coordinates": [113.933763, 35.291488], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "wulingzhu@xxmu.edu.cn;guomh@163.com", "contactPhone": "00863733029089;00863734402517", "dateEnrollment": "20-Feb-20", "description": "NK Cells Treatment for Novel Coronavirus Pneumonia", "name": "NCT04280224", "primaryOutcome": "Number of participants with treatment-related adverse events evaluated with CTCAE,version 4.0;Improvement of clinical symptoms including respiratory frequency;Improvement of clinical symptoms including duration of fever", "study_type": "Interventional", "time": "2020-02-13", "weburl": "https://clinicaltrials.gov/show/NCT04280224"}, "type": "Feature"}, {"geometry": {"coordinates": [108.968318, 34.287092], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "maxr0910@163.com", "contactPhone": "+86 13992856156", "dateEnrollment": "3/5/2020", "description": "Combination of Tocilizumab, IVIG and CRRT in severe patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030442", "primaryOutcome": "Inhospital time;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50380"}, "type": "Feature"}, {"geometry": {"coordinates": [112.253136, 31.930144], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "55815147@qq.com", "contactPhone": "+86 13986394739", "dateEnrollment": "2/28/2020", "description": "Traditional Chinese medicine Ma-Xing-Shi-Gan-Tang and Sheng-Jiang-San in the treatment of children with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030314", "primaryOutcome": "temperature;respiratory symptoms;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50248"}, "type": "Feature"}, {"geometry": {"coordinates": [120.080971, 29.320419], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "li_caixia@zju.edu.cn", "contactPhone": "+86 15268118258", "dateEnrollment": "3/9/2020", "description": "Multiomics study and emergency plan optimization of spleen strengthening clearing damp and stomach therapy combined with antiviral therapy for novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030305", "primaryOutcome": "blood RNA;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50223"}, "type": "Feature"}, {"geometry": {"coordinates": [118.709669, 31.755601], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "ian0126@126.com", "contactPhone": "+86 13338628626", "dateEnrollment": "2/19/2020", "description": "microRNA as a marker for early diagnosis of novel coronavirus infection (COVID-19)", "name": "ChiCTR2000030334", "primaryOutcome": "SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49491"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "huillanz_76@163.com", "contactPhone": "+86 15391532171", "dateEnrollment": "3/4/2020", "description": "A randomized, open-label controlled trial for the efficacy and safety of Pirfenidone in patients with severe and critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030333", "primaryOutcome": "K-bld questionnaire survey;Refers to the pulse oxygen;chest CT;blood gas;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48801"}, "type": "Feature"}, {"geometry": {"coordinates": [106.740388, 33.055451], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "hubingnj@163.com", "contactPhone": "+86 18980601278", "dateEnrollment": "3/1/2020", "description": "Clinical study for a new type of Gastroscope isolation mask for preventing and controlling the novel coronavirus pneumonia (COVID-19) Epidemic period", "name": "ChiCTR2000030317", "primaryOutcome": "During the operation, the patient's volume of local exhaled air from the mouth and nose, the patient's heart rate, respiratory rate and blood oxygen saturation;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50247"}, "type": "Feature"}, {"geometry": {"coordinates": [126.3, 44.56667], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Wangtan215@sina.com", "contactPhone": "+86 13756858523", "dateEnrollment": "1/1/2020", "description": "Clinical Study for Traditional Chinese Medicine in the Prevention and Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030315", "primaryOutcome": "Critically ill patients (%);Mortality Rate;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50255"}, "type": "Feature"}, {"geometry": {"coordinates": [116.542822, 39.837788], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "huangluqi01@126.com", "contactPhone": "+86 010-64089801", "dateEnrollment": "2/27/2020", "description": "Efficacy of Traditional Chinese Medicine in the Treatment of Novel Coronavirus Pneumonia (COVID-19): a Randomized Controlled Trial", "name": "ChiCTR2000030288", "primaryOutcome": "The time to 2019-nCoV RNA negativity in patients;", "study_type": "Interventional study", "time": "2020-02-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50202"}, "type": "Feature"}, {"geometry": {"coordinates": [116.433035, 39.889175], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "lvjihui@139.com", "contactPhone": "+86 010 62402842", "dateEnrollment": "2/20/2020", "description": "Investigation and analysis of psychological status of hospital staff during the novel coronavirus pneumonia (COVID-19) epidemic", "name": "ChiCTR2000030263", "primaryOutcome": "GHQ-20;", "study_type": "Epidemilogical research", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50140"}, "type": "Feature"}, {"geometry": {"coordinates": [118.768178, 24.952704], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "guyuesunny@163.com", "contactPhone": "+86 15037167775", "dateEnrollment": "3/2/2020", "description": "A single-center, single-arm clinical trial for azvudine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030424", "primaryOutcome": "Sputum/nasal swab/pharyngeal swab/lower respiratory tract secretions were used to detect the negative conversion rate of the new coronavirus nucleic acid (tested daily after two days starting the azvudine tablets) and the negative conversion time.;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50174"}, "type": "Feature"}, {"geometry": {"coordinates": [119.926146, 28.450673], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "scx1818@126.com", "contactPhone": "+86 0578 2285102", "dateEnrollment": "3/1/2020", "description": "A medical records based analysis for antiviral therapy effect on novel coronavirus pneumonia COVID-19 patients", "name": "ChiCTR2000030391", "primaryOutcome": "cure rate;virus negative rate;time of virus negative;", "study_type": "Observational study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=30796"}, "type": "Feature"}, {"geometry": {"coordinates": [121.036572, 31.854758], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xujianqing@shphc.org.cn", "contactPhone": "+86 18964630206", "dateEnrollment": "2/1/2020", "description": "Clinical study for combination of anti-viral drugs and type I interferon and inflammation inhibitor TFF2 in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030262", "primaryOutcome": "Viral load;Clinical features;Inflammation;Pulmonary imaging;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50136"}, "type": "Feature"}, {"geometry": {"coordinates": [102.066899, 30.05127], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "27216302@qq.com", "contactPhone": "+86 17723451376", "dateEnrollment": "2/27/2020", "description": "Clinical study for individualized nutritional assessment and supportive treatment of novel coronavirus pneumonia (COVID-19) patients in Tibetan Plateau", "name": "ChiCTR2000030260", "primaryOutcome": "NRS 2002 score;BMI;triceps skinfold thickness (TSF);prealbumin;total albumin;leucocyte count;CRP;lymphocyte percentage;TNF- alpha;IL-6;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50130"}, "type": "Feature"}, {"geometry": {"coordinates": [117.262606, 31.843799], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zzh1974cn@163.com", "contactPhone": "+86 13215510411", "dateEnrollment": "1/21/2020", "description": "Analysis of clinical characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030327", "primaryOutcome": "Blood Routine;Liver function;Blood electrolyte;Anticoagulation index;Lung CT;Viral RNA;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50214"}, "type": "Feature"}, {"geometry": {"coordinates": [112.271048, 31.945811], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "55815147@qq.com", "contactPhone": "+86 13797625096", "dateEnrollment": "2/28/2020", "description": "A survey of mental health of first-line medical service providers and construction of crisis intervention model for novel coronavirus pneumonia (COVID-19) in Xiangyang", "name": "ChiCTR2000030325", "primaryOutcome": "Psychological questionnaire;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50227"}, "type": "Feature"}, {"geometry": {"coordinates": [116.537564, 33.839175], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "hcm200702@163.com", "contactPhone": "+86 13584010516", "dateEnrollment": "2/20/2020", "description": "Umbilical cord mesenchymal stem cells (hucMSCs) in the treatment of high risk novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030300", "primaryOutcome": "Time to disease recovery;Exacerbation (transfer to RICU) time;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50022"}, "type": "Feature"}, {"geometry": {"coordinates": [114.21667, 29.88333], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "2066255602@qq.com", "contactPhone": "+86 13508649926", "dateEnrollment": "2/27/2020", "description": "Correlation between imaging characteristics and laboratory tests of new coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030283", "primaryOutcome": "imaging feature;", "study_type": "Observational study", "time": "2020-02-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50119"}, "type": "Feature"}, {"geometry": {"coordinates": [111.91778, 31.93667], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "55815147@qq.com", "contactPhone": "+86 13797625096", "dateEnrollment": "2/28/2020", "description": "Traditional Chinese Medicine 'Zang-Fu Point-pressing' massage for children with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030324", "primaryOutcome": "Temperature;Respiratory symptoms;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50231"}, "type": "Feature"}, {"geometry": {"coordinates": [121.036572, 31.854758], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "dr_lif08@126.com", "contactPhone": "+86 18121150282", "dateEnrollment": "3/1/2020", "description": "Clinical observation and research plan of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030293", "primaryOutcome": "Clinical indicators;", "study_type": "Observational study", "time": "2020-02-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50195"}, "type": "Feature"}, {"geometry": {"coordinates": [121.619056, 31.199979], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yyliuhua@126.com", "contactPhone": "+86 18930568010", "dateEnrollment": "3/1/2020", "description": "Efficacy and Safety of Jing-Yin Granule in the treatment of novel coronavirus pneumonia (COVID-19) wind-heat syndrome", "name": "ChiCTR2000030255", "primaryOutcome": "Clearance rate and time of main symptoms (fever, fatigue, cough);", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50089"}, "type": "Feature"}, {"geometry": {"coordinates": [102.084812, 30.066937], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "27216302@qq.com", "contactPhone": "+86 17723451376", "dateEnrollment": "2/27/2020", "description": "Exploration and Research for a new method for detection of novel coronavirus (COVID-19) nucleic acid", "name": "ChiCTR2000030253", "primaryOutcome": "SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50143"}, "type": "Feature"}, {"geometry": {"coordinates": [120.388634, 31.439909], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "chump1981@163.com", "contactPhone": "+86 15052103816", "dateEnrollment": "3/1/2020", "description": "A study for the key technology of mesenchymal stem cells exosomes atomization in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030261", "primaryOutcome": "Lung CT;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49963"}, "type": "Feature"}, {"geometry": {"coordinates": [106.360341, 29.436043], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "406302524@qq.com", "contactPhone": "+86 13678494357", "dateEnrollment": "2/21/2020", "description": "Cancelled due to lack of participants Study for the Impact of Novel Coronavirus Pneumonia (COVID-19) to the Health of the elderly People", "name": "ChiCTR2000030222", "primaryOutcome": "health status;Mental health status;", "study_type": "Observational study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50048"}, "type": "Feature"}, {"geometry": {"coordinates": [126.641955, 45.76309], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "drkaijiang@163.com", "contactPhone": "+86 13303608899", "dateEnrollment": "2/24/2020", "description": "Study for continuous renal replacement therapy with adsorption filter in the treatment of the novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030265", "primaryOutcome": "Inflammation factor;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49691"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147808, 30.355753], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "wangjing9279@163.com", "contactPhone": "+86 18186161668", "dateEnrollment": "2/28/2020", "description": "ICU healthcare personnel burnout investigation during the fight against novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030264", "primaryOutcome": "no;", "study_type": "Observational study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50161"}, "type": "Feature"}, {"geometry": {"coordinates": [118.098294, 24.441766], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "jieminzhu@xmu.edu.cn", "contactPhone": "+86 15960212649", "dateEnrollment": "2/11/2020", "description": "Health related quality of life and its influencing factors among front line nurses caring patients with new coronavirus pneumonia (COVID-19) from two hospitals in China", "name": "ChiCTR2000030290", "primaryOutcome": "Quality of Life;Epidemic Prevention Medical Protective Equipment related Skin Lesion and Management Scale;", "study_type": "Observational study", "time": "2020-02-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50175"}, "type": "Feature"}, {"geometry": {"coordinates": [121.599349, 31.137652], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "docd1@sina.com", "contactPhone": "+86 18917387623", "dateEnrollment": "2/22/2020", "description": "Evaluation Danorevir sodium tablets combined with ritonavir in the treatment of novel coronavirus pneumonia (COVID-19): a randomized, open and controlled trial", "name": "ChiCTR2000030259", "primaryOutcome": "Rate of composite advers outcomes: SpO2, PaO2/FiO2, respiratory rate;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49918"}, "type": "Feature"}, {"geometry": {"coordinates": [117.308294, 39.012303], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yingfei1981@163.com", "contactPhone": "+86 13920648942", "dateEnrollment": "1/21/2020", "description": "Study for evaluation of integrated traditional Chinese and Western Medicine in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030219", "primaryOutcome": "Clinical symptoms;TCM syndrome;Lung imaging;Time of nucleic acid turning negative;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50110"}, "type": "Feature"}, {"geometry": {"coordinates": [104.171816, 30.546415], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "luyibingli@163.com", "contactPhone": "+86 18328737998", "dateEnrollment": "2/22/2020", "description": "A prospective randomized controlled trial for the home exercise prescription intervention in nursing students during epidemic of novel coronary pneumonia (COVID-19)", "name": "ChiCTR2000030091", "primaryOutcome": "Mood index;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49914"}, "type": "Feature"}, {"geometry": {"coordinates": [114.950145, 25.851135], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "2590410004@qq.com", "contactPhone": "+86 13707077997", "dateEnrollment": "1/22/2020", "description": "Study of Pinavir / Ritonavir Tablets (Trade Name: Kelizhi) Combined with Xiyanping Injection for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030218", "primaryOutcome": "Clinical recovery time;Pneumonia Severity Index (PSI) score;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50115"}, "type": "Feature"}, {"geometry": {"coordinates": [108.40202, 30.70576], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xiaokh1@163.com", "contactPhone": "+86 19923204040", "dateEnrollment": "2/17/2020", "description": "Cancelled due to lack of patient Medical records based study for epidemiological and clinical characteristics of 2019 novel coronavirus pneumonia (COVID-19) in Chongqing", "name": "ChiCTR2000029952", "primaryOutcome": "Clinical symptoms;Test result;Examination result;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49630"}, "type": "Feature"}, {"geometry": {"coordinates": [115.378113, 27.730967], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "freebee99@163.com", "contactPhone": "+86 13576955700", "dateEnrollment": "2/26/2020", "description": "Study for the efficacy of Kangguan No. 1-3 prescription in the treatment of novel coronavirus pneumonia (COVID19)", "name": "ChiCTR2000030215", "primaryOutcome": "Routine physical examination;Vital signs: breathing, body temperature (armpit temperature);Blood routine;C-reactive protein;Liver and kidney function test;Myocardial enzyme content;ESR;T cell subsets;Cytokine;Liver, gallbladder, thyroid, and lymph node im", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50107"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "hxkfhcq@126.com", "contactPhone": "+86 18980601618", "dateEnrollment": "8/24/2020", "description": "Clinical research of pulmonary rehabilitation in survivors due to severe or critial novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030198", "primaryOutcome": "pulmonary function;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50066"}, "type": "Feature"}, {"geometry": {"coordinates": [126.731049, 45.637114], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "hydyangwei@tom.com", "contactPhone": "+86 13845099775", "dateEnrollment": "2/21/2020", "description": "A multicenter, randomized, controlled trial for efficacy and safety of hydrogen inhalation in the treatment of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030258", "primaryOutcome": "temperature;respiratory rate;Blood oxygen saturation;Cough symptom;Lung CT;Fatality rate;", "study_type": "Treatment study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49887"}, "type": "Feature"}, {"geometry": {"coordinates": [114.451838, 30.444299], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "1078404424@qq.com", "contactPhone": "+86 18602764053", "dateEnrollment": "3/9/2020", "description": "The coagulation function of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030257", "primaryOutcome": "INR;PT;TT;APTT;FIB;DD;", "study_type": "Observational study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50006"}, "type": "Feature"}, {"geometry": {"coordinates": [106.548522, 29.565867], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "1041863309@qq.com", "contactPhone": "+86 023 61103649", "dateEnrollment": "2/21/2020", "description": "Cancelled due to lack of patient A Medical Records Based Study for Construction and Analysis of Diagnosis Predictive&", "name": "ChiCTR2000030042", "primaryOutcome": "ROC;calibration curve;", "study_type": "Observational study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49899"}, "type": "Feature"}, {"geometry": {"coordinates": [125.309144, 43.853493], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shuchenghua@126.com", "contactPhone": "+86 13756661209", "dateEnrollment": "2/24/2020", "description": "Single arm study for exploration of chloroquine phosphate aerosol inhalation in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029975", "primaryOutcome": "viral negative-transforming time;30-day cause-specific mortality;co-infections;Time from severe and critical patients to clinical improvement;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49592"}, "type": "Feature"}, {"geometry": {"coordinates": [114.271209, 30.261538], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "yogaqq116@whu.edu.cn", "contactPhone": "+86 18062586860", "dateEnrollment": "2/17/2020", "description": "Research for Risks Associated with Novel Coronavirus Pneumonia (COVID-19) in the Hospital Workers and Nosocomial Prevention and Control Strategy", "name": "ChiCTR2000029900", "primaryOutcome": "exposed factors;latent period;preventive measures;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49377"}, "type": "Feature"}, {"geometry": {"coordinates": [106.654802, 29.45449], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "wenxiang_huang@163.com", "contactPhone": "+86 13883533808", "dateEnrollment": "2/13/2020", "description": "Cancelled due to lack of patient Clinical study on the safety and effectiveness of Hydroxychloroquine Sulfate tablets in the treatment of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029761", "primaryOutcome": "Negative conversion rate of 2019-nCoV nucleic acid ;Lung inflammation absorption ratio;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49400"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147808, 30.355753], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Pengzy5@hotmail.com", "contactPhone": "+86 18672396028", "dateEnrollment": "2/20/2020", "description": "A multicenter, single arm, open label trial for the efficacy and safety of CMAB806 in the treatment of cytokine release syndrome of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030196", "primaryOutcome": "the relive of CRS;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49883"}, "type": "Feature"}, {"geometry": {"coordinates": [117.262767, 31.847597], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ahmusld@163.com", "contactPhone": "+86 13856985045", "dateEnrollment": "2/22/2020", "description": "A parallel, randomized controlled clinical trial for the efficacy and safety of Pediatric Huatanzhike granules (containing ipecacuanha tincture) in the treatment of mild and moderate novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030022", "primaryOutcome": "COVID-19 nucleic acid detection time from positive to negative (respiratory secretion) or (3,5,7,10 days from positive to negative rate);;Lung CT observation of inflammation absorption;;Proportion of cases with progressive disease;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49797"}, "type": "Feature"}, {"geometry": {"coordinates": [115.71841, 38.23665], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "syicu@vip.sina.com", "contactPhone": "+86 13933856908", "dateEnrollment": "2/1/2020", "description": "The treatment status and risk factors related to prognosis of hospitalized patients with novel coronavirus pneumonia (COVID-19) in intensive care unit, Hebei, China: a descriptive study", "name": "ChiCTR2000030226", "primaryOutcome": "Clinical characteristics;", "study_type": "Observational study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49855"}, "type": "Feature"}, {"geometry": {"coordinates": [121.519449, 31.278653], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "pdzhoujia@163.com", "contactPhone": "+86 18017306677", "dateEnrollment": "2/22/2020", "description": "Clinical Reseach of Acupuncture in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030225", "primaryOutcome": "Length of hospital stay;Discharge time of general type;Discharge time of severe type;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49945"}, "type": "Feature"}, {"geometry": {"coordinates": [106.565122, 29.580125], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "wenxiang_huang@163.com", "contactPhone": "+86 13883533808", "dateEnrollment": "2/12/2020", "description": "Cancelled due to lack of patient Clinical study for the effect and", "name": "ChiCTR2000029762", "primaryOutcome": "Negative conversion rate of COVID-19 nucleic acid;Lung inflammation absorption ratio;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49404"}, "type": "Feature"}, {"geometry": {"coordinates": [106.65509, 29.455349], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "maohwei@qq.com", "contactPhone": "+86 13928459556", "dateEnrollment": "2/12/2020", "description": "Cancelled due to lack of patient A study for the efficacy of hydroxychloroquine for mild and moderate COVID-19 infectious diseases", "name": "ChiCTR2000029760", "primaryOutcome": "Time to clinical recovery;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49369"}, "type": "Feature"}, {"geometry": {"coordinates": [116.435025, 39.887851], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "fengcao8828@163.com", "contactPhone": "+86 13911798280", "dateEnrollment": "2/20/2020", "description": "A prospective clinical study for recombinant human interferon alpha 1b spray in the prevention of novel coronavirus (COVID-19) infection in highly exposed medical staffs.", "name": "ChiCTR2000030013", "primaryOutcome": "Blood routine examination;Chest CT;Arterial Blood Oxygen Saturation;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49796"}, "type": "Feature"}, {"geometry": {"coordinates": [116.022157, 28.583145], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhangweiliuxin@163.com", "contactPhone": "+86 0791-88693401", "dateEnrollment": "2/18/2020", "description": "A randomized, open-label, controlled trial for the safety and efficiency of Kesuting syrup and Keqing capsule in the treatment of mild and moderate novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029991", "primaryOutcome": "cough;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49666"}, "type": "Feature"}, {"geometry": {"coordinates": [106.654978, 29.455501], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hp_cq@163.com", "contactPhone": "+86 13608338064", "dateEnrollment": "2/15/2020", "description": "Retracted due to lack of patient A multicenter, randomized, open label, controlled trial for the efficacy and safety of ASC09/ Ritonavir compound tablets and Lopinavir/ Ritonavir (Kaletra) and Arbidol tablets in the treatm", "name": "ChiCTR2000029759", "primaryOutcome": "time to recovery.;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49352"}, "type": "Feature"}, {"geometry": {"coordinates": [109.40029, 29.16792], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "yaokaichen@hotmail.com", "contactPhone": "+86 13638352995", "dateEnrollment": "1/29/2020", "description": "Effectiveness of glucocorticoid therapy in patients with severe novel coronavirus pneumonia: a randomized controlled trial", "name": "ChiCTR2000029386", "primaryOutcome": "SOFA score;", "study_type": "Interventional study", "time": "2020-01-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48777"}, "type": "Feature"}, {"geometry": {"coordinates": [114.203072, 22.379167], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "zhangdxdaisy@cuhk.edu.hk", "contactPhone": "+852 22528451", "dateEnrollment": "2/20/2020", "description": "Quality of life among Chinese residents during and after novel coronavirus pneumonia (COVID19) outbreak: an online survey", "name": "ChiCTR2000030223", "primaryOutcome": "Quality of life;Socio-demographcis and others;", "study_type": "Health services reaserch", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50026"}, "type": "Feature"}, {"geometry": {"coordinates": [114.466894, 30.464155], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ld_2069@163.com", "contactPhone": "+86 13507183749", "dateEnrollment": "2/15/2020", "description": "A randomized, open, parallel-controlled clinical trial on the efficacy and safety of Jingyebaidu granules in treating novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029755", "primaryOutcome": "Validity observation index;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49301"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "ld_2069@163.com", "contactPhone": "+86 13507183749", "dateEnrollment": "2/15/2020", "description": "A Retrospective Study for Preventive Medication in Tongji Hospital During the Epidemic of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029728", "primaryOutcome": "The proportion of patients diagnosed with 2019-ncov viral pneumonia;", "study_type": "Observational study", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49250"}, "type": "Feature"}, {"geometry": {"coordinates": [116.414204, 39.876292], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shenning1972@126.com", "contactPhone": "+86 15611908958", "dateEnrollment": "2/17/2020", "description": "Evaluation the Efficacy and Safety of Hydroxychloroquine Sulfate in Comparison with Phosphate Chloroquine in Mild and Commen Patients with Novel Coronavirus Pneumonia (COVID-19): a Randomized, Open-label, Parallel, Controlled Trial", "name": "ChiCTR2000029899", "primaryOutcome": "Time to Clinical Recovery, TTCR;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49536"}, "type": "Feature"}, {"geometry": {"coordinates": [116.432116, 39.891959], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shenning1972@126.com", "contactPhone": "+86 15611908958", "dateEnrollment": "2/17/2020", "description": "Evaluation the Efficacy and Safety of Hydroxychloroquine Sulfate in Comparison with Phosphate Chloroquine in Severe Patients with Novel Coronavirus Pneumonia (COVID-19): a Randomized, Open-Label, Parallel, Controlled Trial", "name": "ChiCTR2000029898", "primaryOutcome": "TTCI (Time to Clinical Improvement);", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49482"}, "type": "Feature"}, {"geometry": {"coordinates": [109.418203, 29.183587], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "yaokaichen@hotmail.com", "contactPhone": "+86 023-65481658", "dateEnrollment": "1/25/2020", "description": "Comparative effectiveness and safety of ribavirin plus interferon-alpha, lopinavir/ritonavir plus interferon-alpha and ribavirin plus lopinavir/ritonavir plus interferon-alphain in patients with mild to moderate novel coronavirus pneumonia", "name": "ChiCTR2000029387", "primaryOutcome": "The time to 2019-nCoV RNA negativity in patients;", "study_type": "Interventional study", "time": "2020-01-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48782"}, "type": "Feature"}, {"geometry": {"coordinates": [114.131256, 22.270108], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";ivanfn@gmail.com;ivanfn@gmail.com", "contactPhone": ";+862 22554049;852 22554049", "dateEnrollment": "10-Feb-20", "description": "Lopinavir/ Ritonavir, Ribavirin and IFN-beta Combination for nCoV Treatment", "name": "NCT04276688", "primaryOutcome": "Time to negative NPS", "study_type": "Interventional", "time": "2020-02-11", "weburl": "https://clinicaltrials.gov/show/NCT04276688"}, "type": "Feature"}, {"geometry": {"coordinates": [116.27643, 39.884375], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "shilei302@126.com;shilei302@126.com", "contactPhone": "86-10-66933333;86-10-66933333", "dateEnrollment": "27-Jan-20", "description": "Mesenchymal Stem Cell Treatment for Pneumonia Patients Infected With 2019 Novel Coronavirus", "name": "NCT04252118", "primaryOutcome": "Size of lesion area by chest radiograph or CT;Side effects in the MSCs treatment group", "study_type": "Interventional", "time": "2020-01-27", "weburl": "https://clinicaltrials.gov/show/NCT04252118"}, "type": "Feature"}, {"geometry": {"coordinates": [120.670061, 28.006211], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "", "contactPhone": "", "dateEnrollment": "16-Feb-20", "description": "Evaluating the Efficacy and Safety of Bromhexine Hydrochloride Tablets Combined With Standard Treatment/ Standard Treatment in Patients With Suspected and Mild Novel Coronavirus Pneumonia (COVID-19)", "name": "NCT04273763", "primaryOutcome": "Time to clinical recovery after treatment", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04273763"}, "type": "Feature"}, {"geometry": {"coordinates": [121.467361, 31.21062], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": ";jmqu0906@163.com", "contactPhone": ";+86-21-64370045", "dateEnrollment": "15-Feb-20", "description": "A Pilot Clinical Study on Inhalation of Mesenchymal Stem Cells Exosomes Treating Severe Novel Coronavirus Pneumonia", "name": "NCT04276987", "primaryOutcome": "Adverse reaction (AE) and severe adverse reaction (SAE);Time to clinical improvement (TTIC)", "study_type": "Interventional", "time": "2020-02-16", "weburl": "https://clinicaltrials.gov/show/NCT04276987"}, "type": "Feature"}, {"geometry": {"coordinates": [115.400848, 39.373391], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";dinghuiguo@medmail.com.cn", "contactPhone": ";+86-13911683832", "dateEnrollment": "23-Feb-20", "description": "The Clinical Study of Carrimycin on Treatment Patients With COVID-19", "name": "NCT04286503", "primaryOutcome": "Negative conversion (%) of 2019-nCOVRNA in gargle (throat swabs) at the end of treatment;Pulmonary inflammation resolution time (HRCT) (day);Fever to normal time (day)", "study_type": "Interventional", "time": "2020-02-25", "weburl": "https://clinicaltrials.gov/show/NCT04286503"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zuoyunxiahxa@qq.com", "contactPhone": "+86 18980601541", "dateEnrollment": "2/2/2020", "description": "The immediate psychological impact of novel coronavirus pneumonia (COVID-19) outbreak on medical students in anesthesiology and how the cope", "name": "ChiCTR2000030581", "primaryOutcome": "intrusion;avoidance;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50394"}, "type": "Feature"}, {"geometry": {"coordinates": [108.508589, 30.595241], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "wangjinlong2007666@163.com", "contactPhone": "+86 15923859880", "dateEnrollment": "2/15/2020", "description": "Cancelled due to lack of patient Medical records based study for Heart-type fatty acid-binding protein on prognosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029829", "primaryOutcome": "Worsening condition;Death;Heart fatty acid binding protein;", "study_type": "Observational study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49520"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470033, 30.464133], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "shushengli16@sina.com", "contactPhone": "+86 13971086498", "dateEnrollment": "3/8/2020", "description": "Critical ultrasound in evaluating cardiopulmonary function in critical patients infected with 2019 novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030552", "primaryOutcome": "Lung ultrasound index;Right ventricular function ultrasound index;Left ventricular function ultrasound index;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49708"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470008, 30.464124], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hmei@hust.edu.cn", "contactPhone": "+86 13886160811", "dateEnrollment": "3/8/2020", "description": "Research on peripheral immunity function monitoring and its clinical application in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030574", "primaryOutcome": "Immunity function;cytokines;viral load;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49953"}, "type": "Feature"}, {"geometry": {"coordinates": [117.369165, 31.733269], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "drliuhu@gmail.com", "contactPhone": "+86 13866175691", "dateEnrollment": "3/15/2020", "description": "Clinical study of nano-nose and its extended technology in diagnosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030556", "primaryOutcome": "Volatile organic compounds, VOCs;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50672"}, "type": "Feature"}, {"geometry": {"coordinates": [104.753119, 31.45752], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "1121733818@qq.com", "contactPhone": "+86 18508160990", "dateEnrollment": "2/20/2020", "description": "Multi-Center Clinical Study on the Treatment of Patients with Novel Coronavirus Pneumonia (COVID-19) by Ebastine", "name": "ChiCTR2000030535", "primaryOutcome": "Clinical therapeutic course;Pathogenic detectio;Chest CT;Laboratory indicators (blood routine, myocardial enzyme spectrum, inflammatory cytokines, etc.);", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49790"}, "type": "Feature"}, {"geometry": {"coordinates": [104.208327, 30.575967], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "1035788783@qq.com", "contactPhone": "+86 13880336152", "dateEnrollment": "3/9/2020", "description": "Efficacy and safety of Ma-Xing-Gan-Shi decoction in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030522", "primaryOutcome": "Time to Clinical Recovery (TTCR);", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=44213"}, "type": "Feature"}, {"geometry": {"coordinates": [121.209588, 30.179003], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "luxiaoyang@zju.edu.cn", "contactPhone": "+86 13605715886", "dateEnrollment": "3/10/2020", "description": "Novel coronavirus pneumonia (COVID-19) antiviral related liver dysfunction: a multicenter, retrospective, observational study", "name": "ChiCTR2000030593", "primaryOutcome": "ALT;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50228"}, "type": "Feature"}, {"geometry": {"coordinates": [121.209588, 30.179003], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zhanghuafen@zju.edu.cn", "contactPhone": "+86 13757120681", "dateEnrollment": "3/7/2020", "description": "A medical records based study for the safety of artificial liver cluster nursing in critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030559", "primaryOutcome": "Unplanned shutdowns;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50583"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "binwuying@126.com", "contactPhone": "+86 18980601655", "dateEnrollment": "3/9/2020", "description": "A clinical study about the diagnosis and prognosis evaluation of novel coronacirus pneumonia (COVID-19) based on viral genome, host genomic sequencing, relative cytokines and other laboratory indexes.", "name": "ChiCTR2000030542", "primaryOutcome": "Pulmonary image findings;Relevant clinical manifestations of COVID-19;Oxygen saturation in resting state;Arterial partial pressure of oxygen/ Oxygen absorption concentration;Length of hospital stay;Viral genome information;Host genome information;Expressi", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50608"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "shushengli16@sina.com", "contactPhone": "+86 13971086498", "dateEnrollment": "3/8/2020", "description": "Research for the mechanism of improvement of novel coronavirus pneumonia (COVID-19) patients' pulmonary exudation by continuous renal replacement therapy", "name": "ChiCTR2000030540", "primaryOutcome": "Chest imaging;Oxygenation index;Extravascular pulmonary water;pulmonary vascular permeability index, PVPI;Inflammatory factors;Tissue kallikrein;", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50658"}, "type": "Feature"}, {"geometry": {"coordinates": [121.523258, 31.311702], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hywangk@vip.sina.com", "contactPhone": "+86 13801955367", "dateEnrollment": "3/10/2020", "description": "A retrospective study on virus typing, Hematological Immunology and case Review of novel coronavirus infected and convalescent patients (COVID-19)", "name": "ChiCTR2000030557", "primaryOutcome": "viral load;virus genotyping;Classification of lymphocytes;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50667"}, "type": "Feature"}, {"geometry": {"coordinates": [114.2348, 30.231819], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "cxfn817@163.com", "contactPhone": "+86 13986156712", "dateEnrollment": "2/14/2020", "description": "Detection of coronavirus in simultaneously collecting tears and throat swab samples collected from the patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030543", "primaryOutcome": "A cycle threshold value (Ct-value);", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50541"}, "type": "Feature"}, {"geometry": {"coordinates": [116.276303, 39.904478], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": ";xiaotian-sun@hotmail.com;13911798288@163.com", "contactPhone": ";+86-01066823480;010-66947473", "dateEnrollment": "Feb-20", "description": "A New Screening Strategy for 2019 Novel Coronavirus Infection", "name": "NCT04281693", "primaryOutcome": "Screening accuracy", "study_type": "Interventional", "time": "2020-02-20", "weburl": "https://clinicaltrials.gov/show/NCT04281693"}, "type": "Feature"}, {"geometry": {"coordinates": [114.258309, 30.580213], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "huilanz_76@163.com;", "contactPhone": "15391532171;", "dateEnrollment": "4-Feb-20", "description": "A Study to Evaluate the Efficacy and Safety of Pirfenidone With Novel Coronavirus Infection", "name": "NCT04282902", "primaryOutcome": "K-BILD;blood gas;Finger pulse oxygen;chest CT", "study_type": "Interventional", "time": "2020-02-10", "weburl": "https://clinicaltrials.gov/show/NCT04282902"}, "type": "Feature"}, {"geometry": {"coordinates": [114.409596, 30.498842], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "31-Jan-20", "description": "CT Scores Predict Mortality in 2019-nCoV Pneumonia", "name": "NCT04284046", "primaryOutcome": "7-day mortality", "study_type": "Observational", "time": "2020-02-22", "weburl": "https://clinicaltrials.gov/show/NCT04284046"}, "type": "Feature"}, {"geometry": {"coordinates": [-77.194467, 39.103376], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": ";heyi@tasly.com", "contactPhone": ";86-022-86343860", "dateEnrollment": "26-Feb-20", "description": "The Effect of T89 on Improving Oxygen Saturation and Clinical Symptoms in Patients With COVID-19", "name": "NCT04285190", "primaryOutcome": "The proportion of patients with normal level of oxygen saturation(=97%);The time to oxygen saturation recovery to normal level (=97%)", "study_type": "Interventional", "time": "2020-02-19", "weburl": "https://clinicaltrials.gov/show/NCT04285190"}, "type": "Feature"}, {"geometry": {"coordinates": [121.209588, 30.179003], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xxw69@126.com", "contactPhone": "+86 13605708066", "dateEnrollment": "1/20/2020", "description": "Extracorporeal blood purification therapy using Li's Artifical Liver System for patients with severe novel coronavirus pneumonia (COVID19) patient", "name": "ChiCTR2000030503", "primaryOutcome": "Mortality;", "study_type": "Interventional study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49632"}, "type": "Feature"}, {"geometry": {"coordinates": [113.802547, 34.690683], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "38797527@qq.com", "contactPhone": "13938415502", "dateEnrollment": "3/4/2020", "description": "A single-center, single-arm clinical trial for azvudine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030487", "primaryOutcome": "Sputum/nasal swab/pharyngeal swab/lower respiratory tract secretions were used to detect the negative conversion rate of the new coronavirus nucleic acid (tested daily after two days starting the azvudine tablets) and the negative conversion time;", "study_type": "Interventional study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50507"}, "type": "Feature"}, {"geometry": {"coordinates": [103.127793, 26.984207], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "chenxinyuchen@163.com", "contactPhone": "+86 13807312410", "dateEnrollment": "3/4/2020", "description": "Retrospective study for integrate Chinese and conventional medicine treatment of novel coronavirus pneumonia (COVID-19) in Hu'nan province", "name": "ChiCTR2000030492", "primaryOutcome": "TCM syndrome;", "study_type": "Observational study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50549"}, "type": "Feature"}, {"geometry": {"coordinates": [114.102245, 30.574634], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wanghaohh@vip.126.com", "contactPhone": "+86 13901883868", "dateEnrollment": "2/1/2020", "description": "To evaluate the efficacy and safety of diammonium glycyrrhizinate enteric-coated capsules combined with hydrogen-rich water in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030490", "primaryOutcome": "Cure rate;", "study_type": "Interventional study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50487"}, "type": "Feature"}, {"geometry": {"coordinates": [113.696983, 34.801683], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zlgj-001@126.com", "contactPhone": "+86 13673665268", "dateEnrollment": "2/1/2020", "description": "Study for using the healed novel coronavirus pneumonia (COVID-19) patients plasma in the treatment of severe critical cases", "name": "ChiCTR2000030627", "primaryOutcome": "Tempreture;Virus nucleic acid detection;", "study_type": "Interventional study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50727"}, "type": "Feature"}, {"geometry": {"coordinates": [116.995219, 36.647335], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "docjiangshujuan@163.com", "contactPhone": "+86 15168887199", "dateEnrollment": "2/15/2020", "description": "Risk Factors for Outcomes of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030579", "primaryOutcome": "clinic outcome;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50692"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "shushengli16@sina.com", "contactPhone": "+86 13971086498", "dateEnrollment": "3/3/2020", "description": "Study for timing of mechanical ventilation for critically ill patients with novel coronavirus pneumonia (COVID-19): A medical records based retrospective Cohort study", "name": "ChiCTR2000030485", "primaryOutcome": "28-day mortality;ICU 14-day mortality;", "study_type": "Observational study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50459"}, "type": "Feature"}, {"geometry": {"coordinates": [123.426898, 41.800541], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "sylykjk@163.com", "contactPhone": "+86 18502468189", "dateEnrollment": "2/25/2020", "description": "An open and controlled clinical study to evaluate the efficacy and safety of Ganovo combined with ritonavir in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030472", "primaryOutcome": "Rate of composite advers outcomes: SPO2, PaO2/FiO2 and respiratory rate;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49753"}, "type": "Feature"}, {"geometry": {"coordinates": [118.09559, 24.56048], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "417433835@qq.com", "contactPhone": "+86 13806086169", "dateEnrollment": "3/6/2020", "description": "Novel coronavirus pneumonia (COVID-19) epidemic survey of medical students in various provinces and municipalities throughout the country", "name": "ChiCTR2000030541", "primaryOutcome": "PSS-14;", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50623"}, "type": "Feature"}, {"geometry": {"coordinates": [120.680436, 28.012744], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13968888872@163.com", "contactPhone": "+86 13857715778", "dateEnrollment": "2/29/2020", "description": "Zedoary Turmeric Oil for Injection in the treatment of Novel Coronavirus Pneumonia (COVID-19): a randomized, open, controlled trial", "name": "ChiCTR2000030518", "primaryOutcome": "Real-time fluorescent RT-PCR detection of pharyngeal swab were used to detect the negative conversion rate of the new coronavirus nucleic acid (tested after the end of medication) and the negative conversion time(measured every other day after the start o", "study_type": "Interventional study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50586"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147808, 30.355753], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "chzs1990@163.com", "contactPhone": "+86 13627288300", "dateEnrollment": "3/1/2020", "description": "The clinical value of corticosteroid therapy timing in the treatment of novel coronavirus pneumonia (COVID-19): a prospective randomized controlled trial", "name": "ChiCTR2000030481", "primaryOutcome": "The time of duration of COVID-19 nucleic acid RT-PCR test results of respiratory specimens (such as throat swabs) or blood specimens change to negative.;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50453"}, "type": "Feature"}, {"geometry": {"coordinates": [121.610952, 38.926305], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "411484335@qq.com", "contactPhone": "+86 17709877386", "dateEnrollment": "3/1/2020", "description": "A Randomized Controlled Trial for the Influence of TCM Psychotherapy on Negative Emotion of Patients with Novel Coronavirus Pneumonia (COVID-19) Based on Network Platform", "name": "ChiCTR2000030467", "primaryOutcome": "Psychological status;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50378"}, "type": "Feature"}, {"geometry": {"coordinates": [110.84607, 21.93924], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "gghicu@163.com", "contactPhone": "+86 13922745788", "dateEnrollment": "3/2/2020", "description": "Efficacy and safety of lipoic acid injection in reducing the risk of progression in common patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030471", "primaryOutcome": "Progression rate from mild to critical/severe;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50421"}, "type": "Feature"}, {"geometry": {"coordinates": [121.589997, 31.135576], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Xiumingsong@sina.com", "contactPhone": "+86 13817525012", "dateEnrollment": "2/27/2020", "description": "A randomized parallel controlled trial for LIUSHENWAN in Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030469", "primaryOutcome": "fever clearance time;Effective rate of TCM symptoms;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50082"}, "type": "Feature"}, {"geometry": {"coordinates": [117.012369, 36.663305], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "15168888626@163.com", "contactPhone": "+86 18660117915", "dateEnrollment": "3/7/2020", "description": "Clinical Prediction and Intervention of Pulmonary Function Impairment in Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030578", "primaryOutcome": "Pulmonary function;6 minutes walking distance;The Short Form -36 Healthy Survey;", "study_type": "Interventional study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50690"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "haoyaner@163.com", "contactPhone": "+86 13971679960", "dateEnrollment": "3/15/2020", "description": "Psychological Intervention of Children with Novel Coronavirus Disease (COVID-19)", "name": "ChiCTR2000030564", "primaryOutcome": "Child Stress Disorders Checklist evaluation;Achenbach children's behavior checklist evaluation;children's severe emotional disorder and psychological crisis during inpatient treatment;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50653"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "Kangyan@scu.edu.cn", "contactPhone": "+86 18980601566", "dateEnrollment": "3/3/2020", "description": "A medical records based study for Comparing Differences of Clinical Features and Outcomes of Novel Coronavirus Pneumonia (COVID-19) Patients between Sichuan Province and Wuhan City", "name": "ChiCTR2000030491", "primaryOutcome": "length of stay;length of stay in ICU;Hospital costs;Hospital costs;Antibiotic use;Organ function support measures;", "study_type": "Observational study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50552"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "s_1862777@163.com", "contactPhone": "+86 18627770651", "dateEnrollment": "2/1/2020", "description": "Study for the route of ocular surface transmission of novel coronavirus pneumonia (COVID-19) infection and related eye diseases", "name": "ChiCTR2000030489", "primaryOutcome": "Nuclei acid test of SARS-CoV-2 of conjunctival swab;Nuclei acid test of SARS-CoV-2 of throat swab;Nuclei acid test of SARS-CoV-2 of peripheral blood sample;Eye symptoms;Clinical symptoms;", "study_type": "Epidemilogical research", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50490"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "Fangmh@tjh.tjmu.edu.cn", "contactPhone": "+86 15071157405", "dateEnrollment": "2/24/2020", "description": "Study for the risk factors of critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030544", "primaryOutcome": "in-ICU mortality;mortality of 28 days;", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50134"}, "type": "Feature"}, {"geometry": {"coordinates": [106.739975, 33.054766], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "dongze.li@ymail.com", "contactPhone": "+86 028-85423248", "dateEnrollment": "3/1/2020", "description": "Early risk stratification of the Novel coronavirus infected diseases (COVID-19): a multicenter retrospective study (ERS-COVID-19 study)", "name": "ChiCTR2000030494", "primaryOutcome": "In-hospital mortality;Hospital mortality;", "study_type": "Observational study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50077"}, "type": "Feature"}, {"geometry": {"coordinates": [117.102071, 36.537669], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhagnweijinan@126.com", "contactPhone": "+86 13505319899", "dateEnrollment": "2/28/2020", "description": "Study for the key technique of integrative therapy of Novel Coronavirus Pneumonia (COVID-19): the TCM symptoms and treatment regulation", "name": "ChiCTR2000030468", "primaryOutcome": "disease incidence;Duration of PCR normalization;Distribution pattern of TCM syndromes;", "study_type": "Observational study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50390"}, "type": "Feature"}, {"geometry": {"coordinates": [120.802674, 27.829447], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "akidney_doctor@hotmail.com", "contactPhone": "+86 0577 55579261", "dateEnrollment": "3/2/2020", "description": "Clinical study for the effects of ACEIs/ARBs on the infection of novel coronavirus pneumonia (CoVID-19)", "name": "ChiCTR2000030453", "primaryOutcome": "ratio of severe cases;", "study_type": "Observational study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50381"}, "type": "Feature"}, {"geometry": {"coordinates": [110.778673, 32.646778], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "182190248@qq.com", "contactPhone": "+86 0719 8801713", "dateEnrollment": "2/2/2020", "description": "HUMSCs and Exosomes Treating Patients with Lung Injury following Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030484", "primaryOutcome": "PaO2 / FiO2 or respiratory rate (without oxygen);Frequency of respiratory exacerbation;Observe physical signs and symptoms and record clinical recovery time;The number and range of lesions indicated by CT and X-ray of lung;Time for cough to become mild or", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50263"}, "type": "Feature"}, {"geometry": {"coordinates": [116.434746, 39.953943], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "drhuoyong@163.com", "contactPhone": "+86 13901333060", "dateEnrollment": "3/6/2020", "description": "A Multicenter, Long- term Follow-up and Registration Study for Myocardial Injury and Prognosis of Novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030482", "primaryOutcome": "Cardiac injury;Death in hospital and/or Endotracheal Intubation Deaths during hospitalization;Admitted to the ICU;Composite end points of cardiovascular events( nonfatal heart failure, nonfatal myocardial infarction, nonfatal stroke or cardiovascular deat", "study_type": "Observational study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50353"}, "type": "Feature"}, {"geometry": {"coordinates": [113.258231, 23.159457], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wucaineng861010@163.com", "contactPhone": "+86 13580315308", "dateEnrollment": "3/2/2020", "description": "Cancelled by the investigator Influence of nasal high-fow preoxygenation on video laryngoscope for emergency intubation in patients with critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030465", "primaryOutcome": "SpO2 during intubation;the total time of intubation;Mask ventilation for SpO2 < 90%;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50388"}, "type": "Feature"}, {"geometry": {"coordinates": [114.599436, 29.436636], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "caiy_kf@163.com", "contactPhone": "+86 18702745799", "dateEnrollment": "2/19/2020", "description": "Cancelled due to lack of patient Effect of early pulmonary training on lung function and quality of life for novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030014", "primaryOutcome": "MRC breathlessness scale;6MWD;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49802"}, "type": "Feature"}, {"geometry": {"coordinates": [114.269338, 30.261813], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "wenqin-1987@163.com", "contactPhone": "+86 13808628560", "dateEnrollment": "3/4/2020", "description": "Survey for sleep, anxiety and depression status of Chinese residents during the outbreak of novel coronavirus infected disases (COVID-19)", "name": "ChiCTR2000030493", "primaryOutcome": "Pittsburgh sleep quality index;", "study_type": "Observational study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50547"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "huilanz_76@163.com", "contactPhone": "+86 15391532171", "dateEnrollment": "3/3/2020", "description": "Randomized, open, blank controlled trial for the efficacy and safety of recombinant human interferon alpha 1beta in the treatment of Wuhan patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030480", "primaryOutcome": "Incidence of side effects;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50470"}, "type": "Feature"}, {"geometry": {"coordinates": [116.55774, 39.854298], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lixmpumch@126.com", "contactPhone": "+86 13911467356", "dateEnrollment": "3/4/2020", "description": "Cytosorb in Treating Critically Ill Hospitalized Adult Patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030475", "primaryOutcome": "28 day mortality;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50452"}, "type": "Feature"}, {"geometry": {"coordinates": [113.094884, 28.092601], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "gchxyy@163.com", "contactPhone": "+86 0731-88618338", "dateEnrollment": "3/3/2020", "description": "Study for the clinical characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030464", "primaryOutcome": "Clinical characteristics;", "study_type": "Epidemilogical research", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50382"}, "type": "Feature"}, {"geometry": {"coordinates": [114.363204, 30.570483], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "liubende99@outlook.com", "contactPhone": "+86 13907191851", "dateEnrollment": "2/29/2020", "description": "Cancelled, due to modify the protocol A single-center, open-label and single arm trial to evaluate the efficacy and safety of anti-SARS-CoV-2 inactivated convalescent plasma in the treatment&", "name": "ChiCTR2000030312", "primaryOutcome": "Clinical symptom improvement rate: improvement rate of clinical symptoms = number of cases with clinical symptom improvement /number of enrolling cases * 100%;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50258"}, "type": "Feature"}, {"geometry": {"coordinates": [113.304412, 23.137034], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "pangi88@126.com", "contactPhone": "+86 15626235237", "dateEnrollment": "3/10/2020", "description": "Protective factors of mental resilience in first-line nurses with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030304", "primaryOutcome": "Mental status;Social support;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49653"}, "type": "Feature"}, {"geometry": {"coordinates": [118.88016, 31.934447], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fangzjnj@hotmail.com", "contactPhone": "+86 13372018676", "dateEnrollment": "2/26/2020", "description": "Study for the Effectiveness and Safety of Yi-Qi Hua-shi Jie-Du-Fang in the Treatment of the Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030479", "primaryOutcome": "lasting time of fever;lasting time of novel coronavirus pneumonia virus nucleic acid detected by RT-PCR and negative result rate of the novel coronavirus disease nucleic acid;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50450"}, "type": "Feature"}, {"geometry": {"coordinates": [116.430029, 39.927725], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lixmpumch@126.com", "contactPhone": "+86 13911467356", "dateEnrollment": "3/4/2020", "description": "oXiris Membrane in Treating Critically Ill Hospitalized Adult Patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030477", "primaryOutcome": "28 day mortality;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50458"}, "type": "Feature"}, {"geometry": {"coordinates": [121.519449, 31.278653], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "18930568129@163.com", "contactPhone": "+86 18930568129", "dateEnrollment": "2/25/2020", "description": "A Medical Based Retrospective Real World Study for Assessment of Effectiveness of Comprehensive Traditional Chinese Medicine in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030163", "primaryOutcome": "cure rate;duration of hospitalization;days of treatment;", "study_type": "Observational study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50031"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431245, 23.034973], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yefeng@gird.cn", "contactPhone": "+86 13710494278; +86 13622273918", "dateEnrollment": "2/20/2020", "description": "A pilot study for Integrated Chinese and Western Medicine in the treatment of non-critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029993", "primaryOutcome": "Main symptom relief time;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49435"}, "type": "Feature"}, {"geometry": {"coordinates": [106.669774, 29.47108], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "cgq1963@163.com", "contactPhone": "+86 023 68757780", "dateEnrollment": "2/1/2020", "description": "Epidemiological and clinical characteristics of COVID-19: a large-scale investigation in epicenter Wuhan, China", "name": "ChiCTR2000030256", "primaryOutcome": "Epidemiological and clinical characteristics;", "study_type": "Epidemilogical research", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50078"}, "type": "Feature"}, {"geometry": {"coordinates": [104.072808, 30.741573], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xcg718@aliyun.com", "contactPhone": "+86 18980880132", "dateEnrollment": "1/29/2020", "description": "Recommendations for Diagnosis and Treatment of Influenza Patients in the Hospital of Chengdu University of Traditional Chinese Medicine Under the Raging of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029550", "primaryOutcome": "CRP;ESR;PCT;Tn;Mb;D-Dimer;blood routine examination;chest CT;creatase;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48775"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470018, 30.464115], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "whuhjy@sina.com", "contactPhone": "+86 13554361146", "dateEnrollment": "2/18/2020", "description": "Study for using multiomics in the diagnosis and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029982", "primaryOutcome": "Patients' general information: epidemiological indicators such as age, gender, address, telephone, past medical history, and BMI;Division of disease;Genomics;Transcriptomics;Metabolomics;Proteomics;Laboratory inspection;Imaging examination;Etiological exa", "study_type": "Observational study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49724"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zhougene@medmail.com.cn", "contactPhone": "+86 027 83665506", "dateEnrollment": "1/31/2020", "description": "Severe novel coronavirus pneumonia (COVID-19) patients treated with ruxolitinib in combination with mesenchymal stem cells: a prospective, single blind, randomized controlled clinical trial", "name": "ChiCTR2000029580", "primaryOutcome": "Safety;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49088"}, "type": "Feature"}, {"geometry": {"coordinates": [121.495952, 31.338698], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "lunxu_liu@aliyun.com", "contactPhone": "+86 18980601525", "dateEnrollment": "2/3/2020", "description": "A Multicenter, Randomized, Controlled trial for Recombinant Super-Compound Interferon (rSIFN-co) in the Treatment of 2019 Novel Coronavirus (2019-nCoV) Infected Pneumonia", "name": "ChiCTR2000029638", "primaryOutcome": "Clinical symptoms;Blood routine;Biochemical and myocardial enzymes;C-reactive protein;Erythrocyte sedimentation rate;Inflammatory cytokines;Chest CT;Etiology Inspection;Vital signs;", "study_type": "Interventional study", "time": "2020-02-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49224"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhougene@medmail.com.cn", "contactPhone": "+86 027-83665506", "dateEnrollment": "1/31/2020", "description": "The investigation of cytokine expression profile of novel coronavirus pneumonia (COVID-19) and its clinical significance", "name": "ChiCTR2000029579", "primaryOutcome": "Cytokines;", "study_type": "Observational study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49045"}, "type": "Feature"}, {"geometry": {"coordinates": [121.420231, 31.181195], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zhoujian@sjtu.edu.cn", "contactPhone": "+86 18930172033", "dateEnrollment": "3/6/2020", "description": "Application of flash glucose monitoring to evaluate the effect of blood glucose changes on prognosis in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030436", "primaryOutcome": "time in range;", "study_type": "Observational study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50297"}, "type": "Feature"}, {"geometry": {"coordinates": [114.346627, 30.556226], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhangzz@whu.edu.cn", "contactPhone": "+86 13971687403", "dateEnrollment": "2/17/2020", "description": "A medical records based study for the clinical characteristics of anesthesia novel coronavirus pneumonia (COVID-19) patients during perioperative period and assessment of infection and mental health of Anesthesiology Department", "name": "ChiCTR2000029958", "primaryOutcome": "CT image of lung;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49635"}, "type": "Feature"}, {"geometry": {"coordinates": [104.072808, 30.741573], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "xcg718@aliyun.com", "contactPhone": "+86 18980880132", "dateEnrollment": "2/3/2020", "description": "Recommendations of Integrated Traditional Chinese and Western Medicine for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029549", "primaryOutcome": "Severe conversion rate;Oxygenation index;2019-nCoV nucleic acid test;Chest CT;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49014"}, "type": "Feature"}, {"geometry": {"coordinates": [104.072808, 30.741573], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tangjianyuan163@163.com", "contactPhone": "+86 13910768464", "dateEnrollment": "1/30/2020", "description": "Research for Traditional Chinese Medicine Technology Prevention and Control of Novel Coronavirus Pneumonia (COVID-19) in the Community Population", "name": "ChiCTR2000029479", "primaryOutcome": "Inccidence of 2019-nCoV pneumonia;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48773"}, "type": "Feature"}, {"geometry": {"coordinates": [114.462525, 38.035365], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "jiactm@163.com", "contactPhone": "+86 0311-83855881", "dateEnrollment": "2/1/2020", "description": "A randomized, open-label, blank-controlled trial for Lian-Hua Qing-Wen Capsule/Granule in the treatment of suspected novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029433", "primaryOutcome": "Clinical symptoms (fever, weakness, cough) recovery rate and recovery time;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48898"}, "type": "Feature"}, {"geometry": {"coordinates": [114.149573, 30.632687], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "1813886398@qq.com", "contactPhone": "13507117929", "dateEnrollment": "1/10/2020", "description": "A randomized, controlled open-label trial to evaluate the efficacy and safety of lopinavir-ritonavir in hospitalized patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029308", "primaryOutcome": "Clinical improvement time of 28 days after randomization;The 7-point scale;7 points: death;6 points: admission to ECMO and / or mechanical ventilation;5 points: Hospitalized for non-invasive ventilation and / or high-flow oxygen therapy;4 points: hospital", "study_type": "Interventional study", "time": "2020-01-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48684"}, "type": "Feature"}, {"geometry": {"coordinates": [114.447438, 38.019008], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "jiactm@163.com", "contactPhone": "+86 0311 83855881", "dateEnrollment": "2/1/2020", "description": "A randomized, open-label, blank-controlled trial for Lian-Hua Qing-Wen Capsule /Granule in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029434", "primaryOutcome": "Clinical symptoms (fever, weakness, cough) recovery rate and recovery time;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48889"}, "type": "Feature"}, {"geometry": {"coordinates": [-74.008642, 40.714579], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Drpitts@hudsonmedical.com", "contactPhone": "6465967386", "dateEnrollment": "Mar-20", "description": "Eculizumab (Soliris) in Covid-19 Infected Patients", "name": "NCT04288713", "primaryOutcome": "", "study_type": "Expanded Access", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04288713"}, "type": "Feature"}, {"geometry": {"coordinates": [116.558895, 39.859429], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "caobin_ben@163.com", "contactPhone": "13911318339", "dateEnrollment": "2/14/2020", "description": "Convalescent plasma for the treatment of severe and critical novel coronavirus pneumonia (COVID-19): a prospective randomized controlled trial", "name": "ChiCTR2000029757", "primaryOutcome": "the number of days between randomised grouping and clinical improvement;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49081"}, "type": "Feature"}, {"geometry": {"coordinates": [121.339438, 30.791749], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "luhongzhou@fudan.edu.cn;luhongzhou@fudan.edu.cn", "contactPhone": "+86-021-37990333;+86-021-37990333", "dateEnrollment": "6-Feb-20", "description": "Efficacy and Safety of Hydroxychloroquine for Treatment of Pneumonia Caused by 2019-nCoV ( HC-nCoV )", "name": "NCT04261517", "primaryOutcome": "The mortality rate of subjects at weeks 2;The virological clearance rate of throat swabs, sputum, or lower respiratory tract secretions at day 7;The virological clearance rate of throat swabs, sputum, or lower respiratory tract secretions at day 5;The vir", "study_type": "Interventional", "time": "2020-02-06", "weburl": "https://clinicaltrials.gov/show/NCT04261517"}, "type": "Feature"}, {"geometry": {"coordinates": [121.357351, 30.807416], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "luhongzhou@fudan.edu.cn", "contactPhone": "-37990268", "dateEnrollment": "30-Jan-20", "description": "Efficacy and Safety of Darunavir and Cobicistat for Treatment of Pneumonia Caused by 2019-nCoV", "name": "NCT04252274", "primaryOutcome": "The virological clearance rate of throat swabs, sputum, or lower respiratory tract secretions at day 7", "study_type": "Interventional", "time": "2020-01-29", "weburl": "https://clinicaltrials.gov/show/NCT04252274"}, "type": "Feature"}, {"geometry": {"coordinates": [118.874699, 24.842111], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13803818341@163.com", "contactPhone": "+86 13803818341", "dateEnrollment": "2/6/2020", "description": "Clinical Application and Theoretical Discussion of Fu-Zheng Qing-Fei Thought in Treating Non-Critical Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030896", "primaryOutcome": "Improvement of symptoms;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51028"}, "type": "Feature"}, {"geometry": {"coordinates": [114.469999, 30.464143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "majingzhi2002@163.com", "contactPhone": "+86 13871257728", "dateEnrollment": "3/14/2020", "description": "Retrospective and Prospective Study for Nosocomial infection in Stomatology Department under the Background of novel coronavirus pneumonia (COVID-19) epidemic period", "name": "ChiCTR2000030895", "primaryOutcome": "nosocomial infection ratio of SARS-Cov-2;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51034"}, "type": "Feature"}, {"geometry": {"coordinates": [116.453818, 39.804522], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "john131212@126.com", "contactPhone": "+86 13911405123", "dateEnrollment": "3/1/2020", "description": "Favipiravir Combined With Tocilizumab in the Treatment of novel coronavirus pneumonia (COVID-19) - A Multicenter, Randomized, Controlled Trial", "name": "ChiCTR2000030894", "primaryOutcome": "Clinical cure rate;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51126"}, "type": "Feature"}, {"geometry": {"coordinates": [118.892612, 24.857778], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "WH9400@163.com", "contactPhone": "+86 15937129400", "dateEnrollment": "3/19/2020", "description": "Study for effects of crisis intervention based on positive psychology for medical staffs working in the novel coronavirus pneumonia (COVID-19) field", "name": "ChiCTR2000030893", "primaryOutcome": "Symptom Checklist 90;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51073"}, "type": "Feature"}, {"geometry": {"coordinates": [118.778518, 32.043882], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "cjr.luguangming@vip.163.com", "contactPhone": "+86 13951608346", "dateEnrollment": "1/22/2020", "description": "Clinical and CT imaging Characteristics of novel coronavirus pneumonia (COVID-19): An Multicenter Cohort Study", "name": "ChiCTR2000030863", "primaryOutcome": "chest CT images;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50767"}, "type": "Feature"}, {"geometry": {"coordinates": [114.61723, 29.451354], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "13971587381@163.com", "contactPhone": "+86 13971587381", "dateEnrollment": "1/24/2020", "description": "Correlation analysis of blood eosinophil cell levels and clinical type category of novel coronavirus pneumonia (COVID-19): a medical records based retrospective study", "name": "ChiCTR2000030862", "primaryOutcome": "Laboratory inspection index;Oxygen therapy case;Film degree exam;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51107"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431245, 23.034973], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "lishiyue@188.com", "contactPhone": "+86 13902233925", "dateEnrollment": "2/27/2019", "description": "Development and application of a new intelligent robot for novel coronavirus (2019-nCOV) oropharygeal sampling", "name": "ChiCTR2000030861", "primaryOutcome": "CT;", "study_type": "Health services reaserch", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51103"}, "type": "Feature"}, {"geometry": {"coordinates": [114.276222, 30.59588], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "", "contactPhone": "", "dateEnrollment": "7-Mar-20", "description": "Safety Related Factors of Endotracheal Intubation in Patients With Severe Covid-19 Pneumonia", "name": "NCT04298814", "primaryOutcome": "Success rate of intubation;Infection rate of Anesthesiologist", "study_type": "Observational", "time": "2020-02-26", "weburl": "https://clinicaltrials.gov/show/NCT04298814"}, "type": "Feature"}, {"geometry": {"coordinates": [125.320911, 43.876058], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Wangtan215@sina.com", "contactPhone": "+86 13756858523", "dateEnrollment": "1/27/2020", "description": "Evaluation on the effect of Chushifangyi prescription in preventing novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030898", "primaryOutcome": "Confirmed 2019-ncov pneumonia;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50780"}, "type": "Feature"}, {"geometry": {"coordinates": [109.69133, 35.99219], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "1286779459@qq.com", "contactPhone": "+86 13975137399", "dateEnrollment": "2/1/2020", "description": "Open-label, observational study of human umbilical cord derived mesenchymal stem cells in the treatment of severe and critical patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030866", "primaryOutcome": "Oxygenation index (arterial oxygen partial pressure (PaO2) / oxygen concentration (FiO2));Conversion rate from serious to critical patients;Conversion rate and conversion time from critical to serious patients;Mortality in serious and critical patients;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50299"}, "type": "Feature"}, {"geometry": {"coordinates": [112.269727, 31.945686], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "274770142@qq.com", "contactPhone": "+86 13995789500", "dateEnrollment": "2/1/2020", "description": "Traditional Chinese Medicine for novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030864", "primaryOutcome": "2019-ncov-RNA;Chest CT;Routine blood test;Blood biochemistry;TCM symptom;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50662"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "aloof3737@126.com", "contactPhone": "+86 18971201115", "dateEnrollment": "3/16/2020", "description": "A medical records based study for investigation of dynamic profile of RT-PCR test for SARS-CoV-2 nucleic acid of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030860", "primaryOutcome": "RT-PCR test for SARS-CoV-2;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51102"}, "type": "Feature"}, {"geometry": {"coordinates": [121.362461, 31.357599], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "dr.xu@aliyun.com", "contactPhone": "+86 13501722091", "dateEnrollment": "1/31/2020", "description": "Study for the virus molecular evolution which driven the immune-pathological responses and the protection mechanisms of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030812", "primaryOutcome": "Single cell sequencing;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50947"}, "type": "Feature"}, {"geometry": {"coordinates": [114.268376, 30.264529], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "707986890@qq.com", "contactPhone": "+86 18971163158", "dateEnrollment": "3/1/2020", "description": "A medical based analysis for influencing factors of death of novel coronavirus pneumonia (COVID-19) patients in Wuhan third hospital", "name": "ChiCTR2000030859", "primaryOutcome": "Mortality rate;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51025"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "Shushengli16@sina.com", "contactPhone": "+86 13971086498", "dateEnrollment": "3/1/2020", "description": "Clinical study for bronchoscopic alveolar lavage in the treatment of critically trachea intubation patients with new coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030857", "primaryOutcome": "cytology;proteomics;chest X-ray;Oxygenation index;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51040"}, "type": "Feature"}, {"geometry": {"coordinates": [115.926134, 28.668621], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";Chenhongyi8660@163.com;Chenhongyi8660@163.com", "contactPhone": ";8613807088660;8613807088660", "dateEnrollment": "17-Feb-20", "description": "Evaluation of Ganovo (Danoprevir ) Combined With Ritonavir in the Treatment of Novel Coronavirus Infection", "name": "NCT04291729", "primaryOutcome": "Rate of composite adverse outcomes", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04291729"}, "type": "Feature"}, {"geometry": {"coordinates": [121.357351, 30.807416], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": ";luhongzhou@fudan.edu.cn;", "contactPhone": ";+86-021-37990333;008602137990333", "dateEnrollment": "1-Feb-20", "description": "Anti-SARS-CoV-2 Inactivated Convalescent Plasma in the Treatment of COVID-19", "name": "NCT04292340", "primaryOutcome": "Numbers of participants with different Clinical outcomes;The virological clearance rate of throat swabs, sputum, or lower respiratory tract secretions at day 7;The virological clearance rate of throat swabs, sputum, or lower respiratory tract secretions a", "study_type": "Observational", "time": "2020-02-25", "weburl": "https://clinicaltrials.gov/show/NCT04292340"}, "type": "Feature"}, {"geometry": {"coordinates": [114.276222, 30.59588], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Zhaojp88@126.com", "contactPhone": "13507138234", "dateEnrollment": "1-Mar-20", "description": "Efficacy and Safety of IFN-a2ß in the Treatment of Novel Coronavirus Patients", "name": "NCT04293887", "primaryOutcome": "The incidence of side effects;The incidence of side effects;The incidence of side effects", "study_type": "Interventional", "time": "2020-02-15", "weburl": "https://clinicaltrials.gov/show/NCT04293887"}, "type": "Feature"}, {"geometry": {"coordinates": [112.24472, 30.30722], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "49637569@qq.com", "contactPhone": "+86 13872250922", "dateEnrollment": "2/10/2020", "description": "Analysis for the mental health status of residents in Jingzhou during the outbreak of the novel coronavirus pneumonia (COVID-19) and corresponding influencing factors", "name": "ChiCTR2000030902", "primaryOutcome": "mental health status and influence factors;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51130"}, "type": "Feature"}, {"geometry": {"coordinates": [108.985829, 34.27069], "type": "Point"}, "properties": {"classification": "management", "contactEmail": ";;crystalleichong@126.com", "contactPhone": ";;+86-18629011362", "dateEnrollment": "1-Mar-20", "description": "Nitric Oxide Gas Inhalation for Severe Acute Respiratory Syndrome in COVID-19.", "name": "NCT04290871", "primaryOutcome": "SARS-free patients at 14 days", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04290871"}, "type": "Feature"}, {"geometry": {"coordinates": [119.306501, 26.087529], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "", "contactPhone": "", "dateEnrollment": "1-Jan-20", "description": "Clinical Progressive Characteristics and Treatment Effects of 2019-novel Coronavirus", "name": "NCT04292327", "primaryOutcome": "The time interval of Nucleic acid detection become negative;Mortality", "study_type": "Observational", "time": "2020-02-23", "weburl": "https://clinicaltrials.gov/show/NCT04292327"}, "type": "Feature"}, {"geometry": {"coordinates": [114.992636, 25.840511], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "", "contactPhone": "", "dateEnrollment": "14-Mar-20", "description": "Multicenter Clinical Study on the Efficacy and Safety of Xiyanping Injection in the Treatment of New Coronavirus Infection Pneumonia (General and Severe)", "name": "NCT04295551", "primaryOutcome": "Clinical recovery time", "study_type": "Interventional", "time": "2020-03-03", "weburl": "https://clinicaltrials.gov/show/NCT04295551"}, "type": "Feature"}, {"geometry": {"coordinates": [-79.919225, 43.260879], "type": "Point"}, "properties": {"classification": "management", "contactEmail": ";loebm@mcmaster.ca", "contactPhone": ";9053340010", "dateEnrollment": "1-Apr-20", "description": "Medical Masks vs N95 Respirators for COVID-19", "name": "NCT04296643", "primaryOutcome": "RT-PCR confirmed COVID-19 infection", "study_type": "Interventional", "time": "2020-03-03", "weburl": "https://clinicaltrials.gov/show/NCT04296643"}, "type": "Feature"}, {"geometry": {"coordinates": [115.756619, 30.659471], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "spine672@163.com", "contactPhone": "+86 13807172756", "dateEnrollment": "2/23/2020", "description": "Clinical observation and evaluation of traditional Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19) in Hubei 672 Orthopaedics Hospital of Integrated Chinese&Western Medicine", "name": "ChiCTR2000030810", "primaryOutcome": "Average discharge time;WBC;ALT, AST, gama-GT, BUN, Cr, CK-MB;turn serious/crisis ratio;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50986"}, "type": "Feature"}, {"geometry": {"coordinates": [114.61723, 29.451354], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "sxu@hust.edu.cn", "contactPhone": "+86 13517248539", "dateEnrollment": "2/22/2020", "description": "A medical records based study for clinical outcomes and follow-up of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030809", "primaryOutcome": "Clinical outcomes after discharge;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51015"}, "type": "Feature"}, {"geometry": {"coordinates": [114.220358, 22.393997], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "chris.kclai@cuhk.edu.hk", "contactPhone": "+852 3505 3333", "dateEnrollment": "3/9/2020", "description": "Retrospective analysis of epidemiology and transmission dynamics of patients confirmed with Coronavirus Disease (COVID-19) in Hong Kong", "name": "ChiCTR2000030901", "primaryOutcome": "Transmission dynamics of COVID-19 in Hong Kong;Characteristics of super-spreading events;Effectiveness of public health measures;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51064"}, "type": "Feature"}, {"geometry": {"coordinates": [121.209588, 30.179003], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "ljli@zju.edu.cn", "contactPhone": "+86 13906514210", "dateEnrollment": "1/22/2020", "description": "A clinical multicenter study for the occurrence, development and prognosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030854", "primaryOutcome": "white blood cell;lymphocyte;creatinine;CRP;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51083"}, "type": "Feature"}, {"geometry": {"coordinates": [106.908193, 27.704295], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zywenjianli@163.com", "contactPhone": "+86 15186660001", "dateEnrollment": "2/1/2020", "description": "Study for the effect of external diaphragmatic pacing assisted invasive ventilation and weaning in patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030855", "primaryOutcome": "Length of stay in ICU;Diaphragm movement;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51090"}, "type": "Feature"}, {"geometry": {"coordinates": [113.381295, 23.064331], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "liufb163@163.com", "contactPhone": "+86 020-36591782", "dateEnrollment": "3/15/2020", "description": "Study for the physical and mental health status of medical workers under the novel coronavirus pneumonia (COVID-19) epidemic", "name": "ChiCTR2000030850", "primaryOutcome": "Chinese health status scale;Self-rating Anxiety Scale;Self-rating Depression Scale;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51056"}, "type": "Feature"}, {"geometry": {"coordinates": [106.926106, 27.719962], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zywenjianli@163.com", "contactPhone": "+86 15186660001", "dateEnrollment": "2/1/2020", "description": "Evaluation of the protective effect of dexmedetomidine on patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030853", "primaryOutcome": "CK-MB;CTnI;neuron-specific enolase,NSE;BUN;scr.;lactic acid;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51081"}, "type": "Feature"}, {"geometry": {"coordinates": [116.470357, 39.926495], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "frank782008@aliyun.com", "contactPhone": "+86 13161985564", "dateEnrollment": "1/27/2020", "description": "Factors associated with death in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030852", "primaryOutcome": "Death;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51077"}, "type": "Feature"}, {"geometry": {"coordinates": [113.545779, 22.130002], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "15-Oct-20", "description": "Mental Health and Its Correlates Among Chinese Adolescents Exposed to the Novel Coronavirus Disease 2019", "name": "NCT04299711", "primaryOutcome": "The prevalence and incidence changes of common mental disorders", "study_type": "Observational", "time": "2020-03-04", "weburl": "https://clinicaltrials.gov/show/NCT04299711"}, "type": "Feature"}, {"geometry": {"coordinates": [121.547125, 29.858033], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "yehonghua@medmail.com.cn", "contactPhone": "+86 13505743664", "dateEnrollment": "2/10/2020", "description": "Evaluation of the effect of taking Newgen beta-gluten probiotic composite powder to nutrition intervention of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030897", "primaryOutcome": "serum albumin;siderophilin;prealbumin;lung CT scanning result;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50462"}, "type": "Feature"}, {"geometry": {"coordinates": [114.451251, 30.447073], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "nathancx@hust.edu.cn", "contactPhone": "+86 15972061080", "dateEnrollment": "2/17/2020", "description": "Exploratory study for Immunoglobulin From Cured COVID-19 Patients in the Treatment of Acute Severe novel coronavirus pneuvirus (COVID-19)", "name": "ChiCTR2000030841", "primaryOutcome": "Time to Clinical Improvement (TTCI);", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51072"}, "type": "Feature"}, {"geometry": {"coordinates": [121.400128, 31.207382], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "SP2082@shtrhospital.com", "contactPhone": "+86 18121225835", "dateEnrollment": "3/1/2020", "description": "Preliminary screening of novel coronavirus pneumonia (COVID-19) by special laboratory examination and CT imaging before surgery", "name": "ChiCTR2000030839", "primaryOutcome": "SAA;Detection of respiratory pathogen serotype;Lymphocyte subgroup detection;IgM and IgG detection;Pulmonary CT;", "study_type": "Screening", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50904"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "tjhdongll@163.com", "contactPhone": "+86 18672912727", "dateEnrollment": "3/20/2020", "description": "A multicenter retrospective study of rheumatic patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030795", "primaryOutcome": "Clinical features;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50982"}, "type": "Feature"}, {"geometry": {"coordinates": [121.563269, 29.882308], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "guoqing.qian@foxmail.com", "contactPhone": "+86 15888193663", "dateEnrollment": "1/20/2020", "description": "A medical records based study for epidemic and clinical features of novel coronavirus pneumonia (COVID-19) in Ningbo First Hospital", "name": "ChiCTR2000030778", "primaryOutcome": "Epidemiological features;", "study_type": "Observational study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50987"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147808, 30.355753], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xuhaibo1120@hotmail.com", "contactPhone": "+86 13545009416", "dateEnrollment": "1/20/2020", "description": "Development of warning system with clinical differential diagnosis and prediction for severe type of novel coronavirus pneumonia (COVID-19) patients based on artificial intelligence and CT images", "name": "ChiCTR2000030838", "primaryOutcome": "Precision;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51071"}, "type": "Feature"}, {"geometry": {"coordinates": [121.448242, 31.203182], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fangbji@163.com", "contactPhone": "+86 18917763257", "dateEnrollment": "2/1/2020", "description": "Novel coronavirus pneumonia (COVID-19) combined with Chinese and Western medicine based on ''Internal and External Relieving -Truncated Torsion'' strategy", "name": "ChiCTR2000030836", "primaryOutcome": "14 day outcome of the subjects, including: recovery, improvement, turning critical, death. ;Lung CT;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51054"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431245, 23.034973], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "luoqunx@163.com", "contactPhone": "+86 13710658121", "dateEnrollment": "3/6/2020", "description": "Efficacy and Safety of Pirfenidone in the Treatment of Severe Post-Novel Coronavirus Pneumonia (COVID-19) Fibrosis: a prospective exploratory experimental medical study", "name": "ChiCTR2000030892", "primaryOutcome": "HRCT pulmonary fibrosis score;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51118"}, "type": "Feature"}, {"geometry": {"coordinates": [105.425241, 28.894928], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lykyk3160823@126.com", "contactPhone": "+86 15228218357", "dateEnrollment": "2/18/2020", "description": "Clinical research and preparation development of qingfei detoxification decoction (mixture) for prevention and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030883", "primaryOutcome": "temperature;Systemic symptom;Respiratory symptoms;Chest imaging changes;Detection of novel coronavirus nucleic acid two consecutive negative time;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50960"}, "type": "Feature"}, {"geometry": {"coordinates": [114.61723, 29.451354], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "yuanyang70@hotmail.com", "contactPhone": "+86 13995561816", "dateEnrollment": "3/16/2020", "description": "Study for the pathogenesis and effective intervention of mood disorders caused by the novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030832", "primaryOutcome": "PHQ-9;GAD-7;PHQ-15;PSS-14;ISI;SHARPS;ACTH;cortisol;24-hour ECG;Magnetic resonance spectroscopy;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51044"}, "type": "Feature"}, {"geometry": {"coordinates": [121.519342, 29.864413], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "jingfengzhang73@163.com", "contactPhone": "+86 15706855886", "dateEnrollment": "1/1/2020", "description": "Development and application of novel coronavirus pneumonia (COVID-19) intelligent image classification system based on deep learning", "name": "ChiCTR2000030830", "primaryOutcome": "Abnormalities on chest CT;Exposure to source of transmission within past 14 days;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51009"}, "type": "Feature"}, {"geometry": {"coordinates": [112.46077, 33.78483], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "douqifeng@126.com", "contactPhone": "+86 13503735556", "dateEnrollment": "2/14/2020", "description": "Clinical study for the efficacy of Mesenchymal stem cells (MSC) in the treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030835", "primaryOutcome": "", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51050"}, "type": "Feature"}, {"geometry": {"coordinates": [114.617182, 29.45128], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "haoyaner@163.com", "contactPhone": "+86 13971679960", "dateEnrollment": "3/16/2020", "description": "Epidemiological Characteristics and Antibody Levels of novel coronavirus pneumonia (COVID-19) of Pediatric Medical Staff working in Quarantine Area", "name": "ChiCTR2000030834", "primaryOutcome": "Epidemiological characteristics;SARS-CoV-2 IgM, IgG antibody titer test result;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51047"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xpluo@tjh.tjmu.edu.cn", "contactPhone": "+86 027-83662684", "dateEnrollment": "2/1/2020", "description": "Establishment of an early warning model for maternal and child vertical transmission of COVID-19 infection", "name": "ChiCTR2000030865", "primaryOutcome": "Maternal and neonatal morbidity;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49933"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470128, 30.463982], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "tiejunwanghp@163.com", "contactPhone": "+86 13277914596", "dateEnrollment": "2/6/2020", "description": "Clinical characteristics and outcomes of 483 mild patients with novel coronavirus pneumonia (COVID-19) in Wuhan, China during the outbreak: A single-center, retrospective study from the mobile cabin hospital", "name": "ChiCTR2000030858", "primaryOutcome": "Discharge rate;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51097"}, "type": "Feature"}, {"geometry": {"coordinates": [115.77335, 30.67475], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "137585260@qq.com", "contactPhone": "+86 13907105212", "dateEnrollment": "2/1/2020", "description": "Retrospective study for the efficacy of ulinastatin combined with ''clear lung detoxification soup'' in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030806", "primaryOutcome": "blood RT;ABG;blood clotting function;liver and kidney function;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51029"}, "type": "Feature"}, {"geometry": {"coordinates": [110.863983, 21.954907], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "hulinhui@live.cn", "contactPhone": "+86 13580013426", "dateEnrollment": "2/1/2020", "description": "Exocarpium Citri Grandis Relieves Symptoms of Novel Coronavirus Pneunomia (COVID-19): a Randomized Controlled Clinical Trial", "name": "ChiCTR2000030804", "primaryOutcome": "Cough Score;Expectoration score;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51018"}, "type": "Feature"}, {"geometry": {"coordinates": [120.71201, 27.925373], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wzwsjcjg@126.com", "contactPhone": "+86 13857797188", "dateEnrollment": "2/15/2020", "description": "Study for the therapeutic effect and mechanism of traditional Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030759", "primaryOutcome": "The time for the positive nucleic acid of the novel coronavirus to turn negative;Incidence of deterioration;The defervescence time;Chest CT;Primary symptom remission rate;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49284"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "1097685807@qq.com", "contactPhone": "+86 18827001384", "dateEnrollment": "3/10/2020", "description": "A medical records based study for sedation and Analgesia Usage in critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030758", "primaryOutcome": "Dose of analgesic and sedative drugs;28-day mortality rate;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50590"}, "type": "Feature"}, {"geometry": {"coordinates": [114.268376, 30.264529], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hcwy100@163.com", "contactPhone": "+86 13871480868", "dateEnrollment": "3/1/2020", "description": "Retrospective analysis of digestive system symptoms in 600 cases of novel coronavirus pneumonia (COVID-19) in Guanggu district, Wuhan", "name": "ChiCTR2000030819", "primaryOutcome": "Liver function;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51039"}, "type": "Feature"}, {"geometry": {"coordinates": [118.891237, 24.857572], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "maozhengrong1971@163.com", "contactPhone": "+86 18695808321", "dateEnrollment": "1/31/2020", "description": "A medical records based study for the value of Lymphocyte subsets in the diagnose and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030818", "primaryOutcome": "ymphocyte subsets;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51037"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "Lmxia@tjh.tjmu.edu.cn", "contactPhone": "+86 13607176908", "dateEnrollment": "2/15/2020", "description": "An artificial intelligence assistant system for suspected novel coronavirus pneumonia (COVID-19) based on chest CT", "name": "ChiCTR2000030856", "primaryOutcome": "sensitivity;SPE;", "study_type": "Diagnostic test", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51091"}, "type": "Feature"}, {"geometry": {"coordinates": [118.892612, 24.857778], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "haoyibin0506@126.com", "contactPhone": "+86 15903715671", "dateEnrollment": "3/16/2020", "description": "Investigation on psychological status of novel coronavirus pneumonia (COVID-19) rehabilitation patients in Zhengzhou City and research on coping strategies", "name": "ChiCTR2000030849", "primaryOutcome": "SCL-90 scale;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51086"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "wt7636@126.com", "contactPhone": "+86 13971477320", "dateEnrollment": "1/20/2020", "description": "Establishment and validation of Premonitory model of deterioration of the 2019 novel corona virus pneumonia (COVID-19)", "name": "ChiCTR2000030799", "primaryOutcome": "cure rate;propotion of progression;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50995"}, "type": "Feature"}, {"geometry": {"coordinates": [121.401457, 31.008176], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xuyingjia@5thhospital.com", "contactPhone": "+86 18017321696", "dateEnrollment": "3/7/2020", "description": "clinical study for hemodynamics and cardiac arrhythmia of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030797", "primaryOutcome": "all-cause death;fatal arrhythmias;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50988"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470131, 30.463996], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xiemx@hust.edu.cn", "contactPhone": "+86 13607108938", "dateEnrollment": "2/28/2020", "description": "Multicenter clinical study of evaluation of multi-organ function in patients with novel coronavirus pneumonia (COVID-19) by ultrasound", "name": "ChiCTR2000030817", "primaryOutcome": "Two-dimensional ultrasound;M mode echocardiography;Doppler ultrasound;two-dimensional speckle tracking;three-dimensional echocardiography;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50631"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470018, 30.464115], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "314440820@qq.com", "contactPhone": "+86 13797062903", "dateEnrollment": "1/31/2020", "description": "Collection and analysis of clinical data in severe and critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030803", "primaryOutcome": "age;sex;comorbidities;chest-CT examination;standard blood counts;albumin;pre-albumin;hemoglobin;alanine transaminase;aspartate transaminase;creatinine;glucose;lipids;procalcitonin;C-reactive protein;coagulation function;nutritional risk screening;body wei", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51007"}, "type": "Feature"}, {"geometry": {"coordinates": [114.049251, 22.555937], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zyzy1933@163.com", "contactPhone": "+86 18823361933", "dateEnrollment": "3/13/2020", "description": "Impact of Novel Coronavirus Pneumonia (COVID-19) Epidemic Period on the Management of investigator-initiated clinical trial and the resilience of medical service providers", "name": "ChiCTR2000030757", "primaryOutcome": "Psychological assessment;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50648"}, "type": "Feature"}, {"geometry": {"coordinates": [112.38667, 24.91722], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhengqingyou@163.com", "contactPhone": "+86 18601085226", "dateEnrollment": "2/20/2020", "description": "Detection of SARS-CoV-2 in EPS / semen of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030756", "primaryOutcome": "SARS-CoV-2;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50705"}, "type": "Feature"}, {"geometry": {"coordinates": [114.469995, 30.46413], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "qning@vip.sina.com", "contactPhone": "+86 027-83662391", "dateEnrollment": "3/22/2020", "description": "Clinical validation and application of high-throughput novel coronavirus (2019-nCoV) screening detection kit", "name": "ChiCTR2000030833", "primaryOutcome": "RNA of 2019-nCov;SPE, SEN, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51035"}, "type": "Feature"}, {"geometry": {"coordinates": [114.61723, 29.451354], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "whtuye@163.com", "contactPhone": "+86 18986152706", "dateEnrollment": "1/1/2020", "description": "The analysis of related factors on improving oxygenation status by endotracheal intubation ventilation in severe patients suffered from novel coronavirus pneumonia (COVID-19): a single center and descriptive study in Wuhan", "name": "ChiCTR2000030831", "primaryOutcome": "Laboratory inspection index;Imaging examination results(chest CT);performance of intubation;therapeutic schedule;prognosis;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51036"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "ld_2069@163.com", "contactPhone": "+86 13507183749", "dateEnrollment": "1/27/2020", "description": "A retrospective study of clinical drug therapy in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030802", "primaryOutcome": "time and rate of cure; proportion and time of patients who progressed to severe disease;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51004"}, "type": "Feature"}, {"geometry": {"coordinates": [114.270106, 30.263297], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "541163409@qq.com", "contactPhone": "+86 18627151212", "dateEnrollment": "1/23/2020", "description": "Analysis of risk factors affecting prognosis of elderly patients infected with novel coronavirus pneumonia (COVID-19): a single-center retrospective observational study", "name": "ChiCTR2000030801", "primaryOutcome": "discharg time;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50998"}, "type": "Feature"}, {"geometry": {"coordinates": [121.599349, 31.137652], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "linzhaofen@sina.com", "contactPhone": "+86 13601605100, 13301833859, 13701682806", "dateEnrollment": "3/16/2020", "description": "A clinical trial for Ulinastatin Injection in the treatment of patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030779", "primaryOutcome": "blood gas;SOFA score;", "study_type": "Interventional study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50973"}, "type": "Feature"}, {"geometry": {"coordinates": [117.118667, 36.55192], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2/1/2020", "description": "A Medical Records Based analysis for Risk Factors for Outcomes After Respiratory Support in Patients with ARDS Due to Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030763", "primaryOutcome": "Pulmonary function;Cardiac function;neural function;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50921"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "bianyi2526@163.com", "contactPhone": "+86 15102710366", "dateEnrollment": "2/24/2020", "description": "Nutritional risk assessment and outcome prediction of critically ill novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030816", "primaryOutcome": "Mortality of ICU 28-day;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51048"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "eyedrwjm@163.com", "contactPhone": "+86 13886169836", "dateEnrollment": "2/20/2020", "description": "A medical records based analysis of clinical evidence of human-to-human transmission of 2019 novel coronavirus pneumonia (COVID-19) by conjunctival route", "name": "ChiCTR2000030814", "primaryOutcome": "Ocular Symptoms;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51042"}, "type": "Feature"}, {"geometry": {"coordinates": [121.820235, 30.941067], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "qinwang_1975@126.com", "contactPhone": "+86 13621964604", "dateEnrollment": "5/31/2020", "description": "Continuous renal replacement therapy (CRRT) alleviating inflammatory response in severe patients with novel coronavirus pneumonia (COVID-19) associated with renal injury: A Prospective study", "name": "ChiCTR2000030761", "primaryOutcome": "CRP;IL-6;TNF-alpha;IL-8;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50956"}, "type": "Feature"}, {"geometry": {"coordinates": [113.322325, 23.152701], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "zhanlianh@163.com", "contactPhone": "+86 13580584031", "dateEnrollment": "3/11/2020", "description": "Medical records based study for the accuracy of SARS-CoV-2 IgM antibody screening for diagnosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030754", "primaryOutcome": "false positive rate of SARS-CoV-2 IgM antibody;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50824"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "hygao@tjh.tjmu.edu.cn", "contactPhone": "+86 13886188018", "dateEnrollment": "3/15/2020", "description": "Characteristics, prognosis, and treatments effectiveness of critically ill patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030742", "primaryOutcome": "in-ICU mortality;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50857"}, "type": "Feature"}, {"geometry": {"coordinates": [117.136579, 36.567587], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2/1/2020", "description": "Observational Study for Prone Position Ventilation and Conventional Respiratory Support in ARDS Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030741", "primaryOutcome": "PaO2;PaCO2;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50907"}, "type": "Feature"}, {"geometry": {"coordinates": [106.937117, 27.709545], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "kiphoonwu@126.com", "contactPhone": "+86 13788989286", "dateEnrollment": "2/1/2020", "description": "Cancelled by the investigator Study on levels of inflammatory factors in peripheral blood of patients with novel coronavirus pneumonia (COVID-19) and their diagnostic and prognostic value", "name": "ChiCTR2000030800", "primaryOutcome": "", "study_type": "Diagnostic test", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50997"}, "type": "Feature"}, {"geometry": {"coordinates": [108.328009, 22.803234], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhangguogx@hotmail.com", "contactPhone": "+86 13978839646", "dateEnrollment": "1/17/2020", "description": "A study for clinical characteristics of novel coronavirus pneumonia (COVID-19) patients follow-up in Guangxi", "name": "ChiCTR2000030784", "primaryOutcome": "Epidemiological characteristics;clinical features;Treatment outcome;", "study_type": "Observational study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50307"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhwang_hust@hotmail.com", "contactPhone": "+86 13607195518", "dateEnrollment": "2/15/2020", "description": "Clinical characteristics and prognosis of cancer patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030807", "primaryOutcome": "lynphocyte;cytokine;cancer history;order of severity;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51019"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "wang6@tjh.tjmu.edu.cn", "contactPhone": "+86 13971625289", "dateEnrollment": "2/15/2020", "description": "Quantitative CT characteristic estimate the severity of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030805", "primaryOutcome": "Quantitative CT characteristic;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51026"}, "type": "Feature"}, {"geometry": {"coordinates": [114.268376, 30.264529], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "273225540@qq.com", "contactPhone": "+86 15377628125", "dateEnrollment": "2/10/2020", "description": "A medical records based study for clinical characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030798", "primaryOutcome": "blood biochemistry;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50994"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492935, 38.035112], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "yuanyd1108@163.com", "contactPhone": "+86 15833119392", "dateEnrollment": "1/29/2020", "description": "Clinical characteristics and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030796", "primaryOutcome": "mortality;effective rate;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50991"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147808, 30.355753], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zn_chenxiong@126.com", "contactPhone": "+86 13995599373", "dateEnrollment": "2/1/2020", "description": "Study for the Psychological Status of Medical Staff of Otolaryngology Head and Neck Surgery in Hubei Province under the Epidemic of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030768", "primaryOutcome": "anxiety;", "study_type": "Epidemilogical research", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50968"}, "type": "Feature"}, {"geometry": {"coordinates": [122.25586, 43.612217], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "nmbrbt8989@163.com", "contactPhone": "+86 18804758989", "dateEnrollment": "1/25/2020", "description": "Clinical Research for Traditional Mongolian Medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030751", "primaryOutcome": "nucleic acids probing;blood routine;blood biochemistry;Urine Routine;Blood Gas Analysis;CT;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50941"}, "type": "Feature"}, {"geometry": {"coordinates": [117.136579, 36.567587], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2/1/2020", "description": "A medical records based analysis for risk factors for death in patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030752", "primaryOutcome": "Outcome;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50925"}, "type": "Feature"}, {"geometry": {"coordinates": [115.66801, 30.785732], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lixiaodong555@126.com", "contactPhone": "+86 13908658127", "dateEnrollment": "2/22/2020", "description": "A prospective cohort study for comprehensive treatment of Chinese medicine in the treatment of convalescent patients of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030747", "primaryOutcome": "CT Scan-Chest;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50000"}, "type": "Feature"}, {"geometry": {"coordinates": [117.136579, 36.567587], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2/1/2020", "description": "Analysis of the incidence and risk factors of ARDS in patients with Novel Coronavirus Pneumonia (COVID-19).", "name": "ChiCTR2000030740", "primaryOutcome": "mortality;ICU hospital stay;mechanical ventilation time;mortality of 28 days;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50900"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zhonghui39@126.com", "contactPhone": "+86 18980601215", "dateEnrollment": "3/10/2020", "description": "Cross sectional study of dialysis treatment and mental status under the outbreak of novel coronavirus pneumonia (COVID-2019) in China", "name": "ChiCTR2000030708", "primaryOutcome": "Levels of anxiety, stress and depression;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50083"}, "type": "Feature"}, {"geometry": {"coordinates": [116.864324, 38.317421], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "849614995@qq.com", "contactPhone": "+86 13832102657", "dateEnrollment": "2/1/2020", "description": "The value of CD4 / CD8 cells, CRP / ALB and APCHEII in novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030782", "primaryOutcome": "28-day prognosis;", "study_type": "Observational study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50976"}, "type": "Feature"}, {"geometry": {"coordinates": [121.604885, 31.152031], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "money_0921@163.com", "contactPhone": "+86 13816108686", "dateEnrollment": "2/12/2020", "description": "Application of blood purification in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030773", "primaryOutcome": "death;Number of failure organs;Length of hospital stay;", "study_type": "Interventional study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50934"}, "type": "Feature"}, {"geometry": {"coordinates": [102.084812, 30.066937], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "27216302@qq.com", "contactPhone": "+86 17723451376", "dateEnrollment": "3/20/2020", "description": "Retrospective study on novel coronavirus pneumonia (COVID-19) in Tibetan Plateau", "name": "ChiCTR2000030707", "primaryOutcome": "Blood oxygen saturation;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50160"}, "type": "Feature"}, {"geometry": {"coordinates": [106.958064, 27.725512], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "haitao3140@sina.com", "contactPhone": "+86 18085287828", "dateEnrollment": "2/9/2020", "description": "Cancelled by the investigator Application of cas13a-mediated RNA detection in the assay of novel coronavirus nucleic acid (COVID-19)", "name": "ChiCTR2000030706", "primaryOutcome": "Sensitivity, specificity and accuracy;", "study_type": "Diagnostic test", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50001"}, "type": "Feature"}, {"geometry": {"coordinates": [116.30185, 39.979566], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "970236538@qq.com", "contactPhone": "+86 13699207252", "dateEnrollment": "3/7/2020", "description": "Research for the influence of epidemic of novel coronavirus pneumonia (COVID-19) on sleep, psychological and chronic diseases among different populations", "name": "ChiCTR2000030764", "primaryOutcome": "PSQI;PPHQ-9;GAD-7;PTSDChecklist-Civilian Version,PCL-C;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50852"}, "type": "Feature"}, {"geometry": {"coordinates": [106.618022, 26.643861], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ant000999@126.com", "contactPhone": "+86 13985004689", "dateEnrollment": "12/1/2019", "description": "Diagnosis and treatment of novel coronavirus pneumonia (COVID-19) in common and severe cases based on the theory of ''Shi-Du-Yi (damp and plague)''", "name": "ChiCTR2000030762", "primaryOutcome": "Clinical characteristics according to TCM;", "study_type": "Epidemilogical research", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50950"}, "type": "Feature"}, {"geometry": {"coordinates": [120.225434, 30.131115], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hongwang71@yahoo.com", "contactPhone": "+86 0571 87377780", "dateEnrollment": "3/13/2020", "description": "A medical records based study for clinical characteristics of 2019 novel coronavirus pneumonia (COVID-19) in Zhejiang province, China", "name": "ChiCTR2000030760", "primaryOutcome": "the clinical, laboratory and the radiologic characteristics;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50955"}, "type": "Feature"}, {"geometry": {"coordinates": [114.493758, 29.546693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "ctzhang0425@163.com", "contactPhone": "+86 15927668408", "dateEnrollment": "3/15/2020", "description": "A medical records based study for characteristics, prognosis of ederly patients with Novel Coronavirus Pneumonia (COVID-19) in Wuhan area", "name": "ChiCTR2000030755", "primaryOutcome": "Critical illness ratio;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50945"}, "type": "Feature"}, {"geometry": {"coordinates": [121.484683, 31.255045], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "16683890@qq.com", "contactPhone": "+86 13621759762", "dateEnrollment": "3/9/2020", "description": "Auscultatory characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030722", "primaryOutcome": "ascultation;", "study_type": "Observational study", "time": "2020-03-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50338"}, "type": "Feature"}, {"geometry": {"coordinates": [115.66801, 30.785732], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "lixiaodong555@126.com", "contactPhone": "+86 13908658127", "dateEnrollment": "3/1/2020", "description": "Prognosis Investigation and Intervention Study on Patients with novel coronavirus pneumonia (COVID-19) in recovery period Based on Community Health Management", "name": "ChiCTR2000030720", "primaryOutcome": "Medical imaging improvement rate in patients during recovery period;", "study_type": "Interventional study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50793"}, "type": "Feature"}, {"geometry": {"coordinates": [117.134667, 36.569068], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2/1/2020", "description": "A medical records based analysis of the Incidence and Risk Factors of Ventilator-associated Pneumonia in ARDS Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030753", "primaryOutcome": "ICU hospitalization days;The recurrence rate of infection;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50901"}, "type": "Feature"}, {"geometry": {"coordinates": [117.136579, 36.567587], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2/1/2020", "description": "Clinical Application of ECMO(or Ultra-Protective Lung Mechanical Ventilation) in the Treatment of Patients with ARDS due to novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030744", "primaryOutcome": "Inpatient mortality;ICU hospital stay;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50910"}, "type": "Feature"}, {"geometry": {"coordinates": [113.25, 23.5], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": "zhaozl2006@163.com", "contactPhone": "+86 13828895409", "dateEnrollment": "3/1/2020", "description": "A clinical study for effectiveness and safety evaluation for recombinant chimeric COVID-19 epitope DC vaccine in the treatment of novel coronavirus pneumonia", "name": "ChiCTR2000030750", "primaryOutcome": "Shorten the duration of the disease;Antipyretic rate;Severe rate;Time of virus nucleic acid turning negative;Negative rate of viral nucleic acid;Time for improvement of lung image;PCT;CRP;IL-17;WBC;Lymphocyte subtype analysis;Blood gas analysis;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50928"}, "type": "Feature"}, {"geometry": {"coordinates": [114.346627, 30.556226], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2/12/2020", "description": "Randomized controlled trial for Chloroquine Phosphate in the Treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030718", "primaryOutcome": "Time to Clinical Recovery;", "study_type": "Interventional study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50843"}, "type": "Feature"}, {"geometry": {"coordinates": [117.136579, 36.567587], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2/1/2020", "description": "Exploration of the Clinical Characteristics of Patients with Novel Coronavirus Pneumonia (COVID-19) and Its Differences from Patients with Severe Influenza A and MERS", "name": "ChiCTR2000030739", "primaryOutcome": "Tempreture;cough;dyspnea;Blood Routine;Aterial Blood Gas;Chest CT Scan;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50896"}, "type": "Feature"}, {"geometry": {"coordinates": [110.406792, 21.191661], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "huanqinhan@126.com", "contactPhone": "+86 13828291023", "dateEnrollment": "3/16/2020", "description": "A comparative study for the sensitivity of induced sputum and throat swabs for the detection of SARS-CoV-2 by real-time PCR in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030721", "primaryOutcome": "detection of SARS-CoV-2 RNA;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50759"}, "type": "Feature"}, {"geometry": {"coordinates": [116.56006, 39.800859], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "caobin_ben@163.com", "contactPhone": "+86 13911318339", "dateEnrollment": "2/15/2020", "description": "Plasma of the convalescent in the treatment of novel coronavirus pneumonia (COVID-19) common patient: a prospective clinical trial", "name": "ChiCTR2000030702", "primaryOutcome": "Time to clinical recovery after randomization;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50537"}, "type": "Feature"}, {"geometry": {"coordinates": [121.544494, 29.868505], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "lorenzo_87@163.com", "contactPhone": "+86 0574-87085111", "dateEnrollment": "3/10/2020", "description": "A multi-center, open-label observation study for psychological status and intervention efficacy of doctors, nurses, patients and their families in novel coronavirus pneumonia (COVID-19) designated hospitals", "name": "ChiCTR2000030697", "primaryOutcome": "SDS;SAS;PSQI;", "study_type": "Observational study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50781"}, "type": "Feature"}, {"geometry": {"coordinates": [121.54117, 31.327369], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hywangk@vip.sina.com", "contactPhone": "+86 13801955367", "dateEnrollment": "2/10/2020", "description": "Study for immune cell subsets in convalescent patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030690", "primaryOutcome": "Lymphocyte grouping;", "study_type": "Basic Science", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50261"}, "type": "Feature"}, {"geometry": {"coordinates": [121.501404, 31.270678], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "maggie_zhangmin@163.com", "contactPhone": "+86 18121288279", "dateEnrollment": "2/1/2020", "description": "Efficacy and safety of tozumab combined with adamumab(Qletli) in severe and critical patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030580", "primaryOutcome": "chest computerized tomography;Nucleic acid detection of novel coronavirus;TNF-alpha;IL-6;IL-10;", "study_type": "Interventional study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50693"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470023, 30.46414], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "fangmh@tjh.tjmu.edu.cn", "contactPhone": "+86 15071157405", "dateEnrollment": "4/1/2020", "description": "A medical records based study for risk assessment and treatment timing of invasive fungal infection in novel coronavirus pneumonia (COVID-19) critical patients", "name": "ChiCTR2000030717", "primaryOutcome": "14-days mortality;28-days mortality;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50860"}, "type": "Feature"}, {"geometry": {"coordinates": [114.615524, 29.453531], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "lhgyx@hotmail.com", "contactPhone": "+86 13871402927", "dateEnrollment": "3/5/2020", "description": "Shedding of SARS-CoV-2 in human semen and evaluation of reproductive health of novel coronavirus pneumonia (COVID-19) male patients", "name": "ChiCTR2000030716", "primaryOutcome": "SARS-CoV-2 virus;sex hormones;sperm quality;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50850"}, "type": "Feature"}, {"geometry": {"coordinates": [114.617165, 29.452473], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "784404524@qq.com", "contactPhone": "+86 18995598097", "dateEnrollment": "3/1/2020", "description": "A retrospective cohort study for integrated traditional Chinese and western medicine in the treatment of 1071 patients with novel coronavirus pneumonia (COVID-19) in Wuhan", "name": "ChiCTR2000030719", "primaryOutcome": "Mortality rate;Common-severe conversion rate;Length of hospital stay.;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50867"}, "type": "Feature"}, {"geometry": {"coordinates": [109.797899, 35.881671], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "pinhuapan668@126.com", "contactPhone": "+86 13574171102", "dateEnrollment": "3/10/2020", "description": "A randomized, blinded, controlled, multicenter clinical trial to evaluate the efficacy and safety of Ixekizumab combined with conventional antiviral drugs in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030703", "primaryOutcome": "Lung CT;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50251"}, "type": "Feature"}, {"geometry": {"coordinates": [114.281173, 22.738557], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "41180423@qq.com", "contactPhone": "+86 13760857996", "dateEnrollment": "3/10/2020", "description": "A randomized, parallel controlled open-label trial for the efficacy and safety of Prolongin (Enoxaparin Sodium Injection) in the treatment of adult patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030701", "primaryOutcome": "Time to Virus Eradication;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50795"}, "type": "Feature"}, {"geometry": {"coordinates": [114.451251, 30.447073], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "whxhzy@163.com", "contactPhone": "+86 13971292838", "dateEnrollment": "3/9/2020", "description": "Study for the efficacy and safety of Prolongin (Enoxaparin Sodium Injection) in treatment of novel coronavirus pneumonia (COVID-19) adult common patients", "name": "ChiCTR2000030700", "primaryOutcome": "Time to Virus Eradication;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50786"}, "type": "Feature"}, {"geometry": {"coordinates": [115.19204, 31.44533], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "b5477@163.com", "contactPhone": "+86 15907190882", "dateEnrollment": "2/1/2020", "description": "Novel coronavirus pneumonia (COVID-19) associated kidney injury in children", "name": "ChiCTR2000030687", "primaryOutcome": "temperature;heart rate;respiratory rate;blood pressure;Urine volume;blood routine;C-reactive protein;erythrocyte sedimentation rat;pulmonary CT;liver function;coagulation function;renal function;immunoglobulin;complement;T cell subsets;electrolytes;Urine ", "study_type": "Basic Science", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50572"}, "type": "Feature"}, {"geometry": {"coordinates": [114.417554, 30.44618], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "153267742@qq.com", "contactPhone": "+86 18971163518", "dateEnrollment": "2/4/2020", "description": "Efficacy and safety of honeysuckle oral liquid in the treatment of novel coronavirus pneumonia (COVID-19): a multicenter, randomized, controlled, open clinical trial", "name": "ChiCTR2000030545", "primaryOutcome": "Recovery time;Pneumonia psi score;", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50126"}, "type": "Feature"}, {"geometry": {"coordinates": [116.415921, 39.875082], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "caobaoshan0711@aliyun.com", "contactPhone": "+86 15611963362", "dateEnrollment": "3/3/2020", "description": "The effects of prevention and control measures on treatment and psychological status of cancer patients during the novel coronavirus pneumonia (COVID-19) outbreak", "name": "ChiCTR2000030686", "primaryOutcome": "impact on the treatment of tumor patients;", "study_type": "Observational study", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50714"}, "type": "Feature"}, {"geometry": {"coordinates": [115.209953, 31.460997], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "liuzsc@126.com", "contactPhone": "+86 027-82433145", "dateEnrollment": "1/28/2020", "description": "Cohort study of Novel Coronavirus Infected Diseases (COVID-19) in children", "name": "ChiCTR2000030679", "primaryOutcome": "Clinical characteristics;Clinical outcomes;", "study_type": "Observational study", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50730"}, "type": "Feature"}, {"geometry": {"coordinates": [113.428445, 23.037945], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "chenlei0nan@163.com", "contactPhone": "+86 13570236595", "dateEnrollment": "3/9/2020", "description": "The prediction value of prognosis of novel coronavirus pneumonia (COVID-19) in elderly patients by modified early warning score (MEWS): a medical records based retrospective observational study", "name": "ChiCTR2000030683", "primaryOutcome": "In-hospital mortality;ACC, SEN, SPE, ROC;", "study_type": "Diagnostic test", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50633"}, "type": "Feature"}, {"geometry": {"coordinates": [115.995513, 36.458172], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "ly29.love@163.com", "contactPhone": "+86 18263511977", "dateEnrollment": "3/16/2020", "description": "An anaesthesia procedure and extubation strategy for reducing patient agitation and cough after extubation that can be used to prevent the spread of Novel Coronavirus Pneumonia (COVID-19) and other infectious viruses in the operating Room", "name": "ChiCTR2000030681", "primaryOutcome": "cough;agitation;", "study_type": "Interventional study", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50763"}, "type": "Feature"}, {"geometry": {"coordinates": [113.395373, 23.005948], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "docterwei@sina.com", "contactPhone": "+86 18922238906", "dateEnrollment": "3/7/2020", "description": "Cancelled by the investigator Epidemiological research of novel coronavirus pneumonia (COVID-19) suspected cases based on virus nucleic acid test combined with low-dose chest CT screening in primary hospital", "name": "ChiCTR2000030558", "primaryOutcome": "CT image features;Fever;Throat swab virus nucleic acid tes;lymphocyte;", "study_type": "Epidemilogical research", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50678"}, "type": "Feature"}, {"geometry": {"coordinates": [109.08186, 34.31829], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "13816012151@163.com", "contactPhone": "+86 13816012151", "dateEnrollment": "3/5/2020", "description": "Cancelled by the investigator Clinical trial for umbilical cord blood CIK and NK cells in the treatment of mild and general patients infected with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030329", "primaryOutcome": "Status of immune function;The time of nucleic acid turns to negative;Length of stay in-hospital;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49779"}, "type": "Feature"}, {"geometry": {"coordinates": [105.89392, 29.35376], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "164738059@qq.com", "contactPhone": "+86 13668077090", "dateEnrollment": "2/26/2020", "description": "Cancelled due to lack of patients Investigation on Mental Health Status and Psychological Intervention of Hospitalized Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030466", "primaryOutcome": "Comprehensive psychological assessment;Mental toughness;Solution;", "study_type": "Observational study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50387"}, "type": "Feature"}, {"geometry": {"coordinates": [112.351289, 30.196701], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "99xw@sina.com", "contactPhone": "+86 071 68494565", "dateEnrollment": "2/18/2020", "description": "Efficacy and safety of Xue-Bi-Jing injection in the treatment of severe cases of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030388", "primaryOutcome": "The percentage of patients who convert to moderate one;The rate of shock;Endotracheal intubation ratio;Time spent on the ventilator;mortality;Time of virus nucleic acid test turning negative;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50306"}, "type": "Feature"}, {"geometry": {"coordinates": [116.319763, 39.995233], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "miaoqing55@sina.com", "contactPhone": "+86 13910812309", "dateEnrollment": "3/9/2020", "description": "Medical records based study for the correlation between Chinese medicine certificate and lung image of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030606", "primaryOutcome": "Imaging;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50713"}, "type": "Feature"}, {"geometry": {"coordinates": [116.319763, 39.995233], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "miaoqing55@sina.com", "contactPhone": "+86 13910812309", "dateEnrollment": "3/9/2020", "description": "Medical records based study for the correlation between Chinese medicine certificate and lung image of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030597", "primaryOutcome": "Disease Severity;Imaging;Syndrome Features of TCM;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50702"}, "type": "Feature"}, {"geometry": {"coordinates": [117.361135, 32.948089], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "sir_shi@126.com", "contactPhone": "+86 13855288331", "dateEnrollment": "2/1/2020", "description": "A medical records based real world study for the characteristics and correlation mechanism of traditional Chinese medicine combined with western medicine in the treatment of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030619", "primaryOutcome": "treatment effect;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50656"}, "type": "Feature"}, {"geometry": {"coordinates": [113.382659, 23.064525], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "sakeonel@126.com", "contactPhone": "+86 13760661654", "dateEnrollment": "3/1/2020", "description": "Cancelled by the investigator A multicentre, randomized, controlled trial for the Ba-Duan-Jin in the adjunctive treatment of patients with common type novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030483", "primaryOutcome": "", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50495"}, "type": "Feature"}, {"geometry": {"coordinates": [114.369829, 22.612371], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "524712958@qq.com", "contactPhone": "+86 15618795225", "dateEnrollment": "3/19/2020", "description": "Cancelled by the investigator Mechanism of novel coronavirus pneumonia (COVID-19) virus with silent latent immune system induced by envelope protein and vaccine development", "name": "ChiCTR2000030306", "primaryOutcome": "Time to disease recovery;Time and rate of coronavirus become negative;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50222"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431541, 23.037938], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zhb-ck@163.com", "contactPhone": "+86 13826041759", "dateEnrollment": "1/31/2020", "description": "Cancelled by the investigator Study for sleep status of medical staffs of hospitals administrating suspected cases of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030221", "primaryOutcome": "sleep status and related factors of insomnia;", "study_type": "Health services reaserch", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50071"}, "type": "Feature"}, {"geometry": {"coordinates": [116.470636, 39.819566], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "fxzhu72@163.com", "contactPhone": "+86 13911005275", "dateEnrollment": "2/24/2020", "description": "Lung ultrasound in the diagnosis, treatment and prognosis of pulmonary lesions of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030114", "primaryOutcome": "Lung ultrasound;Chest computed tomography (CT);Respiratory and oxygenation indicators;Prognostic indicators (length of stay, mortality);", "study_type": "Diagnostic test", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49987"}, "type": "Feature"}, {"geometry": {"coordinates": [115.378113, 27.730967], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "ht2000@vip.sina.com", "contactPhone": "+86 13803535961", "dateEnrollment": "2/23/2020", "description": "Cancelled by the investigator Randomized controlled trial for the efficacy of dihydroartemisinine piperaquine in the treatment of mild/common novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030082", "primaryOutcome": "The time when the nucleic acid of the novel coronavirus turns negative;Conversion to heavy/critical type;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49915"}, "type": "Feature"}, {"geometry": {"coordinates": [113.270573, 23.13598], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lmzmay@163.com", "contactPhone": "+86 18922108136", "dateEnrollment": "3/6/2020", "description": "Application of TCM Nursing Scheme in Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030528", "primaryOutcome": "GAD-7;", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50641"}, "type": "Feature"}, {"geometry": {"coordinates": [126.748501, 45.652573], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "drkaijiang@163.com", "contactPhone": "+86 0451-53602290", "dateEnrollment": "3/13/2020", "description": "Cancelled by the investigator Clinical Study of NK Cells in the Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030509", "primaryOutcome": "Time and rate of novel coronavirus become negative.;", "study_type": "Interventional study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49956"}, "type": "Feature"}, {"geometry": {"coordinates": [118.898072, 31.950114], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "nhb_2002@126.com", "contactPhone": "+86 15312019183", "dateEnrollment": "2/26/2020", "description": "Cancelled by the investigator Study for the Effectiveness and Safety of Compound Yuxingcao Mixture in the Treatment of the Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030478", "primaryOutcome": "lasting time of fever;lasting time of novel coronavirus pneumonia virus nucleic acid detected by RT-PCR and negative result rate of the novel coronavirus disease nucleic acid;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50460"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431245, 23.034973], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zqling68@hotmail.com", "contactPhone": "+86 13609068871", "dateEnrollment": "2/10/2020", "description": "Multicenter study for the treatment of Dipyridamole with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030055", "primaryOutcome": "Complete Blood Count;CRP;blood coagulation;D-dimer;Virological examination of pharyngeal swab;Pulmonary imaging;", "study_type": "Prognosis study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49864"}, "type": "Feature"}, {"geometry": {"coordinates": [112.369202, 30.212368], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "99xw@sina.com", "contactPhone": "+86 18972161798", "dateEnrollment": "2/25/2020", "description": "Clinical study for Lopinavir and Ritonavir in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030187", "primaryOutcome": "Endotracheal intubation rate;mortality;Ratio of virus nucleic acid detection to negative;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50057"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431533, 23.037948], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "gz8hcwp@126.com", "contactPhone": "+86 020-83710825", "dateEnrollment": "2/16/2020", "description": "Cancelled by investigator Single arm study for the efficacy and safety of GD31 in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029895", "primaryOutcome": "The negative conversion rate and negative conversion time of novel coronavirus nucleic acid;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49569"}, "type": "Feature"}, {"geometry": {"coordinates": [121.448242, 31.203182], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "ljjia@shutcm.edu.cn", "contactPhone": "+86 13585779708", "dateEnrollment": "3/3/2020", "description": "Study for meditation assists for the rehabilitation of patients with novel coronaviruse pneumonia (COVID-19)", "name": "ChiCTR2000030476", "primaryOutcome": "Self-rating depression scale;self-rating anxiety scale;Athens Insomnia Scale;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50455"}, "type": "Feature"}, {"geometry": {"coordinates": [126.646602, 45.751374], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "18604501911@163.com", "contactPhone": "+86 18604501911", "dateEnrollment": "3/1/2020", "description": "Cancelled by the investigator Efficacy and safety of chloroquine phosphate inhalation combined with standard therapy in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030417", "primaryOutcome": "Temperature returns to normal for more than 3 days;Respiratory symptoms improved significantly;Pulmonary imaging showed that acute exudative lesions were significantly improved;Negative for two consecutive tests of respiratory pathogenic nucleic acid (sam", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50279"}, "type": "Feature"}, {"geometry": {"coordinates": [113.43116, 23.033944], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "wwei@chinacord.org", "contactPhone": "+86 13729856651", "dateEnrollment": "3/1/2020", "description": "Cancelled by the investigator Study on the effect of human placenta biological preparation on the defense of immune function against novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029984", "primaryOutcome": "IFN-gama;TNF-alpha;Blood routine index;Time and rate of coronavirus become negative;immunoglobulin;Exacerbation (transfer to RICU) time;Clearance rate and time of main symptoms (fever, fatigue, cough);", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49712"}, "type": "Feature"}, {"geometry": {"coordinates": [109.051263, 34.124283], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "gaomedic@163.com", "contactPhone": "+86 15091544672", "dateEnrollment": "2/24/2020", "description": "Cancelled by the investigator An observational study of high-dose Vitamin C in the treatment of severe and critical patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029957", "primaryOutcome": "Ventilation-free days;mortality;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49633"}, "type": "Feature"}, {"geometry": {"coordinates": [113.054973, 23.679754], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "surewin001@126.com", "contactPhone": "+86 13500296796", "dateEnrollment": "2/20/2020", "description": "Cancelled by the investigator A randomized, double-blind, parallel, controlled trial for comparison of phosphoric chloroquine combined with standard therapy and standard therapy in mild/common patients with novel coronavirus p", "name": "ChiCTR2000030031", "primaryOutcome": "Time of conversion to be negative of novel coronavirus nucleic acid;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49806"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45319, 30.445692], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "majingzhi2002@163.com", "contactPhone": "+86 13871257728", "dateEnrollment": "2/21/2020", "description": "Nucleic acid analysis of novel coronavirus pneumonia (COVID-19) in morning sputum samples and pharyngeal swabs-a prospectively diagnostic test", "name": "ChiCTR2000030005", "primaryOutcome": "detection of SARS-Cov-2 nucleic acid;SEN, ACC;", "study_type": "Diagnostic test", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49669"}, "type": "Feature"}, {"geometry": {"coordinates": [114.468366, 30.462154], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "liubende99@outlook.com", "contactPhone": "+86 13907191851", "dateEnrollment": "2/29/2020", "description": "Cancelled by investigator A randomized, open-label, controlled and single-center trial to evaluate the efficacy and safety of anti-SARS-CoV-2 inactivated convalescent plasma in the treatment of novel coronavirus pneumonia (COVID-19) patient", "name": "ChiCTR2000030381", "primaryOutcome": "Clinical symptom improvement rate: improvement rate of clinical symptoms = number of cases with clinical symptom improvement /number of enrolling cases * 100%;", "study_type": "Interventional study", "time": "2020-02-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50290"}, "type": "Feature"}, {"geometry": {"coordinates": [108.944717, 34.2348], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "gaomedic@163.com", "contactPhone": "+86 15091544672", "dateEnrollment": "2/25/2020", "description": "Cancelled by the investigator A randomized controlled trial for high-dose Vitamin C in the treatment of severe and critical novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030135", "primaryOutcome": "Ventilation-free days;mortality;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50002"}, "type": "Feature"}, {"geometry": {"coordinates": [112.262011, 30.308455], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hbjzyyywlc@163.com", "contactPhone": "+86 071 68497225", "dateEnrollment": "2/17/2020", "description": "Cancelled by the investigator A randomized, double-blind, parallel, controlled trial for comparison of phosphoric chloroquine combined with standard therapy and standard therapy in mild/common patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029837", "primaryOutcome": "Time of conversion to be negative of novel coronavirus nucleic acid;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49495"}, "type": "Feature"}, {"geometry": {"coordinates": [112.279924, 30.324122], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hbjzyyywlc@163.com", "contactPhone": "+86 071 68497225", "dateEnrollment": "2/17/2020", "description": "Cancelled by the investigator A randomized, double-blind, parallel, controlled trial for comparison of phosphoric chloroquine combined with standard therapy and standard therapy in serious/critically ill patients with novel coronavirus pneumoni", "name": "ChiCTR2000029826", "primaryOutcome": "Mortality rate;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49481"}, "type": "Feature"}, {"geometry": {"coordinates": [113.43116, 23.033944], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2/20/2020", "description": "Cancelled by the investigator Clinical Study of Cord Blood NK Cells Combined with Cord Blood Mesenchymal Stem Cells in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029817", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49384"}, "type": "Feature"}, {"geometry": {"coordinates": [113.307855, 23.129178], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2/20/2020", "description": "Cancelled by the investigator Clinical Study for Umbilical Cord Blood Mononuclear Cells in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029812", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49374"}, "type": "Feature"}, {"geometry": {"coordinates": [107.047757, 27.599864], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "188116999@qq.com", "contactPhone": "+86 15208660008", "dateEnrollment": "2/22/2020", "description": "Cancelled by the investigator Study for the false positive rate of IgM / IgG antibody test kit for novel coronavirus pneumonia (COVID-19) in different inpatients", "name": "ChiCTR2000030085", "primaryOutcome": "Positive/Negtive;False positive of rate ;", "study_type": "Diagnostic test", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49948"}, "type": "Feature"}, {"geometry": {"coordinates": [121.835116, 30.957515], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "shanclhappy@163.com", "contactPhone": "+86 18616974986", "dateEnrollment": "2/18/2020", "description": "The effect of Gymnastic Qigong Yangfeifang on functional recovery and quality of life in patients with mild novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029976", "primaryOutcome": "Oxygen Inhalation Frequency;Oxygen Intake Time;cough;Degree of expiratory dyspnoea;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49631"}, "type": "Feature"}, {"geometry": {"coordinates": [113.43116, 23.033944], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2/20/2020", "description": "Cancelled by the investigator Clinical Study for Umbilical Cord Blood Plasma in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029818", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49382"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431559, 23.037928], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2/20/2020", "description": "Cancelled by the investigator Clinical Study for Cord Blood Mesenchymal Stem Cells in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029816", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49389"}, "type": "Feature"}, {"geometry": {"coordinates": [114.176821, 30.5018], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hkq123123@163.com", "contactPhone": "+86 15287110369", "dateEnrollment": "2/1/2020", "description": "Cancelled by investigator A cox regression analysis of prognosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029820", "primaryOutcome": "DEATH;", "study_type": "Observational study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49492"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470018, 30.464115], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "whuhjy@sina.com", "contactPhone": "+86 13554361146", "dateEnrollment": "2/13/2020", "description": "Study for epidemiology, diagnosis and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029770", "primaryOutcome": "Patients’ general information: epidemiological indicators such as age, gender, address, telephone, exposure history, past medical history, and BMI;Clinical symptoms;Patients' signs;blood routine examination;Urine routine test;stool routine examination;B", "study_type": "Observational study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49412"}, "type": "Feature"}, {"geometry": {"coordinates": [118.747539, 32.069231], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "", "contactPhone": "", "dateEnrollment": "5-Feb-20", "description": "Washed Microbiota Transplantation for Patients With 2019-nCoV Infection", "name": "NCT04251767", "primaryOutcome": "Number of participants with improvement from severe type to common type", "study_type": "Interventional", "time": "2020-01-30", "weburl": "https://clinicaltrials.gov/show/NCT04251767"}, "type": "Feature"}, {"geometry": {"coordinates": [114.451251, 30.447073], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xin11@hotmail.com", "contactPhone": "+86 027 85726732", "dateEnrollment": "2/7/2020", "description": "Clinical Study of Arbidol Hydrochloride Using for Post-exposure Prophylaxis of 2019-nCoV in High-risk Population Including Medical Staff", "name": "ChiCTR2000029592", "primaryOutcome": "2019-nCoV RNA;2019-nCoV antibody;Chest CT;", "study_type": "Observational study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49069"}, "type": "Feature"}, {"geometry": {"coordinates": [106.477006, 29.561082], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "25-Jan-20", "description": "Prognositc Factors in COVID-19 Patients Complicated With Hypertension", "name": "NCT04272710", "primaryOutcome": "Death;Mechanical Ventilation;Occupancy rate in the intensive care unit (ICU)", "study_type": "Observational", "time": "2020-02-12", "weburl": "https://clinicaltrials.gov/show/NCT04272710"}, "type": "Feature"}, {"geometry": {"coordinates": [114.276222, 30.59588], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qning@vip.sina.com;qning@vip.sina.com", "contactPhone": "+8613971521450;", "dateEnrollment": "1-Feb-20", "description": "A Randomized,Open,Controlled Clinical Study to Evaluate the Efficacy of ASC09F and Ritonavir for 2019-nCoV Pneumonia", "name": "NCT04261270", "primaryOutcome": "Rate of comprehensive adverse outcome", "study_type": "Interventional", "time": "2020-02-04", "weburl": "https://clinicaltrials.gov/show/NCT04261270"}, "type": "Feature"}, {"geometry": {"coordinates": [114.276222, 30.59588], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qning@vip.sina.com;qning@vip.sina.com", "contactPhone": "+8613971521450;", "dateEnrollment": "1-Feb-20", "description": "The Efficacy of Different Hormone Doses in 2019-nCoV Severe Pneumonia", "name": "NCT04263402", "primaryOutcome": "Rate and time of entering the critical stage;Rate of disease remission", "study_type": "Interventional", "time": "2020-02-02", "weburl": "https://clinicaltrials.gov/show/NCT04263402"}, "type": "Feature"}, {"geometry": {"coordinates": [114.372898, 30.574366], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";pengzy5@hotmail.com;", "contactPhone": ";+8618672396028;", "dateEnrollment": "14-Feb-20", "description": "Vitamin C Infusion for the Treatment of Severe 2019-nCoV Infected Pneumonia", "name": "NCT04264533", "primaryOutcome": "Ventilation-free days", "study_type": "Interventional", "time": "2020-02-04", "weburl": "https://clinicaltrials.gov/show/NCT04264533"}, "type": "Feature"}, {"geometry": {"coordinates": [114.348664, 30.539191], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qning@vip.sina.com;qning@vip.sina.com", "contactPhone": "+8613971521450;", "dateEnrollment": "1-Feb-20", "description": "A Prospective/Retrospective,Randomized Controlled Clinical Study of Interferon Atomization in the 2019-nCoV Pneumonia", "name": "NCT04254874", "primaryOutcome": "Rate of disease remission;Time for lung recovery", "study_type": "Interventional", "time": "2020-02-02", "weburl": "https://clinicaltrials.gov/show/NCT04254874"}, "type": "Feature"}, {"geometry": {"coordinates": [113.286452, 23.100146], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "", "contactPhone": "", "dateEnrollment": "Feb-20", "description": "Recombinant Human Angiotensin-converting Enzyme 2 (rhACE2) as a Treatment for Patients With COVID-19", "name": "NCT04287686", "primaryOutcome": "Time course of body temperature (fever);Viral load over time", "study_type": "Interventional", "time": "2020-02-21", "weburl": "https://clinicaltrials.gov/show/NCT04287686"}, "type": "Feature"}, {"geometry": {"coordinates": [114.366576, 30.554859], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qning@vip.sina.com;qning@vip.sina.com", "contactPhone": "+8613971521450;", "dateEnrollment": "1-Feb-20", "description": "A Prospective/Retrospective,Randomized Controlled Clinical Study of Antiviral Therapy in the 2019-nCoV Pneumonia", "name": "NCT04255017", "primaryOutcome": "Time for lung recovery;Rate of disease remission", "study_type": "Interventional", "time": "2020-02-02", "weburl": "https://clinicaltrials.gov/show/NCT04255017"}, "type": "Feature"}, {"geometry": {"coordinates": [114.298976, 30.599041], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "", "contactPhone": "", "dateEnrollment": "17-Mar-20", "description": "Treatment of Acute Severe 2019-nCoV Pneumonia With Immunoglobulin From Cured Patients", "name": "NCT04264858", "primaryOutcome": "Time to Clinical Improvement (TTCI)", "study_type": "Interventional", "time": "2020-02-08", "weburl": "https://clinicaltrials.gov/show/NCT04264858"}, "type": "Feature"}, {"geometry": {"coordinates": [114.286887, 30.576258], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "whunjy@126.com;whuhjy@126.com", "contactPhone": "13554361146;13554361146", "dateEnrollment": "21-Feb-20", "description": "Study for Novel Coronavirus Pneumonia (NCP)", "name": "NCT04283396", "primaryOutcome": "recovery", "study_type": "Observational", "time": "2020-02-13", "weburl": "https://clinicaltrials.gov/show/NCT04283396"}, "type": "Feature"}, {"geometry": {"coordinates": [114.234077, 22.269599], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "14-Feb-20", "description": "Critically Ill Patients With COVID-19 in Hong Kong: a Multicentre Observational Cohort Study", "name": "NCT04285801", "primaryOutcome": "28 day mortality", "study_type": "Observational", "time": "2020-02-24", "weburl": "https://clinicaltrials.gov/show/NCT04285801"}, "type": "Feature"}, {"geometry": {"coordinates": [113.943165, 22.53607], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": ";c@szgimi.org;c@szgimi.org", "contactPhone": ";+86(755)8672 5195;86-755-86725195", "dateEnrollment": "24-Mar-20", "description": "Immunity and Safety of Covid-19 Synthetic Minigene Vaccine", "name": "NCT04276896", "primaryOutcome": "Lower Murray lung injury score;Clinical improvement based on the 7-point scale", "study_type": "Interventional", "time": "2020-02-17", "weburl": "https://clinicaltrials.gov/show/NCT04276896"}, "type": "Feature"}, {"geometry": {"coordinates": [112.271812, 30.310081], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": ";;", "contactPhone": ";;", "dateEnrollment": "27-Feb-20", "description": "Yinhu Qingwen Decoction for the Treatment of Mild / Common CoVID-19", "name": "NCT04278963", "primaryOutcome": "Mean clinical recovery time (hours)", "study_type": "Interventional", "time": "2020-02-19", "weburl": "https://clinicaltrials.gov/show/NCT04278963"}, "type": "Feature"}, {"geometry": {"coordinates": [-84.320763, 33.793554], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": "KPWA.vaccine@kp.org", "contactPhone": "12062872061", "dateEnrollment": "3-Mar-20", "description": "Safety and Immunogenicity Study of 2019-nCoV Vaccine (mRNA-1273) to Prevent SARS-CoV-2 Infection", "name": "NCT04283461", "primaryOutcome": "Frequency of solicited local reactogenicity adverse events (AEs);Frequency of any medically-attended adverse events (MAAEs);Frequency of any new-onset chronic medical conditions (NOCMCs);Frequency of any serious adverse events (SAEs);Frequency of any unso", "study_type": "Interventional", "time": "2020-02-21", "weburl": "https://clinicaltrials.gov/show/NCT04283461"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.286084, 37.562349], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";GileadClinicalTrials@gilead.com", "contactPhone": ";1-833-445-3230 (GILEAD-0)", "dateEnrollment": "15-Mar-20", "description": "Study to Evaluate the Safety and Antiviral Activity of Remdesivir (GS-5734™) in Participants With Moderate Coronavirus Disease (COVID-19) Compared to Standard of Care Treatment", "name": "NCT04292730", "primaryOutcome": "Proportion of Participants Discharged by Day 14", "study_type": "Interventional", "time": "2020-02-28", "weburl": "https://clinicaltrials.gov/show/NCT04292730"}, "type": "Feature"}, {"geometry": {"coordinates": [-77.103477, 39.002415], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "DMIDClinicalTrials@niaid.nih.gov", "contactPhone": "13014519881", "dateEnrollment": "21-Feb-20", "description": "Adaptive COVID-19 Treatment Trial", "name": "NCT04280705", "primaryOutcome": "Percentage of subjects reporting each severity rating on the 7-point ordinal scale", "study_type": "Interventional", "time": "2020-02-20", "weburl": "https://clinicaltrials.gov/show/NCT04280705"}, "type": "Feature"}, {"geometry": {"coordinates": [114.088135, 30.544789], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": ";shilei302@126.com;shilei302@126.com", "contactPhone": ";86-10-66933333;", "dateEnrollment": "5-Mar-20", "description": "Treatment With Mesenchymal Stem Cells for Severe Corona Virus Disease 2019(COVID-19)", "name": "NCT04288102", "primaryOutcome": "Improvement time of clinical critical treatment index within 28 days;Side effects in the MSCs treatment group", "study_type": "Interventional", "time": "2020-02-24", "weburl": "https://clinicaltrials.gov/show/NCT04288102"}, "type": "Feature"}, {"geometry": {"coordinates": [114.407359, 30.477938], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "", "contactPhone": "", "dateEnrollment": "24-Feb-20", "description": "Therapy for Pneumonia Patients iInfected by 2019 Novel Coronavirus", "name": "NCT04293692", "primaryOutcome": "Blood oxygen saturation;Size of lesion area by chest imaging", "study_type": "Interventional", "time": "2020-02-24", "weburl": "https://clinicaltrials.gov/show/NCT04293692"}, "type": "Feature"}, {"geometry": {"coordinates": [-77.47113, 39.418939], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "sandi.k.parriott.mil@mail.mil", "contactPhone": "301-619-6824", "dateEnrollment": "2-Mar-20", "description": "Expanded Access Remdesivir (RDV; GS-5734™)", "name": "NCT04302766", "primaryOutcome": "", "study_type": "Expanded Access", "time": "2020-03-02", "weburl": "https://clinicaltrials.gov/show/NCT04302766"}, "type": "Feature"}, {"geometry": {"coordinates": [114.276222, 30.59588], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "chenlin_tj@126.com", "contactPhone": "8613517260864", "dateEnrollment": "1-Apr-20", "description": "The Efficacy and Safety of Huai er in the Adjuvant Treatment of COVID-19", "name": "NCT04291053", "primaryOutcome": "Mortality rate", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04291053"}, "type": "Feature"}, {"geometry": {"coordinates": [106.494919, 29.576749], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "1-Mar-20", "description": "Prognostic Factors of Patients With COVID-19", "name": "NCT04292964", "primaryOutcome": "all-cause mortality", "study_type": "Observational", "time": "2020-03-01", "weburl": "https://clinicaltrials.gov/show/NCT04292964"}, "type": "Feature"}, {"geometry": {"coordinates": [113.961078, 22.551737], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": ";c@szgimi.org;c@szgimi.org", "contactPhone": ";+86(755)8672 5195;86-755-86725195", "dateEnrollment": "15-Feb-20", "description": "Safety and Immunity of Covid-19 aAPC Vaccine", "name": "NCT04299724", "primaryOutcome": "Proportion of subjects with positive T cell response;Frequency of serious vaccine events;Frequency of vaccine events", "study_type": "Interventional", "time": "2020-03-05", "weburl": "https://clinicaltrials.gov/show/NCT04299724"}, "type": "Feature"}, {"geometry": {"coordinates": [114.317449, 30.551079], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "10-Dec-19", "description": "Accurate Classification System for Patients With COVID-19 Pneumonitis", "name": "NCT04302688", "primaryOutcome": "survival status", "study_type": "Observational", "time": "2020-03-07", "weburl": "https://clinicaltrials.gov/show/NCT04302688"}, "type": "Feature"}, {"geometry": {"coordinates": [-122.268171, 37.578017], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";GileadClinicalTrials@gilead.com", "contactPhone": ";1-833-445-3230 (GILEAD-0)", "dateEnrollment": "6-Mar-20", "description": "Study to Evaluate the Safety and Antiviral Activity of Remdesivir (GS-5734™) in Participants With Severe Coronavirus Disease (COVID-19)", "name": "NCT04292899", "primaryOutcome": "Proportion of Participants With Normalization of Fever and Oxygen Saturation Through Day 14", "study_type": "Interventional", "time": "2020-02-28", "weburl": "https://clinicaltrials.gov/show/NCT04292899"}, "type": "Feature"}, {"geometry": {"coordinates": [-1.254839, 51.754774], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "William@tropmedres.ac", "contactPhone": "+66 2 203-6333", "dateEnrollment": "May-20", "description": "Chloroquine Prevention of Coronavirus Disease (COVID-19) in the Healthcare Setting", "name": "NCT04303507", "primaryOutcome": "Number of symptomatic COVID-19 infections", "study_type": "Interventional", "time": "2020-03-06", "weburl": "https://clinicaltrials.gov/show/NCT04303507"}, "type": "Feature"}, {"geometry": {"coordinates": [127.107917, 37.526886], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shkimmd@amc.seoul.kr", "contactPhone": "82-2-3010-3114", "dateEnrollment": "11-Mar-20", "description": "Comparison of Lopinavir/Ritonavir or Hydroxychloroquine in Patients With Mild Coronavirus Disease (COVID-19)", "name": "NCT04307693", "primaryOutcome": "Viral load", "study_type": "Interventional", "time": "2020-03-10", "weburl": "https://clinicaltrials.gov/show/NCT04307693"}, "type": "Feature"}, {"geometry": {"coordinates": [113.68892, 34.771752], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "", "contactPhone": "", "dateEnrollment": "5-Mar-20", "description": "Tetrandrine Tablets Used in the Treatment of COVID-19", "name": "NCT04308317", "primaryOutcome": "Survival rate", "study_type": "Interventional", "time": "2020-03-04", "weburl": "https://clinicaltrials.gov/show/NCT04308317"}, "type": "Feature"}, {"geometry": {"coordinates": [2.11284, 41.532527], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "oriolmitja@hotmail.com", "contactPhone": "0034 934651072", "dateEnrollment": "15-Mar-20", "description": "Treatment of Mild Cases and Chemoprophylaxis of Contacts as Prevention of the COVID-19 Epidemic", "name": "NCT04304053", "primaryOutcome": "Effectiveness of chemoprophylaxis assessed by incidence of secondary COVID-19 cases", "study_type": "Interventional", "time": "2020-03-05", "weburl": "https://clinicaltrials.gov/show/NCT04304053"}, "type": "Feature"}, {"geometry": {"coordinates": [114.276222, 30.59588], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qning@vip.sina.com;qning@vip.sina.com", "contactPhone": "+8613971521450;", "dateEnrollment": "9-Feb-20", "description": "A Pilot Study of Sildenafil in COVID-19", "name": "NCT04304313", "primaryOutcome": "Time of entering the critical stage;Rate of entering the critical stage;Rate of disease remission", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04304313"}, "type": "Feature"}, {"geometry": {"coordinates": [113.282539, 23.141489], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "", "contactPhone": "", "dateEnrollment": "12-Mar-20", "description": "Blood Donor Recruitment During Epidemic of COVID-19", "name": "NCT04306055", "primaryOutcome": "Differences of attitude about blood donation towards different questionnaires", "study_type": "Interventional", "time": "2020-03-08", "weburl": "https://clinicaltrials.gov/show/NCT04306055"}, "type": "Feature"}, {"geometry": {"coordinates": [119.018053, 33.625278], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "363994906@qq.com;houy@famousmed.net", "contactPhone": "13815857118;13951266803", "dateEnrollment": "2-Mar-20", "description": "Clinical Trial on Regularity of TCM Syndrome and Differentiation Treatment of COVID-19.", "name": "NCT04306497", "primaryOutcome": "The relief / disappearance rate of main symptoms;Chest CT absorption", "study_type": "Observational", "time": "2020-03-01", "weburl": "https://clinicaltrials.gov/show/NCT04306497"}, "type": "Feature"}, {"geometry": {"coordinates": [114.317116, 30.550959], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": ";xiaoyangzh@hotmail.com", "contactPhone": ";18986033792", "dateEnrollment": "5-Mar-20", "description": "Novel Coronavirus Induced Severe Pneumonia Treated by Dental Pulp Mesenchymal Stem Cells", "name": "NCT04302519", "primaryOutcome": "Disppear time of ground-glass shadow in the lungs", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04302519"}, "type": "Feature"}, {"geometry": {"coordinates": [-71.068188, 42.362599], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lberra@mgh.harvard.edu", "contactPhone": "16176437733", "dateEnrollment": "13-Mar-20", "description": "Nitric Oxide Gas Inhalation Therapy for Mild/Moderate COVID-19", "name": "NCT04305457", "primaryOutcome": "Reduction in the incidence of patients with mild/moderate COVID-19 requiring intubation and mechanical ventilation", "study_type": "Interventional", "time": "2020-03-09", "weburl": "https://clinicaltrials.gov/show/NCT04305457"}, "type": "Feature"}, {"geometry": {"coordinates": [103.77189, 1.306708], "type": "Point"}, "properties": {"classification": "other", "contactEmail": ";jeanliu@yale-nus.edu.sg;jeanliu@yale-nus.edu.sg", "contactPhone": ";66013694;", "dateEnrollment": "8-Mar-20", "description": "Social Media Use During COVID-19", "name": "NCT04305574", "primaryOutcome": "Assessment of COVID-19 situation;Depression, Anxiety and Stress Scale", "study_type": "Observational", "time": "2020-03-08", "weburl": "https://clinicaltrials.gov/show/NCT04305574"}, "type": "Feature"}, {"geometry": {"coordinates": [114.347263, 30.556911], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": ";;;;franlj1104@aliyun.com", "contactPhone": ";;;;8610-64093207", "dateEnrollment": "20-Mar-20", "description": "Yinhu Qingwen Granula for the Treatment of Severe CoVID-19", "name": "NCT04310865", "primaryOutcome": "changes in the ratio of PaO2 to FiO2 from baseline", "study_type": "Interventional", "time": "2020-03-15", "weburl": "https://clinicaltrials.gov/show/NCT04310865"}, "type": "Feature"}, {"geometry": {"coordinates": [117.035947, 36.671106], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "sddxlcyjzx@163.com", "contactPhone": "+86 18560089129", "dateEnrollment": "12-Mar-20", "description": "Bevacizumab in Severe or Critical Patients With COVID-19 Pneumonia-RCT", "name": "NCT04305106", "primaryOutcome": "Proportion of patients whose oxygenation index increased by 100mmhg on the 7th day after admission", "study_type": "Interventional", "time": "2020-03-09", "weburl": "https://clinicaltrials.gov/show/NCT04305106"}, "type": "Feature"}, {"geometry": {"coordinates": [-71.050276, 42.378266], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lberra@mgh.harvard.edu", "contactPhone": "16176437733", "dateEnrollment": "10-Mar-20", "description": "Nitric Oxide Gas Inhalation in Severe Acute Respiratory Syndrome in COVID-19", "name": "NCT04306393", "primaryOutcome": "Change of arterial oxygenation at 48 hours from enrollment", "study_type": "Interventional", "time": "2020-03-10", "weburl": "https://clinicaltrials.gov/show/NCT04306393"}, "type": "Feature"}, {"geometry": {"coordinates": [116.377055, 39.931129], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";john131212@sina.com", "contactPhone": ";13911405123", "dateEnrollment": "8-Mar-20", "description": "Favipiravir Combined With Tocilizumab in the Treatment of Corona Virus Disease 2019", "name": "NCT04310228", "primaryOutcome": "Clinical cure rate", "study_type": "Interventional", "time": "2020-03-09", "weburl": "https://clinicaltrials.gov/show/NCT04310228"}, "type": "Feature"}, {"geometry": {"coordinates": [-93.262888, 44.972277], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";;ctignane@umn.edu", "contactPhone": ";;612-625-7911", "dateEnrollment": "16-Mar-20", "description": "Randomized Controlled Trial of Losartan for Patients With COVID-19 Not Requiring Hospitalization", "name": "NCT04311177", "primaryOutcome": "Hospital Admission", "study_type": "Interventional", "time": "2020-03-13", "weburl": "https://clinicaltrials.gov/show/NCT04311177"}, "type": "Feature"}, {"geometry": {"coordinates": [-93.244975, 44.987945], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";;ctignane@umn.edu", "contactPhone": ";;612-625-7911", "dateEnrollment": "16-Mar-20", "description": "Randomized Controlled Trial of Losartan for Patients With COVID-19 Requiring Hospitalization", "name": "NCT04312009", "primaryOutcome": "Sequential Organ Failure Assessment (SOFA) Respiratory Score", "study_type": "Interventional", "time": "2020-03-13", "weburl": "https://clinicaltrials.gov/show/NCT04312009"}, "type": "Feature"}, {"geometry": {"coordinates": [-71.050276, 42.378266], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "lberra@mgh.harvard.edu", "contactPhone": "16176437733", "dateEnrollment": "20-Mar-20", "description": "NO Prevention of COVID-19 for Healthcare Providers", "name": "NCT04312243", "primaryOutcome": "COVID-19 diagnosis", "study_type": "Interventional", "time": "2020-03-15", "weburl": "https://clinicaltrials.gov/show/NCT04312243"}, "type": "Feature"}, {"geometry": {"coordinates": [114.3048, 30.591925], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "1-Jan-20", "description": "Myocardial Damage in COVID-19", "name": "NCT04312464", "primaryOutcome": "The risk factors analysis for the death;The myocardial injury incidence", "study_type": "Observational", "time": "2020-03-04", "weburl": "https://clinicaltrials.gov/show/NCT04312464"}, "type": "Feature"}, {"geometry": {"coordinates": [35.902917, 31.951216], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "adeebalzoubi@stemcellsarabia.net;adeebalzoubi@stemcellsarabia.net", "contactPhone": "+962795337575;+962795337575", "dateEnrollment": "16-Mar-20", "description": "Treatment of COVID-19 Patients Using Wharton's Jelly-Mesenchymal Stem Cells", "name": "NCT04313322", "primaryOutcome": "RT-PCR results;CT Scan;Clinical outcome", "study_type": "Interventional", "time": "2020-03-15", "weburl": "https://clinicaltrials.gov/show/NCT04313322"}, "type": "Feature"}, {"geometry": {"coordinates": [114.276222, 30.59588], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";yuyikai@163.com;", "contactPhone": ";+1 (484) 995-5917;+86 2783662886", "dateEnrollment": "20-Feb-20", "description": "Tocilizumab vs CRRT in Management of Cytokine Release Syndrome (CRS) in COVID-19", "name": "NCT04306705", "primaryOutcome": "Proportion of Participants With Normalization of Fever and Oxygen Saturation Through Day 14", "study_type": "Observational", "time": "2020-03-08", "weburl": "https://clinicaltrials.gov/show/NCT04306705"}, "type": "Feature"}, {"geometry": {"coordinates": [3.108477, 45.784777], "type": "Point"}, "properties": {"classification": "other", "contactEmail": ";promo_interne_drci@chu-clermontferrand.fr;", "contactPhone": ";0473754963;0473754963", "dateEnrollment": "11-Mar-20", "description": "Influence of the COvid-19 Epidemic on STRESS", "name": "NCT04308187", "primaryOutcome": "Stress", "study_type": "Observational [Patient Registry]", "time": "2020-03-12", "weburl": "https://clinicaltrials.gov/show/NCT04308187"}, "type": "Feature"}, {"geometry": {"coordinates": [-75.548858, 39.745247], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";rbesthof@neurorxpharma.com;", "contactPhone": ";+14842546134;", "dateEnrollment": "Apr-20", "description": "Intravenous Aviptadil for COVID-19 Associated Acute Respiratory Distress", "name": "NCT04311697", "primaryOutcome": "PO2;Mortality", "study_type": "Interventional", "time": "2020-03-14", "weburl": "https://clinicaltrials.gov/show/NCT04311697"}, "type": "Feature"}, {"geometry": {"coordinates": [113.706832, 34.78742], "type": "Point"}, "properties": {"classification": "management", "contactEmail": ";13781919609@163.com;sykyxmbgs@163.com", "contactPhone": ";+86-13781919609;+86-13619842879", "dateEnrollment": "1-Feb-20", "description": "Sequential Oxygen Therapy Strategy for Patients With COVID-19", "name": "NCT04312100", "primaryOutcome": "Incidence of respiratory failure", "study_type": "Observational", "time": "2020-03-13", "weburl": "https://clinicaltrials.gov/show/NCT04312100"}, "type": "Feature"}, {"geometry": {"coordinates": [121.443337, 31.216574], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "zhangwenhong@fudan.edu.cn;zhangwenhong@fudan.edu.cn", "contactPhone": "13801844344;+86 21 52889999", "dateEnrollment": "14-Mar-20", "description": "Development and Verification of a New Coronavirus Multiplex Nucleic Acid Detection System", "name": "NCT04311398", "primaryOutcome": "Sensitivity, spectivity turnaround time of the New QIAstat-Dx fully automatic multiple PCR detection platform", "study_type": "Observational", "time": "2020-03-14", "weburl": "https://clinicaltrials.gov/show/NCT04311398"}, "type": "Feature"}, {"geometry": {"coordinates": [-95.442449, 29.740019], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";cbroom@pulmotect.com", "contactPhone": ";832-315-4807", "dateEnrollment": "Apr-20", "description": "The Use PUL-042 Inhalation Solution to Prevent COVID-19 in Adults Exposed to SARS-CoV-2", "name": "NCT04313023", "primaryOutcome": "Prevention of COVID-19", "study_type": "Interventional", "time": "2020-03-16", "weburl": "https://clinicaltrials.gov/show/NCT04313023"}, "type": "Feature"}, {"geometry": {"coordinates": [10.994216, 59.932669], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "23-Mar-20", "description": "Mechanisms to Morbidity and Mortality for Covid-19", "name": "NCT04314232", "primaryOutcome": "Change in viral expression in association to organspecific biomarkers", "study_type": "Observational", "time": "2020-03-17", "weburl": "https://clinicaltrials.gov/show/NCT04314232"}, "type": "Feature"}, {"geometry": {"coordinates": [-73.827072, 41.076772], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";clinicaltrials@regeneron.com", "contactPhone": ";844-734-6643", "dateEnrollment": "16-Mar-20", "description": "Evaluation of the Efficacy and Safety of Sarilumab in Hospitalized Patients With COVID-19", "name": "NCT04315298", "primaryOutcome": "Percentage of patients reporting each severity rating on a 6-point ordinal scale;Time to resolution of fever for at least 48 hours without antipyretics for 48 hours", "study_type": "Interventional", "time": "2020-03-15", "weburl": "https://clinicaltrials.gov/show/NCT04315298"}, "type": "Feature"}, {"geometry": {"coordinates": [114.372432, 30.523947], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": ";jswwj@vip.sina.com", "contactPhone": ";027-87655285", "dateEnrollment": "19-Mar-20", "description": "Phase I Clinical Trial in Healthy Adult", "name": "NCT04313127", "primaryOutcome": "Safety indexes of adverse reactions", "study_type": "Interventional", "time": "2020-03-15", "weburl": "https://clinicaltrials.gov/show/NCT04313127"}, "type": "Feature"}, {"geometry": {"coordinates": [14.257259, 40.845405], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "gabriele.saccone@unina.it", "contactPhone": "817462202", "dateEnrollment": "1-Jan-20", "description": "Clinical Characteristics of Coronavirus Disease 2019 (COVID-19) in Pregnancy: The Italian Registry on Coronavirus in Pregnancy.", "name": "NCT04315870", "primaryOutcome": "Maternal and perinatal outcomes", "study_type": "Observational [Patient Registry]", "time": "2020-03-18", "weburl": "https://clinicaltrials.gov/show/NCT04315870"}, "type": "Feature"}, {"geometry": {"coordinates": [-47.004042, -22.969861], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "florentino.cardoso@hospitalcare.com.br", "contactPhone": "+55 19 991232882", "dateEnrollment": "Apr-20", "description": "Mesenchymal Stem Cell NestCell® to Treat Patients With Severe COVID-19 Pneumonia", "name": "NCT04315987", "primaryOutcome": "Disappear time of ground-glass shadow in the lungs", "study_type": "Interventional", "time": "2020-03-18", "weburl": "https://clinicaltrials.gov/show/NCT04315987"}, "type": "Feature"}, {"geometry": {"coordinates": [16.355341, 39.04667], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": ";antonio.gaddi@ehealth.study;maurizio.cipolla@ehealth.study", "contactPhone": ";+393920039246;", "dateEnrollment": "Mar-20", "description": "Clinical Performance of the VivaDiag ™ COVID-19 lgM / IgG Rapid Test in Early Detecting the Infection of COVID-19", "name": "NCT04316728", "primaryOutcome": "Number of patients with contrasting results;Overall Number of patients negative for COVID-19;Overall Number of patients positive for COVID-19;Number of patients with positive test with a positive PCR for COVID-19;Number of patients with constant negative ", "study_type": "Interventional", "time": "2020-03-14", "weburl": "https://clinicaltrials.gov/show/NCT04316728"}, "type": "Feature"}, {"geometry": {"coordinates": [27.58483, 47.168222], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": ";alexandru.burlacu@umfiasi.ro;alexandru.burlacu@umfiasi.ro", "contactPhone": ";0040744488580;0040744488580", "dateEnrollment": "18-Mar-20", "description": "Artificial Intelligence Algorithms for Discriminating Between COVID-19 and Influenza Pneumonitis Using Chest X-Rays", "name": "NCT04313946", "primaryOutcome": "COVID-19 negative X-Rays;COVID-19 positive X-Rays", "study_type": "Observational", "time": "2020-03-17", "weburl": "https://clinicaltrials.gov/show/NCT04313946"}, "type": "Feature"}, {"geometry": {"coordinates": [2.350011, 48.85684], "type": "Point"}, "properties": {"classification": "management", "contactEmail": ";nguyen.lee@icloud.com;", "contactPhone": ";0033158414143;", "dateEnrollment": "17-Mar-20", "description": "Adverse Events Related to Treatments Used Against Coronavirus Disease 2019", "name": "NCT04314817", "primaryOutcome": "Renal failure", "study_type": "Observational", "time": "2020-03-17", "weburl": "https://clinicaltrials.gov/show/NCT04314817"}, "type": "Feature"}, {"geometry": {"coordinates": [-99.159258, 19.292036], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";;;;;;;cmhcar@hotmail.com", "contactPhone": ";;;;;;;54871700", "dateEnrollment": "23-Mar-20", "description": "Hydroxychloroquine Treatment for Severe COVID-19 Pulmonary Infection (HYDRA Trial)", "name": "NCT04315896", "primaryOutcome": "All-cause hospital mortality", "study_type": "Interventional", "time": "2020-03-18", "weburl": "https://clinicaltrials.gov/show/NCT04315896"}, "type": "Feature"}, {"geometry": {"coordinates": [3.033967, 50.610627], "type": "Point"}, "properties": {"classification": "management", "contactEmail": ";florence.ader@chu-lyon.fr", "contactPhone": ";+33 (0)4 72 07 15 60", "dateEnrollment": "Mar-20", "description": "Trial of Treatments for COVID-19 in Hospitalized Adults", "name": "NCT04315948", "primaryOutcome": "Percentage of subjects reporting each severity rating on a 7-point ordinal scale", "study_type": "Interventional", "time": "2020-03-13", "weburl": "https://clinicaltrials.gov/show/NCT04315948"}, "type": "Feature"}, {"geometry": {"coordinates": [-95.424537, 29.755686], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";cbroom@pulmotect.com", "contactPhone": ";832-315-4807", "dateEnrollment": "Apr-20", "description": "The Use of PUL-042 Inhalation Solution to Reduce the Severity of COVID-19 in Adults Positive for SARS-CoV-2 Infection", "name": "NCT04312997", "primaryOutcome": "Severity of COVID-19", "study_type": "Interventional", "time": "2020-03-16", "weburl": "https://clinicaltrials.gov/show/NCT04312997"}, "type": "Feature"}, {"geometry": {"coordinates": [112.984598, 28.212018], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";562122649@qq.com;xyyyllwyh@126.com", "contactPhone": ";+86136673520046;", "dateEnrollment": "20-Mar-20", "description": "The Observational Study of Cardiac and Pulmonary Ultrasound and Evaluation of Treatment of Severe Patients With Novel Coronavirus Pneumonia", "name": "NCT04314271", "primaryOutcome": "characteristics of cardiopulmonary ultrasound", "study_type": "Observational [Patient Registry]", "time": "2020-03-16", "weburl": "https://clinicaltrials.gov/show/NCT04314271"}, "type": "Feature"}, {"geometry": {"coordinates": [17.638563, 59.848826], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";robert.frithiof@surgsci.uu.se;robert.frithiof@surgsci.uu.se", "contactPhone": ";0736563473;073-6563473", "dateEnrollment": "12-Mar-20", "description": "Mechanisms for Organ Dysfunction in Covid-19", "name": "NCT04316884", "primaryOutcome": "Acute Kidney Injury", "study_type": "Observational", "time": "2020-03-13", "weburl": "https://clinicaltrials.gov/show/NCT04316884"}, "type": "Feature"}, {"geometry": {"coordinates": [14.222266, 40.862549], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";f.perrone@istitutotumori.na.it", "contactPhone": ";+390815903571", "dateEnrollment": "19-Mar-20", "description": "Tocilizumab in COVID-19 Pneumonia (TOCIVID-19)", "name": "NCT04317092", "primaryOutcome": "One-month mortality rate", "study_type": "Interventional", "time": "2020-03-19", "weburl": "https://clinicaltrials.gov/show/NCT04317092"}, "type": "Feature"}, {"geometry": {"coordinates": [114.299488, 30.624769], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "26-Feb-20", "description": "Acute Kidney Injury in Patients Hospitalized With COVID-19", "name": "NCT04316299", "primaryOutcome": "Rate of Acute Kidney Injury", "study_type": "Observational", "time": "2020-03-17", "weburl": "https://clinicaltrials.gov/show/NCT04316299"}, "type": "Feature"}, {"geometry": {"coordinates": [-76.626825, 39.287072], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";pzheng@oncoimmune.com", "contactPhone": ";(202) 7516823", "dateEnrollment": "May-20", "description": "CD24Fc as a Non-antiviral Immunomodulator in COVID-19 Treatment", "name": "NCT04317040", "primaryOutcome": "Improvement of COVID-19 disease status", "study_type": "Interventional", "time": "2020-03-19", "weburl": "https://clinicaltrials.gov/show/NCT04317040"}, "type": "Feature"}, {"geometry": {"coordinates": [108.346147, 22.818763], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "yezi5729@163.com", "contactPhone": "+86 18978817899", "dateEnrollment": "2/16/2020", "description": "The relationship between Vitamin D andnovel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000031163", "primaryOutcome": "25(OH)D;", "study_type": "Observational study", "time": "2020-03-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51390"}, "type": "Feature"}, {"geometry": {"coordinates": [11.012129, 59.948336], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";odalgard@uio.no", "contactPhone": ";+47 92616800", "dateEnrollment": "23-Mar-20", "description": "Norwegian Coronavirus Disease 2019 Study", "name": "NCT04316377", "primaryOutcome": "Rate of decline in SARS-CoV-2 viral load", "study_type": "Interventional", "time": "2020-03-13", "weburl": "https://clinicaltrials.gov/show/NCT04316377"}, "type": "Feature"}, {"geometry": {"coordinates": [-1.433112, 50.932497], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "", "contactPhone": "", "dateEnrollment": "3/20/2020", "description": "Does point-of-care testing for coronavirus in hospital improve patient care compared to laboratory testing?", "name": "ISRCTN14966673", "primaryOutcome": "Time from COVID-19 test being requested to the result being available to clinical teams in minutes and hours, recorded during hospitalisation", "study_type": "Interventional", "time": "2020-03-18", "weburl": "http://isrctn.com/ISRCTN14966673"}, "type": "Feature"}, {"geometry": {"coordinates": [-1.261794, 51.759982], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "emma.ogburn@phc.ox.ac.uk;julie.allen@phc.ox.ac.uk", "contactPhone": "-;+44 (0)1865 617868", "dateEnrollment": "3/25/2020", "description": "Can hydroxychloroquine and coronavirus swabbing reduce hospital admission or death for older patients with suspected coronavirus infection?", "name": "ISRCTN86534580", "primaryOutcome": "The need for hospital admission or death, for patients aged =50 years with comorbidity, and aged =65 with or without comorbidity and suspected COVID-19 infection during time of prevalent COVID-19 infections, measured by hospital admission or mortality rel", "study_type": "Interventional", "time": "2020-03-22", "weburl": "http://isrctn.com/ISRCTN86534580"}, "type": "Feature"}, {"geometry": {"coordinates": [118.892612, 24.857778], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "278353780@qq.com", "contactPhone": "+86 13674950311", "dateEnrollment": "5/1/2020", "description": "A medical records based study of peripheral blood T lymphocyte subsets in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000031115", "primaryOutcome": "T lymphocyte subsets;", "study_type": "Observational study", "time": "2020-03-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51032"}, "type": "Feature"}, {"geometry": {"coordinates": [114.171005, 30.493727], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "chenhhust@126.com", "contactPhone": "+86 13437171877", "dateEnrollment": "2/1/2020", "description": "Study for the impact on fetus and neonates of vertical transmission of 2019-nCoV", "name": "ChiCTR2000031140", "primaryOutcome": "Neonatal outcome;", "study_type": "Observational study", "time": "2020-03-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50605"}, "type": "Feature"}, {"geometry": {"coordinates": [112.944648, 28.218968], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "mengjie@csu.edu.cn", "contactPhone": "+86 13607492399", "dateEnrollment": "2/26/2020", "description": "Prospective exploratory clinical research on the efficacy and safety of pirfenidone capsules in the treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000031138", "primaryOutcome": "HRCT score;", "study_type": "Interventional study", "time": "2020-03-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51416"}, "type": "Feature"}, {"geometry": {"coordinates": [116.681661, 40.40781], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "linjie1992@zju.edu.cn", "contactPhone": "+86 15258871484", "dateEnrollment": "4/1/2020", "description": "Application of radiology in the prevention and control system of emergency respiratory infectious diseases", "name": "ChiCTR2000031150", "primaryOutcome": "Abnormalities on chest CT;", "study_type": "Health services reaserch", "time": "2020-03-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51021"}, "type": "Feature"}, {"geometry": {"coordinates": [114.283312, 30.667426], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "1813886398@qq.com", "contactPhone": "+86 13507117929", "dateEnrollment": "3/20/2020", "description": "Safety and Effectiveness of Human embryonic stem cell-derived M cells (CAStem) for Pulmonary Fibrosis Correlated with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000031139", "primaryOutcome": "Pulmonary function evaluation;Changes in blood gas analysis;Evaluation of activity;Evaluation of dyspnea;CT changes from baseline;", "study_type": "Interventional study", "time": "2020-03-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51404"}, "type": "Feature"}, {"geometry": {"coordinates": [113.590397, 22.312546], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "pangpf@mail.sysu.edu.cn", "contactPhone": "+86 18902536585", "dateEnrollment": "2/5/2020", "description": "Study for metagenomics of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000031104", "primaryOutcome": "Metagenomics Sequencing;", "study_type": "Observational study", "time": "2020-03-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51185"}, "type": "Feature"}, {"geometry": {"coordinates": [112.148414, 32.033771], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xyxzyxzx@163.com", "contactPhone": "+86 18995678520", "dateEnrollment": "2/9/2020", "description": "A prognosis study of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000031088", "primaryOutcome": "demographic information;exposure history;clinical symptoms;Laboratory examination;radiological findings;treatment;disease progression;", "study_type": "Observational study", "time": "2020-03-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51132"}, "type": "Feature"}, {"geometry": {"coordinates": [113.280929, 23.13358], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13533550083@163.com", "contactPhone": "+86 13533550083", "dateEnrollment": "3/13/2020", "description": "A medical records based study for Tou-Jie-Qu-Wen Granules in the Treatment of mild and moderate patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000031089", "primaryOutcome": "syndrome;nucleic acid of nCoV-19;", "study_type": "Interventional study", "time": "2020-03-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51136"}, "type": "Feature"}, {"geometry": {"coordinates": [114.314829, 30.558319], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "wanbr2000@sina.com", "contactPhone": "+86 13554260702", "dateEnrollment": "3/12/2020", "description": "A medical records based study for the value of Upper Respiratory Tract Virus Detection in the assessment of rehabilitation of novel coronavirus pneumonia (COVID-19) patient", "name": "ChiCTR2000030993", "primaryOutcome": "PT-PCR test;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51342"}, "type": "Feature"}, {"geometry": {"coordinates": [121.587495, 29.90426], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "yuhaihang0414@sina.com", "contactPhone": "8613605880185", "dateEnrollment": "3/23/2020", "description": "Psychological Support for Diagnosed Patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000031090", "primaryOutcome": "Pittsburgh sleep quality index;Self-rating anxiety scale;Self-rating depression scale;CD-RISC scale;", "study_type": "Interventional study", "time": "2020-03-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51148"}, "type": "Feature"}, {"geometry": {"coordinates": [116.319763, 39.995233], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "xyyylijing@sina.com", "contactPhone": "+86 15901203883", "dateEnrollment": "3/18/2020", "description": "Effect of Auricular point pressing on insomnia of novel coronavirus pneumonia (COVID-19) patients: a randomized controlled trial.", "name": "ChiCTR2000030996", "primaryOutcome": "insomnia;anxiety;depression;comfort;", "study_type": "Interventional study", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51349"}, "type": "Feature"}, {"geometry": {"coordinates": [121.464662, 31.233282], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "fanli0930@163.com", "contactPhone": "+86 13564684699", "dateEnrollment": "3/10/2020", "description": "A medical records based study for the diagnosis and prognosis prediction AI model of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030992", "primaryOutcome": "SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51338"}, "type": "Feature"}, {"geometry": {"coordinates": [116.369451, 39.962451], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "kittychen36@gmail.com", "contactPhone": "+86 15967196694", "dateEnrollment": "3/20/2020", "description": "Internet based Solution Focused Brief Therapy treating adolescent anxiety under the novel coronavirus pneumonia (COVID-19) outbreak: A randomized controlled trial", "name": "ChiCTR2000030989", "primaryOutcome": "GAD-7;STAI-Y (C);", "study_type": "Interventional study", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51331"}, "type": "Feature"}, {"geometry": {"coordinates": [112.955327, 28.236149], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "315977705@qq.com", "contactPhone": "+86 13875985950", "dateEnrollment": "3/16/2020", "description": "Perioperative immune prediction and intervention of tumor patients undergoing surgery during the novel coronavirus pneumonia (COVID-19) outbreak period", "name": "ChiCTR2000031023", "primaryOutcome": "postoperative complication;occupancy rate of intensive care unit;2-year tumor-free survival and overall survival;", "study_type": "Interventional study", "time": "2020-03-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50984"}, "type": "Feature"}, {"geometry": {"coordinates": [121.388041, 29.122624], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "rengbinji@163.com", "contactPhone": "+86 13989370664", "dateEnrollment": "3/19/2020", "description": "A Study for SARS-COV-2 RNA Level in Blood and Excrement of Novel Coronavirus Pneumonia (COVID-19) Convalescent Patients", "name": "ChiCTR2000031014", "primaryOutcome": "Serum SARS-COV-2 RNA;Swallow swab SARS-COV-2 RNA;feces SARS-COV-2 RNA;Sputum SARS-COV-2 RNA;Urine SARS-COV-2 RNA;", "study_type": "Observational study", "time": "2020-03-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51348"}, "type": "Feature"}, {"geometry": {"coordinates": [116.386033, 39.953701], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "tongzhaohuicy@sina.com", "contactPhone": "+86 13910930309", "dateEnrollment": "3/5/2020", "description": "A Randomized Controlled Trial for Favipiravir Tablets Combine With Chloroquine Phosphate in the Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030987", "primaryOutcome": "improvement or recovery of respiratory symptoms;viral nucleic acid shedding;", "study_type": "Interventional study", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51329"}, "type": "Feature"}, {"geometry": {"coordinates": [114.313229, 30.553388], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "wenqin-1987@163.com", "contactPhone": "+86 13808628586", "dateEnrollment": "3/4/2020", "description": "Psychological Responses of Medical Staff during the Metaphase of novel coronavirus pneumonia (COVID-19) Outbreak in Hubei, China", "name": "ChiCTR2000030985", "primaryOutcome": "Pittsburgh sleep quality index;hospital anxiety and depression scale;", "study_type": "Observational study", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51311"}, "type": "Feature"}, {"geometry": {"coordinates": [114.281173, 22.738557], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "13603035264@139.com", "contactPhone": "+86 13603035264", "dateEnrollment": "3/20/2020", "description": "Correlation of T lymphocytes level and clinical severity in novel coronavirus pneumonia (COVID-19) patients: a medical records based retrospective study", "name": "ChiCTR2000030986", "primaryOutcome": "T lymphocyte count;", "study_type": "Observational study", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51316"}, "type": "Feature"}, {"geometry": {"coordinates": [121.599349, 31.137652], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "tanghao_0921@126.com", "contactPhone": "+86 13816033045", "dateEnrollment": "1/1/2020", "description": "A Medical Records Based Retrospective Study for Clinical Characteristics, Treatments and Prognosis of Patients with Novel Coronavirus Pneumonia (COVID-19) in WuHan", "name": "ChiCTR2000030961", "primaryOutcome": "Clinical Characteristics, Treatments and Prognosis;", "study_type": "Observational study", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51291"}, "type": "Feature"}, {"geometry": {"coordinates": [113.270573, 23.13598], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "doctorzzd99@163.com", "contactPhone": "+86 13903076359", "dateEnrollment": "3/23/2020", "description": "A RCT for Hua-Shi Bai-Du granules in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030988", "primaryOutcome": "Inflammation absorption on Chest CT;", "study_type": "Interventional study", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51317"}, "type": "Feature"}, {"geometry": {"coordinates": [114.313229, 30.553388], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "chenyinyin1212@hunnu.edu.cn", "contactPhone": "+86 13637403483", "dateEnrollment": "1/28/2020", "description": "A medical records based study for clinical features and prognosis of severe patients with novel coronavirus pneumonia (COVID-19) in Huanggan, Hubei in Huanggang.", "name": "ChiCTR2000030941", "primaryOutcome": "clincical characteristics;", "study_type": "Observational study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51000"}, "type": "Feature"}, {"geometry": {"coordinates": [114.313229, 30.553388], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "tongzhaohuicy@sina.com", "contactPhone": "+86 13910930309", "dateEnrollment": "2/11/2020", "description": "A medical records based study for clinical application of extracorporeal membrane oxygenation in the treatment of severe respiratory failure patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030947", "primaryOutcome": "hospital mortality;", "study_type": "Observational study", "time": "2020-03-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51267"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431245, 23.034973], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "chunli@gird.cn", "contactPhone": "+86 13560158649", "dateEnrollment": "2/10/2020", "description": "Effects of different VTE prevention methods on the prognosis of hospitalized patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030946", "primaryOutcome": "The biochemical indicators;", "study_type": "Interventional study", "time": "2020-03-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51265"}, "type": "Feature"}, {"geometry": {"coordinates": [104.042471, 30.676764], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "gaopy930@126.com", "contactPhone": "+86 18980025566", "dateEnrollment": "3/1/2020", "description": "Clinical efficacy of TCM syndrome differentiation in the treatment of severe/critical type of novel coronavirus pneumonia (COVID-19): a prospective, observational, one-arm clinical study", "name": "ChiCTR2000030962", "primaryOutcome": "fatality rate;the ratio of patients transforming from severe/critical to light;Non-invasive/invasive mechanical ventilation time;", "study_type": "Observational study", "time": "2020-03-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51254"}, "type": "Feature"}, {"geometry": {"coordinates": [114.61723, 29.451354], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wwang@vip.126.com", "contactPhone": "+86 13871143176", "dateEnrollment": "3/20/2020", "description": "Developing and evaluating of artificial intelligence triage system for suspected novel coronavirus pneumonia (COVID-19): a retrospective study", "name": "ChiCTR2000030951", "primaryOutcome": "CT image;sensitivity;Specificity;Time efficiency;", "study_type": "Diagnostic test", "time": "2020-03-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51283"}, "type": "Feature"}, {"geometry": {"coordinates": [113.590397, 22.312546], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "chenjn@mail.sysu.edu.cn", "contactPhone": "+86 13926931713", "dateEnrollment": "1/18/2020", "description": "Myocardial injury and arrythmias in the novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030952", "primaryOutcome": "Clinical characteristics and risk factors;", "study_type": "Observational study", "time": "2020-03-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51278"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63463, 33.165742], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": "liudr@outlook.com", "contactPhone": "+86 18980606533", "dateEnrollment": "2/10/2020", "description": "Study for novel coronavirus pneumonia (COVID-19) patients etiology and immune response and guidance for vaccine design", "name": "ChiCTR2000030950", "primaryOutcome": "Nucleic acid;", "study_type": "Basic Science", "time": "2020-03-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51272"}, "type": "Feature"}, {"geometry": {"coordinates": [121.448242, 31.203182], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "icuwei@163.com", "contactPhone": "+86 18917763194", "dateEnrollment": "2/1/2020", "description": "Study for ''Bai-Du Duan Fang'' application on the acupoint in the treatment of general type novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030940", "primaryOutcome": "Quantitative table of main symptom grading;Quantitative table of lung physical signs grading;", "study_type": "Interventional study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51061"}, "type": "Feature"}, {"geometry": {"coordinates": [116.435025, 39.887851], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "sunok301@126.com", "contactPhone": "+86 13501078679", "dateEnrollment": "3/16/2020", "description": "Preliminary evaluation of the safety and efficacy of oral LL-37 antiviral peptide (CAS001) in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030939", "primaryOutcome": "nuclear acid test of faeces;nuclear acid test of the upper respiratory tract;IgM;IgG;CT test of lung;glutamic oxalacetic transaminase;glutamic-pyruvic transaminase;total bilirubin;direct bilirubin;urea nitrogen;lactic dehydrogenase;creatinine;lymphocyte;C", "study_type": "Interventional study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51059"}, "type": "Feature"}, {"geometry": {"coordinates": [115.893657, 28.686183], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "511201663@qq.com", "contactPhone": "+86 0791 86300047", "dateEnrollment": "9/1/2020", "description": "Clinical study of human NK cells and MSCs transplantation for severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030944", "primaryOutcome": "Changes of serum inflammatory factors;Patient death risk;Drug related adverse reactions and events;", "study_type": "Interventional study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50199"}, "type": "Feature"}, {"geometry": {"coordinates": [121.530842, 31.282567], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "395956184@qq.com", "contactPhone": "+86 13761153836", "dateEnrollment": "1/20/2020", "description": "Combined diagnostic value of novel coronavirus (2019-CoV) infection detected by NLR and CRP", "name": "ChiCTR2000030942", "primaryOutcome": "Blood routine test;", "study_type": "Observational study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50981"}, "type": "Feature"}, {"geometry": {"coordinates": [115.378113, 27.730967], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fengzhenly@sina.com", "contactPhone": "+86 13970038111", "dateEnrollment": "3/31/2020", "description": "Effectiveness of ''Liu-Zi-Jue'' combined with respiratory muscle training for respiratory function in novel coronavirus pneumonia (COVID-19) patients: a randomized controlled trial", "name": "ChiCTR2000030933", "primaryOutcome": "Maximal inspiratory pressure;Respiratory muscle evaluation;", "study_type": "Interventional study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51184"}, "type": "Feature"}, {"geometry": {"coordinates": [117.048778, 30.506031], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "13966906638@139.com", "contactPhone": "+86 13966906638", "dateEnrollment": "2/1/2020", "description": "Correlation between virological negative conversion and clinical factors and prognosis in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030932", "primaryOutcome": "Length of hospital stay;", "study_type": "Observational study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51230"}, "type": "Feature"}, {"geometry": {"coordinates": [116.977564, 36.656687], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "docjiangshujuan@163.com", "contactPhone": "+86 15168887199", "dateEnrollment": "3/31/2020", "description": "Venous Thrombosis Risk of novel coronavirus pneumonia (COVID-19) Patients: A Prospective Study", "name": "ChiCTR2000030943", "primaryOutcome": "Venous Thrombosis;", "study_type": "Observational study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50898"}, "type": "Feature"}, {"geometry": {"coordinates": [104.072808, 30.741573], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "gaopy930@126.com", "contactPhone": "+86 18980025566", "dateEnrollment": "3/10/2020", "description": "A real-world study for the Chinese medicines ''Xinguan 2'' and ''Xinguan 3'' in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030936", "primaryOutcome": "Body temperature returns to normal time;After the medication, the disappearance rate of TCM symptoms;", "study_type": "Treatment study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51100"}, "type": "Feature"}, {"geometry": {"coordinates": [113.431245, 23.034973], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lishiyue@188.com", "contactPhone": "+86 13902233925", "dateEnrollment": "3/19/2020", "description": "A randomized, open-label, controlled trial for Gu-Shen Ding-Chuan-Wan in the treatment of patients with novel coronavirus pneumonia (COVID-19) at recovery phase with Fei-Pi-Qi-Xu Zhen", "name": "ChiCTR2000030937", "primaryOutcome": "The change of TCM syndrome integral of deficiency of Fei-Pi-Qi-Xu Zhen;The results and changes of fatigue assessment scale at each time point;", "study_type": "Interventional study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51240"}, "type": "Feature"}, {"geometry": {"coordinates": [109.815812, 35.897338], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zln7095@163.com", "contactPhone": "+86 15874875763", "dateEnrollment": "3/20/2020", "description": "An observational study for cardiac and pulmonary ultrasound and evaluation of treatment of severe patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030919", "primaryOutcome": "auto B line method;Semi-automatic manual measurement of line B;CT image score;NEWS score;hospital time;ICU time;Critical time;Hospital costs;mechanical ventilation time;prognosis of the patient;", "study_type": "Observational study", "time": "2020-03-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51149"}, "type": "Feature"}, {"geometry": {"coordinates": [117.326207, 39.02797], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "sunhongyuan12@163.com", "contactPhone": "+86 18222521385", "dateEnrollment": "2/28/2020", "description": "Clinical investigation and reseach on TCM syndrome of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030938", "primaryOutcome": "traditional Chinese medicine symptom;", "study_type": "Observational study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51239"}, "type": "Feature"}, {"geometry": {"coordinates": [108.737457, 34.314503], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "leigenping2006@163.com", "contactPhone": "+86 13609219205", "dateEnrollment": "2/15/2020", "description": "The treatment and diagnosis plan of integrated traditional Chinese and Western medicine for novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030923", "primaryOutcome": "Incidence of COVID-19 pneumonia;COVID-19 pneumonia rate of improvement;", "study_type": "Interventional study", "time": "2020-03-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51139"}, "type": "Feature"}, {"geometry": {"coordinates": [113.592705, 22.312867], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": "tianlin@mail.sysu.edu.cn", "contactPhone": "+86 0756 2528222", "dateEnrollment": "3/1/2020", "description": "A Platform for Rapid Immuno-detection and Emergency Vaccine Development of Novel Coronavirus (2019-COV)", "name": "ChiCTR2000030934", "primaryOutcome": "Immune response multiomics;", "study_type": "Observational study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51160"}, "type": "Feature"}, {"geometry": {"coordinates": [114.271209, 30.261538], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zbhong6288@163.com", "contactPhone": "+86 13886009855", "dateEnrollment": "3/17/2020", "description": "A randomized, double-blind, parallel-controlled trial to evaluate the efficacy and safety of anti-SARS-CoV-2 virus inactivated plasma in the treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030929", "primaryOutcome": "Improvement of clinical symptoms (Clinical improvement is defined as a reduction of 2 points on the 6-point scale of the patient's admission status or discharge from the hospital);", "study_type": "Interventional study", "time": "2020-03-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50696"}, "type": "Feature"}, {"geometry": {"coordinates": [114.398908, 23.08296], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "393406816@qq.com", "contactPhone": "+86 13825498648", "dateEnrollment": "3/23/2020", "description": "A Medical Records Based Study for Clinical Characteristic and Outcomes of Hospitalized Patients With Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030931", "primaryOutcome": "Time to negative conversion of severe acute respiratory syndrome coronavirus 2;", "study_type": "Observational study", "time": "2020-03-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51212"}, "type": "Feature"}, {"geometry": {"coordinates": [112.993779, 28.186926], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "qianlu5860@gmail.com", "contactPhone": "+86 731-85295860", "dateEnrollment": "3/1/2020", "description": "Screening and identification of peripheral blood biomarkers in patients with COVID-19 infection based on multiomics studies", "name": "ChiCTR2000030771", "primaryOutcome": "RNA;DNA;", "study_type": "Diagnostic test", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50961"}, "type": "Feature"}, {"geometry": {"coordinates": [121.405954, 29.138291], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "caiting@ucas.ac.cn", "contactPhone": "+86 13738498188", "dateEnrollment": "2/20/2020", "description": "Evaluation of the effect of taking tricholoma matsutake, cannabis sativa capsule and dendrobium candidum to nutrition intervention of patients with novel coronavirus pneumonia (COVID-19) during convalescence.", "name": "ChiCTR2000030920", "primaryOutcome": "Albumin;Cellular immune indicators (total lymphocyte count (TLC) and T lymphocyte subsets (CD3, CD4));", "study_type": "Interventional study", "time": "2020-03-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50476"}, "type": "Feature"}, {"geometry": {"coordinates": [118.94204, 32.1387], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "huxingxing82@163.com", "contactPhone": "+86 17327006987", "dateEnrollment": "2/10/2020", "description": "Cancelled by the investigator Observation Of Clinical Efficacy And Safety Of Bufonis Venenum Injection In The Treatment Of Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030704", "primaryOutcome": "PO2/FiO2;ROX INDEX;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50778"}, "type": "Feature"}, {"geometry": {"coordinates": [113.394869, 23.005235], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "gz8hzf@126.com", "contactPhone": "+86 18122317900", "dateEnrollment": "3/6/2020", "description": "Study for clinical oral characteristics of patients with novel coronavirus pneumonia (COVID-19) and Effect of 3% hydrogen peroxide gargle on the Intraoral novel coronavirus", "name": "ChiCTR2000030539", "primaryOutcome": "novel coronavirus nucleic acid;", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50660"}, "type": "Feature"}, {"geometry": {"coordinates": [115.378113, 27.730967], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zhangweiliuxin@163.com", "contactPhone": "+86 13707089183", "dateEnrollment": "2/23/2020", "description": "A medical records based study for optimization and evaluation of the comprehensive diagnosis and treatment of novel coronavirus pneumonia (COVID-19) and the assessment of risk factors for severe pneumonia", "name": "ChiCTR2000030095", "primaryOutcome": "detection of virus nucleic acid;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49845"}, "type": "Feature"}, {"geometry": {"coordinates": [113.123216, 23.007746], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "FSYYN001@126.com", "contactPhone": "+86 18038860666", "dateEnrollment": "2/26/2020", "description": "Prospective, open-label, controlled, multicenter cohort study of long-acting interferon plus ribavirin in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030922", "primaryOutcome": "COVID-19 nucleic acid negative conversion rate;Causal mortality;All-cause mortality;", "study_type": "Interventional study", "time": "2020-03-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51141"}, "type": "Feature"}, {"geometry": {"coordinates": [118.767274, 32.067199], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": "iszfc@sina.com", "contactPhone": "+86 025 83759418", "dateEnrollment": "3/10/2020", "description": "A phase I clinical trial for recombinant novel coronavirus (2019-COV) vaccine (adenoviral vector)", "name": "ChiCTR2000030906", "primaryOutcome": "adverse reactions 7 days post injection;", "study_type": "Prevention", "time": "2020-03-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51154"}, "type": "Feature"}, {"geometry": {"coordinates": [104.209128, 30.573361], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "gykpanda@163.com", "contactPhone": "+86 18180609256", "dateEnrollment": "3/1/2020", "description": "Evaluation of myocardial injury of novel coronavirus pneumonia (COVID-19) assessed by multimodal MRI imaging", "name": "ChiCTR2000029955", "primaryOutcome": "First pass perfusion i;Delayed enhancement;T1 /T2 mapping;Extracellular volume;MRS;CEST;", "study_type": "Diagnostic test", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49531"}, "type": "Feature"}, {"geometry": {"coordinates": [113.590397, 22.312546], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "13926946929@163.com", "contactPhone": "+86 13926946929", "dateEnrollment": "2/14/2020", "description": "A study for the psychological status, social support, and care needs of tumor patients admitted to a general hospital during the novel coronavirus pneumonia (COVID-19) outbreak", "name": "ChiCTR2000029830", "primaryOutcome": "psychological states;", "study_type": "Observational study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49511"}, "type": "Feature"}, {"geometry": {"coordinates": [113.412782, 23.020902], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "gz8hlc@126.com", "contactPhone": "+86 15989096626", "dateEnrollment": "3/6/2020", "description": "Study for the clinical characteristics and digestive system damage of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030519", "primaryOutcome": "RNA of Coronavirus;", "study_type": "Observational study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50604"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147808, 30.355753], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "wangxinghuan@whu.edu.cn", "contactPhone": "+86 027 67813096", "dateEnrollment": "2/20/2020", "description": "the Efficacy and Safety of Favipiravir for novel coronavirus–infected pneumonia: A multicenter, randomized, open, positive, parallel-controlled clinical study", "name": "ChiCTR2000030254", "primaryOutcome": "Clinical recovery rate of day 7;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50137"}, "type": "Feature"}, {"geometry": {"coordinates": [106.635935, 26.659528], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ant000999@126.com", "contactPhone": "+86 13985004689", "dateEnrollment": "12/1/2019", "description": "Cancelled by the investigator Clinical guidance of diagnose and treatment for novel coronavirus pneumonia (COVID-19) based on ''Shi-Du-Yi''", "name": "ChiCTR2000030765", "primaryOutcome": "prognosis;", "study_type": "Epidemilogical research", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50964"}, "type": "Feature"}, {"geometry": {"coordinates": [114.252712, 30.247486], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "bxlee@sohu.com", "contactPhone": "+86 13397192089", "dateEnrollment": "2/10/2020", "description": "Nasal high-fow preoxygenation assisted fibre-optic bronchoscope intubation in patients with critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029658", "primaryOutcome": "the lowest SpO2 during intubation;", "study_type": "Interventional study", "time": "2020-02-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49074"}, "type": "Feature"}, {"geometry": {"coordinates": [114.470018, 30.464115], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "chengyunliu@hust.edu.cn", "contactPhone": "+86 18007117616", "dateEnrollment": "2/26/2020", "description": "Cancelled by the investigator Clinical study of mesenchymal stem cells in treating severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030224", "primaryOutcome": "SP02;lesions of lung CT;temperature;Blood routine;Inflammatory biomarkers;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49968"}, "type": "Feature"}, {"geometry": {"coordinates": [118.773601, 32.044977], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "cleverwdw@126.com", "contactPhone": "+86 025-52362054", "dateEnrollment": "2/29/2020", "description": "Cancelled by the investigator A real world study for Compound Houttuyniae Mixture for prevention of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030168", "primaryOutcome": "Compared with the control group, the positive rate of NCP nucleic acid test on subjects used Compound Houttuynia Mixture.;", "study_type": "Observational study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49433"}, "type": "Feature"}, {"geometry": {"coordinates": [121.209588, 30.179003], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "ljli@zju.edu.cn", "contactPhone": "+86 13906514210", "dateEnrollment": "2/6/2020", "description": "A multicenter, randomized, open, controlled clinical study to evaluate the efficacy and safety of recombinant cytokine gene-derived protein injection in combination with standard therapy in patients with novel coronavirus infection", "name": "ChiCTR2000029573", "primaryOutcome": "The time required for RNA Yin conversion of novel coronavirus in respiratory or blood specimens was compared between treatment groups The difference of;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49065"}, "type": "Feature"}, {"geometry": {"coordinates": [115.91793, 29.30149], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "gongguozhong@csu.edu.cn", "contactPhone": "+86 13873104819", "dateEnrollment": "1/29/2020", "description": "A randomized, open label, parallel controlled trial of evaluating the efficacy of recombinant cytokine gene-derived protein injection for clearing novel coronavirus in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029496", "primaryOutcome": "novel coronavirus nucleic acid clearance rate;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48809"}, "type": "Feature"}, {"geometry": {"coordinates": [121.492768, 31.248184], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shi_guochao2010@qq.com", "contactPhone": "+86 13918462035", "dateEnrollment": "2/11/2020", "description": "Hydroxychloroquine treating novel coronavirus pneumonia (COVID-19): a randomized controlled, open label, multicenter trial", "name": "ChiCTR2000029868", "primaryOutcome": "Viral nucleic acid test;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49524"}, "type": "Feature"}, {"geometry": {"coordinates": [2.379795, 48.827278], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "rqrc.siege@inserm.fr", "contactPhone": "33182533368", "dateEnrollment": "3/9/2020", "description": "Multi-centre, adaptive, randomized trial of the safety and efficacy of treatments of COVID-19 in hospitalized adults", "name": "EUCTR2020-000936-23-FR", "primaryOutcome": "Timepoint(s) of evaluation of this end point: day 15;Primary end point(s): Clinical status of subject at day 15 (on a 7-point ordinal scale):
1.\tNot hospitalized, no limitations on activities
2.\tNot hospitalized, limitation on activities;
3.\tHosp", "study_type": "Interventional clinical trial of medicinal product", "time": "2020-03-09", "weburl": "https://www.clinicaltrialsregister.eu/ctr-search/search?query=eudract_number:2020-000936-23"}, "type": "Feature"}, {"geometry": {"coordinates": [51.390991, 35.705341], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "khalilih@tums.ac.ir", "contactPhone": "+98 21 6695 4715", "dateEnrollment": "3/15/2020", "description": "Interferon ß in treatment of COVID-19", "name": "IRCT20100228003449N27", "primaryOutcome": "Complications of the treatment. Timepoint: Daily. Method of measurement: Interview and patient's record.;Response to the treatment. Timepoint: Daily. Method of measurement: According the clinical, paraclinical and laboratory findings.", "study_type": "interventional", "time": "2020-03-16", "weburl": "http://en.irct.ir/trial/46545"}, "type": "Feature"}, {"geometry": {"coordinates": [51.378374, 35.748989], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "jamshidi.ah@iums.ac.ir", "contactPhone": "+98 21 5563 9666", "dateEnrollment": "3/16/2020", "description": "Effect of herbal syrup and solution in treatment of COVID-19", "name": "IRCT20200316046792N1", "primaryOutcome": "Response to the treatment (Significant clinical improvement). Timepoint: At baseline and on the third, fifth, seventh, and tenth days after starting the treatment. Method of measurement: According to the clinical, paraclinical and laboratory findings. Cli", "study_type": "interventional", "time": "2020-03-17", "weburl": "http://en.irct.ir/trial/46554"}, "type": "Feature"}, {"geometry": {"coordinates": [5.057478, 51.57868], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "jah.vanoers@etz.nl", "contactPhone": "132213808", "dateEnrollment": "3/16/2020", "description": "Biomarkers for prognosis in critically ill COVID-19 patients : a prospective cohort study", "name": "NL8460", "primaryOutcome": "28-day mortality", "study_type": "Observational", "time": "2020-03-16", "weburl": "https://trialregister.nl/trial/8460"}, "type": "Feature"}, {"geometry": {"coordinates": [-1.437022, 50.935308], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "jody.brookes@synairgen.com", "contactPhone": "2380512800", "dateEnrollment": "3/17/2020", "description": "a trial of an inhaled antiviral drug to treat or prevent severe respiratory difficulties in patients with COVID-19", "name": "EUCTR2020-001023-14-GB", "primaryOutcome": "Main Objective: To assess whether SNG001 is well tolerated, and can prevent or accelerate recovery of lower respiratory tract illness in patients with SARS-CoV-2 infection.;Secondary Objective: To understand more about the biology of how SNG001 affects pa", "study_type": "Interventional clinical trial of medicinal product", "time": "2020-03-17", "weburl": "https://www.clinicaltrialsregister.eu/ctr-search/search?query=eudract_number:2020-001023-14"}, "type": "Feature"}, {"geometry": {"coordinates": [5.398956, 43.289781], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "line.meddeb@ap-hm.fr", "contactPhone": "00334 13 73 23 47", "dateEnrollment": "3/5/2020", "description": "Hydroxychloroquine as a treatment for coronavirus disease COVID-19", "name": "EUCTR2020-000890-25-FR", "primaryOutcome": "Timepoint(s) of evaluation of this end point: Day 1, Day 4, Day 7 and Day 14;Primary end point(s): Results of SARS-COV2 virus detection ;Secondary Objective: To evaluate the clinical effectiveness of treatment on time to apyrexia, normalization of respira", "study_type": "Interventional clinical trial of medicinal product", "time": "2020-03-10", "weburl": "https://www.clinicaltrialsregister.eu/ctr-search/search?query=eudract_number:2020-000890-25"}, "type": "Feature"}, {"geometry": {"coordinates": [12.384082, 51.330845], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "anaesthesie@medizin.uni-leipzig.de", "contactPhone": "+49 341 97 17700", "dateEnrollment": "3/20/2020", "description": "Identification of host cell respiratory tract cell gene expression and epigenetic pattern after human SARS-CoV-2 infection", "name": "DRKS00021134", "primaryOutcome": "genetic and epigenetic risk profiles", "study_type": "observational", "time": "2020-03-19", "weburl": "http://www.drks.de/DRKS00021134"}, "type": "Feature"}, {"geometry": {"coordinates": [51.408904, 35.721009], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "khalilih@tums.ac.ir", "contactPhone": "98216654715", "dateEnrollment": "3/15/2020", "description": "Interferon in treatment of COVID-19", "name": "IRCT20100228003449N28", "primaryOutcome": "Complications of the treatment. Timepoint: Daily. Method of measurement: Interview and patient's record.;Response to the treatment. Timepoint: Daily. Method of measurement: According the clinical, paraclinical and laboratory findings.", "study_type": "interventional", "time": "2020-03-19", "weburl": "http://en.irct.ir/trial/46538"}, "type": "Feature"}, {"geometry": {"coordinates": [49.987709, 36.28003], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "en.aali@gmail.com", "contactPhone": "+98 28 3333 6001", "dateEnrollment": "3/19/2020", "description": "The effect of Noscapine on clinical and pulmonary manifestations of COVID-19 patients", "name": "IRCT20160625028622N1", "primaryOutcome": "Cough. Timepoint: Daily. Method of measurement: Clinical finding.;O2 Saturation. Timepoint: daily. Method of measurement: Pulse Oximeter.;Radiographic features Findings. Timepoint: Before/After. Method of measurement: Radiography- CT SCAN.", "study_type": "interventional", "time": "2020-03-22", "weburl": "http://en.irct.ir/trial/46576"}, "type": "Feature"}, {"geometry": {"coordinates": [51.49655, 35.815456], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "f_dastan@sbmu.ac.ir", "contactPhone": "+98 21 2610 9490", "dateEnrollment": "3/3/2020", "description": "Evaluting the therapeutic and adverse effects of Interferon beta 1-a in patients with novel Coronavirus(COVID-19)", "name": "IRCT20151227025726N12", "primaryOutcome": "Clinical response to therapy. Timepoint: Daily. Method of measurement: Clinical symptoms.", "study_type": "interventional", "time": "2020-03-23", "weburl": "http://en.irct.ir/trial/46561"}, "type": "Feature"}, {"geometry": {"coordinates": [51.408904, 35.721009], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "khalilih@tums.ac.ir", "contactPhone": "+98 21 6695 4715", "dateEnrollment": "3/18/2020", "description": "?Effect of sofosbuvir/ ledipasvir on COVID-19", "name": "IRCT20100228003449N29", "primaryOutcome": "Response to the treatment (improvement of patients' chief complaint, abnormal paraclinic and radiologic findings). Timepoint: Daily. Method of measurement: According the clinical, paraclinical and laboratory findings.;Gastrointestinal complications. Timep", "study_type": "interventional", "time": "2020-03-19", "weburl": "http://en.irct.ir/trial/46567"}, "type": "Feature"}, {"geometry": {"coordinates": [51.386033, 35.721405], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "h.poustchi@gmail.com", "contactPhone": "+98 21 8241 5000", "dateEnrollment": "3/26/2020", "description": "Study to Evaluate the Safety and Efficacy of Sofosbuvir/Daclatasvir in Participants with Moderate to Severe Coronavirus Disease (COVID-19)", "name": "IRCT20200128046294N2", "primaryOutcome": "Clinical recovery (composite) within 14 days from initiation of study treatment until normalization of fever (=37.2 °C oral), respiratory rate (=24/minute on room air), and oxygen saturation (=94% on room air), sustained for at least 24 hours. Timepoint", "study_type": "interventional", "time": "2020-03-14", "weburl": "http://en.irct.ir/trial/46463"}, "type": "Feature"}, {"geometry": {"coordinates": [2.329675, 48.899117], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "enrique.casalino@aphp.fr", "contactPhone": "33140257761", "dateEnrollment": "3/20/2020", "description": "ED Response against Covid-19 pandemic", "name": "TCTR20200321001", "primaryOutcome": "ED time interval [Timeframe hospital exit Time between ED arrival and hospital admission]\t\t\t", "study_type": "Observational", "time": "2020-03-20", "weburl": "http://www.clinicaltrials.in.th/index.php?tp=regtrials&menu=trialsearch&smenu=fulltext&task=search&task2=view1&id=5975"}, "type": "Feature"}, {"geometry": {"coordinates": [51.408904, 35.721009], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "khalilih@tums.ac.ir", "contactPhone": "+98 21 6695 4715", "dateEnrollment": "3/15/2020", "description": "Combination therapy in COVID 19", "name": "IRCT20100228003449N30", "primaryOutcome": "Adverse drug reactions. Timepoint: Every other day. Method of measurement: Interview and laboratory data.;Paraclinical response. Timepoint: Every other day. Method of measurement: Laboratory and radiological findings.;Clinical response. Timepoint: Every o", "study_type": "interventional", "time": "2020-03-22", "weburl": "http://en.irct.ir/trial/46536"}, "type": "Feature"}, {"geometry": {"coordinates": [139.063592, 36.408272], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "nakamurt@gunma-u.ac.jp", "contactPhone": "-8906", "dateEnrollment": "2/27/2020", "description": "Triple combination therapy in patients infected with COVID-19", "name": "JPRN-jRCTs031190227", "primaryOutcome": "expected value and 95% CI of ratio of C-reactive protein before versus after the treatment", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://jrct.niph.go.jp/latest-detail/jRCTs031190227"}, "type": "Feature"}, {"geometry": {"coordinates": [139.081505, 36.42394], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "nakamurt@gunma-u.ac.jp", "contactPhone": "-8906", "dateEnrollment": "2/27/2020", "description": "Favipiravir in patients infected with COVID-19", "name": "JPRN-jRCTs031190226", "primaryOutcome": "expected value and 95% CI of ratio of C-reactive protein before versus after the treatment", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://jrct.niph.go.jp/latest-detail/jRCTs031190226"}, "type": "Feature"}, {"geometry": {"coordinates": [136.999082, 35.071172], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "mkond@fujita-hu.ac.jp", "contactPhone": "-9981", "dateEnrollment": "3/2/2020", "description": "Favipiravir for SARS-CoV-infected patients", "name": "JPRN-jRCTs041190120", "primaryOutcome": "Proportion of subjects with clearance of SARS-CoV2 in nasopharyngeal swab on Day 6", "study_type": "Interventional", "time": "2020-03-02", "weburl": "https://jrct.niph.go.jp/latest-detail/jRCTs041190120"}, "type": "Feature"}, {"geometry": {"coordinates": [139.896109, 36.578363], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "keiliu0406@gmail.com", "contactPhone": "028-626-5500", "dateEnrollment": "2/1/2020", "description": "ExtraCorporeal Membrane Oxygenation for 2019 novel Coronavirus Acute Respiratory Disease", "name": "JPRN-UMIN000039686", "primaryOutcome": "1.\tDate of ECMO discontinuation
2.\tDate of invasive mechanical ventilation discontinuation
3.\tDate of ICU Discharge
4.\tDate of Hospital Discharge
5.\tMortality at 28 days
6.\tMain cause of death", "study_type": "Observational", "time": "2020-03-06", "weburl": "https://upload.umin.ac.jp/cgi-open-bin/ctr_e/ctr_view.cgi?recptno=R000045268"}, "type": "Feature"}, {"geometry": {"coordinates": [139.71415, 35.701656], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "registry.covid@hosp.ncgm.go.jp", "contactPhone": "332027181", "dateEnrollment": "3/19/2020", "description": "COVID-19 Registry", "name": "JPRN-UMIN000039873", "primaryOutcome": "none", "study_type": "Observational", "time": "2020-03-19", "weburl": "https://upload.umin.ac.jp/cgi-open-bin/ctr_e/ctr_view.cgi?recptno=R000045453"}, "type": "Feature"}, {"geometry": {"coordinates": [2.347588, 48.914784], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "enrique.casalino@aphp.fr", "contactPhone": "33140257761", "dateEnrollment": "3/24/2020", "description": "Covid-19 preparedness among Emergency Departments: a cross-sectional study in France.", "name": "TCTR20200324001", "primaryOutcome": "Prepredness measurement [Timeframe at response date electronic survey with electronic questionnaire]\t\t\t", "study_type": "Observational", "time": "2020-03-21", "weburl": "http://www.clinicaltrials.in.th/index.php?tp=regtrials&menu=trialsearch&smenu=fulltext&task=search&task2=view1&id=5976"}, "type": "Feature"}], "type": "FeatureCollection"}
\ No newline at end of file
diff --git a/nginx/covid_website/assets/data/covid-19_clinical_trials_points.geojson b/nginx/covid_website/assets/data/covid-19_clinical_trials_points.geojson
deleted file mode 100644
index df5278ce06394da988c38a0d7f808c1ee1858a9c..0000000000000000000000000000000000000000
--- a/nginx/covid_website/assets/data/covid-19_clinical_trials_points.geojson
+++ /dev/null
@@ -1 +0,0 @@
-{"features": [{"geometry": {"coordinates": [114.129895, 30.340085], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2020-02-01", "description": "Construction and Analysis of Prognostic Predictive Model of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029953", "primaryOutcome": "duration of in hospital;in hospital mortality;the 28s day' mortality after admission;duration of ICU stay;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49217"}, "type": "Feature"}, {"geometry": {"coordinates": [114.146761, 30.355203], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2020-02-16", "description": "A Medical Records Based Study for the Effectiveness of Extracorporeal Membrane Oxygenation in Patients with Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029949", "primaryOutcome": "inhospital length;inhospital mortality;ECMO treatment length;28th day mortality after admission;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49181"}, "type": "Feature"}, {"geometry": {"coordinates": [121.430329, 31.187514], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tcmdoctorlu@163.com", "contactPhone": "+86 13817729859", "dateEnrollment": "2020-03-01", "description": "A Randomized Controlled Trial for Qingyi No. 4 Compound in the treatment of Convalescence Patients of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029947", "primaryOutcome": "Lung function;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49599"}, "type": "Feature"}, {"geometry": {"coordinates": [121.447195, 31.202632], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tcmdoctorlu@163.com", "contactPhone": "+86 13817729859", "dateEnrollment": "2020-03-01", "description": "A randomized controlled trial for Traditional Chinese Medicine in the treatment for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029941", "primaryOutcome": " Number of worsening events;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49596"}, "type": "Feature"}, {"geometry": {"coordinates": [121.55358, 29.866086], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "caiting@ucas.ac.cn", "contactPhone": "+86 13738498188", "dateEnrollment": "2020-02-10", "description": "A Single-blind, Randomized, Controlled Clinical Trial for Chloroquine Phosphate in the treatment of Novel Coronavirus Pneumonia 2019 (COVID-19)", "name": "ChiCTR2000029939", "primaryOutcome": "Length of hospital stay;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49612"}, "type": "Feature"}, {"geometry": {"coordinates": [121.570446, 29.881204], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "caiting@ucas.ac.cn", "contactPhone": "+86 13738498188", "dateEnrollment": "2020-02-06", "description": "A Single-arm Clinical Trial for Chloroquine Phosphate in the treatment of Novel Coronavirus Pneumonia 2019 (COVID-19)", "name": "ChiCTR2000029935", "primaryOutcome": "Length of hospital stay;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49607"}, "type": "Feature"}, {"geometry": {"coordinates": [104.068396, 30.653616], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "1037070596@qq.com", "contactPhone": "+86 18980601415", "dateEnrollment": "2020-02-16", "description": "Study for construction and assessment of early warning score of the clinical risk of novel coronavirus (COVID-19) infected patients", "name": "ChiCTR2000029907", "primaryOutcome": "clinical features and risk factors;validity and reliability of the model;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49587"}, "type": "Feature"}, {"geometry": {"coordinates": [114.328715, 30.540558], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2020-02-10", "description": "A medical records based study of novel coronavirus pneumonia (COVID-19) and influenza virus co-infection", "name": "ChiCTR2000029905", "primaryOutcome": "Incidence of co-infection;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49595"}, "type": "Feature"}, {"geometry": {"coordinates": [125.302998, 43.860391], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Wangtan215@sina.com", "contactPhone": "+86 13756858523", "dateEnrollment": "2020-01-31", "description": "Evaluate the effectiveness of Traditional Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029896", "primaryOutcome": "Conversion rate of mild and common type patients to severe type;Mortality Rate;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49432"}, "type": "Feature"}, {"geometry": {"coordinates": [114.475845, 29.531025], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "sxu@hust.edu.cn", "contactPhone": "+86 13517248539", "dateEnrollment": "2020-02-17", "description": "A comparative study on the sensitivity of nasopharyngeal and oropharyngeal swabbing for the detection of SARS-CoV-2 by real-time PCR", "name": "ChiCTR2000029883", "primaryOutcome": "detection of SARS-CoV-2 nucleic acid;SEN;", "study_type": "Diagnostic test", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49549"}, "type": "Feature"}, {"geometry": {"coordinates": [120.282065, 31.550428], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "caojuncn@hotmail.com", "contactPhone": "+86 0510-68781007", "dateEnrollment": "2020-02-15", "description": "Evaluation of Rapid Diagnostic Kit (IgM/IgG) for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029870", "primaryOutcome": "Positive/Negtive;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49563"}, "type": "Feature"}, {"geometry": {"coordinates": [115.054184, 30.244847], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "fangbji@163.com", "contactPhone": "+86 0714-6224162", "dateEnrollment": "2020-02-10", "description": "A multicenter, randomized, controlled trial for integrated Chinese and western medicine in the treatment of ordinary novel coronavirus pneumonia (COVID-19) based on the ' Internal and External Relieving -Truncated Torsion' strategy", "name": "ChiCTR2000029869", "primaryOutcome": "14 day outcome of the subjects, including: recovery, improvement, turning critical, death.;lung CT;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49486"}, "type": "Feature"}, {"geometry": {"coordinates": [121.474855, 31.232517], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shi_guochao2010@qq.com", "contactPhone": "+86 13911379001", "dateEnrollment": "2020-02-10", "description": "Hydroxychloroquine treating novel coronavirus pneumonia (COVID-19): a multicenter, randomized controlled trial", "name": "ChiCTR2000029868", "primaryOutcome": "Viral nucleic acid test;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49524"}, "type": "Feature"}, {"geometry": {"coordinates": [116.28263, 39.874805], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "dinghuiguo@medmail.com.cn", "contactPhone": "+86 13811611118", "dateEnrollment": "2020-02-15", "description": "The efficacy and safety of carrimycin treatment in patients with novel coronavirus pneumonia (COVID-19): a multicenter, randomized, open-label, controlled trial", "name": "ChiCTR2000029867", "primaryOutcome": "Body temperature returns to normal time;Pulmonary inflammation resolution time (HRCT);Mouthwash (pharyngeal swab) at the end of treatment COVID-19 RNA negative rate;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49514"}, "type": "Feature"}, {"geometry": {"coordinates": [121.191675, 30.163335], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wuguolin28@163.com", "contactPhone": "+86 13136150848", "dateEnrollment": "2020-02-15", "description": "A randomized, open and controlled clinical trial for traditional Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029855", "primaryOutcome": "TCM symptom score;Antifebrile time;The time and rate of transition of new coronavirus to Yin;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49543"}, "type": "Feature"}, {"geometry": {"coordinates": [114.906648, 32.014973], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "503818505@qq.com", "contactPhone": "+86 13839708181", "dateEnrollment": "2020-02-16", "description": "A randomized, open-label, controlled clinical trial for azvudine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029853", "primaryOutcome": "time and rate of temperature return to normal;;time and rate of improvement of respiratory symptoms and signs (lung rhones, cough, sputum, sore throat, etc.);time and rate of improvement of diarrhea, myalgia, fatigue and other symptoms;time and rate of pulmonary imaging improvement;time and rate of change to negative COVID-19 nucleic acid test;time and rate of improvement of oxygenation measurement;improvement time and rate of CD4 count;rate of mild/modorate type to severe type, rate of severe type to critical type;length of hospitalization;mortality;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49532"}, "type": "Feature"}, {"geometry": {"coordinates": [121.208541, 30.178453], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "xxw69@126.com", "contactPhone": "+86 13605708066", "dateEnrollment": "2020-02-15", "description": "Study on convalescent plasma treatment for severe patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029850", "primaryOutcome": "Fatality rate;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49533"}, "type": "Feature"}, {"geometry": {"coordinates": [113.67907, 34.786016], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wanghuaqi2004@126.com", "contactPhone": "+86 15890689220", "dateEnrollment": "2020-02-01", "description": "Application of Regulating Intestinal Flora in the Treatment of Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029849", "primaryOutcome": "Length of admission;mortality rate;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49530"}, "type": "Feature"}, {"geometry": {"coordinates": [121.570725, 29.882051], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "caocdoctor@163.com", "contactPhone": "+86 574-87089878", "dateEnrollment": "2020-02-10", "description": "An observational study on the clinical characteristics, treatment and outcome of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029839", "primaryOutcome": "Time to clinical recovery;", "study_type": "Observational study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49439"}, "type": "Feature"}, {"geometry": {"coordinates": [118.6031, 31.86612], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ian0126@126.com", "contactPhone": "+86 13338628626", "dateEnrollment": "2020-02-07", "description": "A randomized controlled trial for honeysuckle decoction in the treatment of patients with novel coronavirus (COVID-19) infection", "name": "ChiCTR2000029822", "primaryOutcome": "rate of cure;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49502"}, "type": "Feature"}, {"geometry": {"coordinates": [104.40212, 31.13469], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "973007530@qq.com", "contactPhone": "+86 13881070630", "dateEnrollment": "2020-02-14", "description": "Based on Delphi Method to Preliminarily Construct a Recommended Protocol for the Prevention of Novel Coronavirus Pneumonia (COVID-19) in Deyang Area by Using Chinese Medicine Technology and its Clinical Application Evaluation", "name": "ChiCTR2000029821", "primaryOutcome": "CD4+;CD3+;HAMA;HAMD;STAI;", "study_type": "Prevention", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49306"}, "type": "Feature"}, {"geometry": {"coordinates": [120.213994, 30.255631], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yingsrrsh@163.com", "contactPhone": "+86 13588706900", "dateEnrollment": "2020-02-11", "description": "Ba-Bao-Dan in the adjuvant therapy of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000029819", "primaryOutcome": "Clinical and laboratory indicators;Viral load;chest CT;serum cell factor;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49490"}, "type": "Feature"}, {"geometry": {"coordinates": [113.25266, 23.120313], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zhanjie34@126.com", "contactPhone": "+86 15818136908", "dateEnrollment": "2020-02-01", "description": "Psychological survey of frontline medical staff in various regions of China during the epidemic of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029815", "primaryOutcome": "Self-rating depression scale, SDS;Self-Rating Anxiety Scale, SAS;", "study_type": "Observational study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49346"}, "type": "Feature"}, {"geometry": {"coordinates": [121.558226, 31.090574], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhaixiaowendy@163.com", "contactPhone": "+86 64931902", "dateEnrollment": "2020-02-14", "description": "Clinical Trial for Integrated Chinese and Western Medicine in the Treatment of Children with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029814", "primaryOutcome": "Time fo fever reduction;Time of nucleic acid negative;Severe conversion rate;Improvement time of respiratory symptoms;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49387"}, "type": "Feature"}, {"geometry": {"coordinates": [120.91209, 31.94961], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "luhongzhou@fudan.edu.cn", "contactPhone": "+86 18930810088", "dateEnrollment": "2020-02-14", "description": "Clinical Trial for Tanreqing Capsules in the Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029813", "primaryOutcome": "Time of viral nucleic acid turns negative;Antipyretic time;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49425"}, "type": "Feature"}, {"geometry": {"coordinates": [113.289942, 23.113511], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2020-02-20", "description": "Clinical Study for Anti-aging Active Freeze-dried Powder Granules in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029811", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49355"}, "type": "Feature"}, {"geometry": {"coordinates": [114.242065, 22.649365], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "pony8980@163.com", "contactPhone": "+86 13923781386", "dateEnrollment": "2020-02-16", "description": "Clinical study of a novel high sensitivity nucleic acid assay for novel coronavirus pneumonia (COVID-19) based on CRISPR-cas protein", "name": "ChiCTR2000029810", "primaryOutcome": "SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49407"}, "type": "Feature"}, {"geometry": {"coordinates": [114.13166, 30.61702], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "3131862959@qq.com", "contactPhone": "+86 13871120171", "dateEnrollment": "2020-02-12", "description": "Immunomodulatory Therapy for Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029806", "primaryOutcome": "Proportion of patients with a lung injury score reduction of 1-point or more 7 days after randomization;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49161"}, "type": "Feature"}, {"geometry": {"coordinates": [114.148526, 30.632137], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "88071718@qq.com", "contactPhone": "+86 13397192695", "dateEnrollment": "2020-02-12", "description": "Analysis of clinical characteristics of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029805", "primaryOutcome": "28-day mortality and 90-day mortality.;", "study_type": "Observational study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49188"}, "type": "Feature"}, {"geometry": {"coordinates": [114.148526, 30.632137], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "1346801465@qq.com", "contactPhone": "+86 13397192695", "dateEnrollment": "2020-02-12", "description": "Clinical Application of ECMO in the Treatment of Patients with Very Serious Respiratory Failure due to novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029804", "primaryOutcome": "Inpatient mortality;", "study_type": "Prognosis study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49178"}, "type": "Feature"}, {"geometry": {"coordinates": [121.505543, 31.305357], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wlx1126@hotmail.com", "contactPhone": "+86 18917962300", "dateEnrollment": "2020-02-17", "description": "Clinical study for the integration of traditional Chinese and western medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029790", "primaryOutcome": "TCM symptoms efficacy;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49453"}, "type": "Feature"}, {"geometry": {"coordinates": [113.785639, 34.675497], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "li_js8@163.com", "contactPhone": "+86 371-65676568", "dateEnrollment": "2020-02-15", "description": "Randomized controlled trial for TCM syndrome differentiation treatment impacting quality of life of post-discharge patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029789", "primaryOutcome": "St. George's Respiratory Questionnaire;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49348"}, "type": "Feature"}, {"geometry": {"coordinates": [116.418388, 39.932714], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zysjsgzs@163.com", "contactPhone": "+86 18134048843", "dateEnrollment": "2020-03-01", "description": "Traditional Chinese medicine cooperative therapy for patients with novel coronavirus pneumonia (COVID-19): a randomized controlled trial", "name": "ChiCTR2000029788", "primaryOutcome": "Antipyretic time;Pharyngeal swab nucleic acid negative time;Blood gas analysis;Traditional Chinese medicine syndrome score;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49452"}, "type": "Feature"}, {"geometry": {"coordinates": [118.93172, 28.73485], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "jiayongshi@medmail.com.cn", "contactPhone": "+86 13605813177", "dateEnrollment": "2020-01-30", "description": "Clinical study for the changes in mental state of medical staff in the department of radiotherapy in a comprehensive tertiary hospital in Zhejiang Province during the epidemic of novel coronavirus infection (COVID-19)", "name": "ChiCTR2000029782", "primaryOutcome": "PSQI;", "study_type": "Observational study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49445"}, "type": "Feature"}, {"geometry": {"coordinates": [120.298751, 31.55958], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xiangming_fang@njmu.edu.cn", "contactPhone": "+86 13861779030", "dateEnrollment": "2020-02-14", "description": "Study for the key issues of the diagnosis and treatment of novel coronavirus pneumonia (COVID-19) based on the medical imaging", "name": "ChiCTR2000029779", "primaryOutcome": "Chest CT findings;Epidemiological history;Laboratory examination;Pulmonary function test;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49378"}, "type": "Feature"}, {"geometry": {"coordinates": [121.483669, 31.246879], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhangw1190@sina.com", "contactPhone": "+86 13601733045", "dateEnrollment": "2020-02-14", "description": "Clinical Study for Traditional Chinese Medicine Combined With Western Medicine in Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029778", "primaryOutcome": "Length of hospital stay;fever clearance time;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49422"}, "type": "Feature"}, {"geometry": {"coordinates": [115.160743, 30.134317], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fangbji@163.com", "contactPhone": "+86 0714-6224162", "dateEnrollment": "2020-02-05", "description": "A multicenter, randomized, controlled trial for integrated chinese and western medicine in the treatment of novel coronavirus pneumonia (COVID-19) based on the 'Truncated Torsion' strategy", "name": "ChiCTR2000029777", "primaryOutcome": "14 day outcome of the subjects, including: recovery, improvement, turning critical, death.;lung CT;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49380"}, "type": "Feature"}, {"geometry": {"coordinates": [120.696115, 27.939977], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zjwzhxy@126.com", "contactPhone": "+86 13819711719", "dateEnrollment": "2020-02-11", "description": "A randomized, open-label, blank-controlled, multicenter trial for Polyinosinic-Polycytidylic Acid Injection in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029776", "primaryOutcome": "Time to Clinical recovery;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49342"}, "type": "Feature"}, {"geometry": {"coordinates": [121.250615, 28.656856], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lvdq@enzemed.com", "contactPhone": "+86 13867622009", "dateEnrollment": "2020-02-15", "description": "Babaodan Capsule used for the adjuvant treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029769", "primaryOutcome": "28-day survival;Inflammatory factor levels;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49415"}, "type": "Feature"}, {"geometry": {"coordinates": [114.236454, 30.229555], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wdznyy@126.com", "contactPhone": "+86 13971156723", "dateEnrollment": "2020-02-12", "description": "A randomized, open, controlled trial for diammonium glycyrrhizinate enteric-coated capsules combined with vitamin C tablets in the treatment of common novel coronavirus pneumonia (COVID-19) in the basic of clinical standard antiviral treatment to evaluate the safety and efficiency", "name": "ChiCTR2000029768", "primaryOutcome": "Time to Clinical recovery;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49131"}, "type": "Feature"}, {"geometry": {"coordinates": [115.53393, 30.52833], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xxlahh08@163.com", "contactPhone": "+86 18963789002", "dateEnrollment": "2020-02-10", "description": "A multicenter, randomized controlled trial for the efficacy and safety of tocilizumab in the treatment of new coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029765", "primaryOutcome": "cure rate;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49409"}, "type": "Feature"}, {"geometry": {"coordinates": [106.616718, 33.150074], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "songlab_radiology@163.com", "contactPhone": "86 28 85423680", "dateEnrollment": "2020-02-16", "description": "Imaging Features and Mechanisms of Novel Coronavirus Pneumonia (COVID-19): a Multicenter Study", "name": "ChiCTR2000029764", "primaryOutcome": "imaging feature;", "study_type": "Observational study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49388"}, "type": "Feature"}, {"geometry": {"coordinates": [116.524909, 39.822121], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "huangluqi01@126.com", "contactPhone": "+86 010-64089801", "dateEnrollment": "2020-02-13", "description": "The efficacy of traditional chinese medicine on Novel Coronavirus Pneumonia (COVID-19) patients treated in square cabin hospital: a prospective, randomized controlled trial", "name": "ChiCTR2000029763", "primaryOutcome": "Rate of conversion to severe or critical illness;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49408"}, "type": "Feature"}, {"geometry": {"coordinates": [106.633584, 33.165192], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "Kangyan@scu.edu.cn", "contactPhone": "+86 18980601566", "dateEnrollment": "2020-02-03", "description": "Cohort Study of Novel Coronavirus Pneumonia (COVID-19) Critical Ill Patients", "name": "ChiCTR2000029758", "primaryOutcome": "length of stay;length of stay in ICU;Antibiotic use;Hospital costs;Organ function support measures;Organ function;", "study_type": "Observational study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49295"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147061, 30.356048], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "doctorzhang2003@163.com", "contactPhone": "+86 18062567610", "dateEnrollment": "2020-02-15", "description": "Clinical study of nebulized Xiyanping injection in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029756", "primaryOutcome": "vital signs (Body temperature, blood pressure, heart rate, breathing rate);Respiratory symptoms and signs (Lung sounds, cough, sputum);Etiology and laboratory testing;PaO2/SPO2;Liquid balance;Ventilator condition;Imaging changes;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49222"}, "type": "Feature"}, {"geometry": {"coordinates": [104.061699, 30.641376], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "leilei_25@126.com", "contactPhone": "+86 18980605819", "dateEnrollment": "2020-02-10", "description": "Study for the Effect of Novel Coronavirus Pneumonia (COVID-19) on the Health of Different People", "name": "ChiCTR2000029754", "primaryOutcome": "Physical and mental health;", "study_type": "Observational study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49370"}, "type": "Feature"}, {"geometry": {"coordinates": [121.298234, 30.052805], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "maoweilw@163.com", "contactPhone": "+86 0571-87068001", "dateEnrollment": "2020-02-01", "description": "Clinical Study for Traditional Chinese Medicine in the Prevention and Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029751", "primaryOutcome": "blood routine examination;CRP;PCT;Chest CT;Liver and kidney function;Etiology test;", "study_type": "Observational study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49354"}, "type": "Feature"}, {"geometry": {"coordinates": [117.256275, 31.855782], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13505615645@163.com", "contactPhone": "+86 13505615645", "dateEnrollment": "2020-02-11", "description": "Effect evaluation and prognosis of Chinese medicine based on Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029747", "primaryOutcome": "Chest CT;Routine blood test;liver and renal function;TCM syndrome;", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49287"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "31531955@qq.com", "contactPhone": "+86 27 83662688", "dateEnrollment": "2020-02-10", "description": "A randomized, parallel controlled trial for the efficacy and safety of Sodium Aescinate Injection in the treatment of patients with pneumonia (COVID-19)", "name": "ChiCTR2000029742", "primaryOutcome": "Chest imaging (CT);", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49297"}, "type": "Feature"}, {"geometry": {"coordinates": [113.396794, 23.003845], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zheng862080@139.com", "contactPhone": "+86 18928868242", "dateEnrollment": "2020-02-12", "description": "A Multicenter, Randomized, Parallel Controlled Clinical Study of Hydrogen-Oxygen Nebulizer to Improve the Symptoms of Patients With Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029739", "primaryOutcome": "the condition worsens and develops into severe or critical condition;the condition improves significantly and reaches the discharge standard;The overall treatment time is no longer than 14 days;", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49283"}, "type": "Feature"}, {"geometry": {"coordinates": [114.435277, 30.430025], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xie_m@126.com", "contactPhone": "+86 18602724678", "dateEnrollment": "2020-01-26", "description": "Risks of Death and Severe cases in Patients with 2019 Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029735", "primaryOutcome": "incidence;mortality;", "study_type": "Observational study", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49279"}, "type": "Feature"}, {"geometry": {"coordinates": [109.95917, 27.54944], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "qiuchengfeng0721@163.com", "contactPhone": "+86 14786531725", "dateEnrollment": "2020-02-08", "description": "Epidemiological investigation and clinical characteristics analysis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029734", "primaryOutcome": "Epidemiological history;haematological;First symptom;blood glucose;blood glucose;prognosis;Blood gas analysis;complication;", "study_type": "Observational study", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48868"}, "type": "Feature"}, {"geometry": {"coordinates": [106.63382, 33.16597], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "guojun@wchscu.cn", "contactPhone": "+86 15388178461", "dateEnrollment": "2020-02-10", "description": "Impact of vitamin D deficiency on prognosis of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029732", "primaryOutcome": "ROX index;", "study_type": "Observational study", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49302"}, "type": "Feature"}, {"geometry": {"coordinates": [114.26326, 22.72289], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "jxxk1035@yeah.net", "contactPhone": "+86 13530027001", "dateEnrollment": "2020-03-01", "description": "Early Detection of Novel Coronavirus Pneumonia (COVID-19) Based on a Novel High-Throughput Mass Spectrometry Analysis With Exhaled Breath", "name": "ChiCTR2000029695", "primaryOutcome": "Sensitivity of detection of NCP;Specificity of detection of NCP;", "study_type": "Diagnostic test", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49219"}, "type": "Feature"}, {"geometry": {"coordinates": [113.258231, 23.159457], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wucaineng861010@163.com", "contactPhone": "+86 13580315308", "dateEnrollment": "2020-02-10", "description": "Nasal high-fow preoxygenation assisted fibre-optic bronchoscope intubation in patients with critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029658", "primaryOutcome": "the lowest SpO2 during intubation;", "study_type": "Interventional study", "time": "2020-02-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49074"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492994, 29.547003], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "bluesearh006@sina.com", "contactPhone": "+86 15337110926", "dateEnrollment": "2020-02-14", "description": "A randomized, open-label study to evaluate the efficacy and safety of low-dose corticosteroids in hospitalized patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029656", "primaryOutcome": "ECG;Chest imaging;Complications;vital signs;NEWS2 score;", "study_type": "Interventional study", "time": "2020-02-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49086"}, "type": "Feature"}, {"geometry": {"coordinates": [113.57316, 22.297336], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "wenshl@mail.sysu.edu.cn", "contactPhone": "+86 13312883618", "dateEnrollment": "2020-02-10", "description": "Study for Mental health and psychological status of doctors, nurses and patients in novel coronavirus pneumonia (COVID-19) designated hospital and effect of interventions", "name": "ChiCTR2000029639", "primaryOutcome": "Physical examination;Nucleic acid;Oxygenation index;GAD-7;PHQ-9;SASRQ;PSQI;Lymphocyte subsets;", "study_type": "Interventional study", "time": "2020-02-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49187"}, "type": "Feature"}, {"geometry": {"coordinates": [113.269526, 23.13543], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "doctorzzd99@163.com", "contactPhone": "+86 13903076359", "dateEnrollment": "2020-02-07", "description": "An observational study for Xin-Guan-1 formula in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029637", "primaryOutcome": "Completely antipyretic time: completely antipyretic was defined as the body temperature return to normal for over 24 hours.;Time to remission/disappearance of primary symptoms: defined as the number of days when the three main symptoms of fever, cough, and shortness of breath are all relieved / disappeared;", "study_type": "Observational study", "time": "2020-02-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49127"}, "type": "Feature"}, {"geometry": {"coordinates": [114.433339, 30.431406], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hubo@mail.hust.edu.cn", "contactPhone": "+86 13707114863", "dateEnrollment": "2020-02-09", "description": "Efficacy and safety of aerosol inhalation of vMIP in the treatment of novel coronavirus pneumonia (COVID-19): a single arm clinical trial", "name": "ChiCTR2000029636", "primaryOutcome": "2019-nCoV nucleic acid turning negative time (from respiratory secretion), or the time to release isolation;", "study_type": "Interventional study", "time": "2020-02-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49215"}, "type": "Feature"}, {"geometry": {"coordinates": [113.269526, 23.13543], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "doctorzzd99@163.com", "contactPhone": "+86 13903076359", "dateEnrollment": "2020-02-07", "description": "A clinical observational study for Xin-Guan-2 formula in the treatment of suspected novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029628", "primaryOutcome": "Time to completely antipyretic time:completely antipyretic was defined as the body temperature return to normal for over 24 hours.;Main symptom relief/disappearance time: defined as the days when the three main symptoms of fever, cough and shortness of breath all remission/disappear.;", "study_type": "Observational study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49155"}, "type": "Feature"}, {"geometry": {"coordinates": [120.161675, 30.260665], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "13588867114@163.com", "contactPhone": "+86 13588867114", "dateEnrollment": "2020-02-17", "description": "Immune Repertoire (TCR & BCR) Evaluation and Immunotherapy Research in Peripheral Blood of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029626", "primaryOutcome": "TCR sequencing;BCR sequencing;HLA sequencing;", "study_type": "Basic Science", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49170"}, "type": "Feature"}, {"geometry": {"coordinates": [120.268257, 30.150132], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "caiicu@163.com", "contactPhone": "+86 13505811696", "dateEnrollment": "2020-02-17", "description": "Construction of Early Warning and Prediction System for Patients with Severe / Critical Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029625", "primaryOutcome": "Lymphocyte subpopulation analysis;Cytokine detection;Single cell sequencing of bronchial lavage fluid cells;", "study_type": "Diagnostic test", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49177"}, "type": "Feature"}, {"geometry": {"coordinates": [121.018659, 31.839091], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Luhongzhou@shphc.org.cn", "contactPhone": "+86 18930810088", "dateEnrollment": "2020-02-08", "description": "A real world study for traditional Chinese Medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029624", "primaryOutcome": "Time for body temperature recovery;Chest CT absorption;Time of nucleic acid test turning negative;", "study_type": "Observational study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49132"}, "type": "Feature"}, {"geometry": {"coordinates": [121.491721, 31.247634], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "jmqu0906@163.com", "contactPhone": "+86 21 64370045", "dateEnrollment": "2020-02-07", "description": "Clinical study of arbidol hydrochloride tablets in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029621", "primaryOutcome": "Virus negative conversion rate in the first week;", "study_type": "Interventional study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49165"}, "type": "Feature"}, {"geometry": {"coordinates": [113.590026, 22.312453], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shanhong@mail.sysu.edu.cn", "contactPhone": "+86 0756 2528573", "dateEnrollment": "2020-02-10", "description": "A prospective, open-label, multiple-center study for the efficacy of chloroquine phosphate in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029609", "primaryOutcome": "virus nucleic acid negative-transforming time;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49145"}, "type": "Feature"}, {"geometry": {"coordinates": [120.285123, 30.16525], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "ljli@zju.edu.cn", "contactPhone": "+86 0571-87236426", "dateEnrollment": "2020-01-25", "description": "Clinical Study for Human Menstrual Blood-Derived Stem Cells in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029606", "primaryOutcome": "Mortality in patients;", "study_type": "Interventional study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49146"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "dwwang@tjh.tjmu.edu.cn", "contactPhone": "+86 13971301060", "dateEnrollment": "2020-02-06", "description": "A randomized, open-label, blank-controlled, multicenter trial for Shuang-Huang-Lian oral solution in the treatment of ovel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029605", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49051"}, "type": "Feature"}, {"geometry": {"coordinates": [120.285123, 30.16525], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qiuyq@zju.edu.cn", "contactPhone": "+86 13588189339", "dateEnrollment": "2020-02-06", "description": "A Randomized, Open-Label, Multi-Centre Clinical Trial Evaluating and Comparing the Safety and Efficiency of ASC09/Ritonavir and Lopinavir/Ritonavir for Confirmed Cases of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029603", "primaryOutcome": "The incidence of composite adverse outcome within 14 days after admission: Defined as (one of them) SPO2<= 93% without oxygen supplementation, PaO2/FiO2 <= 300mmHg or RR <=30 breaths per minute.;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49075"}, "type": "Feature"}, {"geometry": {"coordinates": [115.650098, 30.770064], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "Xiaolintong66@sina.com", "contactPhone": "+86 13910662116", "dateEnrollment": "2020-02-01", "description": "Clinical study for community based prevention and control strategy of novel coronavirus pneumonia (COVID-19) in the isolate suspected and confirmed population", "name": "ChiCTR2000029602", "primaryOutcome": "Incidence of onset at home / designated isolation population who progressed to designated isolation treatment or were diagnosed with novel coronavirus-infected pneumonia;days of onset at home / designated isolation population who progressed to designated isolation treatment or were diagnosed with novel coronavirus-infected pneumonia;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48985"}, "type": "Feature"}, {"geometry": {"coordinates": [115.666964, 30.785182], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "252417083@qq.com", "contactPhone": "+86 18908628577", "dateEnrollment": "2020-02-01", "description": "Community based prevention and control for Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19) in the isolate suspected and confirmed population", "name": "ChiCTR2000029601", "primaryOutcome": "the negative conversion ratio;the proportion of general patients with advanced severe disease;confirmed rate of suspected cases;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48988"}, "type": "Feature"}, {"geometry": {"coordinates": [114.280126, 22.738007], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "yingxialiu@hotmail.com", "contactPhone": "+86 755 61238922", "dateEnrollment": "2020-01-30", "description": "Clinical study for safety and efficacy of Favipiravir in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029600", "primaryOutcome": "Declining speed of Novel Coronavirus by PCR;Negative Time of Novel Coronavirus by PCR;Incidentce rate of chest imaging;Incidence rate of liver enzymes;Incidence rate of kidney damage;", "study_type": "Interventional study", "time": "2020-02-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49042"}, "type": "Feature"}, {"geometry": {"coordinates": [116.417592, 39.937967], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Liuqingquan2003@126.com", "contactPhone": "+86 010-52176520", "dateEnrollment": "2020-02-06", "description": "An open, prospective, multicenter clinical study for the efficacy and safety of Reduning injection in the treatment of ovel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029589", "primaryOutcome": "Antipyretic time;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49104"}, "type": "Feature"}, {"geometry": {"coordinates": [120.144338, 30.178144], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wengcp@163.com", "contactPhone": "+86 571 86613587", "dateEnrollment": "2020-02-06", "description": "Chinese medicine prevention and treatment program for novel coronavirus pneumonia (COVID-19): a perspective, sing-arm trial", "name": "ChiCTR2000029578", "primaryOutcome": "Cure rate;The cure time;The rate and time at which the normal type progresses to the heavy type;Rate and time of progression from heavy to critical type and even death;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49080"}, "type": "Feature"}, {"geometry": {"coordinates": [112.146577, 32.040674], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "xyxzyxzh@163.com", "contactPhone": "+86 18995678520", "dateEnrollment": "2020-02-05", "description": "Safety and efficacy of umbilical cord blood mononuclear cells in the treatment of severe and critically novel coronavirus pneumonia(COVID-19): a randomized controlled clinical trial", "name": "ChiCTR2000029572", "primaryOutcome": "PSI;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=41760"}, "type": "Feature"}, {"geometry": {"coordinates": [112.163443, 32.055792], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "xyxzyxzh@163.com", "contactPhone": "+86 18995678520", "dateEnrollment": "2020-02-05", "description": "Safety and efficacy of umbilical cord blood mononuclear cells conditioned medium in the treatment of severe and critically novel coronavirus pneumonia (COVID-19): a randomized controlled trial", "name": "ChiCTR2000029569", "primaryOutcome": "PSI;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49062"}, "type": "Feature"}, {"geometry": {"coordinates": [114.253603, 30.245525], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "doctorzhang2003@163.com", "contactPhone": "+86 18962567610", "dateEnrollment": "2020-01-31", "description": "Therapeutic effect of hydroxychloroquine on novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029559", "primaryOutcome": "The time when the nucleic acid of the novel coronavirus turns negative;T cell recovery time;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48880"}, "type": "Feature"}, {"geometry": {"coordinates": [104.008005, 30.725905], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "xcg718@aliyun.com", "contactPhone": "+86 18980880132", "dateEnrollment": "2020-01-29", "description": "Recommendations of Integrated Traditional Chinese and Western Medicine for Diagnosis and Treatment of Novel Coronavirus Pneumonia (COVID-19) in Sichuan Province", "name": "ChiCTR2000029558", "primaryOutcome": "blood routine;urine routines;CRP;PCT;ESR;creatase;troponin;myoglobin;D-Dimer;arterial blood gas analysis;Nucleic acid test for 2019-nCoV ;chest CT;Biochemical complete set;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48792"}, "type": "Feature"}, {"geometry": {"coordinates": [120.285123, 30.16525], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qiuyq@zju.edu.cn", "contactPhone": "+86 13588189339", "dateEnrollment": "2020-02-04", "description": "Randomized, open-label, controlled trial for evaluating of the efficacy and safety of Baloxavir Marboxil, Favipiravir, and Lopinavir-Ritonavir in the treatment of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000029548", "primaryOutcome": "Time to viral negativityby RT-PCR;Time to clinical improvement: Time from start of study drug to hospital discharge or to NEWS2<2 for 24 hours.;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49015"}, "type": "Feature"}, {"geometry": {"coordinates": [120.285123, 30.16525], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qiuyq@zju.edu.cn", "contactPhone": "+86 13588189339", "dateEnrollment": "2020-02-04", "description": "A randomized controlled trial for the efficacy and safety of Baloxavir Marboxil, Favipiravir tablets in novel coronavirus pneumonia (COVID-19) patients who are still positive on virus detection under the current antiviral therapy", "name": "ChiCTR2000029544", "primaryOutcome": "Time to viral negativity by RT-PCR;Time to clinical improvement;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49013"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413419, 23.018178], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shanpingjiang@126.com", "contactPhone": "+86 13922738892", "dateEnrollment": "2020-02-03", "description": "Study for the efficacy of chloroquine in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029542", "primaryOutcome": "viral negative-transforming time;30-day cause-specific mortality;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48968"}, "type": "Feature"}, {"geometry": {"coordinates": [114.146761, 30.355203], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "wangxinghuan@whu.edu.cn", "contactPhone": "+86 18971387168/+86 15729577635", "dateEnrollment": "2020-02-10", "description": "A randomised, open, controlled trial for darunavir/cobicistat or Lopinavir/ritonavir combined with thymosin a1 in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029541", "primaryOutcome": "Time to conversion of 2019-nCoV RNA result from RI sample;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48992"}, "type": "Feature"}, {"geometry": {"coordinates": [114.448981, 30.448488], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zhaojp@tjh.tjmu.edu.cn", "contactPhone": "+86 13507138234", "dateEnrollment": "2020-02-04", "description": "A randomized, open-label study to evaluate the efficacy and safety of Lopinavir-Ritonavir in patients with mild novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029539", "primaryOutcome": "The incidence of adverse outcome within 14 days after admission: Patients with conscious dyspnea, SpO2 = 94% or respiratory frequency = 24 times / min in the state of resting without oxygen inhalation;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48991"}, "type": "Feature"}, {"geometry": {"coordinates": [120.250896, 30.067613], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wengcp@163.com", "contactPhone": "+86 13906514781", "dateEnrollment": "2020-02-04", "description": "Chinese medicine prevention and treatment program for novel coronavirus pneumonia (COVID-19): a perspective, double-blind, placebo, randomised controlled trial", "name": "ChiCTR2000029518", "primaryOutcome": "Recovery time;Ratio and time for the general type to progress to heavy;Ratio and time of severe progression to critical or even death;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48860"}, "type": "Feature"}, {"geometry": {"coordinates": [120.161203, 30.193261], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wengcp@163.com", "contactPhone": "+86 13601331063", "dateEnrollment": "2020-02-04", "description": "Chinese medicine prevention and treatment program for suspected novel coronavirus pneumonia (COVID-19): a perspective, double-blind, placebo, randomised controlled trial", "name": "ChiCTR2000029517", "primaryOutcome": "Relief of clinical symptoms and duration;", "study_type": "Interventional study", "time": "2020-02-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48861"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450724, 30.447276], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "1025823309@qq.com", "contactPhone": "+86 13307161995", "dateEnrollment": "2020-02-03", "description": "Traditional Chinese Medicine, Psychological Intervention and Investigation of Mental Health for Patients With Novel Coronavirus Pneumonia (COVID-19) in Convalescent Period", "name": "ChiCTR2000029495", "primaryOutcome": "Self-rating depression scale, SDS;Self-Rating Anxiety Scale, SAS;ocial support rate scale, SSRS;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48971"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452112, 30.448456], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "jxzhang1607@163.com", "contactPhone": "+86 13377897297", "dateEnrollment": "2020-02-03", "description": "Traditional Chinese Medicine for Pulmonary Fibrosis, Pulmonary Function and Quality of Life in Patients With Novel Coronavirus Pneumonia (COVID-19) in Convalescent Period: a Randomized Controlled Trial", "name": "ChiCTR2000029493", "primaryOutcome": "pulmonary function;St Georges respiratory questionnaire, SGRQ;Modified Barthel Index, MBI;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48931"}, "type": "Feature"}, {"geometry": {"coordinates": [114.582692, 29.421354], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "784404524@qq.com", "contactPhone": "+86 13659897175", "dateEnrollment": "2020-02-10", "description": "Clinical Study for Gu-Biao Jie-Du-Ling in Preventing of Novel Coronavirus Pneumonia (COVID-19) in Children", "name": "ChiCTR2000029487", "primaryOutcome": "body temperature;Whole blood count and five classifications;C-reactive protein;", "study_type": "Prevention", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48965"}, "type": "Feature"}, {"geometry": {"coordinates": [104.085022, 30.667943], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "cdjianghua@qq.com", "contactPhone": "+86 028 87393881", "dateEnrollment": "2020-02-01", "description": "A real-world study for lopinavir/ritonavir (LPV/r) and emtritabine (FTC) / Tenofovir alafenamide Fumarate tablets (TAF) regimen in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029468", "primaryOutcome": "Patient survival rate;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48919"}, "type": "Feature"}, {"geometry": {"coordinates": [113.804557, 34.777628], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "li_js8@163.com", "contactPhone": "+86 371 65676568", "dateEnrollment": "2020-02-01", "description": "Study for clinical characteristics and distribution of TCM syndrome of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029462", "primaryOutcome": "Clinical characteristics;TCM syndrome;", "study_type": "Observational study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48922"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452112, 30.448456], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "docxwg@163.com", "contactPhone": "+86 13377897278", "dateEnrollment": "2020-02-03", "description": "A Randomized Controlled Trial for Integrated Traditional Chinese Medicine and Western Medicine in the Treatment of Common Type Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029461", "primaryOutcome": "pulmonary function;Antipyretic time;Time of virus turning negative;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48927"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452112, 30.448456], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "chanjuanzheng@163.com", "contactPhone": "+86 18971317115", "dateEnrollment": "2020-02-02", "description": "The effect of shadowboxing for pulmonary function and quality of life in patients with novel coronavirus pneumonia (COVID-19) in rehabilitation period", "name": "ChiCTR2000029460", "primaryOutcome": "pulmonary function;St Georges respiratory questionnaire, SGRQ;Modified Barthel Index, MBI;Incidence of adverse events;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48930"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452112, 30.448456], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "docxwg@163.com", "contactPhone": "+86 13377897278", "dateEnrollment": "2020-02-03", "description": "The effect of pulmonary rehabilitation for pulmonary function and quality of life in patients with novel coronavirus pneumonia (COVID-19) in rehabilitation period", "name": "ChiCTR2000029459", "primaryOutcome": "pulmonary function;St Georges respiratory questionnaire, SGRQ;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48929"}, "type": "Feature"}, {"geometry": {"coordinates": [116.410039, 39.926901], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ZJHTCM@FOXMAIL.COM", "contactPhone": "+86 13902020873", "dateEnrollment": "2020-02-02", "description": "Combination of traditional Chinese medicine and western medicine in the treatment of common type novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029439", "primaryOutcome": "Antipyretic time;Time of virus turning negative;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48904"}, "type": "Feature"}, {"geometry": {"coordinates": [116.524161, 39.827448], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ZJHTCM@FOXMAIL.COM", "contactPhone": "+86 13902020873", "dateEnrollment": "2020-02-04", "description": "A randomized controlled trial of integrated TCM and Western Medicine in the treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029438", "primaryOutcome": "CURB-65;PSI score;Mechanical ventilation time;Length of stay in hospital;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48911"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450724, 30.447276], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "DOCXWG@16.COM", "contactPhone": "+86 13902020873", "dateEnrollment": "2020-02-03", "description": "A single arm study for combination of traditional Chinese and Western Medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029437", "primaryOutcome": "all available outcome;", "study_type": "Observational study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48913"}, "type": "Feature"}, {"geometry": {"coordinates": [113.69622, 34.801986], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lisuyun2000@126.com", "contactPhone": "+86 371 66248624", "dateEnrollment": "2020-02-01", "description": "A single arm study for evaluation of integrated traditional Chinese and western medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029436", "primaryOutcome": "Duration of PCR normalization;Clinical symptom score;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48884"}, "type": "Feature"}, {"geometry": {"coordinates": [114.599558, 29.436471], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "whsdyyykjc@126.com", "contactPhone": "+86 13163283819", "dateEnrollment": "2020-02-01", "description": "Randomized controlled trial for traditional Chinese medicine in the prevention of novel coronavirus pneumonia (COVID-19) in high risk population", "name": "ChiCTR2000029435", "primaryOutcome": "Viral nucleic acid detection;CT Scan of the Lungs;Blood routine examination;Temperature;Height;Weight;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48827"}, "type": "Feature"}, {"geometry": {"coordinates": [113.364747, 23.048858], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yang_zhongqi@163.com", "contactPhone": "+86 13688867618", "dateEnrollment": "2020-02-01", "description": "A Real World Study for the Efficacy and Safety of Large Dose Tanreqing Injection in the Treatment of Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029432", "primaryOutcome": "Time for body temperature recovery;Chest X-ray absorption;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48881"}, "type": "Feature"}, {"geometry": {"coordinates": [121.641576, 38.917483], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zhaodewei2016@163.com", "contactPhone": "+86 0411-62893509", "dateEnrollment": "2020-01-29", "description": "Clinical study for the remedy of M1 macrophages target in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029431", "primaryOutcome": "CT of lung;CT and MRI of hip;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48907"}, "type": "Feature"}, {"geometry": {"coordinates": [116.92699, 38.93373], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ZJHTCM@FOXMAIL.COM", "contactPhone": "+86 13902020873", "dateEnrollment": "2020-02-03", "description": "Study for the TCM syndrome characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029430", "primaryOutcome": "TCM syndroms;", "study_type": "Observational study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48902"}, "type": "Feature"}, {"geometry": {"coordinates": [116.43549, 39.94861], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "shanghongcai@126.com", "contactPhone": "+86 010 84012510", "dateEnrollment": "2020-02-03", "description": "Chinese Herbal medicine for Severe nevel coronavirus pneumonia (COVID-19): a Randomized Controlled Trial", "name": "ChiCTR2000029418", "primaryOutcome": "Critically ill patients (%);", "study_type": "Interventional study", "time": "2020-01-30", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48886"}, "type": "Feature"}, {"geometry": {"coordinates": [116.541775, 39.837238], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "huangluqi01@126.com", "contactPhone": "+86 010-64089801", "dateEnrollment": "2020-01-29", "description": "Clinical Controlled Trial for Traditional Chinese Medicine in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029400", "primaryOutcome": "the rate of remission;", "study_type": "Interventional study", "time": "2020-01-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48824"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413333, 23.019305], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ylsong70@163.com", "contactPhone": "+86 020 34294311", "dateEnrollment": "2020-01-24", "description": "A prospective comparative study for Xue-Bi-Jing injection in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029381", "primaryOutcome": "pneumonia severity index (PSI);", "study_type": "Interventional study", "time": "2020-01-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48768"}, "type": "Feature"}, {"geometry": {"coordinates": [113.573787, 22.247427], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13600001163@139.com", "contactPhone": "+86 0756-3325892", "dateEnrollment": "2020-02-15", "description": "Clinical Study on Syndrome Differentiation of TCM in Treating Severe and Critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030188", "primaryOutcome": "TCM symptom score;Becomes negative time of COVID-19;Cure / mortality rate;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50025"}, "type": "Feature"}, {"geometry": {"coordinates": [106.633584, 33.165192], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "doctorwhy@126.com", "contactPhone": "+86 13518106758", "dateEnrollment": "2020-02-24", "description": "The Value of Critical Care Ultrasound in Rapid Screening, Diagnosis, Evaluation of Effectiveness and Intensive Prevention of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030185", "primaryOutcome": "28day mortality;", "study_type": "Diagnostic test", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50058"}, "type": "Feature"}, {"geometry": {"coordinates": [115.900712, 28.677222], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "leaiping@126.com", "contactPhone": "+86 13707089009", "dateEnrollment": "2020-02-24", "description": "Experimental study of novel coronavirus pneumonia rehabilitation plasma therapy severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030179", "primaryOutcome": "Cure rate;Mortality;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50059"}, "type": "Feature"}, {"geometry": {"coordinates": [112.973378, 28.186618], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "xuezg@tongji.edu.cn", "contactPhone": "+86 15000285942", "dateEnrollment": "2020-02-17", "description": "Key techniques of umbilical cord mesenchymal stem cells for the treatment of novel coronavirus pneumonia (COVID-19) and clinical application demonstration", "name": "ChiCTR2000030173", "primaryOutcome": "pulmonary function;Novel coronavirus pneumonic nucleic acid test;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49229"}, "type": "Feature"}, {"geometry": {"coordinates": [121.035525, 31.854208], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "luhongzhou@shphc.org.cn", "contactPhone": "+86 18930810088", "dateEnrollment": "2020-02-15", "description": "Study for safety and efficacy of Jakotinib hydrochloride tablets in the treatment severe and acute exacerbation patients of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030170", "primaryOutcome": "Severe NCP group: Time to clinical improvement (TTCI) [time window: 28 days];Acute exacerbation NCP group: Time to clinical recovery [time window: 28 days] and the ratio of common to severe and critically severe.;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50017"}, "type": "Feature"}, {"geometry": {"coordinates": [118.773601, 32.044977], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "cleverwdw@126.com", "contactPhone": "+86 025-52362054", "dateEnrollment": "2020-02-29", "description": "A real world study for Compound Houttuyniae Mixture for prevention of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030168", "primaryOutcome": "Compared with the control group, the positive rate of NCP nucleic acid test on subjects used Compound Houttuynia Mixture.;", "study_type": "Observational study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49433"}, "type": "Feature"}, {"geometry": {"coordinates": [114.253486, 30.245696], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "chenqx666@whu.edu.cn", "contactPhone": "+86 027-88041911-82237", "dateEnrollment": "2020-03-02", "description": "Clinical Trial for Recombinant Human Interleukin-2 in the Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030167", "primaryOutcome": "CD8+ T cells numbers;CD4+ T cell numbers;NK cell numbers;Fatality rate;Clinical recovery time;Critical (severe or critical) conversion rate;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49567"}, "type": "Feature"}, {"geometry": {"coordinates": [116.389189, 39.764275], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhaoyl2855@126.com", "contactPhone": "+86 13681208998", "dateEnrollment": "2020-02-25", "description": "Randomized, parallel control, open trial for Qing-Wen Bai-Du-Yin combined with antiviral therapy in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030166", "primaryOutcome": "CT scan of the lungs;Nucleic acid detection of throat secretion;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49696"}, "type": "Feature"}, {"geometry": {"coordinates": [117.18523, 39.107429], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "ykb@tju.edu.cn", "contactPhone": "+86 22 58830026", "dateEnrollment": "2020-02-24", "description": "Clinical study for ozonated autohemotherapy in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030165", "primaryOutcome": "Chest CT;Whole blood cell analysis;Recovery rate;Oxygenation index;Inflammatory response index;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49947"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450205, 30.446523], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "you_shang@126.com", "contactPhone": "+86 15972127819", "dateEnrollment": "2020-02-24", "description": "A cross-sectional study of novel coronavirus pneumonia (COVID-19) patients in ICU", "name": "ChiCTR2000030164", "primaryOutcome": "the daily treatment intensity;", "study_type": "Observational study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49983"}, "type": "Feature"}, {"geometry": {"coordinates": [116.293653, 39.967509], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "boj301@sina.com", "contactPhone": "+86 13801257802", "dateEnrollment": "2020-02-24", "description": "Clinical Trial for Human Mesenchymal Stem Cells in the Treatment of Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030138", "primaryOutcome": "Clinical index;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50004"}, "type": "Feature"}, {"geometry": {"coordinates": [108.950405, 34.271425], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "shpingg@126.com", "contactPhone": "+86 13709206398", "dateEnrollment": "2020-02-24", "description": "Humanistic Care in Healthcare Workers in Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030137", "primaryOutcome": "Self-rating depression scale;", "study_type": "Observational study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50007"}, "type": "Feature"}, {"geometry": {"coordinates": [108.967271, 34.286542], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "shpingg@126.com", "contactPhone": "+86 13709206398", "dateEnrollment": "2020-02-24", "description": "Humanistic Care in Patients With Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030136", "primaryOutcome": "recovery time;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50005"}, "type": "Feature"}, {"geometry": {"coordinates": [114.04575, 22.544759], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "64699629@qq.com", "contactPhone": "+86 18664556429", "dateEnrollment": "2020-02-24", "description": "A clinical study for ''Huo-Shen'' particles in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030118", "primaryOutcome": "Chest CT scan;Nucleic acid of novel coronavirus;Routine blood test;Routine urine test;Stool routine test;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49594"}, "type": "Feature"}, {"geometry": {"coordinates": [116.541069, 39.842634], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "luhongzhou@shphc.org.cn", "contactPhone": "+86 21-37990333", "dateEnrollment": "2020-02-15", "description": "A multicenter, randomized, open, parallel controlled trial for the evaluation of the effectiveness and safety of Xiyanping injection in the treatment of common type novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030117", "primaryOutcome": "Clinical recovery time;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49762"}, "type": "Feature"}, {"geometry": {"coordinates": [115.3602, 27.7153], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zhangweiliuxin@163.com", "contactPhone": "+86 13707089183", "dateEnrollment": "2020-02-01", "description": "Safety and effectiveness of human umbilical cord mesenchymal stem cells in the treatment of acute respiratory distress syndrome of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030116", "primaryOutcome": "Time to leave ventilator on day 28 after receiving MSCs infusion;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49901"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lingqing1985@163.com", "contactPhone": "+86 15827257012", "dateEnrollment": "2020-02-27", "description": "A clinical research for the changes of Blood cortisol ACTH level and adrenal morphology in blood cortisol to guide the application of individualized hormone in severe novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030115", "primaryOutcome": "Cortisol;ACTH;Form of Adrenal tissue;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49964"}, "type": "Feature"}, {"geometry": {"coordinates": [113.930539, 22.551224], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "yingxialiu@hotmail.com", "contactPhone": "+86 755 61238922", "dateEnrollment": "2020-02-22", "description": "Randomized controlled trial for safety and efficacy of Favipiravir in the treatment of novel coronavirus pneumonia (COVID-19) with poorly responsive ritonavir/ritonavir", "name": "ChiCTR2000030113", "primaryOutcome": "Blood routine tests, Liver function examination, Renal function examination, Blood gas analysis, Chest CT examination;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49988"}, "type": "Feature"}, {"geometry": {"coordinates": [117.291746, 38.99683], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "Tongxg@yahoo.com", "contactPhone": "+86 13820088121", "dateEnrollment": "2020-02-24", "description": "A multicenter randomized controlled trial for ozone autohemotherapy in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030102", "primaryOutcome": "Chest imaging;RNA test of COVID-19;Time to remission/disappearance of primary symptoms: defined as the number of days when the three main symptoms of fever, cough, and shortness of breath are all relieved / disappeared;Completely antipyretic time: completely antipyretic was defined as the body temperature return to normal for over 24 hours.;Blood oxygen saturation;Time to 2019-nCoV RT-PCR negativity: defined as the last test time for two consecutive negative respiratory viral nucleic acid tests (sampling interval of at least 1 day);Liver, renal and heart function;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49747"}, "type": "Feature"}, {"geometry": {"coordinates": [116.347211, 39.914978], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhaohong_pufh@bjmu.edu.cn", "contactPhone": "+86 13810765943", "dateEnrollment": "2020-02-17", "description": "Study for establishment of correlation between virological dynamics and clinical features in noveal coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030096", "primaryOutcome": "SARS-CoV2 Nucleic Acid Quantification;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49794"}, "type": "Feature"}, {"geometry": {"coordinates": [115.377066, 27.730417], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zhangweiliuxin@163.com", "contactPhone": "+86 13707089183", "dateEnrollment": "2020-02-23", "description": "A medical records based study for optimization and evaluation of the comprehensive diagnosis and treatment of novel coronavirus pneumonia (COVID-19) and the assessment of risk factors for severe pneumonia", "name": "ChiCTR2000030095", "primaryOutcome": "detection of virus nucleic acid;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49845"}, "type": "Feature"}, {"geometry": {"coordinates": [104.114564, 30.615375], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "1924238034@qq.com", "contactPhone": "+86 18980880525", "dateEnrollment": "2020-03-01", "description": "Effects of novel coronavirus pneumonia (COVID-19) on menstruation, TCM body construction and psychological state for female at different ages", "name": "ChiCTR2000030094", "primaryOutcome": "menstruation changes;TCM body constitution score;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49970"}, "type": "Feature"}, {"geometry": {"coordinates": [112.567202, 37.862844], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "tflook@163.com", "contactPhone": "+86 13934570253", "dateEnrollment": "2020-03-01", "description": "Study for application of simplified cognitive-behavioral therapy for related emergency psychological stress reaction of medical providers working in the position of treatment and control of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030093", "primaryOutcome": "State anxiety;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49932"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450205, 30.446523], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xiemx@hust.edu.cn", "contactPhone": "+86 13607108938", "dateEnrollment": "2020-02-12", "description": "Assessment of cardiac function in patients with Novel Coronavirus Pneumonia (COVID-19) by echocardiography and its new techniques", "name": "ChiCTR2000030092", "primaryOutcome": "M mode echocardiography;two-dimensional echocardiography;Doppler ultrasound;two-dimensional speckle tracking;three-dimensional echocardiography;", "study_type": "Observational study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49880"}, "type": "Feature"}, {"geometry": {"coordinates": [104.174977, 30.54307], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "luyibingli@163.com", "contactPhone": "+86 18328737998", "dateEnrollment": "2020-02-22", "description": "A Prospective Randomized Controlled Trial for Home Exercise Prescription Intervention During Epidemic of Novel Coronary Pneumonia (COVID-19) in College Students", "name": "ChiCTR2000030090", "primaryOutcome": "Mood index;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49910"}, "type": "Feature"}, {"geometry": {"coordinates": [121.581437, 31.121984], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xuhuji@smmu.edu.cn", "contactPhone": "+86 13671609764", "dateEnrollment": "2020-02-28", "description": "A clinical study for the efficacy and safety of Adalimumab Injection in the treatment of patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030089", "primaryOutcome": "TTCI (Time to Clinical Improvement);", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49889"}, "type": "Feature"}, {"geometry": {"coordinates": [116.400499, 39.857844], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "lianru666@163.com", "contactPhone": "+86 18600310121", "dateEnrollment": "2020-03-01", "description": "Umbilical cord Wharton's Jelly derived mesenchymal stem cells in the treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030088", "primaryOutcome": "The nucleic acid of the novel coronavirus is negative;CT scan of ground glass shadow disappeared;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49902"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452106, 30.448448], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "xiemx@hust.edu.cn", "contactPhone": "+86 13607108938", "dateEnrollment": "2020-02-12", "description": "Clinical study for the diagnostic value of pulmonary ultrasound for novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030087", "primaryOutcome": "Three-dimensional ultrasound;Two-dimensional ultrasound;Respiration related parameters;Doppler ultrasound;", "study_type": "Observational study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49919"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452108, 30.448461], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "xiangdongchen2013@163.com", "contactPhone": "+86 15071096621", "dateEnrollment": "2020-02-24", "description": "Study for the effects on medical providers' infection rate and mental health after performing different anesthesia schemes in cesarean section for novel coronavirus pneumonia (COVID-19) puerperae", "name": "ChiCTR2000030086", "primaryOutcome": "CT image of lung of close contact medical staff;Human body temperature of close contact medical staff;Anxiety Scale of of close contact medical staff;", "study_type": "Observational study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49934"}, "type": "Feature"}, {"geometry": {"coordinates": [112.673771, 37.752325], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xuyongsmu@vip.163.com", "contactPhone": "+86 18234016125", "dateEnrollment": "2020-02-24", "description": "A multicenter study for efficacy of intelligent psychosomatic adjustment system intervention in the treatment of novel coronavirus pneumonia (COVID-19) patients with mild to moderate anxiety and depression", "name": "ChiCTR2000030084", "primaryOutcome": "the score of Hamilton depression scale;the score of Hamilton anxiety scale;the score of Self-Rating Depression Scale;the score of Self-Rating Anxiety Scale;the score of Athens Insomnia Scale;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49952"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147061, 30.356048], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hukejx@163.com", "contactPhone": "+86 18971035988", "dateEnrollment": "2020-03-10", "description": "A multicenter, randomized, double-blind, controlled clinical trial for leflunomide in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030058", "primaryOutcome": "The days from positive to negative for viral nucleic acid testing;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49831"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452108, 30.448461], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wqp1968@163.com", "contactPhone": "+86 13971605283", "dateEnrollment": "2020-02-23", "description": "Study for the effect of early endotracheal intubation on the outcome of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030056", "primaryOutcome": "ICU hospitalization days;Death rate;", "study_type": "Observational study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49904"}, "type": "Feature"}, {"geometry": {"coordinates": [118.103838, 24.48995], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Yinzy@xmu.edu.cn", "contactPhone": "+86 13950120518", "dateEnrollment": "2020-02-22", "description": "A prospective, open label, randomized, control trial for chloroquine or hydroxychloroquine in patients with mild and common novel coronavirus pulmonary (COVIP-19)", "name": "ChiCTR2000030054", "primaryOutcome": "Clinical recovery time;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49869"}, "type": "Feature"}, {"geometry": {"coordinates": [114.345292, 30.554816], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "liubende99@outlook.com", "contactPhone": "+86 13907191851", "dateEnrollment": "2020-02-07", "description": "A single arm trial to evaluate the efficacy and safety of anti-2019-nCoV inactivated convalescent plasma in the treatment of novel coronavirus pneumonia patient (COVID-19)", "name": "ChiCTR2000030046", "primaryOutcome": "The changes of clinical symptom, laboratory and radiological data ;Oxyhemoglobin saturation.;dyspnea;Body temperature;Radiological characteristic sign;Blood routine;C-reaction protein;lymphocyte count;Liver function: TBIL(total bilirubin), AST(alanine aminotransferase) and ALT(aspartate aminotransferase);Neutralization antibody level;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49861"}, "type": "Feature"}, {"geometry": {"coordinates": [116.415415, 39.874365], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "mapenglin1@163.com", "contactPhone": "+86 13810339898", "dateEnrollment": "2020-02-21", "description": "Shen-Fu injection in the treatment of severe novel coronavirus pneumonia (COVID-19): a multicenter, randomized, open-label, controlled trial", "name": "ChiCTR2000030043", "primaryOutcome": "pneumonia severity index (PSI);Incidence of new organ dysfunction;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49866"}, "type": "Feature"}, {"geometry": {"coordinates": [114.345692, 30.555553], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "chzs1990@163.com", "contactPhone": "+86 02767812787", "dateEnrollment": "2020-02-25", "description": "A single-arm, single-center clinical trial for Azivudine tablets in the treatment of adult novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030041", "primaryOutcome": "The novel coronavirus nucleic acid negative rate;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49891"}, "type": "Feature"}, {"geometry": {"coordinates": [116.431005, 33.949705], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "yxbxuzhou@126.com", "contactPhone": "+86 15205215685", "dateEnrollment": "2020-05-31", "description": "Clinical study for infusing convalescent plasma to treat patients with new coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030039", "primaryOutcome": "SARS-CoV-2 DNA;SARS-CoV-2 antibody levels;thoracic spiral CT;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49544"}, "type": "Feature"}, {"geometry": {"coordinates": [120.118875, 30.241645], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ckqmzygzs@163.com", "contactPhone": "+86 13906503739", "dateEnrollment": "2020-02-07", "description": "Traditional Chinese Medicine in the treatment of novel coronavirus pneumonia (COVID-19): a multicentre, randomized controlled trial", "name": "ChiCTR2000030034", "primaryOutcome": "Body temperature;TCM syndrome integral;Murray lung injury score;The transition time of novel coronavirus nucleic acid;MuLBSTA score;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49647"}, "type": "Feature"}, {"geometry": {"coordinates": [113.304482, 23.036874], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "412475734@qq.com", "contactPhone": "+86 13710801606", "dateEnrollment": "2020-02-24", "description": "A study for the intervention of Xiangxue antiviral oral solution and Wu-Zhi-Fang-Guan-Fang on close contacts of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030033", "primaryOutcome": "Proportion of COVID-19 close contacts who have developed as confirmed cases;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49703"}, "type": "Feature"}, {"geometry": {"coordinates": [108.630496, 34.040526], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "huang-yi-1980@163.com", "contactPhone": "+86 13319184133", "dateEnrollment": "2020-02-10", "description": "Study on ultrasonographic manifestations of new type of novel coronavirus pneumonia (covid-19) in non-critical stage of pulmonary lesions", "name": "ChiCTR2000030032", "primaryOutcome": "Distribution of 'B' line around lungs of both lungs;Whether there is peripulmonary focus;", "study_type": "Observational study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49816"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xugang@tjh.tjmu.edu.cn", "contactPhone": "+86 13507181312", "dateEnrollment": "2020-02-20", "description": "A medical records based study for acute kidney injury in novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030030", "primaryOutcome": "Acute kidney injury;", "study_type": "Observational study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49841"}, "type": "Feature"}, {"geometry": {"coordinates": [120.28483, 30.165682], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "stjz@zju.edu.cn", "contactPhone": "13957111817", "dateEnrollment": "2020-02-20", "description": "A multi-center study on the efficacy and safety of suramin sodium in adult patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030029", "primaryOutcome": "clinical cure rate;Incidence of mechanical ventilation by day28;All-cause mortality by day28;Incidence of ICU admission by day28;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49824"}, "type": "Feature"}, {"geometry": {"coordinates": [106.633584, 33.165192], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "kangyan_hx@163.com", "contactPhone": "+86 18980601556", "dateEnrollment": "2020-02-24", "description": "Clinical comparative study of PD-1 mAb in the treatment of severe and critical patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030028", "primaryOutcome": "Neutrophil count;Lymphocyte count;Monocyte / macrophage count;Monocyte / macrophage function test;NK cell count;DC cell count;PD-1( immunosuppressive biomarker );PD-L1(immunosuppressive biomarker );CTLA4 (immunosuppressive biomarker );CD79;Blnk;Il7r;T lymphocyte count;CD4+ T lymphocyte count;CD8+ T lymphocyte count;B lymphocyte count;NK cell count;Proportion of navie CD4+ T lymphocytes to CD4+ T lymphocytes;Proportion of memory CD4+ T lymphocyte to CD4+ T lymphocytes;Proportion of CD4+ T lymphocyte subsets to CD4+ T lymphocytes;Proportion of CD8+ CD28+ subsets to CD8 + T lymphocytes;Activation ratio of CD8+ T lymphocytes;Ratio of CD4+ T lymphocytes to CD8+ T lymphocytes;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49840"}, "type": "Feature"}, {"geometry": {"coordinates": [116.435254, 39.947832], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ysz3129@163.com", "contactPhone": "+86 18610329658", "dateEnrollment": "2020-02-20", "description": "Traditional Chinese medicine cooperative therapy for patients with Novel coronavirus pneumonia (COVID-19) and its effect on spermatogenesis: a randomized controlled trial", "name": "ChiCTR2000030027", "primaryOutcome": "Release rate of discharge standards for isolation;Change in Critical Illness;Traditional Chinese medicine syndrome score;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49852"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "minzhou@tjh.tjmu.edu.cn", "contactPhone": "+86 15002749377", "dateEnrollment": "2020-02-20", "description": "A medical records based analysis for the clinical characteristics of novel coronavirus pneumonia (COVID-19) in immunocompromised patients", "name": "ChiCTR2000030021", "primaryOutcome": "Clinical characteristics;", "study_type": "Observational study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49690"}, "type": "Feature"}, {"geometry": {"coordinates": [112.584781, 26.896463], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "706885399@qq.com", "contactPhone": "+86 13907342350", "dateEnrollment": "2020-02-06", "description": "The clinical application and basic research related to mesenchymal stem cells to treat novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030020", "primaryOutcome": "Coronavirus nucleic acid markers negative rate;Symptoms improved after 4 treatments;Inflammation (CT of the chest);", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49812"}, "type": "Feature"}, {"geometry": {"coordinates": [121.536888, 31.076984], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "bai.chunxue@zs-hospital.sh.cn", "contactPhone": "+86 18621170011", "dateEnrollment": "2020-02-28", "description": "The COVID-19 Mobile Health Study (CMHS), a large-scale clinical observational registration study using nCapp", "name": "ChiCTR2000030019", "primaryOutcome": "Accuracy;", "study_type": "Observational study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49768"}, "type": "Feature"}, {"geometry": {"coordinates": [114.346661, 30.556749], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "qingzhou.wh.edu@hotmail.com", "contactPhone": "+86 13971358226", "dateEnrollment": "2020-02-17", "description": "Feature of Multiple Organs in Ultrasound Investigation for Clinical Management and Prognostic Evaluation of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030017", "primaryOutcome": "Death;Recovered;Discharged;", "study_type": "Observational study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49798"}, "type": "Feature"}, {"geometry": {"coordinates": [108.316216, 22.81669], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "2534776680@qq.com", "contactPhone": "+86 13807887867", "dateEnrollment": "2020-02-04", "description": "Basic and clinical study of inhalation of inactivated mycobacterium vaccine in the treatment of Novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030016", "primaryOutcome": "viral negative-transforming time;30-day cause-specific mortality;30-day cause-adverse events;30-day all-cause mortality;co-infections;Time from severe and critical patients to clinical improvement;Others (liver function, kidney function, myocardial enzyme);", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49799"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "sxwang@tjh.tjmu.edu.cn", "contactPhone": "+86 027-83663078", "dateEnrollment": "2020-02-19", "description": "Study for the correlation between the incidence and outcome of novel coronary pneumonia (COVID-2019) and ovarian function in women", "name": "ChiCTR2000030015", "primaryOutcome": "menstruation changes;", "study_type": "Basic Science", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49800"}, "type": "Feature"}, {"geometry": {"coordinates": [112.590446, 26.89909], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "quxiaowang@163.com", "contactPhone": "+86 15526272595", "dateEnrollment": "2020-02-19", "description": "Development of anti-2019-nCoV therapeutic antibody from the recovered novel coronavirus pneumonia patients (COVID-19)", "name": "ChiCTR2000030012", "primaryOutcome": "NA;", "study_type": "Treatment study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49718"}, "type": "Feature"}, {"geometry": {"coordinates": [114.148526, 30.632137], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "1813886398@qq.com", "contactPhone": "+86 13507117929", "dateEnrollment": "2020-02-19", "description": "A randomized, double-blind, parallel-controlled, trial to evaluate the efficacy and safety of anti-SARS-CoV-2 virus inactivated plasma in the treatment of severe novel coronavirus pneumonia patients (COVID-19)", "name": "ChiCTR2000030010", "primaryOutcome": "Improvement of clinical symptoms (Clinical improvement is defined as a reduction of 2 points on the 6-point scale of the patient's admission status or discharge from the hospital);", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49777"}, "type": "Feature"}, {"geometry": {"coordinates": [113.591279, 22.313912], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "liujing25@mail.sysu.edu.cn", "contactPhone": "+86 13844021812", "dateEnrollment": "2020-02-12", "description": "Correalation between anxiety as well as depression and gut microbiome among staff of hospital during the novel coronavirus pneumonia (COVID-19) outbreak", "name": "ChiCTR2000030008", "primaryOutcome": "psychological scale;Intestinal flora abundance, etc;Upper respiratory flora abundance, etc;", "study_type": "Observational study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49426"}, "type": "Feature"}, {"geometry": {"coordinates": [113.411051, 22.926355], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "linling@gird.cn", "contactPhone": "+86 13902233092", "dateEnrollment": "2020-02-03", "description": "Multicenter randomized controlled trial for rhG-CSF in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030007", "primaryOutcome": "Clinical symptoms;Blood routine;the viral load of 2019-nCOV of throat swab;TBNK cell subsets;TH1/TH2 Cytokine;Chest CT;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49619"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452106, 30.448448], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "xiangdongchen2013@163.com", "contactPhone": "+86 15071096621", "dateEnrollment": "2020-02-19", "description": "A randomized controlled trial for the efficacy of ozonated autohemotherapy in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030006", "primaryOutcome": "Recovery rate;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49737"}, "type": "Feature"}, {"geometry": {"coordinates": [106.723234, 33.039475], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "xuntao26@hotmail.com", "contactPhone": "+86 18980601817", "dateEnrollment": "2020-02-20", "description": "Effect of Novel Coronavirus Pneumonia (COVID-19) on the Mental Health of College Students", "name": "ChiCTR2000030004", "primaryOutcome": "Mental health status;", "study_type": "Observational study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49783"}, "type": "Feature"}, {"geometry": {"coordinates": [104.024871, 30.741023], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tangjianyuan163@163.com", "contactPhone": "+86 13910768464", "dateEnrollment": "2020-02-19", "description": "Optimization Protocal of Integrated Traditional Chinese and Western Medicine in the Treatment for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030003", "primaryOutcome": "hospital stay;Discharge rate;Site-specific hospital metastasis rate or severe conversion rate;Body temperature normalization time;Clinical symptoms disappearance rate;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49770"}, "type": "Feature"}, {"geometry": {"coordinates": [115.550796, 30.543447], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "44271370@qq.com", "contactPhone": "+86 15956927046", "dateEnrollment": "2020-02-15", "description": "Clinical study of novel NLRP Inflammasome inhibitor (Tranilast) in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030002", "primaryOutcome": "cure rate;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49738"}, "type": "Feature"}, {"geometry": {"coordinates": [126.624467, 45.747647], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "yangbf@ems.hrbmu.edu.cn", "contactPhone": "+86 133 0451 2381", "dateEnrollment": "2020-02-15", "description": "The efficacy and safety of Triazavirin for 2019 novel coronary pneumonia (COVID-19): a multicenter, randomized, double blinded, placebo-controlled trial", "name": "ChiCTR2000030001", "primaryOutcome": "Time to Clinical recovery;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49723"}, "type": "Feature"}, {"geometry": {"coordinates": [116.007228, 28.566623], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Chenhongyi8660@163.com", "contactPhone": "+86 13807088660", "dateEnrollment": "2020-02-16", "description": "An open, controlled clinical trial for evaluation of ganovo combined with ritonavir and integrated traditional Chinese and Western medicine in the treatment of novel coronavirus infection (COVID-19)", "name": "ChiCTR2000030000", "primaryOutcome": "Rate of composite advers outcomes:SpO2,PaO2/FiO2, respiratory rate;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49748"}, "type": "Feature"}, {"geometry": {"coordinates": [121.500256, 31.26115], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "18917683122@189.cn", "contactPhone": "+86 18917683122", "dateEnrollment": "2020-02-20", "description": "A clinical study for probiotics in the regulation of intestinal function and microflora structure of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029999", "primaryOutcome": "gut microbiome;Fecal metabolomics;Blood routine;albumin;serum potassium;CRP;ALT;AST;urea;Cr;urea nitrogen;D-Dimer;ESR;IgG;IgM;IgA;hepatitis B surface antigen;ß2-microglobulin;IFN-gama;IL-6;TNF-beta;IL-10;IL-2;IL-4;IL-13;IL-12;chest CT;abdominal CT;ECG;Weight;height;body temperature;respiratory rate;Heart Rate;Blood Pressure;Defecate frequency;Bristol grading;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49717"}, "type": "Feature"}, {"geometry": {"coordinates": [116.453539, 39.911452], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "13910930309@163.com", "contactPhone": "+86 13910930309", "dateEnrollment": "2020-02-20", "description": "A randomized, open-label, controlled trial for the efficacy and safety of Farpiravir Tablets in the treatment of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029996", "primaryOutcome": "Time to Clinical Recovery;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49510"}, "type": "Feature"}, {"geometry": {"coordinates": [121.338171, 31.088858], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "jhong.pku@163.com", "contactPhone": "+86 15301655562", "dateEnrollment": "2020-02-20", "description": "Study on anxiety of different populations under novel coronavirus (COVID-19) infection", "name": "ChiCTR2000029995", "primaryOutcome": "Self-Rating Anxiety Scale;Self-Rating Depression Scale;Posttraumatic stress disorder checklist,;Questionnaire for Simple Responses;", "study_type": "Observational study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49418"}, "type": "Feature"}, {"geometry": {"coordinates": [121.713623, 31.051518], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fanglei586@126.com", "contactPhone": "+86 021-51323092", "dateEnrollment": "2020-02-19", "description": "Liu-Zi-Jue Qigong and Acupressure Therapy for Pulmonary Function and Quality of Life in Patient with Severe novel coronavirus pneumonia (COVID-19): A Randomized Controlled Trial", "name": "ChiCTR2000029994", "primaryOutcome": "lung function;ADL;6min walk;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49309"}, "type": "Feature"}, {"geometry": {"coordinates": [118.210397, 24.37942], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Yinzy@xmu.edu.cn", "contactPhone": "+86 13950120518", "dateEnrollment": "2020-02-17", "description": "A prospective, randomized, open label, controlled trial for chloroquine and hydroxychloroquine in patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029992", "primaryOutcome": "Clinical recovery time;Clinical recovery time;Changes in viral load of upper and lower respiratory tract samples compared with the baseline;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49574"}, "type": "Feature"}, {"geometry": {"coordinates": [116.422301, 39.908804], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zhaochunhua@vip.163.com", "contactPhone": "+86 010-65125311", "dateEnrollment": "2020-01-30", "description": "Clinical trials of mesenchymal stem cells for the treatment of pneumonitis caused by novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029990", "primaryOutcome": "Improved respiratory system function (blood oxygen saturation) recovery time;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49674"}, "type": "Feature"}, {"geometry": {"coordinates": [116.417112, 39.872184], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "fengcao8828@163.com", "contactPhone": "+86 13911798280", "dateEnrollment": "2020-02-20", "description": "A randomized controlled Trial for therapeutic efficacy of Recombinant Human Interferon alpha 1b Eye Drops in the treatment of elderly with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029989", "primaryOutcome": "Arterial Blood Oxygen Saturation;TTCR,Time to Clinical recovery;temperature;respiratory rate;Lung CT;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49720"}, "type": "Feature"}, {"geometry": {"coordinates": [114.345581, 30.555676], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2020-02-13", "description": "Clinical Study of Chloroquine Phosphate in the Treatment of Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029988", "primaryOutcome": "Time to Clinical Recovery;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49218"}, "type": "Feature"}, {"geometry": {"coordinates": [104.18988, 30.559594], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "8999578@qq.com", "contactPhone": "+86 13699093647", "dateEnrollment": "2020-02-10", "description": "Study for mental health status and influencing factors of nurses during epidemic prevention of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029985", "primaryOutcome": "HSCS;SCSQ;GHQ-12;", "study_type": "Observational study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49711"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "sxwang@tjh.tjmu.edu.cn", "contactPhone": "+86 02783663078", "dateEnrollment": "2020-02-18", "description": "Study for nucleic acid detection of novel coronavirus pneumonia (COVID-2019) in female vaginal secretions", "name": "ChiCTR2000029981", "primaryOutcome": "SARS-COV-2 nucleic acid;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49692"}, "type": "Feature"}, {"geometry": {"coordinates": [121.501537, 31.262985], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fangmin19650510@163.com", "contactPhone": "+86 18930568005", "dateEnrollment": "2020-02-21", "description": "A randomized controlled trial for the efficacy of Dao-Yin in the prevention and controlling novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029978", "primaryOutcome": "Length of hospital stay;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49702"}, "type": "Feature"}, {"geometry": {"coordinates": [120.20694, 36.0375], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "dl5506@126.com", "contactPhone": "+86 18560082787", "dateEnrollment": "2020-02-09", "description": "A prospective, multicenter, open-label, randomized, parallel-controlled trial for probiotics to evaluate efficacy and safety in patients infected with 2019 novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029974", "primaryOutcome": "Time to Clinical recovery;Butyrate in feces;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49321"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "chenhong1129@hotmail.com", "contactPhone": "+86 13296508243", "dateEnrollment": "2020-02-17", "description": "A randomized controlled trial for the Efficacy of Ultra Short Wave Electrotherapy in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029972", "primaryOutcome": "the rate of Coronary virus nucleic acid negative at 7 days, 14 days, 21 days, and 28 days after Ultra Short Wave Electrotherapy;Symptom recovery at 7 days, 14 days, 21 days, and 28 days after Ultra Short Wave Electrotherapy;", "study_type": "Interventional study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49664"}, "type": "Feature"}, {"geometry": {"coordinates": [103.10988, 26.96854], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "chenxinyuchen@163.com", "contactPhone": "+86 13807312410", "dateEnrollment": "2020-02-28", "description": "Comparative study for integrate Chinese and conventional medicine the the treatment of novel coronavirus pneumonia (COVID-19) in Hu'nan province", "name": "ChiCTR2000029960", "primaryOutcome": "TCM syndrome;", "study_type": "Interventional study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49639"}, "type": "Feature"}, {"geometry": {"coordinates": [104.191543, 30.557349], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "tj1234753@sina.com", "contactPhone": "+86 18180609287", "dateEnrollment": "2020-01-25", "description": "Clinical observation and research of Severe acute respiratory syndrome coronavirus 2(COVID-19) infection in perinatal newborns", "name": "ChiCTR2000029959", "primaryOutcome": "CoVID-19 Perinatal Outcomes;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49636"}, "type": "Feature"}, {"geometry": {"coordinates": [104.024871, 30.741023], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tangjianyuan163@163.com", "contactPhone": "+86 13910768464", "dateEnrollment": "2020-02-18", "description": "Chinese Medicine Promotes Rehabilitation Recommendations after 2019 Novel Coronavirus Infection (COVID-19)", "name": "ChiCTR2000029956", "primaryOutcome": "Quality of life;Anxiety assessment;Depression assessment;Major symptoms improved;", "study_type": "Interventional study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49618"}, "type": "Feature"}, {"geometry": {"coordinates": [104.191215, 30.557693], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "gykpanda@163.com", "contactPhone": "+86 18180609256", "dateEnrollment": "2020-03-01", "description": "Evaluation of myocardial injury of novel coronavirus pneumonia (COVID-19) assessed by multimodal MRI imaging", "name": "ChiCTR2000029955", "primaryOutcome": "First pass perfusion i;Delayed enhancement;T1 /T2 mapping;Extracellular volume;MRS;CEST;", "study_type": "Diagnostic test", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49531"}, "type": "Feature"}, {"geometry": {"coordinates": [114.310985, 30.5567], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "153267742@qq.com", "contactPhone": "+86 18971163518", "dateEnrollment": "2020-04-30", "description": "Efficacy and safety of honeysuckle oral liquid in the treatment of novel coronavirus pneumonia (COVID-19): a multicenter, randomized, controlled, open clinical trial", "name": "ChiCTR2000029954", "primaryOutcome": "Recovery time;Pneumonia psi score;", "study_type": "Interventional study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49402"}, "type": "Feature"}, {"geometry": {"coordinates": [121.357174, 28.546326], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "lvdq@enzemed.com", "contactPhone": "+86 13867622009", "dateEnrollment": "2020-02-17", "description": "Early warning prediction of patients with severe novel coronavirus pneumonia (COVID-19) based on multiomics", "name": "ChiCTR2000029866", "primaryOutcome": "Cytokine detection;Lymphocyte subpopulation analysis ;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49519"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452106, 30.448448], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "am-penicillin@163.com", "contactPhone": "+86 13886157176", "dateEnrollment": "2020-02-20", "description": "Descriptive study on the clinical characteristics and outcomes of novel coronavirus pneumonia (COVID-19) in cardiovascular patients", "name": "ChiCTR2000029865", "primaryOutcome": "blood cell count;C-reactive protein (CRP);arterial blood-gas analysis;markers of myocardial injury;coagulation profile;serum biochemical test;brain natriuretic peptide(BNP);blood lipid;fibrinogen(FIB), D-Dimer.;", "study_type": "Observational study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49545"}, "type": "Feature"}, {"geometry": {"coordinates": [121.553754, 31.092102], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "jbge@zs-hospital.sh.cn", "contactPhone": "+86-21-64041990", "dateEnrollment": "2020-02-19", "description": "A multicenter, randomized controlled trial for the efficacy and safety of Alpha lipoic acid (iv) in the treatment of patients of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029851", "primaryOutcome": "SOFA;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49534"}, "type": "Feature"}, {"geometry": {"coordinates": [114.147061, 30.356048], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "doctorzhang2003@163.com", "contactPhone": "+86 18062567610", "dateEnrollment": "2020-02-20", "description": "A prospective, randomized, open-label, controlled clinical study to evaluate the preventive effect of hydroxychloroquine on close contacts after exposure to the Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029803", "primaryOutcome": "Number of patients who have progressed to suspected or confirmed within 24 days of exposure to new coronavirus;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49428"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452119, 30.448456], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Xin11@hotmail.com", "contactPhone": "+86 18602724981", "dateEnrollment": "2020-02-14", "description": "A multicenter, randomized, open and controlled trial for the efficacy and safety of Kang-Bing-Du granules in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029781", "primaryOutcome": "Disappearance rate of fever symptoms;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49138"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452106, 30.448448], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Xin11@hotmail.com", "contactPhone": "+86 18602724981", "dateEnrollment": "2020-02-14", "description": "A multicenter, randomized, open, controlled trial for the efficacy and safety of Shen-Qi Fu-Zheng injection in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029780", "primaryOutcome": "Recovery time;", "study_type": "Interventional study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49220"}, "type": "Feature"}, {"geometry": {"coordinates": [116.373663, 39.926388], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zhuoli.zhang@126.com", "contactPhone": "+86 13901094780", "dateEnrollment": "2020-02-11", "description": "Efficacy of therapeutic effects of hydroxycholoroquine in novel coronavirus pneumonia (COVID-19) patients(randomized open-label control clinical trial)", "name": "ChiCTR2000029740", "primaryOutcome": "oxygen index;max respiratory rate;lung radiography;count of lymphocyte;temperature;other infection;time when the nuleic acid of the novel coronavirus turns negative;prognosis;", "study_type": "Interventional study", "time": "2020-02-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49317"}, "type": "Feature"}, {"geometry": {"coordinates": [116.452236, 39.925963], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "ricusunbing@126.com", "contactPhone": "86013911151075", "dateEnrollment": "February 14, 2020", "description": "Efficacy and Safety of Corticosteroids in COVID-19", "name": "NCT04273321", "primaryOutcome": "the incidence of treatment failure in 14 days", "study_type": "Interventional", "time": "2020-02-15", "weburl": "https://clinicaltrials.gov/show/NCT04273321"}, "type": "Feature"}, {"geometry": {"coordinates": [117.026733, 36.676739], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";xiajinglin@fudan.edu.cn", "contactPhone": ";0577-55578166", "dateEnrollment": "February 20, 2020", "description": "The Efficacy and Safety of Thalidomide in the Adjuvant Treatment of Moderate New Coronavirus (COVID-19) Pneumonia", "name": "NCT04273529", "primaryOutcome": "Time to Clinical recoveryTime to Clinical Recovery (TTCR)", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04273529"}, "type": "Feature"}, {"geometry": {"coordinates": [117.043599, 36.691856], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";xiajinglin@fudan.edu.cn", "contactPhone": ";0577-55578166", "dateEnrollment": "February 18, 2020", "description": "The Efficacy and Safety of Thalidomide Combined With Low-dose Hormones in the Treatment of Severe COVID-19", "name": "NCT04273581", "primaryOutcome": "Time to Clinical Improvement (TTCI)", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04273581"}, "type": "Feature"}, {"geometry": {"coordinates": [114.299935, 30.595105], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "whuhjy@sina.com", "contactPhone": "8613554361146", "dateEnrollment": "February 16, 2020", "description": "Study of Human Umbilical Cord Mesenchymal Stem Cells in the Treatment of Novel Coronavirus Severe Pneumonia", "name": "NCT04273646", "primaryOutcome": "Pneumonia severity index;Oxygenation index (PaO2/FiO2)", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04273646"}, "type": "Feature"}, {"geometry": {"coordinates": [116.391276, 39.906217], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "qingganggelin@126.com", "contactPhone": "86-10-82266699", "dateEnrollment": "February 2020", "description": "Identifying Critically-ill Patients With COVID-19 Who Will Benefit Most From Nutrition Support Therapy: Validation of the NUTRIC Nutritional Risk Assessment Tool", "name": "NCT04274322", "primaryOutcome": "28-day all cause mortality", "study_type": "Observational", "time": "2020-02-16", "weburl": "https://clinicaltrials.gov/show/NCT04274322"}, "type": "Feature"}, {"geometry": {"coordinates": [117.114004, 36.650701], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";jiaojiaopang@126.com;jiaojiaopang@126.com", "contactPhone": ";(086)0531-82166843;(086)0531-82166843", "dateEnrollment": "February 2020", "description": "Bevacizumab in Severe or Critical Patients With COVID-19 Pneumonia", "name": "NCT04275414", "primaryOutcome": "Partial arterial oxygen pressure (PaO2) to fraction of inspiration O2 (FiO2) ratio;Partial arterial oxygen pressure (PaO2) to fraction of inspiration O2 (FiO2) ratio;Partial arterial oxygen pressure (PaO2) to fraction of inspiration O2 (FiO2) ratio", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04275414"}, "type": "Feature"}, {"geometry": {"coordinates": [121.48905, 31.225299], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": ";bai.chunxue@zs-hospital.sh.cn;", "contactPhone": ";+8618621170011?;", "dateEnrollment": "February 14, 2020", "description": "The COVID-19 Mobile Health Study (CMHS)", "name": "NCT04275947", "primaryOutcome": "Accuracy of nCapp COVID-19 risk diagnostic model", "study_type": "Observational", "time": "2020-02-17", "weburl": "https://clinicaltrials.gov/show/NCT04275947"}, "type": "Feature"}, {"geometry": {"coordinates": [121.395393, 31.139523], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "February 1, 2020", "description": "The Investigation of the Neonates With or With Risk of COVID-19", "name": "NCT04279899", "primaryOutcome": "The death of newborns with COVID-19;The SARS-CoV-2 infection of neonates born to mothers with COVID-19", "study_type": "Observational", "time": "2020-02-18", "weburl": "https://clinicaltrials.gov/show/NCT04279899"}, "type": "Feature"}, {"geometry": {"coordinates": [116.353245, 27.995795], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "fuying1995@163.com;wanjinchen75@fjmu.edu.cn", "contactPhone": "+86;+1386061359", "dateEnrollment": "February 22, 2020", "description": "Fingolimod in COVID-19", "name": "NCT04280588", "primaryOutcome": "The change of pneumonia severity on X-ray images", "study_type": "Interventional", "time": "2020-02-20", "weburl": "https://clinicaltrials.gov/show/NCT04280588"}, "type": "Feature"}, {"geometry": {"coordinates": [108.967271, 34.286542], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "maxr0910@163.com", "contactPhone": "+86 13992856156", "dateEnrollment": "2020-03-05", "description": "Combination of Tocilizumab, IVIG and CRRT in severe patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030442", "primaryOutcome": "Inhospital time;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50380"}, "type": "Feature"}, {"geometry": {"coordinates": [119.88632, 26.70753], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "nijun1000@126.com", "contactPhone": "+86 19890572216", "dateEnrollment": "2020-03-01", "description": "Application of Rehabilitation and Lung Eight-segment Exercise in Home Rehabilitation of Survivors from novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030433", "primaryOutcome": "PCL;HRQL;IPAQ;PASE;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50273"}, "type": "Feature"}, {"geometry": {"coordinates": [119.903186, 26.722647], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "nplrj@126.com", "contactPhone": "+86 13809508580", "dateEnrollment": "2020-03-02", "description": "Application of rehabilitation and Lung eight-segment exercise in front-line nurses in the prevention of novel coronavirus pneumonia (COVID-19) epidemic", "name": "ChiCTR2000030432", "primaryOutcome": "PCL;PSQI;FSI;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50268"}, "type": "Feature"}, {"geometry": {"coordinates": [118.768178, 24.952704], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "guyuesunny@163.com", "contactPhone": "+86 15037167775", "dateEnrollment": "2020-03-02", "description": "A single-center, single-arm clinical trial for azvudine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030424", "primaryOutcome": "Sputum/nasal swab/pharyngeal swab/lower respiratory tract secretions were used to detect the negative conversion rate of the new coronavirus nucleic acid (tested daily after two days starting the azvudine tablets) and the negative conversion time.;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50174"}, "type": "Feature"}, {"geometry": {"coordinates": [121.593039, 38.910638], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "shangdongdalian@163.com", "contactPhone": "+86 18098875933", "dateEnrollment": "2020-03-01", "description": "A Clinical Trial Study for the Influence of TCM Psychotherapy on Negative Emotion of Patients with Novel Coronavirus Pneumonia (COVID-19) Based on Network Platform", "name": "ChiCTR2000030420", "primaryOutcome": "Psychological status;Treatment compliance;To evaluate the difference in isolation and rehabilitation of patients after discharge;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50286"}, "type": "Feature"}, {"geometry": {"coordinates": [119.302849, 26.083184], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "nijun1000@126.com", "contactPhone": "+86 19890572216", "dateEnrollment": "2020-03-01", "description": "Application of rehabilitation lung exercise eight-segment exercise in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030418", "primaryOutcome": "Post-traumatic stress disorder checklist;Clinical prognostic outcome;Il-6;Health-related quality of life inventory;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50341"}, "type": "Feature"}, {"geometry": {"coordinates": [114.148526, 30.632137], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "1813886398@qq.com", "contactPhone": "+86 13507117929", "dateEnrollment": "2020-02-27", "description": "A randomized, double-blind, placebo-controlled trial for evaluation of the efficacy and safety of bismuth potassium citrate capsules in the treatment of patients with novel coronavirus pneumonia (COVID-19).", "name": "ChiCTR2000030398", "primaryOutcome": "Pharynx swabs, lower respiratory tract samples (sputum/endotracheal aspiration/alveolar lavage), and anal swabs rt-pcr of novel coronavirus nucleic acid negative conversion rate.;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50173"}, "type": "Feature"}, {"geometry": {"coordinates": [119.926146, 28.450673], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "scx1818@126.com", "contactPhone": "+86 0578 2285102", "dateEnrollment": "2020-03-01", "description": "A medical records based analysis for antiviral therapy effect on novel coronavirus pneumonia COVID-19 patients", "name": "ChiCTR2000030391", "primaryOutcome": "cure rate;virus negative rate;time of virus negative;", "study_type": "Observational study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=30796"}, "type": "Feature"}, {"geometry": {"coordinates": [116.417112, 39.872184], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "hekl301@aliyun.com", "contactPhone": "+86 010 66939107", "dateEnrollment": "2020-01-01", "description": "Research and Development of Diagnostic Assistance Decision Support System for novel coronavirus pneumonia (COVID-19) Based on Big Data Technology", "name": "ChiCTR2000030390", "primaryOutcome": "CT;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50224"}, "type": "Feature"}, {"geometry": {"coordinates": [114.327851, 30.571817], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ljzwd@163.com", "contactPhone": "+86 13307173928", "dateEnrollment": "2020-02-29", "description": "A Comparative Study for the Effectiveness of ''triple energizer treatment'' Method in Repairing Lung Injury in Patients with Novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030389", "primaryOutcome": "Lung CT;TCM symptoms;", "study_type": "Observational study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50278"}, "type": "Feature"}, {"geometry": {"coordinates": [121.3897, 31.251], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zzq1419@126.com", "contactPhone": "+86 18721335536", "dateEnrollment": "2020-03-01", "description": "Clinical observation and research of multiple organs injury in severe patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030387", "primaryOutcome": "Epidemiological and clinical characteristics;", "study_type": "Observational study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50329"}, "type": "Feature"}, {"geometry": {"coordinates": [113.07999, 28.076167], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "xrchang1956@163.com", "contactPhone": "+86 0731 88458187", "dateEnrollment": "2020-03-01", "description": "Study for moxibustion in the preventing of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030386", "primaryOutcome": "mood assessment;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50323"}, "type": "Feature"}, {"geometry": {"coordinates": [126.638388, 45.753168], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "2209447940@qq.com", "contactPhone": "+86 18672308659", "dateEnrollment": "2020-03-01", "description": "Construction and application of non-contact doctor-patient interactive diagnosis and treatment mode of moxibustion therapy for novel coronary pneumonia (COVID-19) based on mobile internet", "name": "ChiCTR2000030382", "primaryOutcome": "pulmonary iconography;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50325"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "haoyaner@163.com", "contactPhone": "+86 13971679960", "dateEnrollment": "2020-02-23", "description": "Novel Coronavirus Infected Disease (COVID-19) in children: epidemiology, clinical features and treatment outcome", "name": "ChiCTR2000030363", "primaryOutcome": "Epidemiological characteristics;clinical features;Treatment outcome;", "study_type": "Observational study", "time": "2020-02-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49984"}, "type": "Feature"}, {"geometry": {"coordinates": [118.709669, 31.755601], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "ian0126@126.com", "contactPhone": "+86 13338628626", "dateEnrollment": "2020-02-19", "description": "microRNA as a marker for early diagnosis of novel coronavirus infection (COVID-19)", "name": "ChiCTR2000030334", "primaryOutcome": "SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49491"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "huillanz_76@163.com", "contactPhone": "+86 15391532171", "dateEnrollment": "2020-03-04", "description": "A randomized, open-label controlled trial for the efficacy and safety of Pirfenidone in patients with severe and critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030333", "primaryOutcome": "K-bld questionnaire survey;Refers to the pulse oxygen;chest CT;blood gas;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48801"}, "type": "Feature"}, {"geometry": {"coordinates": [115.550796, 30.543447], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wengjp@ustc.edu.cn", "contactPhone": "+86 0551-62286223", "dateEnrollment": "2020-02-01", "description": "Construction of a Bio information platform for novel coronavirus pneumonia (COVID-19) patients follow-up in Anhui", "name": "ChiCTR2000030331", "primaryOutcome": "", "study_type": "Epidemilogical research", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50271"}, "type": "Feature"}, {"geometry": {"coordinates": [115.550796, 30.543447], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "ahslyywm@163.com", "contactPhone": "+86 18655106697", "dateEnrollment": "2020-02-28", "description": "Clinical research of 6-minute walk training on motor function of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030330", "primaryOutcome": "walking distance;oxygen saturation;heart rate;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50274"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452127, 30.448465], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "frank0130@126.com", "contactPhone": "+86 13986268403", "dateEnrollment": "2020-03-02", "description": "Clinical application of inhaled acetylcysteine solution in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030328", "primaryOutcome": "Lung CT after 3 days;Lung CT after 7 days;Oxygenation parameters: SpO2, Partial arterial oxygen pressure (PaO2), PaO2/FiO2;Hospital stay;Novel coronavirus nucleic acid detection;Recurrence rate;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50241"}, "type": "Feature"}, {"geometry": {"coordinates": [117.262606, 31.843799], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zzh1974cn@163.com", "contactPhone": "+86 13215510411", "dateEnrollment": "2020-01-21", "description": "Analysis of clinical characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030327", "primaryOutcome": "Blood Routine;Liver function;Blood electrolyte;Anticoagulation index;Lung CT;Viral RNA;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50214"}, "type": "Feature"}, {"geometry": {"coordinates": [112.253136, 31.930144], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "55815147@qq.com", "contactPhone": "+86 13797625096", "dateEnrollment": "2020-02-28", "description": "A survey of mental health of first-line medical service providers and construction of crisis intervention model for novel coronavirus pneumonia (COVID-19) in Xiangyang", "name": "ChiCTR2000030325", "primaryOutcome": "Psychological questionnaire;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50227"}, "type": "Feature"}, {"geometry": {"coordinates": [111.91778, 31.93667], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "55815147@qq.com", "contactPhone": "+86 13797625096", "dateEnrollment": "2020-02-28", "description": "Traditional Chinese Medicine 'Zang-Fu Point-pressing' massage for children with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030324", "primaryOutcome": "Temperature;Respiratory symptoms;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50231"}, "type": "Feature"}, {"geometry": {"coordinates": [107.486, 31.0564], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "luyb6810@163.com", "contactPhone": "+86 13937642780", "dateEnrollment": "2020-02-01", "description": "Identification and Clinical Treatment of Severe novel coronavirus pneumonia (COVID-19) Patients", "name": "ChiCTR2000030322", "primaryOutcome": "Epidemiological and clinical characteristics;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50240"}, "type": "Feature"}, {"geometry": {"coordinates": [106.740388, 33.055451], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "hubingnj@163.com", "contactPhone": "+86 18980601278", "dateEnrollment": "2020-03-01", "description": "Clinical study for a new type of Gastroscope isolation mask for preventing and controlling the novel coronavirus pneumonia (COVID-19) Epidemic period", "name": "ChiCTR2000030317", "primaryOutcome": "During the operation, the patient's volume of local exhaled air from the mouth and nose, the patient's heart rate, respiratory rate and blood oxygen saturation;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50247"}, "type": "Feature"}, {"geometry": {"coordinates": [126.3, 44.56667], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Wangtan215@sina.com", "contactPhone": "+86 13756858523", "dateEnrollment": "2020-01-01", "description": "Clinical Study for Traditional Chinese Medicine in the Prevention and Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030315", "primaryOutcome": "Critically ill patients (%);Mortality Rate;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50255"}, "type": "Feature"}, {"geometry": {"coordinates": [112.270002, 31.945262], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "55815147@qq.com", "contactPhone": "+86 13986394739", "dateEnrollment": "2020-02-28", "description": "Traditional Chinese medicine Ma-Xing-Shi-Gan-Tang and Sheng-Jiang-San in the treatment of children with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030314", "primaryOutcome": "temperature;respiratory symptoms;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50248"}, "type": "Feature"}, {"geometry": {"coordinates": [120.080971, 29.320419], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "li_caixia@zju.edu.cn", "contactPhone": "+86 15268118258", "dateEnrollment": "2020-03-09", "description": "Multiomics study and emergency plan optimization of spleen strengthening clearing damp and stomach therapy combined with antiviral therapy for novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030305", "primaryOutcome": "blood RNA;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50223"}, "type": "Feature"}, {"geometry": {"coordinates": [116.537564, 33.839175], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "hcm200702@163.com", "contactPhone": "+86 13584010516", "dateEnrollment": "2020-02-20", "description": "Umbilical cord mesenchymal stem cells (hucMSCs) in the treatment of high risk novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030300", "primaryOutcome": "Time to disease recovery;Exacerbation (transfer to RICU) time;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50022"}, "type": "Feature"}, {"geometry": {"coordinates": [121.035525, 31.854208], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "dr_lif08@126.com", "contactPhone": "+86 18121150282", "dateEnrollment": "2020-03-01", "description": "Clinical observation and research plan of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030293", "primaryOutcome": "Clinical indicators;", "study_type": "Observational study", "time": "2020-02-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50195"}, "type": "Feature"}, {"geometry": {"coordinates": [118.098294, 24.441766], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "jieminzhu@xmu.edu.cn", "contactPhone": "+86 15960212649", "dateEnrollment": "2020-02-11", "description": "Health related quality of life and its influencing factors among front line nurses caring patients with new coronavirus pneumonia (COVID-19) from two hospitals in China", "name": "ChiCTR2000030290", "primaryOutcome": "Quality of Life;Epidemic Prevention Medical Protective Equipment related Skin Lesion and Management Scale;", "study_type": "Observational study", "time": "2020-02-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50175"}, "type": "Feature"}, {"geometry": {"coordinates": [116.541775, 39.837238], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "huangluqi01@126.com", "contactPhone": "+86 010-64089801", "dateEnrollment": "2020-02-27", "description": "Efficacy of Traditional Chinese Medicine in the Treatment of Novel Coronavirus Pneumonia (COVID-19): a Randomized Controlled Trial", "name": "ChiCTR2000030288", "primaryOutcome": "The time to 2019-nCoV RNA negativity in patients;", "study_type": "Interventional study", "time": "2020-02-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50202"}, "type": "Feature"}, {"geometry": {"coordinates": [114.21667, 29.88333], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "2066255602@qq.com", "contactPhone": "+86 13508649926", "dateEnrollment": "2020-02-27", "description": "Correlation between imaging characteristics and laboratory tests of new coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030283", "primaryOutcome": "imaging feature;", "study_type": "Observational study", "time": "2020-02-27", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50119"}, "type": "Feature"}, {"geometry": {"coordinates": [126.641955, 45.76309], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "drkaijiang@163.com", "contactPhone": "+86 13303608899", "dateEnrollment": "2020-02-24", "description": "Study for continuous renal replacement therapy with adsorption filter in the treatment of the novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030265", "primaryOutcome": "Inflammation factor;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49691"}, "type": "Feature"}, {"geometry": {"coordinates": [114.146761, 30.355203], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "wangjing9279@163.com", "contactPhone": "+86 18186161668", "dateEnrollment": "2020-02-28", "description": "ICU healthcare personnel burnout investigation during the fight against novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030264", "primaryOutcome": "no;", "study_type": "Observational study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50161"}, "type": "Feature"}, {"geometry": {"coordinates": [116.415123, 39.873508], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "lvjihui@139.com", "contactPhone": "+86 010 62402842", "dateEnrollment": "2020-02-20", "description": "Investigation and analysis of psychological status of hospital staff during the novel coronavirus pneumonia (COVID-19) epidemic", "name": "ChiCTR2000030263", "primaryOutcome": "GHQ-20;", "study_type": "Epidemilogical research", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50140"}, "type": "Feature"}, {"geometry": {"coordinates": [121.035525, 31.854208], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xujianqing@shphc.org.cn", "contactPhone": "+86 18964630206", "dateEnrollment": "2020-02-01", "description": "Clinical study for combination of anti-viral drugs and type I interferon and inflammation inhibitor TFF2 in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030262", "primaryOutcome": "Viral load;Clinical features;Inflammation;Pulmonary imaging;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50136"}, "type": "Feature"}, {"geometry": {"coordinates": [120.388634, 31.439909], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "chump1981@163.com", "contactPhone": "+86 15052103816", "dateEnrollment": "2020-03-01", "description": "A study for the key technology of mesenchymal stem cells exosomes atomization in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030261", "primaryOutcome": "Lung CT;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49963"}, "type": "Feature"}, {"geometry": {"coordinates": [101.96033, 30.05127], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "27216302@qq.com", "contactPhone": "+86 17723451376", "dateEnrollment": "2020-02-27", "description": "Clinical study for individualized nutritional assessment and supportive treatment of novel coronavirus pneumonia (COVID-19) patients in Tibetan Plateau", "name": "ChiCTR2000030260", "primaryOutcome": "NRS 2002 score;BMI;triceps skinfold thickness (TSF);prealbumin;total albumin;leucocyte count;CRP;lymphocyte percentage;TNF- alpha;IL-6;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50130"}, "type": "Feature"}, {"geometry": {"coordinates": [121.598303, 31.137102], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "docd1@sina.com", "contactPhone": "+86 18917387623", "dateEnrollment": "2020-02-22", "description": "Evaluation Danorevir sodium tablets combined with ritonavir in the treatment of novel coronavirus pneumonia (COVID-19): a randomized, open and controlled trial", "name": "ChiCTR2000030259", "primaryOutcome": "Rate of composite advers outcomes: SpO2, PaO2/FiO2, respiratory rate;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49918"}, "type": "Feature"}, {"geometry": {"coordinates": [126.731049, 45.637114], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "hydyangwei@tom.com", "contactPhone": "+86 13845099775", "dateEnrollment": "2020-02-21", "description": "A multicenter, randomized, controlled trial for efficacy and safety of hydrogen inhalation in the treatment of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030258", "primaryOutcome": "temperature;respiratory rate;Blood oxygen saturation;Cough symptom;Lung CT;Fatality rate;", "study_type": "Treatment study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49887"}, "type": "Feature"}, {"geometry": {"coordinates": [114.451838, 30.444299], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "1078404424@qq.com", "contactPhone": "+86 18602764053", "dateEnrollment": "2020-03-09", "description": "The coagulation function of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030257", "primaryOutcome": "INR;PT;TT;APTT;FIB;DD;", "study_type": "Observational study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50006"}, "type": "Feature"}, {"geometry": {"coordinates": [121.619056, 31.199979], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yyliuhua@126.com", "contactPhone": "+86 18930568010", "dateEnrollment": "2020-03-01", "description": "Efficacy and Safety of Jing-Yin Granule in the treatment of novel coronavirus pneumonia (COVID-19) wind-heat syndrome", "name": "ChiCTR2000030255", "primaryOutcome": "Clearance rate and time of main symptoms (fever, fatigue, cough);", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50089"}, "type": "Feature"}, {"geometry": {"coordinates": [114.146761, 30.355203], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "wangxinghuan@whu.edu.cn", "contactPhone": "+86 027 67813096", "dateEnrollment": "2020-02-20", "description": "A randomized, open-controlled trial for farpiravir tablets in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030254", "primaryOutcome": "pulse oxygen saturation;Parameters Respiratory support ;Nucleic acid test of novel coronavirus;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50137"}, "type": "Feature"}, {"geometry": {"coordinates": [101.977196, 30.066387], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "27216302@qq.com", "contactPhone": "+86 17723451376", "dateEnrollment": "2020-02-27", "description": "Exploration and Research for a new method for detection of novel coronavirus (COVID-19) nucleic acid", "name": "ChiCTR2000030253", "primaryOutcome": "SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50143"}, "type": "Feature"}, {"geometry": {"coordinates": [115.71841, 38.23665], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "syicu@vip.sina.com", "contactPhone": "+86 13933856908", "dateEnrollment": "2020-02-01", "description": "The treatment status and risk factors related to prognosis of hospitalized patients with novel coronavirus pneumonia (COVID-19) in intensive care unit, Hebei, China: a descriptive study", "name": "ChiCTR2000030226", "primaryOutcome": "Clinical characteristics;", "study_type": "Observational study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49855"}, "type": "Feature"}, {"geometry": {"coordinates": [121.501537, 31.262985], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "pdzhoujia@163.com", "contactPhone": "+86 18017306677", "dateEnrollment": "2020-02-22", "description": "Clinical Reseach of Acupuncture in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030225", "primaryOutcome": "Length of hospital stay;Discharge time of general type;Discharge time of severe type;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49945"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452106, 30.448448], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "chengyunliu@hust.edu.cn", "contactPhone": "+86 18007117616", "dateEnrollment": "2020-02-26", "description": "Clinical study of mesenchymal stem cells in treating severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030224", "primaryOutcome": "SP02;lesions of lung CT;temperature;Blood routine;Inflammatory biomarkers;", "study_type": "Interventional study", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49968"}, "type": "Feature"}, {"geometry": {"coordinates": [106.360341, 29.436043], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "406302524@qq.com", "contactPhone": "+86 13678494357", "dateEnrollment": "2020-02-21", "description": "Cancelled due to lack of participants Study for the Impact of Novel Coronavirus Pneumonia (COVID-19) to the Health of the elderly People", "name": "ChiCTR2000030222", "primaryOutcome": "health status;Mental health status;", "study_type": "Observational study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50048"}, "type": "Feature"}, {"geometry": {"coordinates": [117.308294, 39.012303], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yingfei1981@163.com", "contactPhone": "+86 13920648942", "dateEnrollment": "2020-01-21", "description": "Study for evaluation of integrated traditional Chinese and Western Medicine in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030219", "primaryOutcome": "Clinical symptoms;TCM syndrome;Lung imaging;Time of nucleic acid turning negative;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50110"}, "type": "Feature"}, {"geometry": {"coordinates": [114.950145, 25.851135], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "2590410004@qq.com", "contactPhone": "+86 13707077997", "dateEnrollment": "2020-01-22", "description": "Study of Pinavir / Ritonavir Tablets (Trade Name: Kelizhi) Combined with Xiyanping Injection for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030218", "primaryOutcome": "Clinical recovery time;Pneumonia Severity Index (PSI) score;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50115"}, "type": "Feature"}, {"geometry": {"coordinates": [115.377066, 27.730417], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "freebee99@163.com", "contactPhone": "+86 13576955700", "dateEnrollment": "2020-02-26", "description": "Study for the efficacy of Kangguan No. 1-3 prescription in the treatment of novel coronavirus pneumonia (COVID19)", "name": "ChiCTR2000030215", "primaryOutcome": "Routine physical examination;Vital signs: breathing, body temperature (armpit temperature);Blood routine;C-reactive protein;Liver and kidney function test;Myocardial enzyme content;ESR;T cell subsets;Cytokine;Liver, gallbladder, thyroid, and lymph node imaging;Chest CT;Infectious disease test;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50107"}, "type": "Feature"}, {"geometry": {"coordinates": [106.633584, 33.165192], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "hxkfhcq@126.com", "contactPhone": "+86 18980601618", "dateEnrollment": "2020-08-24", "description": "Clinical research of pulmonary rehabilitation in survivors due to severe or critial novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030198", "primaryOutcome": "pulmonary function;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50066"}, "type": "Feature"}, {"geometry": {"coordinates": [114.146761, 30.355203], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Pengzy5@hotmail.com", "contactPhone": "+86 18672396028", "dateEnrollment": "2020-02-20", "description": "A multicenter, single arm, open label trial for the efficacy and safety of CMAB806 in the treatment of cytokine release syndrome of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030196", "primaryOutcome": "the relive of CRS;", "study_type": "Interventional study", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49883"}, "type": "Feature"}, {"geometry": {"coordinates": [104.171816, 30.546415], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "luyibingli@163.com", "contactPhone": "+86 18328737998", "dateEnrollment": "2020-02-22", "description": "A prospective randomized controlled trial for the home exercise prescription intervention in nursing students during epidemic of novel coronary pneumonia (COVID-19)", "name": "ChiCTR2000030091", "primaryOutcome": "Mood index;", "study_type": "Interventional study", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49914"}, "type": "Feature"}, {"geometry": {"coordinates": [106.548522, 29.565867], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "1041863309@qq.com", "contactPhone": "+86 023 61103649", "dateEnrollment": "2020-02-21", "description": "Cancelled due to lack of patient A Medical Records Based Study for Construction and Analysis of Diagnosis Predictive&", "name": "ChiCTR2000030042", "primaryOutcome": "ROC;calibration curve;", "study_type": "Observational study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49899"}, "type": "Feature"}, {"geometry": {"coordinates": [117.262767, 31.847597], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ahmusld@163.com", "contactPhone": "+86 13856985045", "dateEnrollment": "2020-02-22", "description": "A parallel, randomized controlled clinical trial for the efficacy and safety of Pediatric Huatanzhike granules (containing ipecacuanha tincture) in the treatment of mild and moderate novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030022", "primaryOutcome": "COVID-19 nucleic acid detection time from positive to negative (respiratory secretion) or (3,5,7,10 days from positive to negative rate);;Lung CT observation of inflammation absorption;;Proportion of cases with progressive disease;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49797"}, "type": "Feature"}, {"geometry": {"coordinates": [116.417112, 39.872184], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "fengcao8828@163.com", "contactPhone": "+86 13911798280", "dateEnrollment": "2020-02-20", "description": "A prospective clinical study for recombinant human interferon alpha 1b spray in the prevention of novel coronavirus (COVID-19) infection in highly exposed medical staffs.", "name": "ChiCTR2000030013", "primaryOutcome": "Blood routine examination;Chest CT;Arterial Blood Oxygen Saturation;", "study_type": "Interventional study", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49796"}, "type": "Feature"}, {"geometry": {"coordinates": [116.022157, 28.583145], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhangweiliuxin@163.com", "contactPhone": "+86 0791-88693401", "dateEnrollment": "2020-02-18", "description": "A randomized, open-label, controlled trial for the safety and efficiency of Kesuting syrup and Keqing capsule in the treatment of mild and moderate novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029991", "primaryOutcome": "cough;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49666"}, "type": "Feature"}, {"geometry": {"coordinates": [125.309144, 43.853493], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shuchenghua@126.com", "contactPhone": "+86 13756661209", "dateEnrollment": "2020-02-24", "description": "Single arm study for exploration of chloroquine phosphate aerosol inhalation in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029975", "primaryOutcome": "viral negative-transforming time;30-day cause-specific mortality;co-infections;Time from severe and critical patients to clinical improvement;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49592"}, "type": "Feature"}, {"geometry": {"coordinates": [108.40202, 30.70576], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xiaokh1@163.com", "contactPhone": "+86 19923204040", "dateEnrollment": "2020-02-17", "description": "Cancelled due to lack of patient Medical records based study for epidemiological and clinical characteristics of 2019 novel coronavirus pneumonia (COVID-19) in Chongqing", "name": "ChiCTR2000029952", "primaryOutcome": "Clinical symptoms;Test result;Examination result;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49630"}, "type": "Feature"}, {"geometry": {"coordinates": [114.253296, 30.245871], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "yogaqq116@whu.edu.cn", "contactPhone": "+86 18062586860", "dateEnrollment": "2020-02-17", "description": "Research for Risks Associated with Novel Coronavirus Pneumonia (COVID-19) in the Hospital Workers and Nosocomial Prevention and Control Strategy", "name": "ChiCTR2000029900", "primaryOutcome": "exposed factors;latent period;preventive measures;", "study_type": "Observational study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49377"}, "type": "Feature"}, {"geometry": {"coordinates": [116.414204, 39.876292], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shenning1972@126.com", "contactPhone": "+86 15611908958", "dateEnrollment": "2020-02-17", "description": "Evaluation the Efficacy and Safety of Hydroxychloroquine Sulfate in Comparison with Phosphate Chloroquine in Mild and Commen Patients with Novel Coronavirus Pneumonia (COVID-19): a Randomized, Open-label, Parallel, Controlled Trial", "name": "ChiCTR2000029899", "primaryOutcome": "Time to Clinical Recovery, TTCR;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49536"}, "type": "Feature"}, {"geometry": {"coordinates": [116.414204, 39.876292], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shenning1972@126.com", "contactPhone": "+86 15611908958", "dateEnrollment": "2020-02-17", "description": "Evaluation the Efficacy and Safety of Hydroxychloroquine Sulfate in Comparison with Phosphate Chloroquine in Severe Patients with Novel Coronavirus Pneumonia (COVID-19): a Randomized, Open-Label, Parallel, Controlled Trial", "name": "ChiCTR2000029898", "primaryOutcome": "TTCI (Time to Clinical Improvement);", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49482"}, "type": "Feature"}, {"geometry": {"coordinates": [108.508589, 30.595241], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "wangjinlong2007666@163.com", "contactPhone": "+86 15923859880", "dateEnrollment": "2020-02-15", "description": "Cancelled due to lack of patient Medical records based study for Heart-type fatty acid-binding protein on prognosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029829", "primaryOutcome": "Worsening condition;Death;Heart fatty acid binding protein;", "study_type": "Observational study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49520"}, "type": "Feature"}, {"geometry": {"coordinates": [106.565122, 29.580125], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "wenxiang_huang@163.com", "contactPhone": "+86 13883533808", "dateEnrollment": "2020-02-12", "description": "Cancelled due to lack of patient Clinical study for the effect and", "name": "ChiCTR2000029762", "primaryOutcome": "Negative conversion rate of COVID-19 nucleic acid;Lung inflammation absorption ratio;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49404"}, "type": "Feature"}, {"geometry": {"coordinates": [106.654802, 29.45449], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "wenxiang_huang@163.com", "contactPhone": "+86 13883533808", "dateEnrollment": "2020-02-13", "description": "Cancelled due to lack of patient Clinical study on the safety and effectiveness of Hydroxychloroquine Sulfate tablets in the treatment of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029761", "primaryOutcome": "Negative conversion rate of 2019-nCoV nucleic acid ;Lung inflammation absorption ratio;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49400"}, "type": "Feature"}, {"geometry": {"coordinates": [106.65509, 29.455349], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "maohwei@qq.com", "contactPhone": "+86 13928459556", "dateEnrollment": "2020-02-12", "description": "Cancelled due to lack of patient A study for the efficacy of hydroxychloroquine for mild and moderate COVID-19 infectious diseases", "name": "ChiCTR2000029760", "primaryOutcome": "Time to clinical recovery;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49369"}, "type": "Feature"}, {"geometry": {"coordinates": [106.654978, 29.455501], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hp_cq@163.com", "contactPhone": "+86 13608338064", "dateEnrollment": "2020-02-15", "description": "Retracted due to lack of patient A multicenter, randomized, open label, controlled trial for the efficacy and safety of ASC09/ Ritonavir compound tablets and Lopinavir/ Ritonavir (Kaletra) and Arbidol tablets in the treatm", "name": "ChiCTR2000029759", "primaryOutcome": "time to recovery.;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49352"}, "type": "Feature"}, {"geometry": {"coordinates": [114.448981, 30.448488], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ld_2069@163.com", "contactPhone": "+86 13507183749", "dateEnrollment": "2020-02-15", "description": "A randomized, open, parallel-controlled clinical trial on the efficacy and safety of Jingyebaidu granules in treating novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029755", "primaryOutcome": "Validity observation index;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49301"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "ld_2069@163.com", "contactPhone": "+86 13507183749", "dateEnrollment": "2020-02-15", "description": "A Retrospective Study for Preventive Medication in Tongji Hospital During the Epidemic of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029728", "primaryOutcome": "The proportion of patients diagnosed with 2019-ncov viral pneumonia;", "study_type": "Observational study", "time": "2020-02-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49250"}, "type": "Feature"}, {"geometry": {"coordinates": [115.91793, 29.30149], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "gongguozhong@csu.edu.cn", "contactPhone": "+86 13873104819", "dateEnrollment": "2020-01-29", "description": "A randomized, open label, parallel controlled trial for evaluating the efficacy of recombinant cytokine gene-derived protein injection in eliminating novel coronavirus in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029496", "primaryOutcome": "Time of new coronavirus nucleic acid turning negative;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48809"}, "type": "Feature"}, {"geometry": {"coordinates": [109.40029, 29.16792], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "yaokaichen@hotmail.com", "contactPhone": "+86 023-65481658", "dateEnrollment": "2020-01-25", "description": "Comparative effectiveness and safety of ribavirin plus interferon-alpha, lopinavir/ritonavir plus interferon-alpha and ribavirin plus lopinavir/ritonavir plus interferon-alphain in patients with mild to moderate novel coronavirus pneumonia", "name": "ChiCTR2000029387", "primaryOutcome": "The time to 2019-nCoV RNA negativity in patients;", "study_type": "Interventional study", "time": "2020-01-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48782"}, "type": "Feature"}, {"geometry": {"coordinates": [109.417156, 29.183037], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "yaokaichen@hotmail.com", "contactPhone": "+86 13638352995", "dateEnrollment": "2020-01-29", "description": "Effectiveness of glucocorticoid therapy in patients with severe novel coronavirus pneumonia: a randomized controlled trial", "name": "ChiCTR2000029386", "primaryOutcome": "SOFA score;", "study_type": "Interventional study", "time": "2020-01-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48777"}, "type": "Feature"}, {"geometry": {"coordinates": [117.043599, 36.691856], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "", "contactPhone": "", "dateEnrollment": "February 16, 2020", "description": "Evaluating the Efficacy and Safety of Bromhexine Hydrochloride Tablets Combined With Standard Treatment/ Standard Treatment in Patients With Suspected and Mild Novel Coronavirus Pneumonia (COVID-19)", "name": "NCT04273763", "primaryOutcome": "Time to clinical recovery after treatment", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04273763"}, "type": "Feature"}, {"geometry": {"coordinates": [-76.847243, 39.084005], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": ";heyi@tasly.com", "contactPhone": ";86-022-86343860", "dateEnrollment": "February 26, 2020", "description": "The Effect of T89 on Improving Oxygen Saturation and Clinical Symptoms in Patients With COVID-19", "name": "NCT04285190", "primaryOutcome": "The time to oxygen saturation recovery to normal level (=97%);The proportion of patients with normal level of oxygen saturation(=97%)", "study_type": "Interventional", "time": "2020-02-19", "weburl": "https://clinicaltrials.gov/show/NCT04285190"}, "type": "Feature"}, {"geometry": {"coordinates": [116.408142, 39.921334], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";dinghuiguo@medmail.com.cn", "contactPhone": ";+86-13911683832", "dateEnrollment": "February 23, 2020", "description": "The Clinical Study of Carrimycin on Treatment Patients With COVID-19", "name": "NCT04286503", "primaryOutcome": "Fever to normal time (day);Pulmonary inflammation resolution time (HRCT) (day);Negative conversion (%) of 2019-nCOVRNA in gargle (throat swabs) at the end of treatment", "study_type": "Interventional", "time": "2020-02-25", "weburl": "https://clinicaltrials.gov/show/NCT04286503"}, "type": "Feature"}, {"geometry": {"coordinates": [113.198269, 23.135769], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";dryiminli@vip.163.com;gyfygcp@163.com", "contactPhone": ";+8613533569161;020-83062338", "dateEnrollment": "February 2020", "description": "Recombinant Human Angiotensin-converting Enzyme 2 (rhACE2) as a Treatment for Patients With COVID-19", "name": "NCT04287686", "primaryOutcome": "Time course of body temperature (fever);Viral load over time", "study_type": "Interventional", "time": "2020-02-21", "weburl": "https://clinicaltrials.gov/show/NCT04287686"}, "type": "Feature"}, {"geometry": {"coordinates": [113.695936, 34.801133], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zlgj-001@126.com", "contactPhone": "+86 13673665268", "dateEnrollment": "2020-02-01", "description": "Study for using the healed novel coronavirus pneumonia (COVID-19) patients plasma in the treatment of severe critical cases", "name": "ChiCTR2000030627", "primaryOutcome": "Tempreture;Virus nucleic acid detection;", "study_type": "Interventional study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50727"}, "type": "Feature"}, {"geometry": {"coordinates": [121.208541, 30.178453], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "luxiaoyang@zju.edu.cn", "contactPhone": "+86 13605715886", "dateEnrollment": "2020-03-10", "description": "Novel coronavirus pneumonia (COVID-19) antiviral related liver dysfunction: a multicenter, retrospective, observational study", "name": "ChiCTR2000030593", "primaryOutcome": "ALT;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50228"}, "type": "Feature"}, {"geometry": {"coordinates": [106.633584, 33.165192], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zuoyunxiahxa@qq.com", "contactPhone": "+86 18980601541", "dateEnrollment": "2020-02-02", "description": "The immediate psychological impact of novel coronavirus pneumonia (COVID-19) outbreak on medical students in anesthesiology and how the cope", "name": "ChiCTR2000030581", "primaryOutcome": "intrusion;avoidance;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50394"}, "type": "Feature"}, {"geometry": {"coordinates": [116.995219, 36.647335], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "docjiangshujuan@163.com", "contactPhone": "+86 15168887199", "dateEnrollment": "2020-02-15", "description": "Risk Factors for Outcomes of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030579", "primaryOutcome": "clinic outcome;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50692"}, "type": "Feature"}, {"geometry": {"coordinates": [117.012369, 36.663305], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "15168888626@163.com", "contactPhone": "+86 18660117915", "dateEnrollment": "2020-03-07", "description": "Clinical Prediction and Intervention of Pulmonary Function Impairment in Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030578", "primaryOutcome": "Pulmonary function;6 minutes walking distance;The Short Form -36 Healthy Survey;", "study_type": "Interventional study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50690"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452095, 30.448457], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hmei@hust.edu.cn", "contactPhone": "+86 13886160811", "dateEnrollment": "2020-03-08", "description": "Research on peripheral immunity function monitoring and its clinical application in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030574", "primaryOutcome": "Immunity function;cytokines;viral load;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49953"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "haoyaner@163.com", "contactPhone": "+86 13971679960", "dateEnrollment": "2020-03-15", "description": "Psychological Intervention of Children with Novel Coronavirus Disease (COVID-19)", "name": "ChiCTR2000030564", "primaryOutcome": "Child Stress Disorders Checklist evaluation;Achenbach children's behavior checklist evaluation;children's severe emotional disorder and psychological crisis during inpatient treatment;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50653"}, "type": "Feature"}, {"geometry": {"coordinates": [121.208541, 30.178453], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "zhanghuafen@zju.edu.cn", "contactPhone": "+86 13757120681", "dateEnrollment": "2020-03-07", "description": "A medical records based study for the safety of artificial liver cluster nursing in critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030559", "primaryOutcome": "Unplanned shutdowns;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50583"}, "type": "Feature"}, {"geometry": {"coordinates": [121.523258, 31.311702], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hywangk@vip.sina.com", "contactPhone": "+86 13801955367", "dateEnrollment": "2020-03-10", "description": "A retrospective study on virus typing, Hematological Immunology and case Review of novel coronavirus infected and convalescent patients (COVID-19)", "name": "ChiCTR2000030557", "primaryOutcome": "viral load;virus genotyping;Classification of lymphocytes;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50667"}, "type": "Feature"}, {"geometry": {"coordinates": [117.369165, 31.733269], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "drliuhu@gmail.com", "contactPhone": "+86 13866175691", "dateEnrollment": "2020-03-15", "description": "Clinical study of nano-nose and its extended technology in diagnosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030556", "primaryOutcome": "Volatile organic compounds, VOCs;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50672"}, "type": "Feature"}, {"geometry": {"coordinates": [114.45212, 30.448466], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "shushengli16@sina.com", "contactPhone": "+86 13971086498", "dateEnrollment": "2020-03-08", "description": "Critical ultrasound in evaluating cardiopulmonary function in critical patients infected with 2019 novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030552", "primaryOutcome": "Lung ultrasound index;Right ventricular function ultrasound index;Left ventricular function ultrasound index;", "study_type": "Observational study", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49708"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "Fangmh@tjh.tjmu.edu.cn", "contactPhone": "+86 15071157405", "dateEnrollment": "2020-02-24", "description": "Study for the risk factors of critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030544", "primaryOutcome": "in-ICU mortality;mortality of 28 days;", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50134"}, "type": "Feature"}, {"geometry": {"coordinates": [114.2348, 30.231819], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "cxfn817@163.com", "contactPhone": "+86 13986156712", "dateEnrollment": "2020-02-14", "description": "Detection of coronavirus in simultaneously collecting tears and throat swab samples collected from the patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030543", "primaryOutcome": "A cycle threshold value (Ct-value);", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50541"}, "type": "Feature"}, {"geometry": {"coordinates": [106.633584, 33.165192], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "binwuying@126.com", "contactPhone": "+86 18980601655", "dateEnrollment": "2020-03-09", "description": "A clinical study about the diagnosis and prognosis evaluation of novel coronacirus pneumonia (COVID-19) based on viral genome, host genomic sequencing, relative cytokines and other laboratory indexes.", "name": "ChiCTR2000030542", "primaryOutcome": "Pulmonary image findings;Relevant clinical manifestations of COVID-19;Oxygen saturation in resting state;Arterial partial pressure of oxygen/ Oxygen absorption concentration;Length of hospital stay;Viral genome information;Host genome information;Expression level of host cytokines;Conventional laboratory testing index;", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50608"}, "type": "Feature"}, {"geometry": {"coordinates": [118.09559, 24.56048], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "417433835@qq.com", "contactPhone": "+86 13806086169", "dateEnrollment": "2020-03-06", "description": "Novel coronavirus pneumonia (COVID-19) epidemic survey of medical students in various provinces and municipalities throughout the country", "name": "ChiCTR2000030541", "primaryOutcome": "PSS-14;", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50623"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "shushengli16@sina.com", "contactPhone": "+86 13971086498", "dateEnrollment": "2020-03-08", "description": "Research for the mechanism of improvement of novel coronavirus pneumonia (COVID-19) patients' pulmonary exudation by continuous renal replacement therapy", "name": "ChiCTR2000030540", "primaryOutcome": "Chest imaging;Oxygenation index;Extravascular pulmonary water;pulmonary vascular permeability index, PVPI;Inflammatory factors;Tissue kallikrein;", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50658"}, "type": "Feature"}, {"geometry": {"coordinates": [113.394869, 23.005235], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "gz8hzf@126.com", "contactPhone": "+86 18122317900", "dateEnrollment": "2020-03-06", "description": "Study for clinical oral characteristics of patients with novel coronavirus pneumonia (COVID-19) and Effect of 3% hydrogen peroxide gargle on the Intraoral novel coronavirus", "name": "ChiCTR2000030539", "primaryOutcome": "novel coronavirus nucleic acid;", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50660"}, "type": "Feature"}, {"geometry": {"coordinates": [104.753119, 31.45752], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "1121733818@qq.com", "contactPhone": "+86 18508160990", "dateEnrollment": "2020-02-20", "description": "Multi-Center Clinical Study on the Treatment of Patients with Novel Coronavirus Pneumonia (COVID-19) by Ebastine", "name": "ChiCTR2000030535", "primaryOutcome": "Clinical therapeutic course;Pathogenic detectio;Chest CT;Laboratory indicators (blood routine, myocardial enzyme spectrum, inflammatory cytokines, etc.);", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49790"}, "type": "Feature"}, {"geometry": {"coordinates": [104.190415, 30.560299], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "1035788783@qq.com", "contactPhone": "+86 13880336152", "dateEnrollment": "2020-03-09", "description": "Efficacy and safety of Ma-Xing-Gan-Shi decoction in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030522", "primaryOutcome": "Time to Clinical Recovery (TTCR);", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=44213"}, "type": "Feature"}, {"geometry": {"coordinates": [113.411735, 23.020352], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "gz8hlc@126.com", "contactPhone": "+86 15989096626", "dateEnrollment": "2020-03-06", "description": "Study for the clinical characteristics and digestive system damage of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030519", "primaryOutcome": "RNA of Coronavirus;", "study_type": "Observational study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50604"}, "type": "Feature"}, {"geometry": {"coordinates": [120.680436, 28.012744], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13968888872@163.com", "contactPhone": "+86 13857715778", "dateEnrollment": "2020-02-29", "description": "Zedoary Turmeric Oil for Injection in the treatment of Novel Coronavirus Pneumonia (COVID-19): a randomized, open, controlled trial", "name": "ChiCTR2000030518", "primaryOutcome": "Real-time fluorescent RT-PCR detection of pharyngeal swab were used to detect the negative conversion rate of the new coronavirus nucleic acid (tested after the end of medication) and the negative conversion time(measured every other day after the start of medication, determined according to clinical needs);Time to clinical improvement;Change in size of lesion area by chest CT;Time to fever subsidence, defined as the time at which a subject with fever at enrollment has returned to normal temperature for at least 72 hours;", "study_type": "Interventional study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50586"}, "type": "Feature"}, {"geometry": {"coordinates": [121.208541, 30.178453], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xxw69@126.com", "contactPhone": "+86 13605708066", "dateEnrollment": "2020-01-20", "description": "Extracorporeal blood purification therapy using Li's Artifical Liver System for patients with severe novel coronavirus pneumonia (COVID19) patient", "name": "ChiCTR2000030503", "primaryOutcome": "Mortality;", "study_type": "Interventional study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49632"}, "type": "Feature"}, {"geometry": {"coordinates": [106.739975, 33.054766], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "dongze.li@ymail.com", "contactPhone": "+86 028-85423248", "dateEnrollment": "2020-03-01", "description": "Early risk stratification of the Novel coronavirus infected diseases (COVID-19): a multicenter retrospective study (ERS-COVID-19 study)", "name": "ChiCTR2000030494", "primaryOutcome": "In-hospital mortality;Hospital mortality;", "study_type": "Observational study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50077"}, "type": "Feature"}, {"geometry": {"coordinates": [114.251426, 30.246145], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "wenqin-1987@163.com", "contactPhone": "+86 13808628560", "dateEnrollment": "2020-03-04", "description": "Survey for sleep, anxiety and depression status of Chinese residents during the outbreak of novel coronavirus infected disases (COVID-19)", "name": "ChiCTR2000030493", "primaryOutcome": "Pittsburgh sleep quality index;", "study_type": "Observational study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50547"}, "type": "Feature"}, {"geometry": {"coordinates": [103.126746, 26.983657], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "chenxinyuchen@163.com", "contactPhone": "+86 13807312410", "dateEnrollment": "2020-03-04", "description": "Retrospective study for integrate Chinese and conventional medicine treatment of novel coronavirus pneumonia (COVID-19) in Hu'nan province", "name": "ChiCTR2000030492", "primaryOutcome": "TCM syndrome;", "study_type": "Observational study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50549"}, "type": "Feature"}, {"geometry": {"coordinates": [106.633584, 33.165192], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "Kangyan@scu.edu.cn", "contactPhone": "+86 18980601566", "dateEnrollment": "2020-03-03", "description": "A medical records based study for Comparing Differences of Clinical Features and Outcomes of Novel Coronavirus Pneumonia (COVID-19) Patients between Sichuan Province and Wuhan City", "name": "ChiCTR2000030491", "primaryOutcome": "length of stay;length of stay in ICU;Hospital costs;Hospital costs;Antibiotic use;Organ function support measures;", "study_type": "Observational study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50552"}, "type": "Feature"}, {"geometry": {"coordinates": [114.102245, 30.574634], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wanghaohh@vip.126.com", "contactPhone": "+86 13901883868", "dateEnrollment": "2020-02-01", "description": "To evaluate the efficacy and safety of diammonium glycyrrhizinate enteric-coated capsules combined with hydrogen-rich water in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030490", "primaryOutcome": "Cure rate;", "study_type": "Interventional study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50487"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "s_1862777@163.com", "contactPhone": "+86 18627770651", "dateEnrollment": "2020-02-01", "description": "Study for the route of ocular surface transmission of novel coronavirus pneumonia (COVID-19) infection and related eye diseases", "name": "ChiCTR2000030489", "primaryOutcome": "Nuclei acid test of SARS-CoV-2 of conjunctival swab;Nuclei acid test of SARS-CoV-2 of throat swab;Nuclei acid test of SARS-CoV-2 of peripheral blood sample;Eye symptoms;Clinical symptoms;", "study_type": "Epidemilogical research", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50490"}, "type": "Feature"}, {"geometry": {"coordinates": [113.802547, 34.690683], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "38797527@qq.com", "contactPhone": "13938415502", "dateEnrollment": "2020-03-04", "description": "A single-center, single-arm clinical trial for azvudine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030487", "primaryOutcome": "Sputum/nasal swab/pharyngeal swab/lower respiratory tract secretions were used to detect the negative conversion rate of the new coronavirus nucleic acid (tested daily after two days starting the azvudine tablets) and the negative conversion time;", "study_type": "Interventional study", "time": "2020-03-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50507"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "shushengli16@sina.com", "contactPhone": "+86 13971086498", "dateEnrollment": "2020-03-03", "description": "Study for timing of mechanical ventilation for critically ill patients with novel coronavirus pneumonia (COVID-19): A medical records based retrospective Cohort study", "name": "ChiCTR2000030485", "primaryOutcome": "28-day mortality;ICU 14-day mortality;", "study_type": "Observational study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50459"}, "type": "Feature"}, {"geometry": {"coordinates": [110.778673, 32.646778], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "182190248@qq.com", "contactPhone": "+86 0719 8801713", "dateEnrollment": "2020-02-02", "description": "HUMSCs and Exosomes Treating Patients with Lung Injury following Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030484", "primaryOutcome": "PaO2 / FiO2 or respiratory rate (without oxygen);Frequency of respiratory exacerbation;Observe physical signs and symptoms and record clinical recovery time;The number and range of lesions indicated by CT and X-ray of lung;Time for cough to become mild or absent;Time for dyspnea to become mild or no dyspnea;Frequency of oxygen inhalation or noninvasive ventilation, frequency of mechanical ventilation;Inflammatory cytokines (CRP / PCT / SAA, etc.);Frequency of serious adverse events;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50263"}, "type": "Feature"}, {"geometry": {"coordinates": [116.434746, 39.953943], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "drhuoyong@163.com", "contactPhone": "+86 13901333060", "dateEnrollment": "2020-03-06", "description": "A Multicenter, Long- term Follow-up and Registration Study for Myocardial Injury and Prognosis of Novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030482", "primaryOutcome": "Cardiac injury;Death in hospital and/or Endotracheal Intubation Deaths during hospitalization;Admitted to the ICU;Composite end points of cardiovascular events( nonfatal heart failure, nonfatal myocardial infarction, nonfatal stroke or cardiovascular death);Stroke;Heart failure;Myocardial infarction;Other cardiovascular health related endpoints;", "study_type": "Observational study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50353"}, "type": "Feature"}, {"geometry": {"coordinates": [114.146761, 30.355203], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "chzs1990@163.com", "contactPhone": "+86 13627288300", "dateEnrollment": "2020-03-01", "description": "The clinical value of corticosteroid therapy timing in the treatment of novel coronavirus pneumonia (COVID-19): a prospective randomized controlled trial", "name": "ChiCTR2000030481", "primaryOutcome": "The time of duration of COVID-19 nucleic acid RT-PCR test results of respiratory specimens (such as throat swabs) or blood specimens change to negative.;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50453"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "huilanz_76@163.com", "contactPhone": "+86 15391532171", "dateEnrollment": "2020-03-03", "description": "Randomized, open, blank controlled trial for the efficacy and safety of recombinant human interferon alpha 1beta in the treatment of Wuhan patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030480", "primaryOutcome": "Incidence of side effects;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50470"}, "type": "Feature"}, {"geometry": {"coordinates": [118.88016, 31.934447], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fangzjnj@hotmail.com", "contactPhone": "+86 13372018676", "dateEnrollment": "2020-02-26", "description": "Study for the Effectiveness and Safety of Yi-Qi Hua-shi Jie-Du-Fang in the Treatment of the Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030479", "primaryOutcome": "lasting time of fever;lasting time of novel coronavirus pneumonia virus nucleic acid detected by RT-PCR and negative result rate of the novel coronavirus disease nucleic acid;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50450"}, "type": "Feature"}, {"geometry": {"coordinates": [116.412116, 39.912058], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lixmpumch@126.com", "contactPhone": "+86 13911467356", "dateEnrollment": "2020-03-04", "description": "oXiris Membrane in Treating Critically Ill Hospitalized Adult Patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030477", "primaryOutcome": "28 day mortality;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50458"}, "type": "Feature"}, {"geometry": {"coordinates": [116.539828, 39.838631], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lixmpumch@126.com", "contactPhone": "+86 13911467356", "dateEnrollment": "2020-03-04", "description": "Cytosorb in Treating Critically Ill Hospitalized Adult Patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030475", "primaryOutcome": "28 day mortality;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50452"}, "type": "Feature"}, {"geometry": {"coordinates": [123.426898, 41.800541], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "sylykjk@163.com", "contactPhone": "+86 18502468189", "dateEnrollment": "2020-02-25", "description": "An open and controlled clinical study to evaluate the efficacy and safety of Ganovo combined with ritonavir in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030472", "primaryOutcome": "Rate of composite advers outcomes: SPO2, PaO2/FiO2 and respiratory rate;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49753"}, "type": "Feature"}, {"geometry": {"coordinates": [110.84607, 21.93924], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "gghicu@163.com", "contactPhone": "+86 13922745788", "dateEnrollment": "2020-03-02", "description": "Efficacy and safety of lipoic acid injection in reducing the risk of progression in common patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030471", "primaryOutcome": "Progression rate from mild to critical/severe;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50421"}, "type": "Feature"}, {"geometry": {"coordinates": [121.589997, 31.135576], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Xiumingsong@sina.com", "contactPhone": "+86 13817525012", "dateEnrollment": "2020-02-27", "description": "A randomized parallel controlled trial for LIUSHENWAN in Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030469", "primaryOutcome": "fever clearance time;Effective rate of TCM symptoms;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50082"}, "type": "Feature"}, {"geometry": {"coordinates": [117.102071, 36.537669], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "zhagnweijinan@126.com", "contactPhone": "+86 13505319899", "dateEnrollment": "2020-02-28", "description": "Study for the key technique of integrative therapy of Novel Coronavirus Pneumonia (COVID-19): the TCM symptoms and treatment regulation", "name": "ChiCTR2000030468", "primaryOutcome": "disease incidence;Duration of PCR normalization;Distribution pattern of TCM syndromes;", "study_type": "Observational study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50390"}, "type": "Feature"}, {"geometry": {"coordinates": [121.609905, 38.925755], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "411484335@qq.com", "contactPhone": "+86 17709877386", "dateEnrollment": "2020-03-01", "description": "A Randomized Controlled Trial for the Influence of TCM Psychotherapy on Negative Emotion of Patients with Novel Coronavirus Pneumonia (COVID-19) Based on Network Platform", "name": "ChiCTR2000030467", "primaryOutcome": "Psychological status;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50378"}, "type": "Feature"}, {"geometry": {"coordinates": [113.275097, 23.174575], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "wucaineng861010@163.com", "contactPhone": "+86 13580315308", "dateEnrollment": "2020-03-02", "description": "Cancelled by the investigator Influence of nasal high-fow preoxygenation on video laryngoscope for emergency intubation in patients with critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030465", "primaryOutcome": "SpO2 during intubation;the total time of intubation;Mask ventilation for SpO2 < 90%;", "study_type": "Interventional study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50388"}, "type": "Feature"}, {"geometry": {"coordinates": [113.094884, 28.092601], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "gchxyy@163.com", "contactPhone": "+86 0731-88618338", "dateEnrollment": "2020-03-03", "description": "Study for the clinical characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030464", "primaryOutcome": "Clinical characteristics;", "study_type": "Epidemilogical research", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50382"}, "type": "Feature"}, {"geometry": {"coordinates": [120.802674, 27.829447], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "akidney_doctor@hotmail.com", "contactPhone": "+86 0577 55579261", "dateEnrollment": "2020-03-02", "description": "Clinical study for the effects of ACEIs/ARBs on the infection of novel coronavirus pneumonia (CoVID-19)", "name": "ChiCTR2000030453", "primaryOutcome": "ratio of severe cases;", "study_type": "Observational study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50381"}, "type": "Feature"}, {"geometry": {"coordinates": [121.420231, 31.181195], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zhoujian@sjtu.edu.cn", "contactPhone": "+86 18930172033", "dateEnrollment": "2020-03-06", "description": "Application of flash glucose monitoring to evaluate the effect of blood glucose changes on prognosis in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030436", "primaryOutcome": "time in range;", "study_type": "Observational study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50297"}, "type": "Feature"}, {"geometry": {"coordinates": [114.345292, 30.554816], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "liubende99@outlook.com", "contactPhone": "+86 13907191851", "dateEnrollment": "2020-02-29", "description": "Cancelled, due to modify the protocol A single-center, open-label and single arm trial to evaluate the efficacy and safety of anti-SARS-CoV-2 inactivated convalescent plasma in the treatment&", "name": "ChiCTR2000030312", "primaryOutcome": "Clinical symptom improvement rate: improvement rate of clinical symptoms = number of cases with clinical symptom improvement /number of enrolling cases * 100%;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50258"}, "type": "Feature"}, {"geometry": {"coordinates": [113.304412, 23.137034], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "pangi88@126.com", "contactPhone": "+86 15626235237", "dateEnrollment": "2020-03-10", "description": "Protective factors of mental resilience in first-line nurses with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030304", "primaryOutcome": "Mental status;Social support;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49653"}, "type": "Feature"}, {"geometry": {"coordinates": [106.669774, 29.47108], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "cgq1963@163.com", "contactPhone": "+86 023 68757780", "dateEnrollment": "2020-02-01", "description": "Epidemiological and clinical characteristics of COVID-19: a large-scale investigation in epicenter Wuhan, China", "name": "ChiCTR2000030256", "primaryOutcome": "Epidemiological and clinical characteristics;", "study_type": "Epidemilogical research", "time": "2020-02-26", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50078"}, "type": "Feature"}, {"geometry": {"coordinates": [121.501537, 31.262985], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "18930568129@163.com", "contactPhone": "+86 18930568129", "dateEnrollment": "2020-02-25", "description": "A Medical Based Retrospective Real World Study for Assessment of Effectiveness of Comprehensive Traditional Chinese Medicine in the treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030163", "primaryOutcome": "cure rate;duration of hospitalization;days of treatment;", "study_type": "Observational study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50031"}, "type": "Feature"}, {"geometry": {"coordinates": [114.599436, 29.436636], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "caiy_kf@163.com", "contactPhone": "+86 18702745799", "dateEnrollment": "2020-02-19", "description": "Cancelled due to lack of patient Effect of early pulmonary training on lung function and quality of life for novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030014", "primaryOutcome": "MRC breathlessness scale;6MWD;", "study_type": "Interventional study", "time": "2020-02-20", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49802"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413333, 23.019305], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "yefeng@gird.cn", "contactPhone": "+86 13710494278; +86 13622273918", "dateEnrollment": "2020-02-20", "description": "A pilot study for Integrated Chinese and Western Medicine in the treatment of non-critical novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029993", "primaryOutcome": "Main symptom relief time;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49435"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452106, 30.448448], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "whuhjy@sina.com", "contactPhone": "+86 13554361146", "dateEnrollment": "2020-02-18", "description": "Study for using multiomics in the diagnosis and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029982", "primaryOutcome": "Patients' general information: epidemiological indicators such as age, gender, address, telephone, past medical history, and BMI;Division of disease;Genomics;Transcriptomics;Metabolomics;Proteomics;Laboratory inspection;Imaging examination;Etiological examination;The remaining observation indicators are supplemented according to clinical needs.;", "study_type": "Observational study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49724"}, "type": "Feature"}, {"geometry": {"coordinates": [114.345581, 30.555676], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhangzz@whu.edu.cn", "contactPhone": "+86 13971687403", "dateEnrollment": "2020-02-17", "description": "A medical records based study for the clinical characteristics of anesthesia novel coronavirus pneumonia (COVID-19) patients during perioperative period and assessment of infection and mental health of Anesthesiology Department", "name": "ChiCTR2000029958", "primaryOutcome": "CT image of lung;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49635"}, "type": "Feature"}, {"geometry": {"coordinates": [116.540983, 39.843761], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "caobin_ben@163.com", "contactPhone": "13911318339", "dateEnrollment": "2020-02-14", "description": "Convalescent plasma for the treatment of severe and critical novel coronavirus pneumonia (COVID-19): a prospective randomized controlled trial", "name": "ChiCTR2000029757", "primaryOutcome": "the number of days between randomised grouping and clinical improvement;", "study_type": "Interventional study", "time": "2020-02-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49081"}, "type": "Feature"}, {"geometry": {"coordinates": [121.495952, 31.338698], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "lunxu_liu@aliyun.com", "contactPhone": "+86 18980601525", "dateEnrollment": "2020-02-03", "description": "A Multicenter, Randomized, Controlled trial for Recombinant Super-Compound Interferon (rSIFN-co) in the Treatment of 2019 Novel Coronavirus (2019-nCoV) Infected Pneumonia", "name": "ChiCTR2000029638", "primaryOutcome": "Clinical symptoms;Blood routine;Biochemical and myocardial enzymes;C-reactive protein;Erythrocyte sedimentation rate;Inflammatory cytokines;Chest CT;Etiology Inspection;Vital signs;", "study_type": "Interventional study", "time": "2020-02-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49224"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zhougene@medmail.com.cn", "contactPhone": "+86 027 83665506", "dateEnrollment": "2020-01-31", "description": "Severe novel coronavirus pneumonia (COVID-19) patients treated with ruxolitinib in combination with mesenchymal stem cells: a prospective, single blind, randomized controlled clinical trial", "name": "ChiCTR2000029580", "primaryOutcome": "Safety;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49088"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhougene@medmail.com.cn", "contactPhone": "+86 027-83665506", "dateEnrollment": "2020-01-31", "description": "The investigation of cytokine expression profile of novel coronavirus pneumonia (COVID-19) and its clinical significance", "name": "ChiCTR2000029579", "primaryOutcome": "Cytokines;", "study_type": "Observational study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49045"}, "type": "Feature"}, {"geometry": {"coordinates": [104.024871, 30.741023], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xcg718@aliyun.com", "contactPhone": "+86 18980880132", "dateEnrollment": "2020-01-29", "description": "Recommendations for Diagnosis and Treatment of Influenza Patients in the Hospital of Chengdu University of Traditional Chinese Medicine Under the Raging of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029550", "primaryOutcome": "CRP;ESR;PCT;Tn;Mb;D-Dimer;blood routine examination;chest CT;creatase;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48775"}, "type": "Feature"}, {"geometry": {"coordinates": [104.024871, 30.741023], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "xcg718@aliyun.com", "contactPhone": "+86 18980880132", "dateEnrollment": "2020-02-03", "description": "Recommendations of Integrated Traditional Chinese and Western Medicine for Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029549", "primaryOutcome": "Severe conversion rate;Oxygenation index;2019-nCoV nucleic acid test;Chest CT;", "study_type": "Interventional study", "time": "2020-02-04", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49014"}, "type": "Feature"}, {"geometry": {"coordinates": [104.024871, 30.741023], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "tangjianyuan163@163.com", "contactPhone": "+86 13910768464", "dateEnrollment": "2020-01-30", "description": "Research for Traditional Chinese Medicine Technology Prevention and Control of Novel Coronavirus Pneumonia (COVID-19) in the Community Population", "name": "ChiCTR2000029479", "primaryOutcome": "Inccidence of 2019-nCoV pneumonia;", "study_type": "Interventional study", "time": "2020-02-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48773"}, "type": "Feature"}, {"geometry": {"coordinates": [114.447438, 38.019008], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "jiactm@163.com", "contactPhone": "+86 0311 83855881", "dateEnrollment": "2020-02-01", "description": "A randomized, open-label, blank-controlled trial for Lian-Hua Qing-Wen Capsule /Granule in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029434", "primaryOutcome": "Clinical symptoms (fever, weakness, cough) recovery rate and recovery time;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48889"}, "type": "Feature"}, {"geometry": {"coordinates": [114.462525, 38.035365], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "jiactm@163.com", "contactPhone": "+86 0311-83855881", "dateEnrollment": "2020-02-01", "description": "A randomized, open-label, blank-controlled trial for Lian-Hua Qing-Wen Capsule/Granule in the treatment of suspected novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029433", "primaryOutcome": "Clinical symptoms (fever, weakness, cough) recovery rate and recovery time;", "study_type": "Interventional study", "time": "2020-02-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48898"}, "type": "Feature"}, {"geometry": {"coordinates": [114.148526, 30.632137], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "1813886398@qq.com", "contactPhone": "13507117929", "dateEnrollment": "2020-01-10", "description": "A randomized, controlled open-label trial to evaluate the efficacy and safety of lopinavir-ritonavir in hospitalized patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029308", "primaryOutcome": "Clinical improvement time of 28 days after randomization;The 7-point scale;7 points: death;6 points: admission to ECMO and / or mechanical ventilation;5 points: Hospitalized for non-invasive ventilation and / or high-flow oxygen therapy;4 points: hospitalization for oxygen therapy;3 points: Hospitalization does not require oxygen therapy;2 points: discharged but not restored to normal functional status;1 point: discharged to normal function;", "study_type": "Interventional study", "time": "2020-01-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=48684"}, "type": "Feature"}, {"geometry": {"coordinates": [114.071401, 22.559687], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": ";c@szgimi.org;c@szgimi.org", "contactPhone": ";+86(755)8672 5195;86-755-86725195", "dateEnrollment": "February 24, 2020", "description": "Immunity and Safety of Covid-19 Synthetic Minigene Vaccine", "name": "NCT04276896", "primaryOutcome": "Clinical improvement based on the 7-point scale;Lower Murray lung injury score", "study_type": "Interventional", "time": "2020-02-17", "weburl": "https://clinicaltrials.gov/show/NCT04276896"}, "type": "Feature"}, {"geometry": {"coordinates": [116.408142, 39.921334], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": ";;", "contactPhone": ";;", "dateEnrollment": "February 27, 2020", "description": "Yinhu Qingwen Decoction for the Treatment of Mild / Common CoVID-19", "name": "NCT04278963", "primaryOutcome": "Mean clinical recovery time (hours)", "study_type": "Interventional", "time": "2020-02-19", "weburl": "https://clinicaltrials.gov/show/NCT04278963"}, "type": "Feature"}, {"geometry": {"coordinates": [-76.830377, 39.099122], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "jbeigel@niaid.nih.gov", "contactPhone": "13014519881", "dateEnrollment": "February 21, 2020", "description": "Adaptive COVID-19 Treatment Trial", "name": "NCT04280705", "primaryOutcome": "Percentage of subjects reporting each severity rating on the 7-point ordinal scale", "study_type": "Interventional", "time": "2020-02-20", "weburl": "https://clinicaltrials.gov/show/NCT04280705"}, "type": "Feature"}, {"geometry": {"coordinates": [114.207515, 22.417228], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "February 14, 2020", "description": "Critically Ill Patients With COVID-19 in Hong Kong: a Multicentre Observational Cohort Study", "name": "NCT04285801", "primaryOutcome": "28 day mortality", "study_type": "Observational", "time": "2020-02-24", "weburl": "https://clinicaltrials.gov/show/NCT04285801"}, "type": "Feature"}, {"geometry": {"coordinates": [116.408142, 39.921334], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": ";shilei302@126.com;shilei302@126.com", "contactPhone": ";86-10-66933333;", "dateEnrollment": "March 5, 2020", "description": "Treatment With Mesenchymal Stem Cells for Severe Corona Virus Disease 2019(COVID-19)", "name": "NCT04288102", "primaryOutcome": "Improvement time of clinical critical treatment index within 28 days;Side effects in the MSCs treatment group", "study_type": "Interventional", "time": "2020-02-24", "weburl": "https://clinicaltrials.gov/show/NCT04288102"}, "type": "Feature"}, {"geometry": {"coordinates": [-73.993985, 40.712728], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Drpitts@hudsonmedical.com", "contactPhone": "6465967386", "dateEnrollment": "March 2020", "description": "Eculizumab (Soliris) in Covid-19 Infected Patients", "name": "NCT04288713", "primaryOutcome": "", "study_type": "Expanded Access", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04288713"}, "type": "Feature"}, {"geometry": {"coordinates": [108.936589, 34.346842], "type": "Point"}, "properties": {"classification": "management", "contactEmail": ";;crystalleichong@126.com", "contactPhone": ";;+86-18629011362", "dateEnrollment": "March 1, 2020", "description": "Nitric Oxide Gas Inhalation for Severe Acute Respiratory Syndrome in COVID-19.", "name": "NCT04290871", "primaryOutcome": "SARS-free patients at 14 days", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04290871"}, "type": "Feature"}, {"geometry": {"coordinates": [114.316801, 30.610222], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "chenlin_tj@126.com", "contactPhone": "8613517260864", "dateEnrollment": "March 1, 2020", "description": "The Efficacy and Safety of Huai er in the Adjuvant Treatment of COVID-19", "name": "NCT04291053", "primaryOutcome": "Mortality rate", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04291053"}, "type": "Feature"}, {"geometry": {"coordinates": [121.505916, 31.240416], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": ";luhongzhou@fudan.edu.cn;", "contactPhone": ";+86-021-37990333;008602137990333", "dateEnrollment": "February 1, 2020", "description": "Anti-SARS-CoV-2 Inactivated Convalescent Plasma in the Treatment of COVID-19", "name": "NCT04292340", "primaryOutcome": "The virological clearance rate of throat swabs, sputum, or lower respiratory tract secretions at day 1;The virological clearance rate of throat swabs, sputum, or lower respiratory tract secretions at day 3;The virological clearance rate of throat swabs, sputum, or lower respiratory tract secretions at day 7;Numbers of participants with different Clinical outcomes", "study_type": "Observational", "time": "2020-02-25", "weburl": "https://clinicaltrials.gov/show/NCT04292340"}, "type": "Feature"}, {"geometry": {"coordinates": [-121.731148, 37.560034], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";GileadClinicalTrials@gilead.com", "contactPhone": ";1-833-445-3230 (GILEAD-0)", "dateEnrollment": "March 2020", "description": "Study to Evaluate the Safety and Antiviral Activity of Remdesivir (GS-5734™) in Participants With Moderate Coronavirus Disease (COVID-19) Compared to Standard of Care Treatment", "name": "NCT04292730", "primaryOutcome": "Proportion of Participants Discharged by Day 14", "study_type": "Interventional", "time": "2020-02-28", "weburl": "https://clinicaltrials.gov/show/NCT04292730"}, "type": "Feature"}, {"geometry": {"coordinates": [-121.714282, 37.575151], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";GileadClinicalTrials@gilead.com", "contactPhone": ";1-833-445-3230 (GILEAD-0)", "dateEnrollment": "March 6, 2020", "description": "Study to Evaluate the Safety and Antiviral Activity of Remdesivir (GS-5734™) in Participants With Severe Coronavirus Disease (COVID-19)", "name": "NCT04292899", "primaryOutcome": "Proportion of Participants With Normalization of Fever and Oxygen Saturation Through Day 14", "study_type": "Interventional", "time": "2020-02-28", "weburl": "https://clinicaltrials.gov/show/NCT04292899"}, "type": "Feature"}, {"geometry": {"coordinates": [106.549282, 29.558571], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zdy.chris@qq.com", "contactPhone": "8613608398395", "dateEnrollment": "March 1, 2020", "description": "Prognostic Factors of Patients With COVID-19", "name": "NCT04292964", "primaryOutcome": "all-cause mortality", "study_type": "Observational", "time": "2020-03-01", "weburl": "https://clinicaltrials.gov/show/NCT04292964"}, "type": "Feature"}, {"geometry": {"coordinates": [114.316801, 30.610222], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "447822853@qq.com;447822853@qq.com", "contactPhone": "+8613387517458;+8613387517458", "dateEnrollment": "February 24, 2020", "description": "Therapy for Pneumonia Patients iInfected by 2019 Novel Coronavirus", "name": "NCT04293692", "primaryOutcome": "Size of lesion area by chest imaging;Blood oxygen saturation", "study_type": "Interventional", "time": "2020-02-24", "weburl": "https://clinicaltrials.gov/show/NCT04293692"}, "type": "Feature"}, {"geometry": {"coordinates": [114.316801, 30.610222], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "Zhaojp88@126.com", "contactPhone": "13507138234", "dateEnrollment": "March 1, 2020", "description": "Efficacy and Safety of IFN-a2ß in the Treatment of Novel Coronavirus Patients", "name": "NCT04293887", "primaryOutcome": "The incidence of side effects;The incidence of side effects;The incidence of side effects", "study_type": "Interventional", "time": "2020-02-15", "weburl": "https://clinicaltrials.gov/show/NCT04293887"}, "type": "Feature"}, {"geometry": {"coordinates": [-78.131798, 43.255205], "type": "Point"}, "properties": {"classification": "management", "contactEmail": ";loebm@mcmaster.ca", "contactPhone": ";9053340010", "dateEnrollment": "April 1, 2020", "description": "Medical Masks vs N95 Respirators for COVID-19", "name": "NCT04296643", "primaryOutcome": "RT-PCR confirmed COVID-19 infection", "study_type": "Interventional", "time": "2020-03-03", "weburl": "https://clinicaltrials.gov/show/NCT04296643"}, "type": "Feature"}, {"geometry": {"coordinates": [114.071401, 22.559687], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": ";c@szgimi.org;c@szgimi.org", "contactPhone": ";+86(755)8672 5195;86-755-86725195", "dateEnrollment": "February 15, 2020", "description": "Safety and Immunity of Covid-19 aAPC Vaccine", "name": "NCT04299724", "primaryOutcome": "Frequency of vaccine events;Frequency of serious vaccine events;Proportion of subjects with positive T cell response", "study_type": "Interventional", "time": "2020-03-05", "weburl": "https://clinicaltrials.gov/show/NCT04299724"}, "type": "Feature"}, {"geometry": {"coordinates": [114.316801, 30.610222], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": ";xiaoyangzh@hotmail.com", "contactPhone": ";18986033792", "dateEnrollment": "March 5, 2020", "description": "Novel Coronavirus Induced Severe Pneumonia Treated by Dental Pulp Mesenchymal Stem Cells", "name": "NCT04302519", "primaryOutcome": "Disppear time of ground-glass shadow in the lungs", "study_type": "Interventional", "time": "2020-02-27", "weburl": "https://clinicaltrials.gov/show/NCT04302519"}, "type": "Feature"}, {"geometry": {"coordinates": [114.316801, 30.610222], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "", "contactPhone": "", "dateEnrollment": "December 10, 2019", "description": "Accurate Classification System for Patients With COVID-19 Pneumonitis", "name": "NCT04302688", "primaryOutcome": "survival status", "study_type": "Observational", "time": "2020-03-07", "weburl": "https://clinicaltrials.gov/show/NCT04302688"}, "type": "Feature"}, {"geometry": {"coordinates": [-77.427097, 39.435583], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "sandi.k.parriott.mil@mail.mil", "contactPhone": "301-619-6824", "dateEnrollment": "March 2, 2020", "description": "Expanded Access Remdesivir (RDV; GS-5734™)", "name": "NCT04302766", "primaryOutcome": "", "study_type": "Expanded Access", "time": "2020-03-02", "weburl": "https://clinicaltrials.gov/show/NCT04302766"}, "type": "Feature"}, {"geometry": {"coordinates": [100.533455, 13.765609], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "William@tropmedres.ac", "contactPhone": "+66 2 203-6333", "dateEnrollment": "May 2020", "description": "Chloroquine Prevention of Coronavirus Disease (COVID-19) in the Healthcare Setting", "name": "NCT04303507", "primaryOutcome": "Number of symptomatic COVID-19 infections", "study_type": "Interventional", "time": "2020-03-06", "weburl": "https://clinicaltrials.gov/show/NCT04303507"}, "type": "Feature"}, {"geometry": {"coordinates": [2.237876, 41.481128], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "oriolmitja@hotmail.com", "contactPhone": "0034 934651072", "dateEnrollment": "March 15, 2020", "description": "Treatment of Mild Cases and Chemoprophylaxis of Contacts as Prevention of the COVID-19 Epidemic", "name": "NCT04304053", "primaryOutcome": "Effectiveness of chemoprophylaxis assessed by incidence of secondary COVID-19 cases", "study_type": "Interventional", "time": "2020-03-05", "weburl": "https://clinicaltrials.gov/show/NCT04304053"}, "type": "Feature"}, {"geometry": {"coordinates": [114.420329, 30.513198], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "qning@vip.sina.com;qning@vip.sina.com", "contactPhone": "+8613971521450;", "dateEnrollment": "February 9, 2020", "description": "A Pilot Study of Sildenafil in COVID-19", "name": "NCT04304313", "primaryOutcome": "Rate of disease remission;Rate of entering the critical stage;Time of entering the critical stage", "study_type": "Interventional", "time": "2020-02-14", "weburl": "https://clinicaltrials.gov/show/NCT04304313"}, "type": "Feature"}, {"geometry": {"coordinates": [117.018145, 36.655762], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "sddxlcyjzx@163.com", "contactPhone": "+86 18560089129", "dateEnrollment": "March 12, 2020", "description": "Bevacizumab in Severe or Critical Patients With COVID-19 Pneumonia-RCT", "name": "NCT04305106", "primaryOutcome": "Proportion of patients whose oxygenation index increased by 100mmhg on the 7th day after admission", "study_type": "Interventional", "time": "2020-03-09", "weburl": "https://clinicaltrials.gov/show/NCT04305106"}, "type": "Feature"}, {"geometry": {"coordinates": [-71.116628, 42.376924], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "lberra@mgh.harvard.edu", "contactPhone": "16176437733", "dateEnrollment": "March 13, 2020", "description": "Nitric Oxide Gas Inhalation Therapy for Mild/Moderate COVID-19 Infection", "name": "NCT04305457", "primaryOutcome": "Reduction in the incidence of patients with mild/moderate COVID-19 requiring intubation and mechanical ventilation", "study_type": "Interventional", "time": "2020-03-09", "weburl": "https://clinicaltrials.gov/show/NCT04305457"}, "type": "Feature"}, {"geometry": {"coordinates": [103.771971, 1.306861], "type": "Point"}, "properties": {"classification": "other", "contactEmail": ";jeanliu@yale-nus.edu.sg", "contactPhone": ";66013694", "dateEnrollment": "March 9, 2020", "description": "Social Media Use During COVID-19", "name": "NCT04305574", "primaryOutcome": "Assessment of COVID-19 situation;Depression, Anxiety and Stress Scale", "study_type": "Observational", "time": "2020-03-08", "weburl": "https://clinicaltrials.gov/show/NCT04305574"}, "type": "Feature"}, {"geometry": {"coordinates": [113.377076, 23.041312], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "", "contactPhone": "", "dateEnrollment": "March 12, 2020", "description": "Blood Donor Recruitment During Epidemic of COVID-19", "name": "NCT04306055", "primaryOutcome": "Differences of attitude about blood donation towards different questionnaires", "study_type": "Interventional", "time": "2020-03-08", "weburl": "https://clinicaltrials.gov/show/NCT04306055"}, "type": "Feature"}, {"geometry": {"coordinates": [118.773947, 32.045888], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "363994906@qq.com", "contactPhone": "13815857118", "dateEnrollment": "March 2, 2020", "description": "Clinical Trial on Regularity of TCM Syndrome and Differentiation Treatment of COVID-19.", "name": "NCT04306497", "primaryOutcome": "The relief / disappearance rate of main symptoms;Chest CT absorption", "study_type": "Observational", "time": "2020-03-01", "weburl": "https://clinicaltrials.gov/show/NCT04306497"}, "type": "Feature"}, {"geometry": {"coordinates": [114.437195, 30.528315], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": ";yuyikai@163.com;", "contactPhone": ";+1 (484) 995-5917;+86 2783662886", "dateEnrollment": "February 20, 2020", "description": "Tocilizumab vs CRRT in Management of Cytokine Release Syndrome (CRS) in COVID-19", "name": "NCT04306705", "primaryOutcome": "Proportion of Participants With Normalization of Fever and Oxygen Saturation Through Day 14", "study_type": "Observational", "time": "2020-03-08", "weburl": "https://clinicaltrials.gov/show/NCT04306705"}, "type": "Feature"}, {"geometry": {"coordinates": [127.108444, 37.525573], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "shkimmd@amc.seoul.kr", "contactPhone": "82-2-3010-3114", "dateEnrollment": "March 11, 2020", "description": "Comparison of Lopinavir/Ritonavir or Hydroxychloroquine in Patients With Mild Coronavirus Disease (COVID-19)", "name": "NCT04307693", "primaryOutcome": "Viral load", "study_type": "Interventional", "time": "2020-03-10", "weburl": "https://clinicaltrials.gov/show/NCT04307693"}, "type": "Feature"}, {"geometry": {"coordinates": [3.092251, 45.759405], "type": "Point"}, "properties": {"classification": "other", "contactEmail": ";promo_interne_drci@chu-clermontferrand.fr;", "contactPhone": ";0473754963;0473754963", "dateEnrollment": "March 11, 2020", "description": "Influence of the COvid-19 Epidemic on STRESS", "name": "NCT04308187", "primaryOutcome": "Stress", "study_type": "Observational [Patient Registry]", "time": "2020-03-12", "weburl": "https://clinicaltrials.gov/show/NCT04308187"}, "type": "Feature"}, {"geometry": {"coordinates": [112.24472, 30.30722], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "49637569@qq.com", "contactPhone": "+86 13872250922", "dateEnrollment": "2020-02-10", "description": "Analysis for the mental health status of residents in Jingzhou during the outbreak of the novel coronavirus pneumonia (COVID-19) and corresponding influencing factors", "name": "ChiCTR2000030902", "primaryOutcome": "mental health status and influence factors;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51130"}, "type": "Feature"}, {"geometry": {"coordinates": [114.202445, 22.37833], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "chris.kclai@cuhk.edu.hk", "contactPhone": "+852 3505 3333", "dateEnrollment": "2020-03-09", "description": "Retrospective analysis of epidemiology and transmission dynamics of patients confirmed with Coronavirus Disease (COVID-19) in Hong Kong", "name": "ChiCTR2000030901", "primaryOutcome": "Transmission dynamics of COVID-19 in Hong Kong;Characteristics of super-spreading events;Effectiveness of public health measures;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51064"}, "type": "Feature"}, {"geometry": {"coordinates": [125.319864, 43.875508], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "Wangtan215@sina.com", "contactPhone": "+86 13756858523", "dateEnrollment": "2020-01-27", "description": "Evaluation on the effect of Chushifangyi prescription in preventing novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030898", "primaryOutcome": "Confirmed 2019-ncov pneumonia;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50780"}, "type": "Feature"}, {"geometry": {"coordinates": [121.547125, 29.858033], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "yehonghua@medmail.com.cn", "contactPhone": "+86 13505743664", "dateEnrollment": "2020-02-10", "description": "Evaluation of the effect of taking Newgen beta-gluten probiotic composite powder to nutrition intervention of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030897", "primaryOutcome": "serum albumin;siderophilin;prealbumin;lung CT scanning result;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50462"}, "type": "Feature"}, {"geometry": {"coordinates": [118.874699, 24.842111], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "13803818341@163.com", "contactPhone": "+86 13803818341", "dateEnrollment": "2020-02-06", "description": "Clinical Application and Theoretical Discussion of Fu-Zheng Qing-Fei Thought in Treating Non-Critical Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030896", "primaryOutcome": "Improvement of symptoms;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51028"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452086, 30.448476], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "majingzhi2002@163.com", "contactPhone": "+86 13871257728", "dateEnrollment": "2020-03-14", "description": "Retrospective and Prospective Study for Nosocomial infection in Stomatology Department under the Background of novel coronavirus pneumonia (COVID-19) epidemic period", "name": "ChiCTR2000030895", "primaryOutcome": "nosocomial infection ratio of SARS-Cov-2;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51034"}, "type": "Feature"}, {"geometry": {"coordinates": [116.453818, 39.804522], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "john131212@126.com", "contactPhone": "+86 13911405123", "dateEnrollment": "2020-03-01", "description": "Favipiravir Combined With Tocilizumab in the Treatment of novel coronavirus pneumonia (COVID-19) - A Multicenter, Randomized, Controlled Trial", "name": "ChiCTR2000030894", "primaryOutcome": "Clinical cure rate;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51126"}, "type": "Feature"}, {"geometry": {"coordinates": [118.891565, 24.857228], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "WH9400@163.com", "contactPhone": "+86 15937129400", "dateEnrollment": "2020-03-19", "description": "Study for effects of crisis intervention based on positive psychology for medical staffs working in the novel coronavirus pneumonia (COVID-19) field", "name": "ChiCTR2000030893", "primaryOutcome": "Symptom Checklist 90;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51073"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413333, 23.019305], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "luoqunx@163.com", "contactPhone": "+86 13710658121", "dateEnrollment": "2020-03-06", "description": "Efficacy and Safety of Pirfenidone in the Treatment of Severe Post-Novel Coronavirus Pneumonia (COVID-19) Fibrosis: a prospective exploratory experimental medical study", "name": "ChiCTR2000030892", "primaryOutcome": "HRCT pulmonary fibrosis score;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51118"}, "type": "Feature"}, {"geometry": {"coordinates": [105.425241, 28.894928], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lykyk3160823@126.com", "contactPhone": "+86 15228218357", "dateEnrollment": "2020-02-18", "description": "Clinical research and preparation development of qingfei detoxification decoction (mixture) for prevention and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030883", "primaryOutcome": "temperature;Systemic symptom;Respiratory symptoms;Chest imaging changes;Detection of novel coronavirus nucleic acid two consecutive negative time;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50960"}, "type": "Feature"}, {"geometry": {"coordinates": [109.69133, 35.99219], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "1286779459@qq.com", "contactPhone": "+86 13975137399", "dateEnrollment": "2020-02-01", "description": "Open-label, observational study of human umbilical cord derived mesenchymal stem cells in the treatment of severe and critical patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030866", "primaryOutcome": "Oxygenation index (arterial oxygen partial pressure (PaO2) / oxygen concentration (FiO2));Conversion rate from serious to critical patients;Conversion rate and conversion time from critical to serious patients;Mortality in serious and critical patients;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50299"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xpluo@tjh.tjmu.edu.cn", "contactPhone": "+86 027-83662684", "dateEnrollment": "2020-02-01", "description": "Establishment of an early warning model for maternal and child vertical transmission of COVID-19 infection", "name": "ChiCTR2000030865", "primaryOutcome": "Maternal and neonatal morbidity;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49933"}, "type": "Feature"}, {"geometry": {"coordinates": [112.269727, 31.945686], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "274770142@qq.com", "contactPhone": "+86 13995789500", "dateEnrollment": "2020-02-01", "description": "Traditional Chinese Medicine for novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030864", "primaryOutcome": "2019-ncov-RNA;Chest CT;Routine blood test;Blood biochemistry;TCM symptom;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50662"}, "type": "Feature"}, {"geometry": {"coordinates": [118.778518, 32.043882], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "cjr.luguangming@vip.163.com", "contactPhone": "+86 13951608346", "dateEnrollment": "2020-01-22", "description": "Clinical and CT imaging Characteristics of novel coronavirus pneumonia (COVID-19): An Multicenter Cohort Study", "name": "ChiCTR2000030863", "primaryOutcome": "chest CT images;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50767"}, "type": "Feature"}, {"geometry": {"coordinates": [114.599317, 29.435687], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "13971587381@163.com", "contactPhone": "+86 13971587381", "dateEnrollment": "2020-01-24", "description": "Correlation analysis of blood eosinophil cell levels and clinical type category of novel coronavirus pneumonia (COVID-19): a medical records based retrospective study", "name": "ChiCTR2000030862", "primaryOutcome": "Laboratory inspection index;Oxygen therapy case;Film degree exam;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51107"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413333, 23.019305], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "lishiyue@188.com", "contactPhone": "+86 13902233925", "dateEnrollment": "2019-02-27", "description": "Development and application of a new intelligent robot for novel coronavirus (2019-nCOV) oropharygeal sampling", "name": "ChiCTR2000030861", "primaryOutcome": "CT;", "study_type": "Health services reaserch", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51103"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "aloof3737@126.com", "contactPhone": "+86 18971201115", "dateEnrollment": "2020-03-16", "description": "A medical records based study for investigation of dynamic profile of RT-PCR test for SARS-CoV-2 nucleic acid of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030860", "primaryOutcome": "RT-PCR test for SARS-CoV-2;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51102"}, "type": "Feature"}, {"geometry": {"coordinates": [114.250463, 30.248862], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "707986890@qq.com", "contactPhone": "+86 18971163158", "dateEnrollment": "2020-03-01", "description": "A medical based analysis for influencing factors of death of novel coronavirus pneumonia (COVID-19) patients in Wuhan third hospital", "name": "ChiCTR2000030859", "primaryOutcome": "Mortality rate;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51025"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452215, 30.448315], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "tiejunwanghp@163.com", "contactPhone": "+86 13277914596", "dateEnrollment": "2020-02-06", "description": "Clinical characteristics and outcomes of 483 mild patients with novel coronavirus pneumonia (COVID-19) in Wuhan, China during the outbreak: A single-center, retrospective study from the mobile cabin hospital", "name": "ChiCTR2000030858", "primaryOutcome": "Discharge rate;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51097"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "Shushengli16@sina.com", "contactPhone": "+86 13971086498", "dateEnrollment": "2020-03-01", "description": "Clinical study for bronchoscopic alveolar lavage in the treatment of critically trachea intubation patients with new coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030857", "primaryOutcome": "cytology;proteomics;chest X-ray;Oxygenation index;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51040"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "Lmxia@tjh.tjmu.edu.cn", "contactPhone": "+86 13607176908", "dateEnrollment": "2020-02-15", "description": "An artificial intelligence assistant system for suspected novel coronavirus pneumonia (COVID-19) based on chest CT", "name": "ChiCTR2000030856", "primaryOutcome": "sensitivity;SPE;", "study_type": "Diagnostic test", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51091"}, "type": "Feature"}, {"geometry": {"coordinates": [106.908193, 27.704295], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zywenjianli@163.com", "contactPhone": "+86 15186660001", "dateEnrollment": "2020-02-01", "description": "Study for the effect of external diaphragmatic pacing assisted invasive ventilation and weaning in patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030855", "primaryOutcome": "Length of stay in ICU;Diaphragm movement;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51090"}, "type": "Feature"}, {"geometry": {"coordinates": [121.208541, 30.178453], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "ljli@zju.edu.cn", "contactPhone": "+86 13906514210", "dateEnrollment": "2020-01-22", "description": "A clinical multicenter study for the occurrence, development and prognosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030854", "primaryOutcome": "white blood cell;lymphocyte;creatinine;CRP;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51083"}, "type": "Feature"}, {"geometry": {"coordinates": [106.925059, 27.719412], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zywenjianli@163.com", "contactPhone": "+86 15186660001", "dateEnrollment": "2020-02-01", "description": "Evaluation of the protective effect of dexmedetomidine on patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030853", "primaryOutcome": "CK-MB;CTnI;neuron-specific enolase,NSE;BUN;scr.;lactic acid;", "study_type": "Interventional study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51081"}, "type": "Feature"}, {"geometry": {"coordinates": [116.470357, 39.926495], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "frank782008@aliyun.com", "contactPhone": "+86 13161985564", "dateEnrollment": "2020-01-27", "description": "Factors associated with death in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030852", "primaryOutcome": "Death;", "study_type": "Observational study", "time": "2020-03-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51077"}, "type": "Feature"}, {"geometry": {"coordinates": [113.381295, 23.064331], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "liufb163@163.com", "contactPhone": "+86 020-36591782", "dateEnrollment": "2020-03-15", "description": "Study for the physical and mental health status of medical workers under the novel coronavirus pneumonia (COVID-19) epidemic", "name": "ChiCTR2000030850", "primaryOutcome": "Chinese health status scale;Self-rating Anxiety Scale;Self-rating Depression Scale;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51056"}, "type": "Feature"}, {"geometry": {"coordinates": [118.891565, 24.857228], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "haoyibin0506@126.com", "contactPhone": "+86 15903715671", "dateEnrollment": "2020-03-16", "description": "Investigation on psychological status of novel coronavirus pneumonia (COVID-19) rehabilitation patients in Zhengzhou City and research on coping strategies", "name": "ChiCTR2000030849", "primaryOutcome": "SCL-90 scale;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51086"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450205, 30.446523], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "nathancx@hust.edu.cn", "contactPhone": "+86 15972061080", "dateEnrollment": "2020-02-17", "description": "Exploratory study for Immunoglobulin From Cured COVID-19 Patients in the Treatment of Acute Severe novel coronavirus pneuvirus (COVID-19)", "name": "ChiCTR2000030841", "primaryOutcome": "Time to Clinical Improvement (TTCI);", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51072"}, "type": "Feature"}, {"geometry": {"coordinates": [121.400128, 31.207382], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "SP2082@shtrhospital.com", "contactPhone": "+86 18121225835", "dateEnrollment": "2020-03-01", "description": "Preliminary screening of novel coronavirus pneumonia (COVID-19) by special laboratory examination and CT imaging before surgery", "name": "ChiCTR2000030839", "primaryOutcome": "SAA;Detection of respiratory pathogen serotype;Lymphocyte subgroup detection;IgM and IgG detection;Pulmonary CT;", "study_type": "Screening", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50904"}, "type": "Feature"}, {"geometry": {"coordinates": [114.146761, 30.355203], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xuhaibo1120@hotmail.com", "contactPhone": "+86 13545009416", "dateEnrollment": "2020-01-20", "description": "Development of warning system with clinical differential diagnosis and prediction for severe type of novel coronavirus pneumonia (COVID-19) patients based on artificial intelligence and CT images", "name": "ChiCTR2000030838", "primaryOutcome": "Precision;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51071"}, "type": "Feature"}, {"geometry": {"coordinates": [121.447195, 31.202632], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "fangbji@163.com", "contactPhone": "+86 18917763257", "dateEnrollment": "2020-02-01", "description": "Novel coronavirus pneumonia (COVID-19) combined with Chinese and Western medicine based on ''Internal and External Relieving -Truncated Torsion'' strategy", "name": "ChiCTR2000030836", "primaryOutcome": "14 day outcome of the subjects, including: recovery, improvement, turning critical, death. ;Lung CT;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51054"}, "type": "Feature"}, {"geometry": {"coordinates": [112.46077, 33.78483], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "douqifeng@126.com", "contactPhone": "+86 13503735556", "dateEnrollment": "2020-02-14", "description": "Clinical study for the efficacy of Mesenchymal stem cells (MSC) in the treatment of severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030835", "primaryOutcome": "", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51050"}, "type": "Feature"}, {"geometry": {"coordinates": [114.59927, 29.435613], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "haoyaner@163.com", "contactPhone": "+86 13971679960", "dateEnrollment": "2020-03-16", "description": "Epidemiological Characteristics and Antibody Levels of novel coronavirus pneumonia (COVID-19) of Pediatric Medical Staff working in Quarantine Area", "name": "ChiCTR2000030834", "primaryOutcome": "Epidemiological characteristics;SARS-CoV-2 IgM, IgG antibody titer test result;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51047"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452082, 30.448463], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "qning@vip.sina.com", "contactPhone": "+86 027-83662391", "dateEnrollment": "2020-03-22", "description": "Clinical validation and application of high-throughput novel coronavirus (2019-nCoV) screening detection kit", "name": "ChiCTR2000030833", "primaryOutcome": "RNA of 2019-nCov;SPE, SEN, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51035"}, "type": "Feature"}, {"geometry": {"coordinates": [114.599317, 29.435687], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "yuanyang70@hotmail.com", "contactPhone": "+86 13995561816", "dateEnrollment": "2020-03-16", "description": "Study for the pathogenesis and effective intervention of mood disorders caused by the novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030832", "primaryOutcome": "PHQ-9;GAD-7;PHQ-15;PSS-14;ISI;SHARPS;ACTH;cortisol;24-hour ECG;Magnetic resonance spectroscopy;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51044"}, "type": "Feature"}, {"geometry": {"coordinates": [114.599317, 29.435687], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "whtuye@163.com", "contactPhone": "+86 18986152706", "dateEnrollment": "2020-01-01", "description": "The analysis of related factors on improving oxygenation status by endotracheal intubation ventilation in severe patients suffered from novel coronavirus pneumonia (COVID-19): a single center and descriptive study in Wuhan", "name": "ChiCTR2000030831", "primaryOutcome": "Laboratory inspection index;Imaging examination results(chest CT);performance of intubation;therapeutic schedule;prognosis;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51036"}, "type": "Feature"}, {"geometry": {"coordinates": [121.519342, 29.864413], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "jingfengzhang73@163.com", "contactPhone": "+86 15706855886", "dateEnrollment": "2020-01-01", "description": "Development and application of novel coronavirus pneumonia (COVID-19) intelligent image classification system based on deep learning", "name": "ChiCTR2000030830", "primaryOutcome": "Abnormalities on chest CT;Exposure to source of transmission within past 14 days;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51009"}, "type": "Feature"}, {"geometry": {"coordinates": [114.250463, 30.248862], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hcwy100@163.com", "contactPhone": "+86 13871480868", "dateEnrollment": "2020-03-01", "description": "Retrospective analysis of digestive system symptoms in 600 cases of novel coronavirus pneumonia (COVID-19) in Guanggu district, Wuhan", "name": "ChiCTR2000030819", "primaryOutcome": "Liver function;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51039"}, "type": "Feature"}, {"geometry": {"coordinates": [118.891237, 24.857572], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "maozhengrong1971@163.com", "contactPhone": "+86 18695808321", "dateEnrollment": "2020-01-31", "description": "A medical records based study for the value of Lymphocyte subsets in the diagnose and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030818", "primaryOutcome": "ymphocyte subsets;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51037"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452219, 30.448329], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xiemx@hust.edu.cn", "contactPhone": "+86 13607108938", "dateEnrollment": "2020-02-28", "description": "Multicenter clinical study of evaluation of multi-organ function in patients with novel coronavirus pneumonia (COVID-19) by ultrasound", "name": "ChiCTR2000030817", "primaryOutcome": "Two-dimensional ultrasound;M mode echocardiography;Doppler ultrasound;two-dimensional speckle tracking;three-dimensional echocardiography;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50631"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "bianyi2526@163.com", "contactPhone": "+86 15102710366", "dateEnrollment": "2020-02-24", "description": "Nutritional risk assessment and outcome prediction of critically ill novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030816", "primaryOutcome": "Mortality of ICU 28-day;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51048"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "eyedrwjm@163.com", "contactPhone": "+86 13886169836", "dateEnrollment": "2020-02-20", "description": "A medical records based analysis of clinical evidence of human-to-human transmission of 2019 novel coronavirus pneumonia (COVID-19) by conjunctival route", "name": "ChiCTR2000030814", "primaryOutcome": "Ocular Symptoms;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51042"}, "type": "Feature"}, {"geometry": {"coordinates": [121.362461, 31.357599], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "dr.xu@aliyun.com", "contactPhone": "+86 13501722091", "dateEnrollment": "2020-01-31", "description": "Study for the virus molecular evolution which driven the immune-pathological responses and the protection mechanisms of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030812", "primaryOutcome": "Single cell sequencing;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50947"}, "type": "Feature"}, {"geometry": {"coordinates": [115.756619, 30.659471], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "spine672@163.com", "contactPhone": "+86 13807172756", "dateEnrollment": "2020-02-23", "description": "Clinical observation and evaluation of traditional Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19) in Hubei 672 Orthopaedics Hospital of Integrated Chinese&Western Medicine", "name": "ChiCTR2000030810", "primaryOutcome": "Average discharge time;WBC;ALT, AST, gama-GT, BUN, Cr, CK-MB;turn serious/crisis ratio;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50986"}, "type": "Feature"}, {"geometry": {"coordinates": [114.599317, 29.435687], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "sxu@hust.edu.cn", "contactPhone": "+86 13517248539", "dateEnrollment": "2020-02-22", "description": "A medical records based study for clinical outcomes and follow-up of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030809", "primaryOutcome": "Clinical outcomes after discharge;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51015"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhwang_hust@hotmail.com", "contactPhone": "+86 13607195518", "dateEnrollment": "2020-02-15", "description": "Clinical characteristics and prognosis of cancer patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030807", "primaryOutcome": "lynphocyte;cytokine;cancer history;order of severity;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51019"}, "type": "Feature"}, {"geometry": {"coordinates": [115.77335, 30.67475], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "137585260@qq.com", "contactPhone": "+86 13907105212", "dateEnrollment": "2020-02-01", "description": "Retrospective study for the efficacy of ulinastatin combined with ''clear lung detoxification soup'' in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030806", "primaryOutcome": "blood RT;ABG;blood clotting function;liver and kidney function;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51029"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "wang6@tjh.tjmu.edu.cn", "contactPhone": "+86 13971625289", "dateEnrollment": "2020-02-15", "description": "Quantitative CT characteristic estimate the severity of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030805", "primaryOutcome": "Quantitative CT characteristic;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51026"}, "type": "Feature"}, {"geometry": {"coordinates": [110.862936, 21.954357], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "hulinhui@live.cn", "contactPhone": "+86 13580013426", "dateEnrollment": "2020-02-01", "description": "Exocarpium Citri Grandis Relieves Symptoms of Novel Coronavirus Pneunomia (COVID-19): a Randomized Controlled Clinical Trial", "name": "ChiCTR2000030804", "primaryOutcome": "Cough Score;Expectoration score;", "study_type": "Interventional study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51018"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452106, 30.448448], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "314440820@qq.com", "contactPhone": "+86 13797062903", "dateEnrollment": "2020-01-31", "description": "Collection and analysis of clinical data in severe and critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030803", "primaryOutcome": "age;sex;comorbidities;chest-CT examination;standard blood counts;albumin;pre-albumin;hemoglobin;alanine transaminase;aspartate transaminase;creatinine;glucose;lipids;procalcitonin;C-reactive protein;coagulation function;nutritional risk screening;body weight;body height;prognosis;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51007"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "ld_2069@163.com", "contactPhone": "+86 13507183749", "dateEnrollment": "2020-01-27", "description": "A retrospective study of clinical drug therapy in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030802", "primaryOutcome": "time and rate of cure; proportion and time of patients who progressed to severe disease;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=51004"}, "type": "Feature"}, {"geometry": {"coordinates": [114.252193, 30.24763], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "541163409@qq.com", "contactPhone": "+86 18627151212", "dateEnrollment": "2020-01-23", "description": "Analysis of risk factors affecting prognosis of elderly patients infected with novel coronavirus pneumonia (COVID-19): a single-center retrospective observational study", "name": "ChiCTR2000030801", "primaryOutcome": "discharg time;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50998"}, "type": "Feature"}, {"geometry": {"coordinates": [106.937117, 27.709545], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "kiphoonwu@126.com", "contactPhone": "+86 13788989286", "dateEnrollment": "2020-02-01", "description": "Cancelled by the investigator Study on levels of inflammatory factors in peripheral blood of patients with novel coronavirus pneumonia (COVID-19) and their diagnostic and prognostic value", "name": "ChiCTR2000030800", "primaryOutcome": "", "study_type": "Diagnostic test", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50997"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "wt7636@126.com", "contactPhone": "+86 13971477320", "dateEnrollment": "2020-01-20", "description": "Establishment and validation of Premonitory model of deterioration of the 2019 novel corona virus pneumonia (COVID-19)", "name": "ChiCTR2000030799", "primaryOutcome": "cure rate;propotion of progression;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50995"}, "type": "Feature"}, {"geometry": {"coordinates": [114.250463, 30.248862], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "273225540@qq.com", "contactPhone": "+86 15377628125", "dateEnrollment": "2020-02-10", "description": "A medical records based study for clinical characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030798", "primaryOutcome": "blood biochemistry;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50994"}, "type": "Feature"}, {"geometry": {"coordinates": [121.401457, 31.008176], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xuyingjia@5thhospital.com", "contactPhone": "+86 18017321696", "dateEnrollment": "2020-03-07", "description": "clinical study for hemodynamics and cardiac arrhythmia of novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030797", "primaryOutcome": "all-cause death;fatal arrhythmias;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50988"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492935, 38.035112], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "yuanyd1108@163.com", "contactPhone": "+86 15833119392", "dateEnrollment": "2020-01-29", "description": "Clinical characteristics and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030796", "primaryOutcome": "mortality;effective rate;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50991"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "tjhdongll@163.com", "contactPhone": "+86 18672912727", "dateEnrollment": "2020-03-20", "description": "A multicenter retrospective study of rheumatic patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030795", "primaryOutcome": "Clinical features;", "study_type": "Observational study", "time": "2020-03-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50982"}, "type": "Feature"}, {"geometry": {"coordinates": [108.328009, 22.803234], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhangguogx@hotmail.com", "contactPhone": "+86 13978839646", "dateEnrollment": "2020-01-17", "description": "A study for clinical characteristics of novel coronavirus pneumonia (COVID-19) patients follow-up in Guangxi", "name": "ChiCTR2000030784", "primaryOutcome": "Epidemiological characteristics;clinical features;Treatment outcome;", "study_type": "Observational study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50307"}, "type": "Feature"}, {"geometry": {"coordinates": [116.864324, 38.317421], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "849614995@qq.com", "contactPhone": "+86 13832102657", "dateEnrollment": "2020-02-01", "description": "The value of CD4 / CD8 cells, CRP / ALB and APCHEII in novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030782", "primaryOutcome": "28-day prognosis;", "study_type": "Observational study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50976"}, "type": "Feature"}, {"geometry": {"coordinates": [121.598303, 31.137102], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "linzhaofen@sina.com", "contactPhone": "+86 13601605100, 13301833859, 13701682806", "dateEnrollment": "2020-03-16", "description": "A clinical trial for Ulinastatin Injection in the treatment of patients with severe novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030779", "primaryOutcome": "blood gas;SOFA score;", "study_type": "Interventional study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50973"}, "type": "Feature"}, {"geometry": {"coordinates": [121.563269, 29.882308], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "guoqing.qian@foxmail.com", "contactPhone": "+86 15888193663", "dateEnrollment": "2020-01-20", "description": "A medical records based study for epidemic and clinical features of novel coronavirus pneumonia (COVID-19) in Ningbo First Hospital", "name": "ChiCTR2000030778", "primaryOutcome": "Epidemiological features;", "study_type": "Observational study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50987"}, "type": "Feature"}, {"geometry": {"coordinates": [121.604885, 31.152031], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "money_0921@163.com", "contactPhone": "+86 13816108686", "dateEnrollment": "2020-02-12", "description": "Application of blood purification in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030773", "primaryOutcome": "death;Number of failure organs;Length of hospital stay;", "study_type": "Interventional study", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50934"}, "type": "Feature"}, {"geometry": {"coordinates": [114.146761, 30.355203], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zn_chenxiong@126.com", "contactPhone": "+86 13995599373", "dateEnrollment": "2020-02-01", "description": "Study for the Psychological Status of Medical Staff of Otolaryngology Head and Neck Surgery in Hubei Province under the Epidemic of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030768", "primaryOutcome": "anxiety;", "study_type": "Epidemilogical research", "time": "2020-03-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50968"}, "type": "Feature"}, {"geometry": {"coordinates": [116.30185, 39.979566], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "970236538@qq.com", "contactPhone": "+86 13699207252", "dateEnrollment": "2020-03-07", "description": "Research for the influence of epidemic of novel coronavirus pneumonia (COVID-19) on sleep, psychological and chronic diseases among different populations", "name": "ChiCTR2000030764", "primaryOutcome": "PSQI;PPHQ-9;GAD-7;PTSDChecklist-Civilian Version,PCL-C;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50852"}, "type": "Feature"}, {"geometry": {"coordinates": [117.118667, 36.55192], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2020-02-01", "description": "A Medical Records Based analysis for Risk Factors for Outcomes After Respiratory Support in Patients with ARDS Due to Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030763", "primaryOutcome": "Pulmonary function;Cardiac function;neural function;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50921"}, "type": "Feature"}, {"geometry": {"coordinates": [106.618022, 26.643861], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "ant000999@126.com", "contactPhone": "+86 13985004689", "dateEnrollment": "2019-12-01", "description": "Diagnosis and treatment of novel coronavirus pneumonia (COVID-19) in common and severe cases based on the theory of ''Shi-Du-Yi (damp and plague)''", "name": "ChiCTR2000030762", "primaryOutcome": "Clinical characteristics according to TCM;", "study_type": "Epidemilogical research", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50950"}, "type": "Feature"}, {"geometry": {"coordinates": [121.820235, 30.941067], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "qinwang_1975@126.com", "contactPhone": "+86 13621964604", "dateEnrollment": "2020-05-31", "description": "Continuous renal replacement therapy (CRRT) alleviating inflammatory response in severe patients with novel coronavirus pneumonia (COVID-19) associated with renal injury: A Prospective study", "name": "ChiCTR2000030761", "primaryOutcome": "CRP;IL-6;TNF-alpha;IL-8;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50956"}, "type": "Feature"}, {"geometry": {"coordinates": [120.225434, 30.131115], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hongwang71@yahoo.com", "contactPhone": "+86 0571 87377780", "dateEnrollment": "2020-03-13", "description": "A medical records based study for clinical characteristics of 2019 novel coronavirus pneumonia (COVID-19) in Zhejiang province, China", "name": "ChiCTR2000030760", "primaryOutcome": "the clinical, laboratory and the radiologic characteristics;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50955"}, "type": "Feature"}, {"geometry": {"coordinates": [120.71201, 27.925373], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "wzwsjcjg@126.com", "contactPhone": "+86 13857797188", "dateEnrollment": "2020-02-15", "description": "Study for the therapeutic effect and mechanism of traditional Chinese medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030759", "primaryOutcome": "The time for the positive nucleic acid of the novel coronavirus to turn negative;Incidence of deterioration;The defervescence time;Chest CT;Primary symptom remission rate;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49284"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "1097685807@qq.com", "contactPhone": "+86 18827001384", "dateEnrollment": "2020-03-10", "description": "A medical records based study for sedation and Analgesia Usage in critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030758", "primaryOutcome": "Dose of analgesic and sedative drugs;28-day mortality rate;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50590"}, "type": "Feature"}, {"geometry": {"coordinates": [114.049251, 22.555937], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zyzy1933@163.com", "contactPhone": "+86 18823361933", "dateEnrollment": "2020-03-13", "description": "Impact of Novel Coronavirus Pneumonia (COVID-19) Epidemic Period on the Management of investigator-initiated clinical trial and the resilience of medical service providers", "name": "ChiCTR2000030757", "primaryOutcome": "Psychological assessment;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50648"}, "type": "Feature"}, {"geometry": {"coordinates": [112.38667, 24.91722], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "zhengqingyou@163.com", "contactPhone": "+86 18601085226", "dateEnrollment": "2020-02-20", "description": "Detection of SARS-CoV-2 in EPS / semen of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030756", "primaryOutcome": "SARS-CoV-2;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50705"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "ctzhang0425@163.com", "contactPhone": "+86 15927668408", "dateEnrollment": "2020-03-15", "description": "A medical records based study for characteristics, prognosis of ederly patients with Novel Coronavirus Pneumonia (COVID-19) in Wuhan area", "name": "ChiCTR2000030755", "primaryOutcome": "Critical illness ratio;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50945"}, "type": "Feature"}, {"geometry": {"coordinates": [113.321278, 23.152151], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "zhanlianh@163.com", "contactPhone": "+86 13580584031", "dateEnrollment": "2020-03-11", "description": "Medical records based study for the accuracy of SARS-CoV-2 IgM antibody screening for diagnosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030754", "primaryOutcome": "false positive rate of SARS-CoV-2 IgM antibody;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50824"}, "type": "Feature"}, {"geometry": {"coordinates": [117.116755, 36.5534], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2020-02-01", "description": "A medical records based analysis of the Incidence and Risk Factors of Ventilator-associated Pneumonia in ARDS Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030753", "primaryOutcome": "ICU hospitalization days;The recurrence rate of infection;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50901"}, "type": "Feature"}, {"geometry": {"coordinates": [117.118667, 36.55192], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2020-02-01", "description": "A medical records based analysis for risk factors for death in patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030752", "primaryOutcome": "Outcome;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50925"}, "type": "Feature"}, {"geometry": {"coordinates": [122.25586, 43.612217], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "nmbrbt8989@163.com", "contactPhone": "+86 18804758989", "dateEnrollment": "2020-01-25", "description": "Clinical Research for Traditional Mongolian Medicine in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030751", "primaryOutcome": "nucleic acids probing;blood routine;blood biochemistry;Urine Routine;Blood Gas Analysis;CT;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50941"}, "type": "Feature"}, {"geometry": {"coordinates": [113.25, 23.5], "type": "Point"}, "properties": {"classification": "vaccine", "contactEmail": "zhaozl2006@163.com", "contactPhone": "+86 13828895409", "dateEnrollment": "2020-03-01", "description": "A clinical study for effectiveness and safety evaluation for recombinant chimeric COVID-19 epitope DC vaccine in the treatment of novel coronavirus pneumonia", "name": "ChiCTR2000030750", "primaryOutcome": "Shorten the duration of the disease;Antipyretic rate;Severe rate;Time of virus nucleic acid turning negative;Negative rate of viral nucleic acid;Time for improvement of lung image;PCT;CRP;IL-17;WBC;Lymphocyte subtype analysis;Blood gas analysis;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50928"}, "type": "Feature"}, {"geometry": {"coordinates": [115.666964, 30.785182], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lixiaodong555@126.com", "contactPhone": "+86 13908658127", "dateEnrollment": "2020-02-22", "description": "A prospective cohort study for comprehensive treatment of Chinese medicine in the treatment of convalescent patients of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030747", "primaryOutcome": "CT Scan-Chest;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50000"}, "type": "Feature"}, {"geometry": {"coordinates": [117.118667, 36.55192], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2020-02-01", "description": "Clinical Application of ECMO(or Ultra-Protective Lung Mechanical Ventilation) in the Treatment of Patients with ARDS due to novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030744", "primaryOutcome": "Inpatient mortality;ICU hospital stay;", "study_type": "Interventional study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50910"}, "type": "Feature"}, {"geometry": {"coordinates": [114.492711, 29.546143], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "hygao@tjh.tjmu.edu.cn", "contactPhone": "+86 13886188018", "dateEnrollment": "2020-03-15", "description": "Characteristics, prognosis, and treatments effectiveness of critically ill patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030742", "primaryOutcome": "in-ICU mortality;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50857"}, "type": "Feature"}, {"geometry": {"coordinates": [117.118667, 36.55192], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2020-02-01", "description": "Observational Study for Prone Position Ventilation and Conventional Respiratory Support in ARDS Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030741", "primaryOutcome": "PaO2;PaCO2;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50907"}, "type": "Feature"}, {"geometry": {"coordinates": [117.118667, 36.55192], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2020-02-01", "description": "Analysis of the incidence and risk factors of ARDS in patients with Novel Coronavirus Pneumonia (COVID-19).", "name": "ChiCTR2000030740", "primaryOutcome": "mortality;ICU hospital stay;mechanical ventilation time;mortality of 28 days;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50900"}, "type": "Feature"}, {"geometry": {"coordinates": [117.118667, 36.55192], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "xkyylfl@163.com", "contactPhone": "+86 13953116564", "dateEnrollment": "2020-02-01", "description": "Exploration of the Clinical Characteristics of Patients with Novel Coronavirus Pneumonia (COVID-19) and Its Differences from Patients with Severe Influenza A and MERS", "name": "ChiCTR2000030739", "primaryOutcome": "Tempreture;cough;dyspnea;Blood Routine;Aterial Blood Gas;Chest CT Scan;", "study_type": "Observational study", "time": "2020-03-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50896"}, "type": "Feature"}, {"geometry": {"coordinates": [121.484683, 31.255045], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "16683890@qq.com", "contactPhone": "+86 13621759762", "dateEnrollment": "2020-03-09", "description": "Auscultatory characteristics of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030722", "primaryOutcome": "ascultation;", "study_type": "Observational study", "time": "2020-03-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50338"}, "type": "Feature"}, {"geometry": {"coordinates": [110.406792, 21.191661], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "huanqinhan@126.com", "contactPhone": "+86 13828291023", "dateEnrollment": "2020-03-16", "description": "A comparative study for the sensitivity of induced sputum and throat swabs for the detection of SARS-CoV-2 by real-time PCR in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030721", "primaryOutcome": "detection of SARS-CoV-2 RNA;SEN, SPE, ACC, AUC of ROC;", "study_type": "Diagnostic test", "time": "2020-03-12", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50759"}, "type": "Feature"}, {"geometry": {"coordinates": [115.666964, 30.785182], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "lixiaodong555@126.com", "contactPhone": "+86 13908658127", "dateEnrollment": "2020-03-01", "description": "Prognosis Investigation and Intervention Study on Patients with novel coronavirus pneumonia (COVID-19) in recovery period Based on Community Health Management", "name": "ChiCTR2000030720", "primaryOutcome": "Medical imaging improvement rate in patients during recovery period;", "study_type": "Interventional study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50793"}, "type": "Feature"}, {"geometry": {"coordinates": [114.599252, 29.436806], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "784404524@qq.com", "contactPhone": "+86 18995598097", "dateEnrollment": "2020-03-01", "description": "A retrospective cohort study for integrated traditional Chinese and western medicine in the treatment of 1071 patients with novel coronavirus pneumonia (COVID-19) in Wuhan", "name": "ChiCTR2000030719", "primaryOutcome": "Mortality rate;Common-severe conversion rate;Length of hospital stay.;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50867"}, "type": "Feature"}, {"geometry": {"coordinates": [114.345581, 30.555676], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "doctoryanzhao@whu.edu.cn", "contactPhone": "+86 13995577963", "dateEnrollment": "2020-02-12", "description": "Randomized controlled trial for Chloroquine Phosphate in the Treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030718", "primaryOutcome": "Time to Clinical Recovery;", "study_type": "Interventional study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50843"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452111, 30.448472], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "fangmh@tjh.tjmu.edu.cn", "contactPhone": "+86 15071157405", "dateEnrollment": "2020-04-01", "description": "A medical records based study for risk assessment and treatment timing of invasive fungal infection in novel coronavirus pneumonia (COVID-19) critical patients", "name": "ChiCTR2000030717", "primaryOutcome": "14-days mortality;28-days mortality;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50860"}, "type": "Feature"}, {"geometry": {"coordinates": [114.597612, 29.437863], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "lhgyx@hotmail.com", "contactPhone": "+86 13871402927", "dateEnrollment": "2020-03-05", "description": "Shedding of SARS-CoV-2 in human semen and evaluation of reproductive health of novel coronavirus pneumonia (COVID-19) male patients", "name": "ChiCTR2000030716", "primaryOutcome": "SARS-CoV-2 virus;sex hormones;sperm quality;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50850"}, "type": "Feature"}, {"geometry": {"coordinates": [106.633584, 33.165192], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "zhonghui39@126.com", "contactPhone": "+86 18980601215", "dateEnrollment": "2020-03-10", "description": "Cross sectional study of dialysis treatment and mental status under the outbreak of novel coronavirus pneumonia (COVID-2019) in China", "name": "ChiCTR2000030708", "primaryOutcome": "Levels of anxiety, stress and depression;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50083"}, "type": "Feature"}, {"geometry": {"coordinates": [102.066899, 29.940751], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "27216302@qq.com", "contactPhone": "+86 17723451376", "dateEnrollment": "2020-03-20", "description": "Retrospective study on novel coronavirus pneumonia (COVID-19) in Tibetan Plateau", "name": "ChiCTR2000030707", "primaryOutcome": "Blood oxygen saturation;", "study_type": "Observational study", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50160"}, "type": "Feature"}, {"geometry": {"coordinates": [106.958064, 27.725512], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "haitao3140@sina.com", "contactPhone": "+86 18085287828", "dateEnrollment": "2020-02-09", "description": "Cancelled by the investigator Application of cas13a-mediated RNA detection in the assay of novel coronavirus nucleic acid (COVID-19)", "name": "ChiCTR2000030706", "primaryOutcome": "Sensitivity, specificity and accuracy;", "study_type": "Diagnostic test", "time": "2020-03-11", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50001"}, "type": "Feature"}, {"geometry": {"coordinates": [118.94204, 32.1387], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "huxingxing82@163.com", "contactPhone": "+86 17327006987", "dateEnrollment": "2020-02-10", "description": "Observation Of Clinical Efficacy And Safety Of Bufonis Venenum Injection In The Treatment Of Severe Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030704", "primaryOutcome": "PO2/FiO2;ROX INDEX;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50778"}, "type": "Feature"}, {"geometry": {"coordinates": [109.797899, 35.881671], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "pinhuapan668@126.com", "contactPhone": "+86 13574171102", "dateEnrollment": "2020-03-10", "description": "A randomized, blinded, controlled, multicenter clinical trial to evaluate the efficacy and safety of Ixekizumab combined with conventional antiviral drugs in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030703", "primaryOutcome": "Lung CT;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50251"}, "type": "Feature"}, {"geometry": {"coordinates": [116.56006, 39.800859], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "caobin_ben@163.com", "contactPhone": "+86 13911318339", "dateEnrollment": "2020-02-15", "description": "Plasma of the convalescent in the treatment of novel coronavirus pneumonia (COVID-19) common patient: a prospective clinical trial", "name": "ChiCTR2000030702", "primaryOutcome": "Time to clinical recovery after randomization;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50537"}, "type": "Feature"}, {"geometry": {"coordinates": [114.280126, 22.738007], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "41180423@qq.com", "contactPhone": "+86 13760857996", "dateEnrollment": "2020-03-10", "description": "A randomized, parallel controlled open-label trial for the efficacy and safety of Prolongin (Enoxaparin Sodium Injection) in the treatment of adult patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030701", "primaryOutcome": "Time to Virus Eradication;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50795"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450205, 30.446523], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "whxhzy@163.com", "contactPhone": "+86 13971292838", "dateEnrollment": "2020-03-09", "description": "Study for the efficacy and safety of Prolongin (Enoxaparin Sodium Injection) in treatment of novel coronavirus pneumonia (COVID-19) adult common patients", "name": "ChiCTR2000030700", "primaryOutcome": "Time to Virus Eradication;", "study_type": "Interventional study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50786"}, "type": "Feature"}, {"geometry": {"coordinates": [121.544494, 29.868505], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "lorenzo_87@163.com", "contactPhone": "+86 0574-87085111", "dateEnrollment": "2020-03-10", "description": "A multi-center, open-label observation study for psychological status and intervention efficacy of doctors, nurses, patients and their families in novel coronavirus pneumonia (COVID-19) designated hospitals", "name": "ChiCTR2000030697", "primaryOutcome": "SDS;SAS;PSQI;", "study_type": "Observational study", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50781"}, "type": "Feature"}, {"geometry": {"coordinates": [121.540124, 31.326819], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hywangk@vip.sina.com", "contactPhone": "+86 13801955367", "dateEnrollment": "2020-02-10", "description": "Study for immune cell subsets in convalescent patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030690", "primaryOutcome": "Lymphocyte grouping;", "study_type": "Basic Science", "time": "2020-03-10", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50261"}, "type": "Feature"}, {"geometry": {"coordinates": [115.19204, 31.44533], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "b5477@163.com", "contactPhone": "+86 15907190882", "dateEnrollment": "2020-02-01", "description": "Novel coronavirus pneumonia (COVID-19) associated kidney injury in children", "name": "ChiCTR2000030687", "primaryOutcome": "temperature;heart rate;respiratory rate;blood pressure;Urine volume;blood routine;C-reactive protein;erythrocyte sedimentation rat;pulmonary CT;liver function;coagulation function;renal function;immunoglobulin;complement;T cell subsets;electrolytes;Urine analysis;microalbuminuria;COVID-19 nucleic acid;COVID-19 antibody;renal ultrasound;24-hour urine protein;Tc-DTPA renal dynamic imaging;eGFR;", "study_type": "Basic Science", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50572"}, "type": "Feature"}, {"geometry": {"coordinates": [116.415921, 39.875082], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "caobaoshan0711@aliyun.com", "contactPhone": "+86 15611963362", "dateEnrollment": "2020-03-03", "description": "The effects of prevention and control measures on treatment and psychological status of cancer patients during the novel coronavirus pneumonia (COVID-19) outbreak", "name": "ChiCTR2000030686", "primaryOutcome": "impact on the treatment of tumor patients;", "study_type": "Observational study", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50714"}, "type": "Feature"}, {"geometry": {"coordinates": [113.410533, 23.022277], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "chenlei0nan@163.com", "contactPhone": "+86 13570236595", "dateEnrollment": "2020-03-09", "description": "The prediction value of prognosis of novel coronavirus pneumonia (COVID-19) in elderly patients by modified early warning score (MEWS): a medical records based retrospective observational study", "name": "ChiCTR2000030683", "primaryOutcome": "In-hospital mortality;ACC, SEN, SPE, ROC;", "study_type": "Diagnostic test", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50633"}, "type": "Feature"}, {"geometry": {"coordinates": [115.995513, 36.458172], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "ly29.love@163.com", "contactPhone": "+86 18263511977", "dateEnrollment": "2020-03-16", "description": "An anaesthesia procedure and extubation strategy for reducing patient agitation and cough after extubation that can be used to prevent the spread of Novel Coronavirus Pneumonia (COVID-19) and other infectious viruses in the operating Room", "name": "ChiCTR2000030681", "primaryOutcome": "cough;agitation;", "study_type": "Interventional study", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50763"}, "type": "Feature"}, {"geometry": {"coordinates": [115.208906, 31.460447], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "liuzsc@126.com", "contactPhone": "+86 027-82433145", "dateEnrollment": "2020-01-28", "description": "Cohort study of Novel Coronavirus Infected Diseases (COVID-19) in children", "name": "ChiCTR2000030679", "primaryOutcome": "Clinical characteristics;Clinical outcomes;", "study_type": "Observational study", "time": "2020-03-09", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50730"}, "type": "Feature"}, {"geometry": {"coordinates": [117.361135, 32.948089], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "sir_shi@126.com", "contactPhone": "+86 13855288331", "dateEnrollment": "2020-02-01", "description": "A medical records based real world study for the characteristics and correlation mechanism of traditional Chinese medicine combined with western medicine in the treatment of patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030619", "primaryOutcome": "treatment effect;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50656"}, "type": "Feature"}, {"geometry": {"coordinates": [116.318716, 39.994683], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "miaoqing55@sina.com", "contactPhone": "+86 13910812309", "dateEnrollment": "2020-03-09", "description": "Medical records based study for the correlation between Chinese medicine certificate and lung image of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030606", "primaryOutcome": "Imaging;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50713"}, "type": "Feature"}, {"geometry": {"coordinates": [116.318716, 39.994683], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "miaoqing55@sina.com", "contactPhone": "+86 13910812309", "dateEnrollment": "2020-03-09", "description": "Medical records based study for the correlation between Chinese medicine certificate and lung image of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030597", "primaryOutcome": "Disease Severity;Imaging;Syndrome Features of TCM;", "study_type": "Observational study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50702"}, "type": "Feature"}, {"geometry": {"coordinates": [121.501404, 31.270678], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "maggie_zhangmin@163.com", "contactPhone": "+86 18121288279", "dateEnrollment": "2020-02-01", "description": "Efficacy and safety of tozumab combined with adamumab(Qletli) in severe and critical patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030580", "primaryOutcome": "chest computerized tomography;Nucleic acid detection of novel coronavirus;TNF-alpha;IL-6;IL-10;", "study_type": "Interventional study", "time": "2020-03-08", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50693"}, "type": "Feature"}, {"geometry": {"coordinates": [113.395373, 23.005948], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "docterwei@sina.com", "contactPhone": "+86 18922238906", "dateEnrollment": "2020-03-07", "description": "Cancelled by the investigator Epidemiological research of novel coronavirus pneumonia (COVID-19) suspected cases based on virus nucleic acid test combined with low-dose chest CT screening in primary hospital", "name": "ChiCTR2000030558", "primaryOutcome": "CT image features;Fever;Throat swab virus nucleic acid tes;lymphocyte;", "study_type": "Epidemilogical research", "time": "2020-03-07", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50678"}, "type": "Feature"}, {"geometry": {"coordinates": [114.417554, 30.44618], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "153267742@qq.com", "contactPhone": "+86 18971163518", "dateEnrollment": "2020-02-04", "description": "Efficacy and safety of honeysuckle oral liquid in the treatment of novel coronavirus pneumonia (COVID-19): a multicenter, randomized, controlled, open clinical trial", "name": "ChiCTR2000030545", "primaryOutcome": "Recovery time;Pneumonia psi score;", "study_type": "Interventional study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50126"}, "type": "Feature"}, {"geometry": {"coordinates": [113.269526, 23.13543], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "lmzmay@163.com", "contactPhone": "+86 18922108136", "dateEnrollment": "2020-03-06", "description": "Application of TCM Nursing Scheme in Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030528", "primaryOutcome": "GAD-7;", "study_type": "Observational study", "time": "2020-03-06", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50641"}, "type": "Feature"}, {"geometry": {"coordinates": [126.748501, 45.652573], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "drkaijiang@163.com", "contactPhone": "+86 0451-53602290", "dateEnrollment": "2020-03-13", "description": "Cancelled by the investigator Clinical Study of NK Cells in the Treatment of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030509", "primaryOutcome": "Time and rate of novel coronavirus become negative.;", "study_type": "Interventional study", "time": "2020-03-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49956"}, "type": "Feature"}, {"geometry": {"coordinates": [113.381613, 23.063976], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "sakeonel@126.com", "contactPhone": "+86 13760661654", "dateEnrollment": "2020-03-01", "description": "Cancelled by the investigator A multicentre, randomized, controlled trial for the Ba-Duan-Jin in the adjunctive treatment of patients with common type novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030483", "primaryOutcome": "", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50495"}, "type": "Feature"}, {"geometry": {"coordinates": [118.897026, 31.949565], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "nhb_2002@126.com", "contactPhone": "+86 15312019183", "dateEnrollment": "2020-02-26", "description": "Cancelled by the investigator Study for the Effectiveness and Safety of Compound Yuxingcao Mixture in the Treatment of the Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030478", "primaryOutcome": "lasting time of fever;lasting time of novel coronavirus pneumonia virus nucleic acid detected by RT-PCR and negative result rate of the novel coronavirus disease nucleic acid;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50460"}, "type": "Feature"}, {"geometry": {"coordinates": [121.447195, 31.202632], "type": "Point"}, "properties": {"classification": "other", "contactEmail": "ljjia@shutcm.edu.cn", "contactPhone": "+86 13585779708", "dateEnrollment": "2020-03-03", "description": "Study for meditation assists for the rehabilitation of patients with novel coronaviruse pneumonia (COVID-19)", "name": "ChiCTR2000030476", "primaryOutcome": "Self-rating depression scale;self-rating anxiety scale;Athens Insomnia Scale;", "study_type": "Interventional study", "time": "2020-03-03", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50455"}, "type": "Feature"}, {"geometry": {"coordinates": [105.89392, 29.35376], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "164738059@qq.com", "contactPhone": "+86 13668077090", "dateEnrollment": "2020-02-26", "description": "Cancelled due to lack of patients Investigation on Mental Health Status and Psychological Intervention of Hospitalized Patients with Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030466", "primaryOutcome": "Comprehensive psychological assessment;Mental toughness;Solution;", "study_type": "Observational study", "time": "2020-03-02", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50387"}, "type": "Feature"}, {"geometry": {"coordinates": [126.646602, 45.751374], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "18604501911@163.com", "contactPhone": "+86 18604501911", "dateEnrollment": "2020-03-01", "description": "Cancelled by the investigator Efficacy and safety of chloroquine phosphate inhalation combined with standard therapy in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030417", "primaryOutcome": "Temperature returns to normal for more than 3 days;Respiratory symptoms improved significantly;Pulmonary imaging showed that acute exudative lesions were significantly improved;Negative for two consecutive tests of respiratory pathogenic nucleic acid (sampling interval at least 1 day);", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50279"}, "type": "Feature"}, {"geometry": {"coordinates": [112.351289, 30.196701], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "99xw@sina.com", "contactPhone": "+86 071 68494565", "dateEnrollment": "2020-02-18", "description": "Efficacy and safety of Xue-Bi-Jing injection in the treatment of severe cases of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030388", "primaryOutcome": "The percentage of patients who convert to moderate one;The rate of shock;Endotracheal intubation ratio;Time spent on the ventilator;mortality;Time of virus nucleic acid test turning negative;", "study_type": "Interventional study", "time": "2020-03-01", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50306"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450454, 30.446487], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "liubende99@outlook.com", "contactPhone": "+86 13907191851", "dateEnrollment": "2020-02-29", "description": "Cancelled by investigator A randomized, open-label, controlled and single-center trial to evaluate the efficacy and safety of anti-SARS-CoV-2 inactivated convalescent plasma in the treatment of novel coronavirus pneumonia (COVID-19) patient", "name": "ChiCTR2000030381", "primaryOutcome": "Clinical symptom improvement rate: improvement rate of clinical symptoms = number of cases with clinical symptom improvement /number of enrolling cases * 100%;", "study_type": "Interventional study", "time": "2020-02-29", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50290"}, "type": "Feature"}, {"geometry": {"coordinates": [109.08186, 34.31829], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "13816012151@163.com", "contactPhone": "+86 13816012151", "dateEnrollment": "2020-03-05", "description": "Cancelled by the investigator Clinical trial for umbilical cord blood CIK and NK cells in the treatment of mild and general patients infected with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030329", "primaryOutcome": "Status of immune function;The time of nucleic acid turns to negative;Length of stay in-hospital;", "study_type": "Interventional study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49779"}, "type": "Feature"}, {"geometry": {"coordinates": [114.369829, 22.612371], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "524712958@qq.com", "contactPhone": "+86 15618795225", "dateEnrollment": "2020-03-19", "description": "Cancelled by the investigator Mechanism of novel coronavirus pneumonia (COVID-19) virus with silent latent immune system induced by envelope protein and vaccine development", "name": "ChiCTR2000030306", "primaryOutcome": "Time to disease recovery;Time and rate of coronavirus become negative;", "study_type": "Observational study", "time": "2020-02-28", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50222"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413629, 23.022271], "type": "Point"}, "properties": {"classification": "impact on the helpers", "contactEmail": "zhb-ck@163.com", "contactPhone": "+86 13826041759", "dateEnrollment": "2020-01-31", "description": "Cancelled by the investigator Study for sleep status of medical staffs of hospitals administrating suspected cases of Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000030221", "primaryOutcome": "sleep status and related factors of insomnia;", "study_type": "Health services reaserch", "time": "2020-02-25", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50071"}, "type": "Feature"}, {"geometry": {"coordinates": [112.368155, 30.211818], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "99xw@sina.com", "contactPhone": "+86 18972161798", "dateEnrollment": "2020-02-25", "description": "Clinical study for Lopinavir and Ritonavir in the treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030187", "primaryOutcome": "Endotracheal intubation rate;mortality;Ratio of virus nucleic acid detection to negative;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50057"}, "type": "Feature"}, {"geometry": {"coordinates": [108.944717, 34.2348], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "gaomedic@163.com", "contactPhone": "+86 15091544672", "dateEnrollment": "2020-02-25", "description": "Cancelled by the investigator A randomized controlled trial for high-dose Vitamin C in the treatment of severe and critical novel coronavirus pneumonia (COVID-19) patients", "name": "ChiCTR2000030135", "primaryOutcome": "Ventilation-free days;mortality;", "study_type": "Interventional study", "time": "2020-02-24", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=50002"}, "type": "Feature"}, {"geometry": {"coordinates": [116.470636, 39.819566], "type": "Point"}, "properties": {"classification": "management", "contactEmail": "fxzhu72@163.com", "contactPhone": "+86 13911005275", "dateEnrollment": "2020-02-24", "description": "Lung ultrasound in the diagnosis, treatment and prognosis of pulmonary lesions of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030114", "primaryOutcome": "Lung ultrasound;Chest computed tomography (CT);Respiratory and oxygenation indicators;Prognostic indicators (length of stay, mortality);", "study_type": "Diagnostic test", "time": "2020-02-23", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49987"}, "type": "Feature"}, {"geometry": {"coordinates": [107.047757, 27.599864], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "188116999@qq.com", "contactPhone": "+86 15208660008", "dateEnrollment": "2020-02-22", "description": "Cancelled by the investigator Study for the false positive rate of IgM / IgG antibody test kit for novel coronavirus pneumonia (COVID-19) in different inpatients", "name": "ChiCTR2000030085", "primaryOutcome": "Positive/Negtive;False positive of rate ;", "study_type": "Diagnostic test", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49948"}, "type": "Feature"}, {"geometry": {"coordinates": [115.377066, 27.730417], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "ht2000@vip.sina.com", "contactPhone": "+86 13803535961", "dateEnrollment": "2020-02-23", "description": "Cancelled by the investigator Randomized controlled trial for the efficacy of dihydroartemisinine piperaquine in the treatment of mild/common novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030082", "primaryOutcome": "The time when the nucleic acid of the novel coronavirus turns negative;Conversion to heavy/critical type;", "study_type": "Interventional study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49915"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413333, 23.019305], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "zqling68@hotmail.com", "contactPhone": "+86 13609068871", "dateEnrollment": "2020-02-10", "description": "Multicenter study for the treatment of Dipyridamole with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000030055", "primaryOutcome": "Complete Blood Count;CRP;blood coagulation;D-dimer;Virological examination of pharyngeal swab;Pulmonary imaging;", "study_type": "Prognosis study", "time": "2020-02-22", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49864"}, "type": "Feature"}, {"geometry": {"coordinates": [113.054973, 23.679754], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "surewin001@126.com", "contactPhone": "+86 13500296796", "dateEnrollment": "2020-02-20", "description": "Cancelled by the investigator A randomized, double-blind, parallel, controlled trial for comparison of phosphoric chloroquine combined with standard therapy and standard therapy in mild/common patients with novel coronavirus pneumonia (COV", "name": "ChiCTR2000030031", "primaryOutcome": "Time of conversion to be negative of novel coronavirus nucleic acid;", "study_type": "Interventional study", "time": "2020-02-21", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49806"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452143, 30.445142], "type": "Point"}, "properties": {"classification": "diagnosis", "contactEmail": "majingzhi2002@163.com", "contactPhone": "+86 13871257728", "dateEnrollment": "2020-02-21", "description": "Nucleic acid analysis of novel coronavirus pneumonia (COVID-19) in morning sputum samples and pharyngeal swabs-a prospectively diagnostic test", "name": "ChiCTR2000030005", "primaryOutcome": "detection of SARS-Cov-2 nucleic acid;SEN, ACC;", "study_type": "Diagnostic test", "time": "2020-02-19", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49669"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413247, 23.018277], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "wwei@chinacord.org", "contactPhone": "+86 13729856651", "dateEnrollment": "2020-03-01", "description": "Cancelled by the investigator Study on the effect of human placenta biological preparation on the defense of immune function against novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029984", "primaryOutcome": "IFN-gama;TNF-alpha;Blood routine index;Time and rate of coronavirus become negative;immunoglobulin;Exacerbation (transfer to RICU) time;Clearance rate and time of main symptoms (fever, fatigue, cough);", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49712"}, "type": "Feature"}, {"geometry": {"coordinates": [121.835116, 30.957515], "type": "Point"}, "properties": {"classification": "traditional chinese medicine", "contactEmail": "shanclhappy@163.com", "contactPhone": "+86 18616974986", "dateEnrollment": "2020-02-18", "description": "The effect of Gymnastic Qigong Yangfeifang on functional recovery and quality of life in patients with mild novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029976", "primaryOutcome": "Oxygen Inhalation Frequency;Oxygen Intake Time;cough;Degree of expiratory dyspnoea;", "study_type": "Interventional study", "time": "2020-02-18", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49631"}, "type": "Feature"}, {"geometry": {"coordinates": [109.051263, 34.124283], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "gaomedic@163.com", "contactPhone": "+86 15091544672", "dateEnrollment": "2020-02-24", "description": "Cancelled by the investigator An observational study of high-dose Vitamin C in the treatment of severe and critical patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029957", "primaryOutcome": "Ventilation-free days;mortality;", "study_type": "Observational study", "time": "2020-02-17", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49633"}, "type": "Feature"}, {"geometry": {"coordinates": [113.41362, 23.022281], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "gz8hcwp@126.com", "contactPhone": "+86 020-83710825", "dateEnrollment": "2020-02-16", "description": "Cancelled by investigator Single arm study for the efficacy and safety of GD31 in patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029895", "primaryOutcome": "The negative conversion rate and negative conversion time of novel coronavirus nucleic acid;", "study_type": "Interventional study", "time": "2020-02-16", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49569"}, "type": "Feature"}, {"geometry": {"coordinates": [112.262011, 30.308455], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hbjzyyywlc@163.com", "contactPhone": "+86 071 68497225", "dateEnrollment": "2020-02-17", "description": "Cancelled by the investigator A randomized, double-blind, parallel, controlled trial for comparison of phosphoric chloroquine combined with standard therapy and standard therapy in mild/common patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029837", "primaryOutcome": "Time of conversion to be negative of novel coronavirus nucleic acid;", "study_type": "Interventional study", "time": "2020-02-15", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49495"}, "type": "Feature"}, {"geometry": {"coordinates": [112.278877, 30.323572], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "hbjzyyywlc@163.com", "contactPhone": "+86 071 68497225", "dateEnrollment": "2020-02-17", "description": "Cancelled by the investigator A randomized, double-blind, parallel, controlled trial for comparison of phosphoric chloroquine combined with standard therapy and standard therapy in serious/critically ill patients with novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029826", "primaryOutcome": "Mortality rate;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49481"}, "type": "Feature"}, {"geometry": {"coordinates": [114.176821, 30.5018], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "hkq123123@163.com", "contactPhone": "+86 15287110369", "dateEnrollment": "2020-02-01", "description": "Cancelled by investigator A cox regression analysis of prognosis of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029820", "primaryOutcome": "DEATH;", "study_type": "Observational study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49492"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413247, 23.018277], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2020-02-20", "description": "Cancelled by the investigator Clinical Study for Umbilical Cord Blood Plasma in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029818", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49382"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413247, 23.018277], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2020-02-20", "description": "Cancelled by the investigator Clinical Study of Cord Blood NK Cells Combined with Cord Blood Mesenchymal Stem Cells in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029817", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49384"}, "type": "Feature"}, {"geometry": {"coordinates": [113.413646, 23.022261], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2020-02-20", "description": "Cancelled by the investigator Clinical Study for Cord Blood Mesenchymal Stem Cells in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029816", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49389"}, "type": "Feature"}, {"geometry": {"coordinates": [113.306808, 23.128628], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "164972769@qq.com", "contactPhone": "+86 15018720816", "dateEnrollment": "2020-02-20", "description": "Cancelled by the investigator Clinical Study for Umbilical Cord Blood Mononuclear Cells in the Treatment of Acute Novel Coronavirus Pneumonia (COVID-19)", "name": "ChiCTR2000029812", "primaryOutcome": "Time to disease recovery;", "study_type": "Interventional study", "time": "2020-02-14", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49374"}, "type": "Feature"}, {"geometry": {"coordinates": [114.452106, 30.448448], "type": "Point"}, "properties": {"classification": "understanding", "contactEmail": "whuhjy@sina.com", "contactPhone": "+86 13554361146", "dateEnrollment": "2020-02-13", "description": "Study for epidemiology, diagnosis and treatment of novel coronavirus pneumonia (COVID-19)", "name": "ChiCTR2000029770", "primaryOutcome": "Patients’ general information: epidemiological indicators such as age, gender, address, telephone, exposure history, past medical history, and BMI;Clinical symptoms;Patients' signs;blood routine examination;Urine routine test;stool routine examination;Blood biochemistry;myocardial enzyme spectrum;full set of coagulation;blood gas analysis;cytokine profile;T lymphocyte subsets;ESR;CRP;PCT;complete set of self-immunity test;Etiology related inspections;Chest X-ray;lung CT;Patients' treatment history;Patients' Prognosis;the cause of death;Others;", "study_type": "Observational study", "time": "2020-02-13", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49412"}, "type": "Feature"}, {"geometry": {"coordinates": [114.450205, 30.446523], "type": "Point"}, "properties": {"classification": "drugs", "contactEmail": "xin11@hotmail.com", "contactPhone": "+86 027 85726732", "dateEnrollment": "2020-02-07", "description": "Clinical Study of Arbidol Hydrochloride Using for Post-exposure Prophylaxis of 2019-nCoV in High-risk Population Including Medical Staff", "name": "ChiCTR2000029592", "primaryOutcome": "2019-nCoV RNA;2019-nCoV antibody;Chest CT;", "study_type": "Observational study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49069"}, "type": "Feature"}, {"geometry": {"coordinates": [121.208541, 30.178453], "type": "Point"}, "properties": {"classification": "ATMP", "contactEmail": "ljli@zju.edu.cn", "contactPhone": "+86 13906514210", "dateEnrollment": "2020-02-06", "description": "A multicenter, randomized, open, controlled clinical study to evaluate the efficacy and safety of recombinant cytokine gene-derived protein injection in combination with standard therapy in patients with novel coronavirus infection", "name": "ChiCTR2000029573", "primaryOutcome": "2019-nCoV nucleic acid test confirmed negative;", "study_type": "Interventional study", "time": "2020-02-05", "weburl": "http://www.chictr.org.cn/showproj.aspx?proj=49065"}, "type": "Feature"}], "type": "FeatureCollection"}
\ No newline at end of file
diff --git a/nginx/covid_website/assets/js/cummulativePlot.js b/nginx/covid_website/assets/js/cumulativePlot.js
similarity index 98%
rename from nginx/covid_website/assets/js/cummulativePlot.js
rename to nginx/covid_website/assets/js/cumulativePlot.js
index fb6d9bcb909d938f28830d9799009125d4521ea6..ccaa9a9e621443d9deb8997910979a60d32ef258 100644
--- a/nginx/covid_website/assets/js/cummulativePlot.js
+++ b/nginx/covid_website/assets/js/cumulativePlot.js
@@ -285,7 +285,7 @@ function makeCumPlot(geojsonData, cumPlotDiv) {
var layout = {
title: {
- text:'Cummulative number of registered COVID-19 clinical trials',
+ text:'Cumulative number of registered COVID-19 clinical trials',
font: {
family: 'Arial',
size: 18
@@ -317,4 +317,7 @@ function makeCumPlot(geojsonData, cumPlotDiv) {
}
Plotly.newPlot(cumPlotDiv, dataClass, layout, /*{displayModeBar: false}*/);
+
+ var maxDate = regDates[regDates.length - 1]
+ return maxDate
};
\ No newline at end of file
diff --git a/nginx/covid_website/assets/js/map.js b/nginx/covid_website/assets/js/map.js
index 10636e6fb3c05526a066a7c80f221ff9bb676660..9a1d0574f04645a1859beed33e0bda8ef6b6759b 100644
--- a/nginx/covid_website/assets/js/map.js
+++ b/nginx/covid_website/assets/js/map.js
@@ -32,7 +32,7 @@ function initMap(mapDiv) {
}).addTo( map );
// load geojson file
- projectCentroidsUrl = 'assets/data/covid-19_clinical_trials_points.geojson';
+ projectCentroidsUrl = 'assets/data/covid-19-trials.geojson';
setTimeout(function(){ map.invalidateSize()}, 400);
var plotDiv = mapDiv.replace('map', 'plot');
var plotCumDiv = mapDiv.replace('map', 'cumplot');
@@ -233,13 +233,19 @@ function addGeojsonLayer (map, url, mapDiv, plotDiv, cumPlotDiv) {
map.fitBounds(layer.getBounds());
// add plot only for first map
- //if (mapDiv == "map-study-categories") {
makePlot(geojsonData.responseJSON, plotDiv)
- makeCumPlot(geojsonData.responseJSON, cumPlotDiv)
+ maxDate = makeCumPlot(geojsonData.responseJSON, cumPlotDiv)
+ console.log(maxDate)
// populate table
var tableDivID = 'clinicalTrialsTable'
populateDataTable(geojsonData.responseJSON, tableDivID)
- //}
+
+ //addColumnSearchFields(tableDivID)
+
+ // add timestamp of date to text
+ document.getElementById("last_update").innerHTML = maxDate
+ document.getElementById("trials_count").innerHTML = geojsonData.responseJSON.features.length
+
})
}
@@ -249,7 +255,7 @@ function circleMarkerClick (event, map) {
var popup = new L.Popup();
var center = {lat: geometry.coordinates[1], lng: geometry.coordinates[0]}
var popupContent = `
- Name: ${properties.name}
+ Name: ${properties.name}
Description: ${properties.description}
Study type: ${properties.study_type}
Classification: ${properties.classification}
@@ -269,7 +275,7 @@ function populateDataTable(geojsonData, tableDivID) {
tr = tableRef.insertRow();
td = document.createElement('td')
- td.innerHTML = '
The information on clinical trials is based on data from the WHO Clinical Trials Search Portal for COVID-19 related clinical trials. The Clinical Trials Search Portal provides access to a central database containing the trial registration data sets provided by many international registries
- -The WHO portal is updated every Friday by six key registries and every 4 weeks by additional registries. We aim to update our maps consistent with this schedule.
- - -The data shown reflects the WHO portal updated as of 16 March 2020 and contains 515 clinical trials. The latest update is currently processed for incorporation.
+The WHO portal gets updated every Friday by six important registries and every 4 weeks by additional registries. We aim at updating our maps without too much delay.
+The data shown reflects the WHO portal updated at 27 March 2020 and contains clinical trials.
@@ -132,8 +129,7 @@ crossorigin="">Cumulative plots by study category. It is possible to switch categories on and off by clicking on the respective legend item. Hover across the plot area to display a context menu that allows you to zoom, show data, toggle spike lines and export the figure.
+Cumulative plots by study category. It is possible to switch categories on and off by clicking on the respective legend item. If you hover across the plot area you will see a context menu that allows you to zoom, show data, toogle spike lines and to export the figure.
Below is a cumulative list of the clinical trials summarized on the global map. These records are derived from the WHO Clinical Trials Search Portal. Follow the links in the table for full details on the individual trials.
+The following table presents some of the details on the records displayed on the map as offered by the WHO Clinical Trials Search Portal. Follow the links for full detail.
+TrialID | Description | @@ -164,6 +162,17 @@ crossorigin="">
---|