Stream: IG creation
Topic: Raw HTTP in an OperationDefinition/IG
David Pyke (Jun 24 2020 at 17:55):
I'm trying to specify the following in a CapabilityStatement and not finding how I might do this:
A notification consists of a POST to the endpoint listed in the Subscription consisting only of a full URL to the Resource.
Notifications from event triggers are simplified to just an http ‘knock’. This follows the basic format of a POST to the Notification Recipient’s endpoint with the FullURL of the Resource that has the data for the associated event.
POST https://www.myserver.org/fhir/Encounter/ba90f9ab-fc56-4012-be4c-77cb9cf4cb84
This is sent to the endpoint specified in the Subscription resource that was POSTed to the Notification Generator e.g.,
http://www.example.org/fhir/subscription/sub123
Is what I'm specifying possible within the CapabilityStatement constraints?
Last updated: Apr 12 2022 at 19:14 UTC