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

Shared Care Planning (SCP) Implementation Guide - Local Development build (v0.3.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" : "{{org1-fhir-url}}Subscription/{{subscription1id}}"
      }
    },
    {
      "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" : "{{org1-fhir-url}}CarePlan/{{careplan1id}}"
          }
        }
      ]
    }
  ]
}