android-fhir
android-fhir copied to clipboard
Allow Resource Creation using POST http verb.
Is your feature request related to a problem? Please describe.
User should be able to create a resource on the Fhir Server using Http-POST. This ticket should handle only the UrlUploadRequest
and the BundleUploadRequest
can be handled in a subsequent ticket.
Describe the solution you'd like A clear and concise description of what you want to happen.
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? Please state if this issue should be assigned to you or who you think could help to solve this issue.
@aditya-07 I looked at the current upload strategy code. As I will start working on designing and implementing it, could you add more details for reference?