diff --git a/README.md b/README.md index 140d81f..1449808 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,32 @@ Instructions ```sh npm install +npm run launch & npm run demo ``` -Visit http://localhost:3001/ to log in (use any username and password) +To launch the app via SMART launch, [click here](http://launch.smarthealthit.org/?auth_error=&fhir_version_1=r4&fhir_version_2=r4&iss=&launch_ehr=1&launch_url=http%3A%2F%2Flocalhost%3A8899%2Flaunch.html&patient=&prov_skip_auth=1&provider=&pt_skip_auth=1&public_key=&sb=&sde=&sim_ehr=1&token_lifetime=15&user_pt=) and then click the green Launch App button. - + -Select a patient age, gender, indication, and order to determine whether it -is within recommended guidelines. - +Select a provider and a patient, then select an indication, and an order to +determine whether it is within recommended guidelines. + + + + + + + +V2 TODO +------- + +- [x] Make it work with SMART Launch + - [x] Launch from http://launch.smarthealthit.org simulated EHR +- [x] Grab demographics from SMART context + - [x] populating (name and DOB) or at least "age and gender" fields from v1 +- [x] Everything else the same (except old login form was disabled) V1 TODO ------- diff --git a/images/empty_form.png b/images/empty_form.png deleted file mode 100644 index 630d852..0000000 Binary files a/images/empty_form.png and /dev/null differ diff --git a/images/login.png b/images/login.png deleted file mode 100644 index 2bd443a..0000000 Binary files a/images/login.png and /dev/null differ diff --git a/images/v2indication.png b/images/v2indication.png new file mode 100644 index 0000000..1b47e0a Binary files /dev/null and b/images/v2indication.png differ diff --git a/images/v2launch.png b/images/v2launch.png new file mode 100644 index 0000000..cd4802c Binary files /dev/null and b/images/v2launch.png differ diff --git a/images/v2patient.png b/images/v2patient.png new file mode 100644 index 0000000..3f5a53a Binary files /dev/null and b/images/v2patient.png differ diff --git a/images/v2procedure.png b/images/v2procedure.png new file mode 100644 index 0000000..cc74dc0 Binary files /dev/null and b/images/v2procedure.png differ diff --git a/images/v2provider.png b/images/v2provider.png new file mode 100644 index 0000000..f002358 Binary files /dev/null and b/images/v2provider.png differ diff --git a/images/v2rating.png b/images/v2rating.png new file mode 100644 index 0000000..0ffdb13 Binary files /dev/null and b/images/v2rating.png differ diff --git a/index.html b/index.html index cb2a145..5f12dd5 100644 --- a/index.html +++ b/index.html @@ -8,22 +8,23 @@