FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example SubscriptionStatus/9afb3cb3-6c64-474d-9412-d4d74ea7ecbe (JSON)

Responsible Owner: FHIR Infrastructure Work GroupStandards Status: InformativeCompartments: No defined compartments

Raw JSON (canonical form + also see JSON Format Specification)

Notification Bundle for Logical Model

{
  "resourceType" : "Bundle",
  "id" : "9afb3cb3-6c64-474d-9412-d4d74ea7ecbe",
  "type" : "subscription-notification",
  "timestamp" : "2020-04-17T10:24:13.1882432-05:00",
  "entry" : [{
    "fullUrl" : "urn:uuid:d93f7f20-ea65-4607-9681-01996e1b2b6a",
    "resource" : {
      "resourceType" : "SubscriptionStatus",
      "id" : "d93f7f20-ea65-4607-9681-01996e1b2b6a",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SubscriptionStatus d93f7f20-ea65-4607-9681-01996e1b2b6a</b></p><a name=\"d93f7f20-ea65-4607-9681-01996e1b2b6a\"> </a><a name=\"hcd93f7f20-ea65-4607-9681-01996e1b2b6a\"> </a><p><b>status</b>: Active</p><p><b>type</b>: Event Notification</p><p><b>eventsSinceSubscriptionStart</b>: 20</p><h3>NotificationEvents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>EventNumber</b></td><td><b>Focus</b></td></tr><tr><td style=\"display: none\">*</td><td>20</td><td><a href=\"broken-link.html\">http://example.org/LogicalModels/Admission/925b19a3-1f1f-49ce-ac59-dae9ae3e5637</a></td></tr></table><p><b>subscription</b>: <a href=\"broken-link.html\">http://example.org/FHIR/Subscription/LM-123</a></p><p><b>topic</b>: <a href=\"subscriptiontopic-example-admission-lm.html\">SubscriptionTopic admission-lm</a></p></div>"
      },
      "status" : "active",
      "type" : "event-notification",
      "eventsSinceSubscriptionStart" : "20",
      "notificationEvent" : [{
        "eventNumber" : "20",
        "focus" : {
          "reference" : "http://example.org/LogicalModels/Admission/925b19a3-1f1f-49ce-ac59-dae9ae3e5637"
        }
      }],
      "subscription" : {
        "reference" : "http://example.org/FHIR/Subscription/LM-123"
      },
      "topic" : "http://example.org/FHIR/SubscriptionTopic/admission-lm"
    }
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.