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-preview 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
{
"resourceType" : "Bundle",
"id" : "cdex-task-inline-scenario1-subscription-notification",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Inline Subscription Task Scenario1 Subscription Notification"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "Notification Bundle example used to create inline scenarios for the [example task based transaction using subscription](task-based-approach.html#example-task-based-transaction-using-subscription)"
}
]
},
"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-cdex/SubscriptionTopic/cdex-task-update"
},
{
"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"
}
}
]
}