bluehalo / node-fhir-server-core

An Open Source secure REST implementation for the HL7 FHIR Specification. For API documentation, please see https://github.com/Asymmetrik/node-fhir-server-core/wiki.
https://asymmetrik.com/healthcare
MIT License
393 stars 122 forks source link

feat: add batch support #184

Closed sshah-asymmetrik closed 2 years ago

sshah-asymmetrik commented 5 years ago

Adding support for batch operations on the root element

sshah-asymmetrik commented 5 years ago

TODO: unit tests

7opf commented 4 years ago

it would be nice if the batch feature could be completed and added to master branch. Ive submitted https://github.com/Asymmetrik/node-fhir-server-core/pull/218 which fixes a couple things in the existing feat/batch branch

luan-dev commented 2 years ago

Closing stale PR. Looks like batch support is already added