Update $ersd-v2-import to preserve 'reporting' intendedUsageContext#1061
Merged
Conversation
|
Formatting check succeeded! |
…dArtifact ValueSets
Chris0296
force-pushed
the
cor-import-preserve-reporting-uc
branch
from
July 9, 2026 21:23
4d4bb58 to
b35a29a
Compare
|
sliver007
approved these changes
Jul 10, 2026
Chris0296
marked this pull request as ready for review
July 10, 2026 15:36
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.



$ersd-v2-import was only forwarding 'focus' and 'priority' usage contexts from a leaf/grouper ValueSet onto the corresponding relatedArtifact reference in the root Library. Any other usage context authored on the ValueSet was silently dropped.
This change ensures that the 'reporting' usage context (if present on a ValueSet) is included in the root Library relatedArtifact reference.
Tests updated to reflect.