-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with updating DependantVersionEffectiveTime in CodeSystem Version #603
Comments
The steps should be:
|
It's not possible to manually set or override the dependant effective time. This is calculated by the Snowstorm version control system. Technical explanation.. Each child branch points to a specific commit on the timeline of the parent branch, this is called the base timepoint. The dependant effective time is taken from the codesystem version of the parent code system that matches the base timepoint. It is essential to upgrade an extension codesystem before importing the new extension release package, this ensures good referential integrity of the internal semantic index. If the release package is imported first it's possible that new concepts may point to International concepts that the extension branch can not see yet. |
@kaicode Thank you for the answer! Unfortunately, it is not possible to delete the code system version after it has been imported, nor is it possible to directly fix the incorrect dependant effective time field. What should be the next steps to fix this incorrect import? |
I recommend reverting one or two commits on the extension branch. This will automatically delete the codesystem version and reset the content ready for the upgrade step. Follow these steps to rollback the correct number of commits on the codesystem branch to the point of the previous release:
You should only need to rollback a few commits. Once the previous release branch state is |
The problem arose with updating the value of dependantVersionEffectiveTime in the code system version. The sequence was as follows:
No possibilities of updating dependantVersionEffectiveTime CodeSystem version were found.
The text was updated successfully, but these errors were encountered: