FHIR Chat · question regarding BLOB encoding in mysql storage · hapi

Stream: hapi

Topic: question regarding BLOB encoding in mysql storage


view this post on Zulip Job Schipper (Sep 10 2021 at 07:08):

Im using mysql as storage for HAPI. Can anyone tell me what encoding is used for the RES_TEXT field of the HFJ_RES_VER table ?

view this post on Zulip Job Schipper (Sep 10 2021 at 10:20):

nvm, found it! for reference, the answer is in the same table. the record contains value "JSONC" for RES_ENCODING, which according to the docs point to:

JSONC, The resource is serialized using FHIR JSON encoding, and then compressed into a byte stream using GZIP compression.


Last updated: Apr 12 2022 at 19:14 UTC