Stream: implementers
Topic: bulk creation of resources
Emre Avsar (Nov 22 2017 at 19:57):
hi guys, hope you had a nice dev conf last week in amsterdam!
i got a question regarding bulk creation of resources. Is this covered by FHIR somehow? or does fhir strictly say, nope this is done in multiple create single resource requests? the resources are of the same type for the bulk creation.
Emre Avsar (Nov 22 2017 at 19:59):
maybe this? https://www.hl7.org/fhir/http.html#transaction
Stefan Lang (Nov 22 2017 at 20:01):
Exactly this!
Stefan Lang (Nov 22 2017 at 20:03):
You might also look into all the capabilities of Bundle: https://www.hl7.org/fhir/bundle.html#using
and, depending on your use case, also: https://www.hl7.org/fhir/documents.html
Lloyd McKenzie (Nov 22 2017 at 20:40):
Either transaction or batch could be relevant, depending on whether you want transactional behavior.
Emre Avsar (Nov 22 2017 at 20:41):
thanks guys. i go with the transaction. reading the doc sometimes helps.. :D
Emre Avsar (Nov 22 2017 at 20:41):
my bad
Lloyd McKenzie (Nov 22 2017 at 21:02):
None of us have EVER posted a question without thoroughly reading all of the documentation ... ;)
Last updated: Apr 12 2022 at 19:14 UTC