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/fdd386f3-b4b5-426e-bd96-495eebda96d9 (JSON)

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

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

Notification Bundle for Basic resource

{
  "resourceType" : "Bundle",
  "id" : "fdd386f3-b4b5-426e-bd96-495eebda96d9",
  "type" : "subscription-notification",
  "timestamp" : "2020-04-17T10:24:13.1882432-05:00",
  "entry" : [{
    "fullUrl" : "urn:uuid:ce762452-8aed-43eb-bc03-2a024c49248f",
    "resource" : {
      "resourceType" : "SubscriptionStatus",
      "id" : "ce762452-8aed-43eb-bc03-2a024c49248f",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SubscriptionStatus ce762452-8aed-43eb-bc03-2a024c49248f</b></p><a name=\"ce762452-8aed-43eb-bc03-2a024c49248f\"> </a><a name=\"hcce762452-8aed-43eb-bc03-2a024c49248f\"> </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/Basic/AD-11220</a></td></tr></table><p><b>subscription</b>: <a href=\"broken-link.html\">http://example.org/FHIR/Subscription/BASIC-123</a></p><p><b>topic</b>: <a href=\"subscriptiontopic-example-admission-basic.html\">SubscriptionTopic admission-basic</a></p></div>"
      },
      "status" : "active",
      "type" : "event-notification",
      "eventsSinceSubscriptionStart" : "20",
      "notificationEvent" : [{
        "eventNumber" : "20",
        "focus" : {
          "reference" : "http://example.org/FHIR/Basic/AD-11220"
        }
      }],
      "subscription" : {
        "reference" : "http://example.org/FHIR/Subscription/BASIC-123"
      },
      "topic" : "http://example.org/FHIR/SubscriptionTopic/admission-basic"
    }
  },
  {
    "fullUrl" : "http://example.org/FHIR/Basic/AD-11220",
    "resource" : {
      "resourceType" : "Basic",
      "id" : "AD-11220",
      "meta" : {
        "versionId" : "1",
        "lastUpdated" : "2019-08-07T10:49:22Z"
      },
      "text" : {
        "status" : "extensions",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Basic AD-11220</b></p><a name=\"AD-11220\"> </a><a name=\"hcAD-11220\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2019-08-07T10:49:22Z</p></div><blockquote><p><b>org/fhir/StructureDefinition/admission-content</b></p><ul><li>status: in-progress</li><li>patient: <a href=\"broken-link.html\">Patient/ABC</a></li><li>patient-group: <a href=\"broken-link.html\">Group/XYZ</a></li></ul></blockquote><p><b>code</b>: <span title=\"Codes:{http://example.org/fhir/CodeSystem/basic-resource-codes admission}\">Admission Notification</span></p><p><b>subject</b>: <a href=\"broken-link.html\">Patient/ABC</a></p></div>"
      },
      "extension" : [{
        "url" : "http://example.org/fhir/StructureDefinition/admission-content",
        "extension" : [{
          "url" : "status",
          "valueCode" : "in-progress"
        },
        {
          "url" : "patient",
          "valueReference" : {
            "reference" : "Patient/ABC"
          }
        },
        {
          "url" : "patient-group",
          "valueReference" : {
            "reference" : "Group/XYZ"
          }
        }]
      }],
      "code" : {
        "coding" : [{
          "system" : "http://example.org/fhir/CodeSystem/basic-resource-codes",
          "code" : "admission",
          "display" : "Admission Notification"
        }]
      },
      "subject" : {
        "reference" : "Patient/ABC"
      }
    }
  }]
}

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.