Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 1.04.1 notification bundle for Hospital X - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "notification-hospitalx-02",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification-r4"
    ]
  },
  "type" : "history",
  "timestamp" : "2020-05-29T11:44:13.1882432-05:00",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:292d3c72-edc1-4d8a-afaa-d85e19c7f564",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "292d3c72-edc1-4d8a-afaa-d85e19c7f564",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-status-r4"
          ]
        },
        "parameter" : [
          {
            "name" : "subscription",
            "valueReference" : {
              🔗 "reference" : "Subscription/cps-sub-hospitalx"
            }
          },
          {
            "name" : "status",
            "valueCode" : "active"
          },
          {
            "name" : "type",
            "valueCode" : "event-notification"
          },
          {
            "name" : "notification-event",
            "part" : [
              {
                "name" : "event-number",
                "valueString" : "3"
              },
              {
                "name" : "timestamp",
                "valueInstant" : "2024-05-29T11:44:13.1882432-05:01"
              },
              {
                "name" : "focus",
                "valueReference" : {
                  🔗 "reference" : "Task/cps-task-02"
                }
              }
            ]
          }
        ]
      },
      "request" : {
        "method" : "GET",
        "url" : "https://cps.nl/fhir/Subscription/cps-sub-hospitalx/$status"
      },
      "response" : {
        "status" : "200"
      }
    }
  ]
}