Skip to content

HL7-DaVinci/PDex-Patient-Import-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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