Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundles are not being posted to the base API path #141

Open
RadovanTomik opened this issue Apr 20, 2023 · 0 comments
Open

Bundles are not being posted to the base API path #141

RadovanTomik opened this issue Apr 20, 2023 · 0 comments

Comments

@RadovanTomik
Copy link

Description

Trying to post a Bundle Resource of type "transaction" results in it being posted to BASE_API/Bundle therefore resources that are part of the bundle are not created.

How to reproduce

Create a Bundle resource of type 'transaction' and resource_type 'Bundle'. Try to post it to a FHIR server using bundle.create(server)

What happens

The bundle can be found at BASE_API/Bundle and the resources in it have not been created on the FHIR server

What should happen

The bundle should be posted to just BASE_API and the resources in bundle.entries should be created/updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant