angusmillar / Deprecated-Pyro

FHIR Server
https://pyrohealth.net/
Other
24 stars 7 forks source link

Fix for Batch interactions #1

Closed eug48 closed 6 years ago

eug48 commented 6 years ago

A small fix. It's nice to have another open-source FHIR server!

angusmillar commented 6 years ago

There is actually a more fundamental problem here in that the Server treats Batch & Transaction bundles all the same as if they are all Transaction bundles. I should really be rejecting Batch types and only accepting Transaction types or implement the appropriate Batch processing logic.