FHIR Chat · not support format · hapi

Stream: hapi

Topic: not support format


view this post on Zulip Wizard Wu (Apr 28 2020 at 09:11):

I remove the annotation @RequestBody, the requese can be successful, but i can noly get the appointment id rather than all of appointment data. if i do not remove the annotation, the console will report the exception (the format not support.) image.png image.png

view this post on Zulip Alex Poor (Apr 28 2020 at 11:31):

hi everyone HAPI newbie here - I just set up HAPI JPA server on amazon EC2 and backend as MySQL RDS. I can see that HAPI creates table/schema in the designated db, but I can't find where the actual data lives in this database?! Like, if I POST a new patient and I get a 200. I can GET that patient, so I know it lives on this HAPI instance somewhere. But if I browse all the RDS tables in DBeaver I can't find this data anywhere - only the metadata. This is important for our use case since we would like to push data from our AWS data lake to MySQL so it can be served to users via HAPI - but right now we don't know where this data lives. Thank you for your advice!

view this post on Zulip James Agnew (Apr 28 2020 at 14:21):

I haven't actually publicized this much yet, but we've actually started documenting the JPA Server DB schema here: https://hapifhir.io/hapi-fhir/docs/server_jpa/schema.html

view this post on Zulip Alex Poor (Apr 28 2020 at 19:55):

James Agnew said:

I haven't actually publicized this much yet, but we've actually started documenting the JPA Server DB schema here: https://hapifhir.io/hapi-fhir/docs/server_jpa/schema.html

7:51 AM

thanks! sorry I missed that the docs were there all along... As far as I can see then - because HFJ_RESOURCE.HASH_SHA256 is a hash of the full resource and HFJ_RES_VAR.RES_TEXT is a compressed blob of the resource - it is NOT possible to insert/update resources in HAPI at the database level alone?

view this post on Zulip James Agnew (Apr 28 2020 at 21:35):

I guess technically it could be done if you added everything correctly, but it's definitely not recommended to do it that way.

view this post on Zulip Wizard Wu (Apr 29 2020 at 05:05):

who can help me?


Last updated: Apr 12 2022 at 19:14 UTC