-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResearchStudy-ExampleStudyNapkonCovidom.json
132 lines (132 loc) · 2.89 KB
/
ResearchStudy-ExampleStudyNapkonCovidom.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"resourceType": "ResearchStudy",
"id": "ExampleStudyNapkonCovidom",
"meta": {
"profile": [
"https://www.vision-zero-oncology.de/fhir/StructureDefinition/clinical-study"
]
},
"identifier": [
{
"system": "http://clinicaltrials.gov",
"value": "NCT04679584"
},
{
"system": "https://www.drks.de",
"value": "DRKS00023742"
}
],
"title": "COVIDOM: Longterm Morbidity of SARS-CoV-2 Infection and COVID-19 Disease - Consequences for Health Status and Quality of Life (NAPKON-POP)",
"status": "active",
"phase": {
"coding": [
{
"code": "n-a",
"system": "http://terminology.hl7.org/CodeSystem/research-study-phase"
}
]
},
"category": [
{
"coding": [
{
"code": "C16084",
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"display": "Observational Study"
}
]
},
{
"coding": [
{
"code": "C15208",
"system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"display": "Cohort Study"
}
]
}
],
"condition": [
{
"coding": [
{
"code": "840539006",
"system": "http://snomed.info/sct",
"display": "Disease caused by severe acute respiratory syndrome coronavirus 2 (disorder)"
}
]
}
],
"contact": [
{
"name": "Stefan Schreiber, Prof. Dr.",
"telecom": [
{
"system": "email",
"value": "[email protected]"
},
{
"system": "phone",
"value": "0049 (0)431 500 22201"
}
]
},
{
"telecom": [
{
"system": "email",
"value": "[email protected]"
},
{
"system": "phone",
"value": "0049 (0) 431 500 62629"
}
]
}
],
"location": [
{
"coding": [
{
"code": "DE",
"system": "urn:iso:std:iso:3166",
"display": "Germany"
}
]
}
],
"period": {
"start": "2020-11-16",
"end": "2021-12-31"
},
"principalInvestigator": {
"reference": "Practitioner/example"
},
"sponsor": {
"reference": "Organization/UKSH"
},
"objective": [
{
"name": "Longterm morbidities and sequels of SARS-CoV-2 infections in the general population",
"type": {
"coding": [
{
"code": "primary",
"system": "http://terminology.hl7.org/CodeSystem/research-study-objective-type"
}
]
}
},
{
"name": "Longterm quality of life of SARS-CoV-2 infected individuals recruited from the general population",
"type": {
"coding": [
{
"code": "secondary",
"system": "http://terminology.hl7.org/CodeSystem/research-study-objective-type"
}
]
}
}
]
}