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

Use Fhir Bundle type transaction for uploading the local changes to the server. #1021

Closed
aditya-07 opened this issue Jan 12, 2022 · 0 comments · Fixed by #1084
Closed

Use Fhir Bundle type transaction for uploading the local changes to the server. #1021

aditya-07 opened this issue Jan 12, 2022 · 0 comments · Fixed by #1084
Assignees
Labels
effort:medium Medium effort - 3 to 5 days type:enhancement New feature or request

Comments

@aditya-07
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Multiple Resource changes can be uploaded to the server in a single request using Bundle compared to Multiple individual requests for each one.

Describe the solution you'd like
Use Bundle 'transaction' to upload the resources as Bundle 'batch' can't have resources with interdependencies. As with Http PUT, for creating resources, the resource Id doesn't changes. It simplifies the engine implementation to a greater extent, so use Http.PUT for now.
Continue to use Http.PATCH for updating resources as it is done currently.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Would you like to work on the issue?
Yes

@aditya-07 aditya-07 added this to To do in FHIR engine library via automation Jan 12, 2022
@aditya-07 aditya-07 added FHIR engine type:enhancement New feature or request labels Jan 12, 2022
@aditya-07 aditya-07 self-assigned this Jan 12, 2022
@aditya-07 aditya-07 added the effort:medium Medium effort - 3 to 5 days label Jan 12, 2022
FHIR engine library automation moved this from To do to Done Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort:medium Medium effort - 3 to 5 days type:enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants