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
<Subscription xmlns="http://hl7.org/fhir">
<id value="FASTPatientSubscriptionExample"/>
<meta>
<profile
value="http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTSubscription"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Subscription FASTPatientSubscriptionExample</b></p><a name="FASTPatientSubscriptionExample"> </a><a name="hcFASTPatientSubscriptionExample"> </a><a name="FASTPatientSubscriptionExample-en-US"> </a><p><b>status</b>: Active</p><p><b>reason</b>: Receive notifications about consent for patient X.</p><p><b>criteria</b>: http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic</p><h3>Channels</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Endpoint</b></td><td><b>Payload</b></td></tr><tr><td style="display: none">*</td><td>Rest Hook</td><td><a href="http://example.org/send-me-subscription-notifications">http://example.org/send-me-subscription-notifications</a></td><td>application/fhir+json</td></tr></table></div>
</text>
<status value="active"/>
<reason value="Receive notifications about consent for patient X."/>
<criteria
value="http://hl7.org/fhir/us/consent-management/SubscriptionTopic/FASTConsentSubscriptionTopic">
<extension
url="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-filter-criteria">
<valueString
value="patientId=http://hl7.org/fhir/sid/us-npi|1234567893"/>
</extension>
</criteria>
<channel>
<type value="rest-hook"/>
<endpoint value="http://example.org/send-me-subscription-notifications"/>
<payload value="application/fhir+json">
<extension
url="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content">
<valueCode value="full-resource"/>
</extension>
</payload>
</channel>
</Subscription>