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.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" : "{{cps-base-url}}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" : "{{cps-base-url}}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" : "{{cps-base-url}}CareTeam/cps-careteam-01"
          }
        }
      ]
    }
  ]
}