We work on FHIR PAO DME and per workflow it looks like we need to send notification to Performing Provider with (task.id).
While reading documentation I also see that notifications don’t support body -
When a resource is created or updated that meets the criteria, the server sends a POST request with no body to the nominated URL.
When the subscriber receives a POST to https://biliwatch.com/customers/mount-auburn-miu/on-result, it re-issues the criteria as a query to the server, appending &_since=:last (where :last is replaced by the time at which the client last checked). In this way it can fetch all new relevant Observations.
where should we send task.id, so then performing provider can pull details only for this particular task?
Thank you