fhirStore persistance? #67
Answered
by
PSchmiedmayer
advatar
asked this question in
Challenges and Help
-
What Stanford Spezi module is your challenge related to?SpeziFHIR DescriptionWhat is the idea for persistance? Using FHIR Bundle on disk? Reproductionnoticed that fhirStore starts empty on restart Expected behaviorwould like fhirStore to persist Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
PSchmiedmayer
Nov 18, 2024
Replies: 1 comment
-
Thank you for reaching out @advatar! Yes, persisting a bundle on disk might be the simplest way. If you want to have a more scalable local storage backend, I would recommend Swift Data storing some context in a field and the complete resource in a JSON blob. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vishnuravi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for reaching out @advatar!
Yes, persisting a bundle on disk might be the simplest way.
If you want to have a more scalable local storage backend, I would recommend Swift Data storing some context in a field and the complete resource in a JSON blob.