Subscriptions R5 Backport
0.1.0 - ballot

This page is part of the Subscriptions R5 Backport (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Backported Notification: Full Resource - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "notification-full-resource",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification"
    ]
  },
  "type" : "history",
  "timestamp" : "2020-05-29T11:44:13.1882432-05:00",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:b21e4fae-ce73-45cb-8e37-1e203362b2ae",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "b21e4fae-ce73-45cb-8e37-1e203362b2ae",
        "meta" : {
          "profile" : [
            "http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscriptionstatus"
          ]
        },
        "parameter" : [
          {
            "name" : "subscription",
            "valueReference" : {
              "reference" : "https://example.org/fhir/r4/Subscription/admission"
            }
          },
          {
            "name" : "topic",
            "valueCanonical" : "http://hl7.org/SubscriptionTopic/admission"
          },
          {
            "name" : "type",
            "valueCode" : "event-notification"
          },
          {
            "name" : "status",
            "valueCode" : "active"
          },
          {
            "name" : "events-since-subscription-start",
            "valueUnsignedInt" : 310
          },
          {
            "name" : "events-in-notification",
            "valueUnsignedInt" : 1
          }
        ]
      },
      "request" : {
        "method" : "GET",
        "url" : "https://example.org/fhir/r4/Subscription/admission/$status"
      },
      "response" : {
        "status" : "200"
      }
    },
    {
      "fullUrl" : "https://example.org/fhir/r4/Encounter/551683b3-1477-41d1-b58e-32fe8b0047b0",
      "resource" : {
        "resourceType" : "Encounter",
        "id" : "551683b3-1477-41d1-b58e-32fe8b0047b0",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: in-progress</p><p><b>class</b>: <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode VR}\">virtual</span></p><p><b>subject</b>: <a href=\"Bundle-notification-multi-resource.html#https-//example.org/fhir/r4/Patient/46db3334-dbf5-43f3-868f-93ae0883cce1\">Example Patient. Generated Summary: type: history; timestamp: May 29, 2020 4:44:13 PM</a></p></div>"
        },
        "status" : "in-progress",
        "class" : {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "VR"
        },
        "subject" : {
          "reference" : "https://example.org/fhir/r4/Patient/46db3334-dbf5-43f3-868f-93ae0883cce1",
          "display" : "Example Patient"
        }
      },
      "request" : {
        "method" : "POST",
        "url" : "Encounter"
      },
      "response" : {
        "status" : "201"
      }
    }
  ]
}