-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmetadata_template.json
70 lines (70 loc) · 1.76 KB
/
metadata_template.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": "",
"version": 0,
"disease": "",
"detailed_description": "",
"owner": "",
"original_citation": "",
"license": "",
"dataset_size": "",
"sample_size": 0,
"dataset_type": "",
"use_case": "",
"source_url": "",
"tags": []
},
"metadata": {
"record_id": false,
"timestamp": false,
"patient_identifiers": {
"patient_id": false,
"age": false,
"sex": false,
"medical_history": [],
"travel_history": [],
"status": false
},
"disease_profile": {
"name": false,
"afflicted_region": false,
"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": false,
"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
}
}