-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathBrainStructure.json
More file actions
225 lines (224 loc) · 7.51 KB
/
BrainStructure.json
File metadata and controls
225 lines (224 loc) · 7.51 KB
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schema.org/BrainStructure",
"required": [
],
"title": "BrainStructure",
"name": "BrainStructure",
"description": "Any anatomical structure which pertains to the soft nervous tissue functioning as the coordinating center of sensation and intellectual and nervous activity.",
"type": "object",
"properties": {
"associatedPathophysiology": {
"id": "http://schema.org/associatedPathophysiology",
"title": "associatedPathophysiology",
"description": "If applicable, a description of the pathophysiology associated with the anatomical system, including potential abnormal changes in the mechanical, physical, and biochemical functions of the system.",
"type": "string"
},
"bodyLocation": {
"id": "http://schema.org/bodyLocation",
"title": "bodyLocation",
"description": "Location in the body of the anatomical structure.",
"type": "string"
},
"connectedTo": {
"id": "http://schema.org/connectedTo",
"title": "connectedTo",
"description": "Other anatomical structures to which this structure is connected.",
"type": "object",
"properties": {
"connectedTo": {
"$ref": "AnatomicalStructure.json#/properties"
}
}
},
"diagram": {
"id": "http://schema.org/diagram",
"title": "diagram",
"description": "An image containing a diagram that illustrates the structure and/or its component substructures and/or connections with other structures.",
"type": "object",
"properties": {
"diagram": {
"$ref": "ImageObject.json#/properties"
}
}
},
"function": {
"id": "http://schema.org/function",
"title": "function",
"description": "Function of the anatomical structure.",
"type": "string"
},
"partOfSystem": {
"id": "http://schema.org/partOfSystem",
"title": "partOfSystem",
"description": "The anatomical or organ system that this structure is part of.",
"type": "object",
"properties": {
"partOfSystem": {
"$ref": "AnatomicalSystem.json#/properties"
}
}
},
"relatedCondition": {
"id": "http://schema.org/relatedCondition",
"title": "relatedCondition",
"description": "A medical condition associated with this anatomy.",
"type": "object",
"properties": {
"relatedCondition": {
"$ref": "MedicalCondition.json#/properties"
}
}
},
"relatedTherapy": {
"id": "http://schema.org/relatedTherapy",
"title": "relatedTherapy",
"description": "A medical therapy related to this anatomy.",
"type": "object",
"properties": {
"relatedTherapy": {
"$ref": "MedicalTherapy.json#/properties"
}
}
},
"subStructure": {
"id": "http://schema.org/subStructure",
"title": "subStructure",
"description": "Component (sub-)structure(s) that comprise this anatomical structure.",
"type": "object",
"properties": {
"subStructure": {
"$ref": "AnatomicalStructure.json#/properties"
}
}
},
"": {
"title": "",
"description": "",
"type": null
},
"code": {
"id": "http://schema.org/code",
"title": "code",
"description": "A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc.",
"type": "object",
"properties": {
"code": {
"$ref": "MedicalCode.json#/properties"
}
}
},
"guideline": {
"id": "http://schema.org/guideline",
"title": "guideline",
"description": "A medical guideline related to this entity.",
"type": "object",
"properties": {
"guideline": {
"$ref": "MedicalGuideline.json#/properties"
}
}
},
"medicineSystem": {
"id": "http://schema.org/medicineSystem",
"title": "medicineSystem",
"description": "The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc.",
"type": "object",
"properties": {
"medicineSystem": {
"$ref": "MedicineSystem.json#/properties"
}
}
},
"recognizingAuthority": {
"id": "http://schema.org/recognizingAuthority",
"title": "recognizingAuthority",
"description": "If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine.",
"type": "object",
"properties": {
"recognizingAuthority": {
"$ref": "Organization.json#/properties"
}
}
},
"relevantSpecialty": {
"id": "http://schema.org/relevantSpecialty",
"title": "relevantSpecialty",
"description": "If applicable, a medical specialty in which this entity is relevant.",
"type": "object",
"properties": {
"relevantSpecialty": {
"$ref": "MedicalSpecialty.json#/properties"
}
}
},
"study": {
"id": "http://schema.org/study",
"title": "study",
"description": "A medical study or trial related to this entity.",
"type": "object",
"properties": {
"study": {
"$ref": "MedicalStudy.json#/properties"
}
}
},
"additionalType": {
"id": "http://schema.org/additionalType",
"title": "additionalType",
"description": "An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.",
"type": "string",
"format": "uri"
},
"alternateName": {
"id": "http://schema.org/alternateName",
"title": "alternateName",
"description": "An alias for the item.",
"type": "string"
},
"description": {
"id": "http://schema.org/description",
"title": "description",
"description": "A short description of the item.",
"type": "string"
},
"image": {
"id": "http://schema.org/image",
"title": "image",
"description": "An image of the item. This can be a URL or a fully described ImageObject.",
"type": "string",
"format": "uri"
},
"name": {
"id": "http://schema.org/name",
"title": "name",
"description": "The name of the item.",
"type": "string"
},
"potentialAction": {
"id": "http://schema.org/potentialAction",
"title": "potentialAction",
"description": "Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.",
"type": "object",
"properties": {
"potentialAction": {
"$ref": "Action.json#/properties"
}
}
},
"sameAs": {
"id": "http://schema.org/sameAs",
"title": "sameAs",
"description": "URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Freebase page, or official website.",
"type": "string",
"format": "uri"
},
"url": {
"id": "http://schema.org/url",
"title": "url",
"description": "URL of the item.",
"type": "string",
"format": "uri"
}
}
}