Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 878 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 878 Bytes

PDex Patient Import UI Reference Implementation

Build Status

Da Vinci reference implementation for the Patient Import UI use case.

Implementation Details

Implementation is intended to prove the following functionality:

  1. OAuth2 Authorization for data import from multiple Payer systems.
  2. Querying of Patient data from a Payer FHIR Server using a token requested during step 1
  3. Storing Patient data from multiple Payer systems.
  4. Responsive UI to display Patient data.
  5. Group data by Encounter.

Build

Go to root project's folder and run:

mvn clean install

Try it

Run app with:

java -jar api/target/patient-ui-2.1-SNAPSHOT.jar

Go to https://localhost:8443

Credentials: user/user