I'm implementing a HAPI Plain Server and am having troubles with POSTing a new Binary resource
When I do that, if I post with an ID, the resource is written to my database with a new ID (this is by design and works the same on all the resources we've implemented to date)
However, for Binary, the ID is returned in the response with the original ID. We use Code Generation for our Providers, so I feel like this must be something that is happening in the HAPI FHIR Hooks.
Is there any reason why treatment of the ID field on Binary would be different than other resources?
--
Greg Akins
Principal Software Developer