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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity
Resource TypeBundle
IdBundle-Scen2SubscriptionNotificationNewTaskBundle.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "Scen2SubscriptionNotificationNewTaskBundle",
  "type": "history",
  "entry": [
    {
      "fullUrl": "http://example.org/fhir/Parameters/Scen2Parameters",
      "resource": {
        "resourceType": "Parameters",
        "id": "Scen2Parameters",
        "parameter": [
          {
            "name": "subscription",
            "valueReference": {
              "reference": "Subscription/Scen2SubscriptionGetFit"
            }
          },
          {
            "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": "208"
              },
              {
                "name": "focus",
                "valueReference": {
                  "reference": "Task/Scen2TaskGetFitV1"
                }
              }
            ]
          }
        ]
      },
      "request": {
        "method": "GET",
        "url": "https://GetFit.example.org/fhir/Subscription/Scen2SubscriptionGetFit/$status"
      },
      "response": {
        "status": "200"
      }
    }
  ]
}