-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathAnatomicalSystem.json
More file actions
195 lines (194 loc) · 6.84 KB
/
AnatomicalSystem.json
File metadata and controls
195 lines (194 loc) · 6.84 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
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "http://schema.org/AnatomicalSystem",
"required": [
],
"title": "AnatomicalSystem",
"name": "AnatomicalSystem",
"description": "An anatomical system is a group of anatomical structures that work together to perform a certain task. Anatomical systems, such as organ systems, are one organizing principle of anatomy, and can includes circulatory, digestive, endocrine, integumentary, immune, lymphatic, muscular, nervous, reproductive, respiratory, skeletal, urinary, vestibular, and other systems.",
"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"
},
"comprisedOf": {
"id": "http://schema.org/comprisedOf",
"title": "comprisedOf",
"description": "The underlying anatomical structures, such as organs, that comprise the anatomical system.",
"type": "object",
"properties": {
"comprisedOf": {
"$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"
}
}
},
"relatedStructure": {
"id": "http://schema.org/relatedStructure",
"title": "relatedStructure",
"description": "Related anatomical structure(s) that are not part of the system but relate or connect to it, such as vascular bundles associated with an organ system.",
"type": "object",
"properties": {
"relatedStructure": {
"$ref": "AnatomicalStructure.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"
}
}
},
"": {
"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": "object",
"properties": {
"image": {
"$ref": "ImageObject.json#/properties"
}
}
},
"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"
}
}
}