API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build International flag

API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions

: SubscriptionNotification Task ID Only - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "eee72492-c236-41f7-a7ba-3af356204f4c",
  "type" : "subscription-notification",
  "entry" : [
    {
      "fullUrl" : "09efceb7-abdc-4dc8-bc31-0788baf65dbd",
      "resource" : {
        "resourceType" : "SubscriptionStatus",
        "id" : "09efceb7-abdc-4dc8-bc31-0788baf65dbd",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SubscriptionStatus_09efceb7-abdc-4dc8-bc31-0788baf65dbd\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SubscriptionStatus 09efceb7-abdc-4dc8-bc31-0788baf65dbd</b></p><a name=\"09efceb7-abdc-4dc8-bc31-0788baf65dbd\"> </a><a name=\"hc09efceb7-abdc-4dc8-bc31-0788baf65dbd\"> </a><p><b>status</b>: Active</p><p><b>type</b>: Event Notification</p><p><b>eventsSinceSubscriptionStart</b>: 2</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>2</td><td><a href=\"Task/1010\">Task/1010</a></td></tr></table><p><b>subscription</b>: <a href=\"Subscription/1008\">Subscription/1008</a></p><p><b>topic</b>: <code>http://localhost:8080/fhir//SubscriptionTopic/1001</code></p></div>"
        },
        "status" : "active",
        "type" : "event-notification",
        "eventsSinceSubscriptionStart" : "2",
        "notificationEvent" : [
          {
            "eventNumber" : "2",
            "focus" : {
              "reference" : "Task/1010"
            }
          }
        ],
        "subscription" : {
          "reference" : "Subscription/1008"
        },
        "topic" : "http://localhost:8080/fhir//SubscriptionTopic/1001"
      }
    },
    {
      "fullUrl" : "Task/1010/_history/1",
      "request" : {
        "method" : "POST",
        "url" : "Task"
      }
    }
  ]
}