FHIR Chat · resource storage in database · hapi

Stream: hapi

Topic: resource storage in database


view this post on Zulip Rohini Babu (Mar 15 2021 at 10:19):

hi, i just starteed setup of hapi fhir jpaserver starter and it works
i want to see the full resource json in the postgres db but res_text coumn in hfj_res_ver table is just a number.

Please help me how to see the full resource json.
thanks in advance.

view this post on Zulip Lin Zhang (Mar 15 2021 at 13:41):

IIRC, they should be a special data type of PostgreSQL, such as OID type. The actual values are not the "integer" displayed. Some database tools could display something different from the integers.


Last updated: Apr 12 2022 at 19:14 UTC