Technical Background:

The Subscription Resource is used by a Client App to manifest interest in a particular (sub)class of Resources.

When a Subscription is POSTed and processed by an enabled FHIR server, it allows to define selection criteria and a callback endpoint. 
Whenever a Resource matching the criteria is created or updated, a callback is pushed.
The callback may be a simple notification, or contain a (filtered) copy of the Resource that triggered the notification.


Clinical Use Case

Scenarios

Proof of concept specification

Dev Environment:

Developer's guide


Server Developer's Guide

Participants can also implement the server side, or extend their existing FHIR server implementations, to support Subscription resources.

To be valuable, the server should contain - and allow to create/update - instances of the observations relevant to the proposed scenarios