Stream: hapi
Topic: Where are the terminology resource instances reside?
Lin Zhang (Nov 03 2020 at 05:17):
Where could these instances (XML/JSON blobs) found within the HAPI FHIR JPA Server's database if they are stored separately from their structured forms in the terminology tables? Thanks for any hints.
For a concept's properties of the various datatypes (i.e., valueCode, valueCoding, valueString, valueInteger, valueBoolean, valueDateTime, valueDecimal), only the first three of them would be inserted into the table trm_concept_property. It seems that the storage process would ignore processing the other types. So for such types of concept properties, where to find their data? Using the resource XML/JSON instance blob? Then where are these blobs if yes?
[Note] The answer has been found in HAPI FHIR's docs.
Last updated: Apr 12 2022 at 19:14 UTC