To deploy the application to a fresh ML server, run ./gradlew mlDeploy
from the fhir-mapping
folder.
To load the sample set of data that comes with the project (in src/main/ml-data
), run ./gradlew mlLoadData
from the fhir-mapping
folder.
To run the HAPI server that connects to and queries data from the project you just deployed, run ./gradlew bootRun
from the hapi-server
folder.
- Navigate to http://localhost:8081
- From the Pracitioner query page, search for
family
nameDoe
. You should get 2 Practitioner results back (John and Jane Doe). - From the Patient query page, search for
given
nameJake
. You should get 1 Patient result back (Jake Jacobs).