Skip to content

Commit 630ba0d

Browse files
committed
update README
1 parent be0c9d6 commit 630ba0d

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hello World SoF App in React
22

3-
This application was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
3+
This application was bootstrapped with [Vite](https://vite.dev/).
4+
You can learn more in the [Vite documentation](https://vite.dev/guide/).
55
To learn React, check out the [React documentation](https://reactjs.org/).
66
The app can be launched via the [SMART<sup>&reg;</sup> app launch framework](http://hl7.org/fhir/smart-app-launch/index.html).
77

@@ -15,7 +15,7 @@ The app can be launched via the [SMART<sup>&reg;</sup> app launch framework](htt
1515
A number of options are available for local usage to support testing with synthetic data.
1616

1717
### Setup
18-
This project manages dependencies using the [NPM package manager](https://www.npmjs.com/) in the [Node environment](https://nodejs.dev/) (Node version <= 16 is recommended for this application). Make sure to have both NPM and Node installed before proceeding. The dependencies for the application can be installed locally by typing `npm install` at the command line. A local version of the app can be launched by typing `npm start` at the command line and the page will reload when you make changes. A copy suitable for distribution can be built using the `npm run build` command (see the `build` folder).
18+
This project manages dependencies using the [NPM package manager](https://www.npmjs.com/) in the [Node environment](https://nodejs.dev/) (Node version >= 20 is recommended for this application). Make sure to have both NPM and Node installed before proceeding. The dependencies for the application can be installed locally by typing `npm install` at the command line. A local version of the app can be launched by typing `npm start` at the command line and the page will reload when you make changes. A copy suitable for distribution can be built using the `npm run build` command (see the `build` folder).
1919

2020
### Docker
2121
To start services via docker, first copy the default configuration files and modify as necessary:
@@ -36,8 +36,6 @@ Parameters for the app are stored in [environmental variables](http://man7.org/l
3636
#### Parameters
3737
| Parameter | Description | Allowed Values |
3838
| --- | --- | --- |
39-
| `REACT_APP_FHIR_RESOURCES` | Define the FHIR resource(s) to load for the patient | `Condition,Procedure,Observation,Questionnaire,QuestionnaireResponse` |
40-
| `REACT_APP_FHIR_OBSERVATION_CATEGORIES` | Define what categor(ies) of FHIR observations to load for the patient | `social-history,vital-signs,imaging,laboratory,procedure,survey,exam,therapy,activity` |
4139
| `REACT_APP_AUTH_SCOPES` | For allowing the app to specify the delegation of a specific set of access rights via launch context. see [App Launch: Scopes and Launch Context](https://build.fhir.org/ig/HL7/smart-app-launch/scopes-and-launch-context.html) | `profile roles email patient/*.read openid fhirUser patient/QuestionnaireResponse.write` |
4240
| `REACT_APP_DASHBOARD_URL` | Define the (f)EMR URL to which the app can return to | example: https://dashboard.acc.dev.cosri.cirg.washington.edu
4341

0 commit comments

Comments
 (0)