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 - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="FASTSubscriptionNotificationParameters"/>
  <parameter>
    <name value="subscription"/>
    <valueReference>🔗 
      <reference value="Subscription/FASTPatientSubscriptionExample"/>
    </valueReference>
  </parameter>
  <parameter>
    <name value="topic"/>
    <valueCanonical
                    value="http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic|1.0.0"/>
  </parameter>
  <parameter>
    <name value="type"/>
    <valueCode value="event-notification"/>
  </parameter>
  <parameter>
    <name value="notification-event"/>
    <part>
      <name value="event-number"/>
      <valueString value="2"/>
    </part>
    <part>
      <name value="timestamp"/>
      <valueInstant value="2020-05-29T11:44:33.188-05:00"/>
    </part>
    <part>
      <name value="focus"/>
      <valueReference>
        <reference value="http://example.org/Bundle/ConsentExample"/>
      </valueReference>
    </part>
  </parameter>
</Parameters>