Skip to content

Conversation

Copy link

Copilot AI commented Jan 20, 2026

Identified the source of the error message: "Found more than one Resource with the same URL...with date-like versions except for...and was unable to determine a default version using date-format versioning"

Finding

Error originates from external dependency ca.uhn.hapi.fhir:org.hl7.fhir.utilities:6.7.9, not hapi-fhir codebase.

Source repository: https://github.com/hapifhir/org.hl7.fhir.core

Likely source files:

  • org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/context/BaseWorkerContext.java
  • org.hl7.fhir.r4b/src/main/java/org/hl7/fhir/r4b/context/BaseWorkerContext.java
  • org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/terminologies/validation/ValueSetValidator.java

These files contain version resolution logic for FHIR resources with date-based versioning and construct "Found more than one Resource" error messages.

Original prompt

I want to find the source file where this error message is coming from:

"Found more than one Resource with the same URL https://fhir.infoway-inforoute.ca/ValueSet/prescribedquantityunit with date-like versions except for 0.1.0 and was unable to determine a default version using date-format versioning"


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Investigate error source for multiple Resource URLs Document source location of version resolution error message Jan 20, 2026
Copilot AI requested a review from rosie-elphick January 20, 2026 18:24
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

Successfully merging this pull request may close these issues.

2 participants