Skip to content

Commit

Permalink
Add demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
olimsaidov committed Oct 11, 2024
1 parent 65ab2a8 commit 58f903f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ A collection of examples on top of Aidbox FHIR platform

## Examples

- [Implementation of International Patient Summary Implementation Guide](/ips_ig)
- [Aidbox Forms Builder with Flutter web](/aidbox-forms-builder-flutter-web) ([Online Demo](https://aidbox.github.io/examples/aidbox-forms-builder-flutter-web/))
- [Aidbox Forms Builder with Angular.js](/aidbox-forms-builder-angular) ([Online Demo](https://aidbox.github.io/examples/aidbox-forms-builder-angular/))
- [Aidbox Forms Builder with Angular.js in controlled mode](/aidbox-forms-builder-angular-controlled) ([Online Demo](https://aidbox.github.io/examples/aidbox-forms-builder-angular-controlled/))
- [Aidbox Forms Renderer with Angular.js](aidbox-forms-renderer-angular) ([Online Demo](https://aidbox.github.io/examples/aidbox-forms-renderer-angular/))
- [Aidbox Forms Renderer with Angular.js in controlled mode](aidbox-forms-renderer-angular-controlled) ([Online Demo](https://aidbox.github.io/examples/aidbox-forms-renderer-angular-controlled/))
- [Aidbox Forms Renderer with React.js](aidbox-forms-renderer-react) ([Online Demo](https://aidbox.github.io/examples/aidbox-forms-renderer-react/))
- [Aidbox Forms Renderer with React.js in controlled mode](aidbox-forms-renderer-react-controlled) ([Online Demo](https://aidbox.github.io/examples/aidbox-forms-renderer-react-controlled/))
- [Aidbox Notify via Custom Resources](/aidbox-notify-via-custom-resources) ([Online Demo](https://aidbox.github.io/examples/aidbox-notify-via-custom-resources/))
- [Topic-Based Subscription to Kafka](/aidbox-subscriptions-to-kafka/) ([Online Demo](aidbox-subscriptions-to-kafka/README.md#demo))
- [Implementation of International Patient Summary Implementation Guide](ips_ig/)
- [Aidbox Forms Builder with Flutter web](aidbox-forms-builder-flutter-web/)
- [Aidbox Forms Builder with Angular.js](aidbox-forms-builder-angular/)
- [Aidbox Forms Builder with Angular.js in controlled mode](aidbox-forms-builder-angular-controlled/)
- [Aidbox Forms Renderer with Angular.js](aidbox-forms-renderer-angular/)
- [Aidbox Forms Renderer with Angular.js in controlled mode](aidbox-forms-renderer-angular-controlled/)
- [Aidbox Forms Renderer with React.js](aidbox-forms-renderer-react/)
- [Aidbox Forms Renderer with React.js in controlled mode](aidbox-forms-renderer-react-controlled/)
- [Aidbox Notify via Custom Resources](aidbox-notify-via-custom-resources/)
- [Topic-Based Subscription to Kafka](aidbox-subscriptions-to-kafka/)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion aidbox-forms-builder-angular-controlled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ questionnaire within the Angular.js application. This approach is
beneficial for applications requiring custom questionnaire handling and
management.

[Online demo](https://aidbox.github.io/examples/aidbox-forms-builder-angular-controlled/)
[Demo](https://aidbox.github.io/examples/aidbox-forms-builder-angular-controlled/)

## Example

Expand Down
2 changes: 1 addition & 1 deletion aidbox-forms-builder-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Example of integration Aidbox Forms Builder with Angular.js

[Online demo](https://aidbox.github.io/examples/aidbox-forms-builder-angular/)
[Demo](https://aidbox.github.io/examples/aidbox-forms-builder-angular/)


## Example
Expand Down
2 changes: 1 addition & 1 deletion aidbox-forms-renderer-angular-controlled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resources within the Angular.js application. This approach is
beneficial for applications requiring custom resource handling and
management.

[Online demo](https://aidbox.github.io/examples/aidbox-forms-renderer-angular-controlled/)
[Demo](https://aidbox.github.io/examples/aidbox-forms-renderer-angular-controlled/)

## Example

Expand Down
2 changes: 1 addition & 1 deletion aidbox-forms-renderer-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Example of integration Aidbox Forms Renderer with Angular.js

[Online demo](https://aidbox.github.io/examples/aidbox-forms-renderer-angular/)
[Demo](https://aidbox.github.io/examples/aidbox-forms-renderer-angular/)

## Example

Expand Down
2 changes: 1 addition & 1 deletion aidbox-forms-renderer-react-controlled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ loaded from nor saved to Aidbox, allowing for full management of the resources
within the React application. This approach is beneficial for applications
requiring custom resource handling and management.

[Online demo](https://aidbox.github.io/examples/aidbox-forms-renderer-react-controlled/)
[Demo](https://aidbox.github.io/examples/aidbox-forms-renderer-react-controlled/)

## Example

Expand Down
2 changes: 1 addition & 1 deletion aidbox-forms-renderer-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Example of integration Aidbox Forms Renderer with React.js

[Online demo](https://aidbox.github.io/examples/aidbox-forms-renderer-react/)
[Demo](https://aidbox.github.io/examples/aidbox-forms-renderer-react/)

## Example

Expand Down
2 changes: 1 addition & 1 deletion aidbox-notify-via-custom-resources/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aidbox Notify via Custom Resources

[DEMO](https://aidbox.github.io/app-examples/aidbox-notify-via-custom-resources/) | [Custom resources using FHIR Schema](https://docs.aidbox.app/storage-1/custom-resources/custom-resources-using-fhirschema)
[Demo](https://aidbox.github.io/app-examples/aidbox-notify-via-custom-resources/) | [Custom resources using FHIR Schema](https://docs.aidbox.app/storage-1/custom-resources/custom-resources-using-fhirschema)

In this example, you can see the custom resources demonstration on the minimalistic JavaScript example project which implemented the typical flow for notifications: requesting a notification, locking it for sending, and then sending it (placeholder).

Expand Down
2 changes: 1 addition & 1 deletion aidbox-subscriptions-to-kafka/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Topic-based Subscriptions to Kafka
[DEMO](#demo) | [Documentation](https://docs.aidbox.app/modules-1/topic-based-subscriptions/wip-dynamic-subscriptiontopic-with-destinations?utm_source=app-examples&utm_medium=readme)
[Demo](#demo) | [Documentation](https://docs.aidbox.app/modules-1/topic-based-subscriptions/wip-dynamic-subscriptiontopic-with-destinations?utm_source=app-examples&utm_medium=readme)

This example showcases [Aidbox SubscriptionTopic](https://docs.aidbox.app/modules-1/topic-based-subscriptions/wip-dynamic-subscriptiontopic-with-destinations?utm_source=github&utm_medium=readme&utm_campaign=app-examples-repo) producing data to Kafka.

Expand Down
2 changes: 1 addition & 1 deletion ips_ig/README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Implementation of IPS FHIR IG on Aidbox FHIR platform

[DEMO](https://ips.hz.aidbox.dev/fhir/Patient/2b90dd2b-2dab-4c75-9bb9-a355e07401e8/$summary) | [Inferno International Patient Summary Test Kit](https://inferno-qa.healthit.gov/suites/ips/Zb7EriZknW)
[Demo](https://ips.hz.aidbox.dev/fhir/Patient/2b90dd2b-2dab-4c75-9bb9-a355e07401e8/$summary) | [Inferno International Patient Summary Test Kit](https://inferno-qa.healthit.gov/suites/ips/Zb7EriZknW)

This repository contains pre-configured Aidbox instance and implementation of `$summary` operation defined by IPS.

Expand Down

0 comments on commit 58f903f

Please sign in to comment.