Stream: hapi
Topic: Resource.id
Oliver (Nov 13 2018 at 19:20):
Resource.id in FHIR is specified as a string but the HAPI implementation of this seems to require that the logical ID part be an integer (long/BigDecimal (e.g. IDType.getIDPartAsLong() and the id column in the JPA implementation is a numeric column). That doesn’t seem compatible. Is there an way to avoid this conflict or is this just an assumption in HAPI and we have to build a mapping from our string based IDs to integers somewhere else? Thanks
Last updated: Apr 12 2022 at 19:14 UTC