-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathclinicalspec.json
70 lines (70 loc) · 2.53 KB
/
clinicalspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"overview": {
"name": "Diagnosis of COVID-19 and its clinical spectrum",
"version": 7,
"disease": "Covid 19",
"detailed_description": "This dataset contains anonymized data from patients seen at the Hospital Israelita Albert Einstein, at São Paulo, Brazil, and who had samples collected to perform the SARS-CoV-2 RT-PCR and additional laboratory tests during a visit to the hospital. All data were anonymized following the best international practices and recommendations. All clinical data were standardized to have a mean of zero and a unit standard deviation.",
"owner": "Einstien Data4u",
"original_citation": null,
"license": null,
"dataset_size": "568 Kb",
"sample_size": 5644,
"dataset_type": "csv",
"use_case": "COVID prediction",
"source_url": "https://www.kaggle.com/einsteindata4u/covid19",
"tags": ["natural and physical sciences","health","mathematics","covid19","classification"]
},
"metadata": {
"record_id": true,
"timestamp": false,
"patient_identifiers": {
"patient_id": false,
"age": true,
"sex": false,
"medical_history": [],
"travel_history": [],
"status": false
},
"disease_profile": {
"name": "Covid19",
"afflicted_region": "Lungs",
"diagnostic_params": false,
"symptoms": [],
"severity": false
},
"vitals": {
"temperature": false,
"bp": false,
"respiratory": false,
"pulse": false,
"bmi": false
},
"imaging_reports": {
"type": false,
"region": false,
"timestamp": false,
"examination_technique": false,
"finding": false,
"inferences": false
},
"lab_test": {
"type": ["blood test","Urine Test","Venous blood gas analysis","Arterial blood gas analysis","Testing the presence of other viruses/flus"],
"timestamp": false,
"testing_params": {
"type": false,
"value": false
},
"comments": false
},
"auxiliary_details": {
"diet": false,
"prescriptions": [{
"medicine_name": false,
"medicine_category": false,
"dosage": false,
"duration": false
}]
},
"genetics": false
}
}