Stream: implementers
Topic: start from certain patient resource id (e.g. 10^6)
peter stroessler (Apr 22 2021 at 17:42):
Hi, how is it possible to start from certain patient resource id (e.g. 10^6). Thank you in advance for any help. kind regards, peter
Lloyd McKenzie (Apr 22 2021 at 20:02):
You mean ask a server to start issuing identifiers for new resources starting at a particular point? That question would be server specific. (Some servers don't use sequential numbers at all, but UUIDs or timestamps or other identification schemes.) What type of server are you using?
peter stroessler (Apr 23 2021 at 13:29):
we use mariadb on ubuntu linux.
Lloyd McKenzie (Apr 23 2021 at 13:38):
That's not what FHIR server you're using - are you using one of the standard FHIR reference implementations or have you written your own server?
Lloyd McKenzie (Apr 23 2021 at 13:39):
E.g. are you using HAPI, Vonk, something else?
peter stroessler (Apr 24 2021 at 11:57):
sorry, we re using HAPI.
Lloyd McKenzie (Apr 24 2021 at 15:43):
You might ask the question on the #hapi stream
Last updated: Apr 12 2022 at 19:14 UTC