Stream: implementers
Topic: Bulk Post structure definitions into FHIR Server
Krishna Moorthi (Jul 11 2019 at 12:04):
Hello,
Currently I am using postman to insert profiles one by one into FHIR Server (not public) manually.
Tool : Postman
POST: https://fhir1dev-[servername]/fhir/xxxx/v1.0.0/StructureDefinition?http://xxxx.com/fhir/xxxxx/StructureDefinition/device
What is best approach to bulk insert structure definitions into FHIR server?
Thanks
Krish
Jason Walonoski (Jul 11 2019 at 12:59):
In a batch or transaction. https://www.hl7.org/fhir/http.html#transaction
Last updated: Apr 12 2022 at 19:14 UTC