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

Physical Activity Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/physical-activity/ and changes regularly. See the Directory of published versions

: Bundle 'Subscription Notification' - Task - completed - Scenario 3 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "Scen3NotificationCompletedTaskBundle",
  "type" : "history",
  "entry" : [
    {
      "fullUrl" : "http://example.org/fhir/Parameters/Scen3Parameters2",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "Scen3Parameters2",
        "parameter" : [
          {
            "name" : "subscription",
            "valueReference" : {
              🔗 "reference" : "Subscription/Scen3SubscriptionEhr"
            }
          },
          {
            "name" : "topic",
            "valueCanonical" : "http://hl7.org/fhir/us/sdoh-clinicalcare/SubscriptionTopic/Task"
          },
          {
            "name" : "status",
            "valueCode" : "active"
          },
          {
            "name" : "type",
            "valueCode" : "event-notification"
          },
          {
            "name" : "notification-event",
            "part" : [
              {
                "name" : "event-number",
                "valueString" : "11676"
              },
              {
                "name" : "focus",
                "valueReference" : {
                  🔗 "reference" : "Task/Scen3TaskYMCAV3"
                }
              }
            ]
          }
        ]
      },
      "request" : {
        "method" : "GET",
        "url" : "https://mainClinic.example.org/fhir/Subscription/Scen3SubscriptionEhr/$status"
      },
      "response" : {
        "status" : "200"
      }
    }
  ]
}