Document Subscription for Mobile (DSUBm)
1.0.1-current - ci-build
Document Subscription for Mobile (DSUBm), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.DSUBm/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "ex-SubscriptionStatus-Handshake",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/ITI/DSUBm/StructureDefinition/IHE.DSUBm.SubscriptionStatus-Handshake"
]
},
"parameter" : [
{
"name" : "subscription",
"valueReference" : {
"reference" : "https://example.org/fhir/Subscription/ex-Subscription-DocumentReference-PatientDependent"
}
},
{
"name" : "status",
"valueCode" : "requested"
},
{
"name" : "type",
"valueCode" : "handshake"
},
{
"name" : "topic",
"valueCanonical" : "https://profiles.ihe.net/ITI/DSUBm/SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent"
},
{
"name" : "events-since-subscription-start",
"valueString" : "0"
},
{
"name" : "notification-event",
"part" : [
{
"name" : "event-number",
"valueString" : "0"
}
]
}
]
}