hapi-fhir
hapi-fhir copied to clipboard
$trigger-subscription fails to deliver partitioned resources on url-based search trigger.
- Create Partition-123
- Create an encounter on partition-123
- Create a subscription on partition-123 taretting
Encounter?
- execute
http://localhost:8000/partition-123/Subscription/my-subscription/$trigger-subscription
. - 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.