Assign OIDs to satisfy IG Publisher 2.2.10 - #381
Merged
Merged
Conversation
IG Publisher 2.2.10 treats the SQL on FHIR canonical as an HL7/FHIR guide and emits missing OIDs as fatal errors rather than warnings, which broke the build for the four code systems and four value sets. Set the auto-oid-root parameter to the arc assigned to this IG in the FHIR ig-registry so the publisher auto-assigns and persists OIDs. The generated oids.ini records the assignments and is committed so they remain stable across builds. Resolves #376
# Conflicts: # sushi-config.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IG Publisher 2.2.10 started treating the SQL on FHIR canonical as an HL7/FHIR guide and now emits missing OIDs as fatal errors rather than warnings, which broke the build for the four code systems and four value sets (see the failing run linked from #376).
This sets the auto-oid-root parameter to the arc assigned to this IG in the FHIR ig-registry (2.16.840.1.113883.4.642.40.77) so the publisher auto-assigns and persists OIDs, and commits the generated oids.ini so the assignments stay stable across builds.
Verified locally with IG Publisher 2.2.10: the build reports 0 errors and 0 warnings, down from 8 errors.
The related canonical URL and package-id change (#377) is being handled separately, as it has wider implications that are still being worked through.
Resolves #376