Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"key": "app-4",
"severity": "error",
"human": "Cancelation reason is only used for appointments that have been cancelled, or no-show",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status='no-show' or Appointment.status='cancelled')",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value=('no-show', 'cancelled')"
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status='noshow' or Appointment.status='cancelled')",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value=('noshow', 'cancelled')"
},
{
"key": "dom-2",
Expand Down Expand Up @@ -2005,8 +2005,8 @@
"key": "app-4",
"severity": "error",
"human": "Cancelation reason is only used for appointments that have been cancelled, or no-show",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status='no-show' or Appointment.status='cancelled')",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value=('no-show', 'cancelled')"
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status='noshow' or Appointment.status='cancelled')",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value=('noshow', 'cancelled')"
},
{
"key": "app-3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@
"key": "app-4",
"severity": "error",
"human": "Cancelation reason is only used for appointments that have been cancelled, or no-show",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status='no-show' or Appointment.status='cancelled')",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value=('no-show', 'cancelled')",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status='noshow' or Appointment.status='cancelled')",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value=('noshow', 'cancelled')",
"source": "http://hl7.org/fhir/StructureDefinition/Appointment"
},
{
Expand Down Expand Up @@ -2060,8 +2060,8 @@
"key": "app-4",
"severity": "error",
"human": "Cancelation reason is only used for appointments that have been cancelled, or no-show",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status='no-show' or Appointment.status='cancelled')",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value=('no-show', 'cancelled')",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status='noshow' or Appointment.status='cancelled')",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value=('noshow', 'cancelled')",
"source": "http://hl7.org/fhir/StructureDefinition/Appointment"
},
{
Expand Down Expand Up @@ -3072,4 +3072,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
"key": "app-4",
"severity": "error",
"human": "Cancelation reason is only used for appointments that have been cancelled, or no-show",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status\u003d\u0027no-show\u0027 or Appointment.status\u003d\u0027cancelled\u0027)",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value\u003d(\u0027no-show\u0027, \u0027cancelled\u0027)",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status\u003d\u0027noshow\u0027 or Appointment.status\u003d\u0027cancelled\u0027)",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value\u003d(\u0027noshow\u0027, \u0027cancelled\u0027)",
"source": "http://hl7.org/fhir/StructureDefinition/Appointment"
},
{
Expand Down Expand Up @@ -2056,8 +2056,8 @@
"key": "app-4",
"severity": "error",
"human": "Cancelation reason is only used for appointments that have been cancelled, or no-show",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status\u003d\u0027no-show\u0027 or Appointment.status\u003d\u0027cancelled\u0027)",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value\u003d(\u0027no-show\u0027, \u0027cancelled\u0027)",
"expression": "Appointment.cancelationReason.exists() implies (Appointment.status\u003d\u0027noshow\u0027 or Appointment.status\u003d\u0027cancelled\u0027)",
"xpath": "not(exists(f:cancellationReason)) or f:status/@value\u003d(\u0027noshow\u0027, \u0027cancelled\u0027)",
"source": "http://hl7.org/fhir/StructureDefinition/Appointment"
},
{
Expand Down
Loading