Read Micronaut documentation for server configuration.
Download the project source code from Gitlab: kefhir.
If you are not familiar with KeFHIR download the example applications: kefhir-examples and investigate that.
A minimal project setup is available in kefhir-demo. Fastest way to start would be to copy this project and continue developing from there.
Examples are provided for Gradle build tool.
repositories {
mavenCentral()
maven { url "https://kexus.kodality.com/repository/maven-public/" }
}
implementation "com.kodality.kefhir:kefhir-core:${kefhirVersion}"
implementation "com.kodality.kefhir:fhir-conformance:${kefhirVersion}"
implementation "com.kodality.kefhir:fhir-rest:${kefhirVersion}"
implementation "com.kodality.kefhir:validation-profile:${kefhirVersion}"
implementation "com.kodality.kefhir:feature-conditional-reference:${kefhirVersion}"
Query http://localhost:8181/fhir