Physical Activity Implementation Guide
1.0.0 - STU Release 1 United States of America flag

This page is part of the U.S. Physical Activity IG (v1.0.0: STU 1.0) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Parameters (Subscription Status) - Task with Ids - JSON Representation

Raw json | Download


{
  "resourceType" : "Parameters",
  "id" : "ExampleSubscriptionStatusWithIds",
  "parameter" : [
    {
      "name" : "subscription",
      "valueReference" : {
        "reference" : "Subscription/ExampleSubscriptionWebhook"
      }
    },
    {
      "name" : "topic",
      "valueCanonical" : "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task"
    },
    {
      "name" : "status",
      "valueCode" : "active"
    },
    {
      "name" : "type",
      "valueCode" : "event-notification"
    },
    {
      "name" : "events-since-subscription-start",
      "valueString" : "287"
    },
    {
      "name" : "notification-event",
      "part" : [
        {
          "name" : "event-number",
          "valueString" : "288"
        },
        {
          "name" : "timestamp",
          "valueInstant" : "2022-06-17T14:38:55.8826-05:00"
        },
        {
          "name" : "focus",
          "valueReference" : {
            "reference" : "Task/ExampleFulfillmentTask"
          }
        },
        {
          "name" : "additional-context",
          "valueReference" : {
            "reference" : "http://example.org/fhir/Patient/1",
            "display" : "Example Patient"
          }
        }
      ]
    }
  ]
}