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

Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SanteonNL/shared-care-planning/ and changes regularly. See the Directory of published versions

: 1.05.2 notification bundle parameter for Hospital X - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "292d3c72-edc1-4d8a-afaa-d85e19c7f562a",
  "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" : "1"
        },
        {
          "name" : "timestamp",
          "valueInstant" : "2024-05-29T11:44:13.1882432-05:00"
        },
        {
          "name" : "focus",
          "valueReference" : {
            🔗 "reference" : "CarePlan/cps-careplan-01"
          }
        }
      ]
    },
    {
      "name" : "notification-event",
      "part" : [
        {
          "name" : "event-number",
          "valueString" : "2"
        },
        {
          "name" : "timestamp",
          "valueInstant" : "2024-05-29T11:44:13.1882432-05:00"
        },
        {
          "name" : "focus",
          "valueReference" : {
            🔗 "reference" : "CareTeam/cps-careteam-01"
          }
        }
      ]
    }
  ]
}