You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/latest.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,11 @@
56
56
"type": "string",
57
57
"description": "A detailed description of the criterion."
58
58
},
59
+
"ontology_id": {
60
+
"type": "string",
61
+
"description": "The compacted identifier from an ontology e.g. HP:0002615 for Hypotension",
62
+
"examples": ["hpo:0002045", "mondo:0020674"]
63
+
},
59
64
"operator": {
60
65
"description": "Comparison operators.\n\n>: Value must be greater than the specified threshold.\n>=: Value must be greater than or equal to the specified threshold.\n<: Value must be less than the specified threshold.\n<=: Value must be less than or equal to the specified threshold.\n==: Value must exactly match the specified value.\n!=: Value must not match the specified value.\nregex: Value must match the specified regular expression pattern.",
61
66
"type": "string",
@@ -144,6 +149,20 @@
144
149
{ "type": "array" }
145
150
]
146
151
},
152
+
"@type": {
153
+
"type": "string",
154
+
"description": "Semantic class.",
155
+
"enum": [
156
+
"osd:CaseDefinition",
157
+
"osd:SyndromeDefinition"
158
+
]
159
+
},
160
+
"id": {
161
+
"type": "string",
162
+
"format": "uri",
163
+
"description": "Unique ID from Open Syndrome Initiative.",
0 commit comments