FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.argonaut.scheduling
Resource TypeSubscription
IdSubscription-example.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative with Details

id: example

meta:

status: active

reason: Notify subscriber of schedule changes to trigger the subscriber prefetch updated slots

criteria:

Channels

-ExtensionTypeEndpointPayload
*rest-hookhttps://feed-handler.com/notificationapplication/fhir+json

Source1

{
  "resourceType": "Subscription",
  "id": "example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-sub-notif"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "reason": "Notify subscriber of schedule changes to trigger the subscriber prefetch updated slots",
  "_criteria": {
    "extension": [
      {
        "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-subscription-triggerevent",
        "valueString": "schedule where any slot that reference it has changed"
      },
      {
        "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-subscription-eventfocus",
        "valueCode": "Slot"
      }
    ]
  },
  "channel": {
    "extension": [
      {
        "url": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/extension-subscription-payloadprofile",
        "valueUri": "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-sched-notif"
      }
    ],
    "type": "rest-hook",
    "endpoint": "https://feed-handler.com/notification",
    "payload": "application/fhir+json"
  }
}