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
465 stars 246 forks source link

Workflow: PlanDefinition apply is failing if the library have the same id as the PD #2155

Closed delcroip closed 1 month ago

delcroip commented 9 months ago

Describe the bug PlanDefinition apply is failing if the library have the same id as the PD

Component Core library, SDC library, reference app, or SDC gallery app

To Reproduce execute the test "testGoogle" before that commit:

https://github.com/delcroip/android-fhir/commit/5906036afe4fcb160135d3d79a50a51fb64d0a3a

Expected behavior the resource type are different, id should not collide

Screenshots N/A

Smartphone (please complete the following information): N/A

Additional context We will make sure to not have same id between Library and other resource (PD, Activity) so this is not a blocking issue for us

Would you like to work on the issue? No

santosh-pingle commented 9 months ago

@divyaramnath-13 @MJ1998 can you please review this issue?

MJ1998 commented 1 month ago

This is same as #2490. Closing this.