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/23633d50-ba72-435c-ae51-378d70cfc692 (JSON)

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

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

Notification Bundle for Parameters resource

{
  "resourceType" : "Bundle",
  "id" : "23633d50-ba72-435c-ae51-378d70cfc692",
  "type" : "subscription-notification",
  "timestamp" : "2020-04-17T10:24:13.1882432-05:00",
  "entry" : [{
    "fullUrl" : "urn:uuid:9bb01542-f6f5-48a2-a08d-af2e42658db9",
    "resource" : {
      "resourceType" : "SubscriptionStatus",
      "id" : "9bb01542-f6f5-48a2-a08d-af2e42658db9",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SubscriptionStatus 9bb01542-f6f5-48a2-a08d-af2e42658db9</b></p><a name=\"9bb01542-f6f5-48a2-a08d-af2e42658db9\"> </a><a name=\"hc9bb01542-f6f5-48a2-a08d-af2e42658db9\"> </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/FHIR/Parameters/AD-6729</a></td></tr></table><p><b>subscription</b>: <a href=\"broken-link.html\">http://example.org/FHIR/Subscription/PARAMETERS-123</a></p><p><b>topic</b>: <a href=\"subscriptiontopic-example-admission-parameters.html\">SubscriptionTopic admission-parameters</a></p></div>"
      },
      "status" : "active",
      "type" : "event-notification",
      "eventsSinceSubscriptionStart" : "20",
      "notificationEvent" : [{
        "eventNumber" : "20",
        "focus" : {
          "reference" : "http://example.org/FHIR/Parameters/AD-6729"
        }
      }],
      "subscription" : {
        "reference" : "http://example.org/FHIR/Subscription/PARAMETERS-123"
      },
      "topic" : "http://example.org/FHIR/SubscriptionTopic/admission-parameters"
    }
  },
  {
    "fullUrl" : "http://example.org/FHIR/Parameters/AD-6729",
    "resource" : {
      "resourceType" : "Parameters",
      "id" : "AD-6729",
      "meta" : {
        "versionId" : "1",
        "lastUpdated" : "2019-08-07T10:49:22Z"
      },
      "parameter" : [{
        "name" : "status",
        "valueCode" : "in-progress"
      },
      {
        "name" : "patient",
        "valueReference" : {
          "reference" : "Patient/ABC"
        }
      },
      {
        "name" : "patient-group",
        "valueReference" : {
          "reference" : "Group/XYZ"
        }
      }]
    }
  }]
}

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.