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
<Bundle xmlns="http://hl7.org/fhir">
<id value="FASTSubscriptionNotification"/>
<type value="history"/>
<timestamp value="2020-05-29T11:44:33.188-05:00"/>
<entry>
<fullUrl
value="http://example.org/Parameters/FASTSubscriptionNotificationParameters"/>
<resource>
<Parameters>
<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>
</resource>
<request>
<method value="GET"/>
<url value="https://example.org/Subscription/FAST/$status"/>
</request>
<response>
<status value="200"/>
</response>
</entry>
<entry>
<fullUrl value="http://example.org/Consent/ConsentExample"/>
<resource>
<Consent>
<id value="ConsentExample"/>
<meta>
<profile
value="http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTConsent"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><a name="Consent_ConsentExample"> </a><p class="res-header-id"><b>Generated Narrative: Consent ConsentExample</b></p><a name="ConsentExample"> </a><a name="hcConsentExample"> </a><a name="ConsentExample-en-US"> </a><p><b>status</b>: Active</p><p><b>scope</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}">Privacy Consent</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode INFA}">information access</span></p><p><b>patient</b>: <a href="Patient-PatientExample.html">James Pond Male, DoB Unknown ( http://example.org/mrn#M1230041)</a></p><p><b>dateTime</b>: 2024-01-01</p><p><b>performer</b>: <a href="Patient-PatientExample.html">James Pond Male, DoB Unknown ( http://example.org/mrn#M1230041)</a></p><p><b>organization</b>: <a href="Organization-OrganizationExample.html">Organization Holy Healthcare</a></p><p><b>source</b>: <a href="QuestionnaireResponse-QuestionnaireResponseExample.html">Response to Questionnaire 'http://example.org/fhir/Questionnaire/Simple-Consent-Form' about '->James Pond Male, DoB Unknown ( http://example.org/mrn#M1230041)'</a></p><p><b>policyRule</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/consentpolicycodes hipaa-auth}">HIPAA Authorization</span></p><h3>Provisions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td></tr><tr><td style="display: none">*</td><td>Opt In</td></tr></table></div>
</text>
<status value="active"/>
<scope>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/consentscope"/>
<code value="patient-privacy"/>
</coding>
</scope>
<category>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
<code value="INFA"/>
</coding>
</category>
<patient>🔗
<reference value="Patient/PatientExample"/>
</patient>
<dateTime value="2024-01-01"/>
<performer>🔗
<reference value="Patient/PatientExample"/>
</performer>
<organization>🔗
<reference value="Organization/OrganizationExample"/>
</organization>
<sourceReference>🔗
<reference
value="QuestionnaireResponse/QuestionnaireResponseExample"/>
</sourceReference>
<policyRule>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/consentpolicycodes"/>
<code value="hipaa-auth"/>
</coding>
</policyRule>
<provision>
<type value="permit"/>
</provision>
</Consent>
</resource>
<request>
<method value="GET"/>
<url value="https://example.org/Consent/ConsentExample"/>
</request>
<response>
<status value="200"/>
</response>
</entry>
</Bundle>