Scalable Consent Management
0.1.0 - ci-build United States of America flag

Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. 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/fhir-consent-management/ and changes regularly. See the Directory of published versions

: FASTSubscriptionNotificationParameters - JSON Representation

Raw json | Download

{
  "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"
          }
        }
      ]
    }
  ]
}