From c3ec02d077881f536354c24a234fd6668160325c Mon Sep 17 00:00:00 2001 From: Yana Beda Date: Tue, 14 May 2024 17:35:28 +1000 Subject: [PATCH] Update getting-started.md --- docs/Welcome/getting-started.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Welcome/getting-started.md b/docs/Welcome/getting-started.md index 066f122..614ce69 100644 --- a/docs/Welcome/getting-started.md +++ b/docs/Welcome/getting-started.md @@ -20,14 +20,14 @@ 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 @@ -35,7 +35,7 @@ However you have to adjust some parts of the application that is not covered in ``` 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