Da Vinci Clinical Data Exchange (CDex)
2.1.0 - STU2 United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. See the Directory of published versions

: Inline Subscription Task Scenario1 Subscription Notification - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "cdex-task-inline-scenario1-subscription-notification",
  "type" : "history",
  "timestamp" : "2024-01-18T01:19:38.9929956+00:00",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:206a4372-a348-41d1-a82e-fc9ebe8825af",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "206a4372-a348-41d1-a82e-fc9ebe8825af",
        "parameter" : [
          {
            "name" : "subscription",
            "valueReference" : {
              "reference" : "https://example.org/fhir/Subscription/cdex-task-inline-scenario1-subscription-active"
            }
          },
          {
            "name" : "topic",
            "valueCanonical" : "http://hl7.org/fhir/us/davinci-hrex/SubscriptionTopic/Task"
          },
          {
            "name" : "status",
            "valueCode" : "active"
          },
          {
            "name" : "type",
            "valueCode" : "event-notification"
          },
          {
            "name" : "events-since-subscription-start",
            "valueString" : "17"
          },
          {
            "name" : "notification-event",
            "part" : [
              {
                "name" : "event-number",
                "valueString" : "17"
              },
              {
                "name" : "timestamp",
                "valueInstant" : "2024-01-18T01:19:38.837885+00:00"
              },
              {
                "name" : "focus",
                "valueReference" : {
                  "reference" : "https://cdex.ri.argo.run/fhir/provider/Task/cdex-task-example2"
                }
              }
            ]
          }
        ]
      },
      "request" : {
        "method" : "GET",
        "url" : "https://example.org/fhir/Subscription/admission/$status"
      },
      "response" : {
        "status" : "200"
      }
    }
  ]
}