kefhir-rest
is the module responsible for starting and managing rest endpoints.
This module is optional. For example you want to make your own way of handling requests.
To enable this module, simply include it in build.gradle
implementation "com.kodality.kefhir:fhir-rest:${kefhirVersion}"
kefhir-rest
will start one new endpoint /fhir
to accept FHIR requests and then be managed based on current server conformance configuration. Example FHIR url would be http://localhost:8181/fhir/Patient
.