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
Create Subscription with criteria that includes source modifier Example: "criteria": "Observation?_source:below=below=http://helix.medicaldirector.com/" and channel type "rest-hook"
The _source search parameter for Subscription matching needs to support modifiers, specifically below.
Here is the relevant specification:
Note that _source is of type uri:
https://www.hl7.org/fhir/search.html#_source
above:
https://www.hl7.org/fhir/search.html#modifierabove
below:
https://www.hl7.org/fhir/search.html#modifierbelow
contains:
https://www.hl7.org/fhir/search.html#modifiercontains
missing:
https://www.hl7.org/fhir/search.html#modifiermissing
To Reproduce
Actual result
rest-hook was NOT invoked for created resource.
Expected result
rest-hook was invoked for created resource.
The text was updated successfully, but these errors were encountered: