Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yanabeda authored May 14, 2024
1 parent 867fe5a commit c3ec02d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Welcome/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ The easiest way to check the system is our publicly availabe demo imstalation: [
The EMR source code is licensed by [MIT License](https://github.com/beda-software/fhir-sdc/blob/master/LICENSE).

## FHIR Backend
Beda EMR is a frontend. It is a user interfcae that requre a FHIR server to store medical data.
For both developemnt and production environments we are using Aidbox FHIR Server.
Beda EMR is a frontend. It is a user interface that requires a FHIR server to store medical data.
For both development and production environments, we recommend using Aidbox FHIR Server.
It is a primary backend platform for Beda EMR.
You can get a free Aidbox trial license to run the application locally.
You need by Aidbox license for any production installation or installation that manages PHI data.
You need to purchase Aidbox license for any production installation or installation that manages PHI data.
[Here](https://docs.aidbox.app/getting-started/editions-and-pricing) you can find more information about Aidbox licensing.
Obviously, you can try any other FHIR server. All core features just need FHIR API.
However you have to adjust some parts of the application that is not covered in the FHIR specification and wher we use Aidbox API.
However, you have to adjust some parts of the application that are not covered in the FHIR specification and where we use Aidbox API.

## Installation

### Setup env variables

```
cp .env.tpl .env
# Get aidbox license at https://aidbox.app/ and place licence JWT to .env
# Get Aidbox license at https://aidbox.app/ and place license JWT to .env
```

### Local setup
Expand Down

0 comments on commit c3ec02d

Please sign in to comment.