: Example Subscription - PatientMergeSubscriptionExample - XML Representation
Raw xml | Download
<Subscription xmlns="http://hl7.org/fhir">
<id value="PatientMergeSubscriptionExample"/>
<meta>
<profile
value="https://gematik.de/fhir/isik/StructureDefinition/ISiKSubscription"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Subscription PatientMergeSubscriptionExample</b></p><a name="PatientMergeSubscriptionExample"> </a><a name="hcPatientMergeSubscriptionExample"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ISiKSubscription.html">ISiK Subscription</a></p></div><p><b>status</b>: Requested</p><p><b>reason</b>: Patient merge subscription</p><p><b>criteria</b>: https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge</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><td><b>Header</b></td></tr><tr><td style="display: none">*</td><td>Rest Hook</td><td><a href="https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&canonical=http://localhost:8081/fhir/Bundle">http://localhost:8081/fhir/Bundle</a></td><td>application/fhir+json</td><td>Authorization: Bearer xxxxxxxxxx</td></tr></table></div>
</text>
<status value="requested"/>
<reason value="Patient merge subscription"/>
<criteria
value="https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge"/>
<channel>
<type value="rest-hook"/>
<endpoint value="http://localhost:8081/fhir/Bundle"/>
<payload value="application/fhir+json">
<extension
url="http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-payload-content">
<valueCode value="full-resource"/>
</extension>
</payload>
<header value="Authorization: Bearer xxxxxxxxxx"/>
</channel>
</Subscription>