Stream: hapi
Topic: HAPI and terminology server
Alexander Dimitrov (Dec 15 2021 at 18:35):
Hi, which Terminology Server is used by the Validator within the HAPI Server? Is it the http://tx.fhir.org? Thanks in advance!
Jens Villadsen (Dec 15 2021 at 18:39):
That depends on how you configure the validation module: https://hapifhir.io/hapi-fhir/docs/validation/validation_support_modules.html
Alexander Dimitrov (Dec 15 2021 at 18:46):
I’m using a local hapi server which is in a docker (https://hub.docker.com/r/hapiproject/hapi) and also additionally I’m using for some testing purposes the public hapi FHIR server (http://hapi.fhir.org/baseR4). Whats the best way to see how the validation module has been configured? Or do you maybe know how the validation module of the public HAPI server is configured?
Jens Villadsen (Dec 15 2021 at 19:46):
I can't tell you how the validation module is configured for the public instance. For that you'll need to reach out to eg. @James Agnew . For the docker image check https://github.com/hapifhir/hapi-fhir-jpaserver-starter which by default uses https://hapifhir.io/hapi-fhir/docs/validation/validation_support_modules.html#defaultprofilevalidationsupport
Gaurav Vaishnav (Jan 24 2022 at 10:47):
hi all,
i am working on hapi-fhir-jpaserver-starter project ( https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git) to reduce its capabilities and make it a complete terminology server . so can anyone guide me where I can remove all other resource providers classes from hapi fhir parent project and also how can I generate capability statement that is specific to terminologies only
Last updated: Apr 12 2022 at 19:14 UTC