marklogic-community / marklogic-FHIR-mapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FHIR Mapper Project

Deployment to MarkLogic

To deploy the application to a fresh ML server, run ./gradlew mlDeploy from the fhir-mapping folder.

Load data

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.

HAPI Server

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.

Viewing the data in the HAPI Overlay

Example queries

  • From the Pracitioner query page, search for family name Doe. You should get 2 Practitioner results back (John and Jane Doe).
  • From the Patient query page, search for given name Jake. You should get 1 Patient result back (Jake Jacobs).

About


Languages

Language:JavaScript 65.6%Language:Java 17.1%Language:HTML 13.3%Language:CSS 4.0%