hapi-fhir icon indicating copy to clipboard operation
hapi-fhir copied to clipboard

$trigger-subscription fails to deliver partitioned resources on url-based search trigger.

Open tadgh opened this issue 1 year ago • 0 comments

  1. Create Partition-123
  2. Create an encounter on partition-123
  3. Create a subscription on partition-123 taretting Encounter?
  4. execute http://localhost:8000/partition-123/Subscription/my-subscription/$trigger-subscription.
  5. Note how the resources are delivered to the matching queue, but the matcher fails to submit them to the deliverer.

This is because ResourceModifiedMessage constructor assumes Default partition if not defined.

tadgh avatar Jan 18 '24 22:01 tadgh