@medplum/definitions 3.1.3 → 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -240,23 +240,23 @@
|
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
|
-
"id" : "Project.
|
|
244
|
-
"path" : "Project.
|
|
245
|
-
"definition" : "
|
|
243
|
+
"id" : "Project.setting",
|
|
244
|
+
"path" : "Project.setting",
|
|
245
|
+
"definition" : "Option or parameter that can be adjusted within the Medplum Project to customize its behavior.",
|
|
246
246
|
"min" : 0,
|
|
247
247
|
"max" : "*",
|
|
248
248
|
"type" : [{
|
|
249
249
|
"code" : "BackboneElement"
|
|
250
250
|
}],
|
|
251
251
|
"base" : {
|
|
252
|
-
"path" : "Project.
|
|
252
|
+
"path" : "Project.setting",
|
|
253
253
|
"min" : 0,
|
|
254
254
|
"max" : "*"
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
{
|
|
258
|
-
"id" : "Project.
|
|
259
|
-
"path" : "Project.
|
|
258
|
+
"id" : "Project.setting.name",
|
|
259
|
+
"path" : "Project.setting.name",
|
|
260
260
|
"definition" : "The secret name.",
|
|
261
261
|
"min" : 1,
|
|
262
262
|
"max" : "1",
|
|
@@ -264,14 +264,14 @@
|
|
|
264
264
|
"code" : "string"
|
|
265
265
|
}],
|
|
266
266
|
"base" : {
|
|
267
|
-
"path" : "Project.
|
|
267
|
+
"path" : "Project.setting.name",
|
|
268
268
|
"min" : 1,
|
|
269
269
|
"max" : "1"
|
|
270
270
|
}
|
|
271
271
|
},
|
|
272
272
|
{
|
|
273
|
-
"id" : "Project.
|
|
274
|
-
"path" : "Project.
|
|
273
|
+
"id" : "Project.setting.value[x]",
|
|
274
|
+
"path" : "Project.setting.value[x]",
|
|
275
275
|
"definition" : "The secret value.",
|
|
276
276
|
"min" : 1,
|
|
277
277
|
"max" : "1",
|
|
@@ -288,11 +288,50 @@
|
|
|
288
288
|
"code" : "integer"
|
|
289
289
|
}],
|
|
290
290
|
"base" : {
|
|
291
|
-
"path" : "Project.
|
|
291
|
+
"path" : "Project.setting.value[x]",
|
|
292
292
|
"min" : 1,
|
|
293
293
|
"max" : "1"
|
|
294
294
|
}
|
|
295
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"id" : "Project.secret",
|
|
298
|
+
"path" : "Project.secret",
|
|
299
|
+
"definition" : "Option or parameter that can be adjusted within the Medplum Project to customize its behavior, only visible to project administrators.",
|
|
300
|
+
"min" : 0,
|
|
301
|
+
"max" : "*",
|
|
302
|
+
"base" : {
|
|
303
|
+
"path" : "Project.secret",
|
|
304
|
+
"min" : 0,
|
|
305
|
+
"max" : "*"
|
|
306
|
+
},
|
|
307
|
+
"contentReference" : "#Project.setting"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"id" : "Project.systemSetting",
|
|
311
|
+
"path" : "Project.systemSetting",
|
|
312
|
+
"definition" : "Option or parameter that can be adjusted within the Medplum Project to customize its behavior, only modifiable by system administrators.",
|
|
313
|
+
"min" : 0,
|
|
314
|
+
"max" : "*",
|
|
315
|
+
"base" : {
|
|
316
|
+
"path" : "Project.systemSetting",
|
|
317
|
+
"min" : 0,
|
|
318
|
+
"max" : "*"
|
|
319
|
+
},
|
|
320
|
+
"contentReference" : "#Project.setting"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id" : "Project.systemSecret",
|
|
324
|
+
"path" : "Project.systemSecret",
|
|
325
|
+
"definition" : "Option or parameter that can be adjusted within the Medplum Project to customize its behavior, only visible to system administrators.",
|
|
326
|
+
"min" : 0,
|
|
327
|
+
"max" : "*",
|
|
328
|
+
"base" : {
|
|
329
|
+
"path" : "Project.systemSecret",
|
|
330
|
+
"min" : 0,
|
|
331
|
+
"max" : "*"
|
|
332
|
+
},
|
|
333
|
+
"contentReference" : "#Project.setting"
|
|
334
|
+
},
|
|
296
335
|
{
|
|
297
336
|
"id" : "Project.site",
|
|
298
337
|
"path" : "Project.site",
|
|
@@ -34969,7 +34969,7 @@
|
|
|
34969
34969
|
"key" : "app-4",
|
|
34970
34970
|
"severity" : "error",
|
|
34971
34971
|
"human" : "Cancelation reason is only used for appointments that have been cancelled, or no-show",
|
|
34972
|
-
"expression" : "Appointment.cancelationReason.exists() implies (Appointment.status='
|
|
34972
|
+
"expression" : "Appointment.cancelationReason.exists() implies (Appointment.status='noshow' or Appointment.status='cancelled')",
|
|
34973
34973
|
"xpath" : "not(exists(f:cancellationReason)) or f:status/@value=('no-show', 'cancelled')"
|
|
34974
34974
|
},
|
|
34975
34975
|
{
|
|
@@ -36579,7 +36579,7 @@
|
|
|
36579
36579
|
"key" : "app-4",
|
|
36580
36580
|
"severity" : "error",
|
|
36581
36581
|
"human" : "Cancelation reason is only used for appointments that have been cancelled, or no-show",
|
|
36582
|
-
"expression" : "Appointment.cancelationReason.exists() implies (Appointment.status='
|
|
36582
|
+
"expression" : "Appointment.cancelationReason.exists() implies (Appointment.status='noshow' or Appointment.status='cancelled')",
|
|
36583
36583
|
"xpath" : "not(exists(f:cancellationReason)) or f:status/@value=('no-show', 'cancelled')"
|
|
36584
36584
|
},
|
|
36585
36585
|
{
|