google / android-fhir

The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android.
https://google.github.io/android-fhir/
Apache License 2.0
458 stars 238 forks source link

The response metadata is not updated in the payload of the resource. #2498

Open santosh-pingle opened 1 month ago

santosh-pingle commented 1 month ago

Describe the bug The metadata that is part of the response is not updated in the payload or serialized resource string within the Resource Entity table. However, the same metadata (version ID and last modified time) is updated as separate fields in the Resource Entity table.

The updated individual metadata fields, such as version ID and last modified time, should be synchronized with the serialized resource in the Resource Entity table.

This issue can be fixed as part of #2440

Component Core library

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Additional context Add any other context about the problem 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.

santosh-pingle commented 1 month ago

2440