Skip to content

VSP ID now includes IG version - #711

Open
c-schuler wants to merge 1 commit into
mainfrom
fix/vsp-id-includes-ig-version
Open

VSP ID now includes IG version#711
c-schuler wants to merge 1 commit into
mainfrom
fix/vsp-id-includes-ig-version

Conversation

@c-schuler

Copy link
Copy Markdown
Contributor

Value Set Package IDs were generated as {igPackageId}-vsp-{vspVersion}, omitting the version. Creating packages for the same date against different versions (e.g. hl7.fhir.us.core|6.1.0 and |6.2.0, both 2026-06) produced identical IDs and clashed.

Now including the version as {igPackageId}.{igVersion}-{vspVersion} (e.g. hl7.fhir.us.core.6.1.0-2026-01). Added a regression test verifying different versions with the same VSP version yield distinct IDs.

Closes #700

@c-schuler c-schuler self-assigned this Aug 6, 2026
@c-schuler c-schuler added the enhancement New feature or request label Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VSP Generated ID does not include IG version

3 participants