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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeSubscription
IdSubscription-ExampleSubscriptionWebhook.json
FHIR VersionR4

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: Subscription

Resource Subscription "ExampleSubscriptionWebhook"

status: requested

reason: Allow monitoring of Tasks created by this organization

criteria: http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task

Channels

-TypeEndpointPayload
*rest-hookhttps://example.org/sub-notify/644c53f4-0dee-40bd-b2df-914b66ef43e6application/fhir+json

Source1

{
  "resourceType": "Subscription",
  "id": "ExampleSubscriptionWebhook",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "requested",
  "reason": "Allow monitoring of Tasks created by this organization",
  "criteria": "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task",
  "_criteria": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria",
        "valueString": "Task?requester=Organization/1"
      }
    ]
  },
  "channel": {
    "type": "rest-hook",
    "endpoint": "https://example.org/sub-notify/644c53f4-0dee-40bd-b2df-914b66ef43e6",
    "payload": "application/fhir+json",
    "_payload": {
      "extension": [
        {
          "url": "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content",
          "valueCode": "id-only"
        }
      ]
    }
  }
}