This service is an add-on to the CM to onboard patients/users who can not self service to get registered or linked
The customer may designate an HIU as the recipient of the Health Information when requesting consent artifact creation to consent manager. The HIU needs to maintain the customer’s health information provided to it securely in compliance with terms of the consent granted by the Customer.
Create docker image
docker build -t uos .
To run the image
docker run -d -p 9060:8080 uos
To run
./gradlew bootRun
or if you want to run in dev environment setup
./gradlew bootRun --args='--spring.profiles.active=dev'
To run the tests
./gradlew test
- APIs for registration and linking of users/patients to hospitals
Once ran the application, navigate to
{HOST}/index.html