This page is part of the Scalable Consent Management (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "FASTSubscriptionNotificationParameters",
"parameter" : [
{
"name" : "subscription",
"valueReference" : {
🔗 "reference" : "Subscription/FASTPatientSubscriptionExample"
}
},
{
"name" : "topic",
"valueCanonical" : "http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic|1.0.0"
},
{
"name" : "type",
"valueCode" : "event-notification"
},
{
"name" : "notification-event",
"part" : [
{
"name" : "event-number",
"valueString" : "2"
},
{
"name" : "timestamp",
"valueInstant" : "2020-05-29T11:44:33.188-05:00"
},
{
"name" : "focus",
"valueReference" : {
"reference" : "http://example.org/Bundle/ConsentExample"
}
}
]
}
]
}