@medplum/definitions 3.1.3 → 3.1.5

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.
@@ -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='no-show' or Appointment.status='cancelled')",
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='no-show' or Appointment.status='cancelled')",
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medplum/definitions",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "description": "Medplum Data Definitions",
5
5
  "keywords": [
6
6
  "medplum",