Skip to content

Commit

Permalink
Upd readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitem committed Jul 23, 2024
1 parent 1918399 commit 216e33c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion BedaEmr/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BedaEMR

Runs on [Aidbox FHIR platform](https://docs.aidbox.app/getting-started/run-aidbox-locally-with-docker)
Runs on [Aidbox FHIR platform](https://docs.aidbox.app/getting-started/run-aidbox-locally-with-docker?utm_source=github&utm_medium=readme&utm_campaign=app-examples-repo)

Clean and powerful frontend for Electronic Medical Records.

Expand Down
8 changes: 4 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ A collection of example applications built on top of Aidbox FHIR platform
## App Examples

- [Implementation of International Patient Summary Implementation Guide](/ips_ig)
- [Aidbox Forms Builder with Flutter web](./aidbox-forms-flutter-web)
- [Aidbox Forms Builder with Angular.js](aidbox-forms-angular)
- [Aidbox Forms Builder with Angular.js (controlled mode)](aidbox-forms-angular-controlled)
- [Aidbox Notify via Custom Resources](aidbox-notify-via-custom-resources)
- [Aidbox Forms Builder with Flutter web](/aidbox-forms-flutter-web)
- [Aidbox Forms Builder with Angular.js](/aidbox-forms-angular)
- [Aidbox Forms Builder with Angular.js (controlled mode)](/aidbox-forms-angular-controlled)
- [Aidbox Notify via Custom Resources](/aidbox-notify-via-custom-resources)

## Documentation

Expand Down
10 changes: 5 additions & 5 deletions aidbox-notify-via-custom-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For that we define the following custom resources:

## Objectives

1. Learn how to use [custom resources](https://docs.aidbox.app/storage-1/custom-resources/custom-resources-using-fhirschema) via [FHIRSchema](https://github.com/fhir-schema/fhir-schema).
1. Learn how to use [custom resources](https://docs.aidbox.app/storage-1/custom-resources/custom-resources-using-fhirschema?utm_source=github&utm_medium=readme&utm_campaign=app-examples-repo) via [FHIRSchema](https://github.com/fhir-schema/fhir-schema).
2. Understand how to implement lock behavior via [FHIR condition update](https://build.fhir.org/http.html#cond-update).

## TOC
Expand All @@ -44,16 +44,16 @@ For that we define the following custom resources:

## Prerequisites

- A running instance of Aidbox: [Run Aidbox locally](https://docs.aidbox.app/getting-started/run-aidbox-locally-with-docker/run-aidbox-locally)
- Basic authentication setup: [Basic Auth](https://docs.aidbox.app/modules-1/security-and-access-control/auth/basic-auth)
- A running instance of Aidbox: [Run Aidbox locally](https://docs.aidbox.app/getting-started/run-aidbox-locally-with-docker/run-aidbox-locally?utm_source=github&utm_medium=readme&utm_campaign=app-examples-repo)
- Basic authentication setup: [Basic Auth](https://docs.aidbox.app/modules-1/security-and-access-control/auth/basic-auth?utm_source=github&utm_medium=readme&utm_campaign=app-examples-repo)

## Setup Aidbox

Before starting the example, you need to:

- Define custom resources
- Define search parameters
- Define initial data
- Load initial data

You can do this manually or via a bootstrap inside the example.

Expand Down Expand Up @@ -139,7 +139,7 @@ elements:
### Search Parameters
By default, custom resources don't support search parameters via FHIR Path. These search parameters allow us to make specific requests:
These search parameters allow us to make specific requests:
- `GET /fhir/TutorNotification?type=sms`
- `GET /fhir/TutorNotification?status=requested`
Expand Down

0 comments on commit 216e33c

Please sign in to comment.