Stream: hapi
Topic: contained valueset being dropped
Diane (Jan 05 2022 at 03:54):
Our contained valueset(s) are being dropped when the questionnaire resource is created in our FHIR server (HAPI R4 version 5.0.2), whether pasted directly into the CRUD operations tab or sent as a POST via Postman. I get back a 201 Created response, so everything appears to have happened correctly. The questionnaire resource looks fine in our HAPI server, except it is missing the contained valueset(s).
The contained valueset(s) are not dropped when the same questionnaire resource is loaded into hapi.fhir.org (see for example http://hapi.fhir.org/baseR4/Questionnaire/2736623)
Is there something wrong with our HAPI server? Is there anything that I should look at in the conformance statement?
Jens Villadsen (Jan 05 2022 at 09:17):
@Diane start by updating your local HAPI FHIR server. The community can deliver you the best kind of support if you are on the latest released version of the framework
Diane (Jan 05 2022 at 23:25):
Yes. That makes sense. When we installed our HAPI FHIR initially, we got stuck for several weeks with no progress. Our team has software developers but no one with Java or server expertise. We finally had to engage a 3rd party to create a cloud image for us in Docker. Is the upgrade similar in difficulty to a new install? If so, we may have to get the 3rd party back. We run the JPA Server. Is this the upgrade process https://hapifhir.io/hapi-fhir/docs/server_jpa/upgrading.html or does that only upgrade the JPA but not the HAPI? Since our project is a demo only (with no real data), should we just do a clean install of the lastest version? Would that be easier?
Jens Villadsen (Jan 05 2022 at 23:27):
HAPI FHIR is already distributed as a docker image at https://hub.docker.com/r/hapiproject/hapi
Jens Villadsen (Jan 05 2022 at 23:28):
https://hapifhir.io/hapi-fhir/docs/server_jpa/upgrading.html documents the process for migrating the database from previous versions to newer versions
Jens Villadsen (Jan 05 2022 at 23:30):
You'll have to do the database migration if you would like the data to survive when using newer versions of the HAPI FHIR server
Last updated: Apr 12 2022 at 19:14 UTC