Skip to content

Commit 342aecf

Browse files
subscriptions fix
1 parent 7746d20 commit 342aecf

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/modules/topic-based-subscriptions/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Subscriptions enable real-time notifications and updates between servers and cli
88
\
99
By leveraging the subscriptions, developers can specify notification criteria, define delivery channels, and monitor specific events or changes in healthcare data. This push-based approach minimizes the need for constant polling, optimizing resource utilization and improving the timeliness of information dissemination.\
1010
\
11-
Aidbox provides several implementations of subscriptions. For enhanced capabilities and ongoing support, please use Aidbox topic-based subscriptions. This newer implementation offers improved performance, flexibility, and will continue to be developed to meet future needs.
11+
Aidbox provides several implementations of subscriptions. For enhanced capabilities and ongoing support, please use **Aidbox topic-based subscriptions**. This newer implementation offers improved performance, flexibility, and will continue to be developed to meet future needs.
1212

1313
<table>
1414
<thead>
@@ -64,4 +64,3 @@ Aidbox provides several implementations of subscriptions. For enhanced capabilit
6464
</tr>
6565
</tbody>
6666
</table>
67-

docs/modules/topic-based-subscriptions/aidbox-topic-based-subscriptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ graph TD
318318
## Notification Shape
319319

320320
Notification is a [FHIR Bundle](https://build.fhir.org/bundle.html) resource with `history` type, containing relevant resources in its entries. The first entry is a `AidboxSubscriptionStatus` resource, which describes the payload.\
321-
The other entries depend on `AidboxTopicDestination` `content` parameter. This parameter is the binding to the FHIR [subscription-payload-content](https://hl7.org/fhir/valueset-subscription-payload-content.html) value set: `full-resource` | `id-only` | `empty`
321+
The other entries depend on `AidboxTopicDestination.content` element. This element has the binding to the FHIR [subscription-payload-content](https://hl7.org/fhir/valueset-subscription-payload-content.html) value set: `full-resource` | `id-only` | `empty`
322322

323323
{% tabs %}
324324
{% tab title="full-resource" %}

0 commit comments

Comments
 (0)