Skip to content
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

upload-terminology command - add explicit current version control #2786

Closed
jmarchionatto opened this issue Jul 9, 2021 · 0 comments · Fixed by #2821
Closed

upload-terminology command - add explicit current version control #2786

jmarchionatto opened this issue Jul 9, 2021 · 0 comments · Fixed by #2821
Assignees

Comments

@jmarchionatto
Copy link
Collaborator

A new optional boolean flag will be added to the CodeSystem uploader, indicating whether the CodeSystem being uploaded is the current version.

  • If this flag is present and set to true, the CodeSystem version being uploaded will be marked as the current version, and any CodeSstem queries that do not explicitly indicate a version will use it. Any over versions of the CodeSystem will be marked as not being the current version.
  • If this flag is present and set to false, the CodeSystem version being uploaded will not be marked as the current version. If the version being uploaded is already the current version and this flag is set to false, an error will be raised and the operation will be aborted.
  • If this flag is missing, the system will treat the upload as if the flag was set to true (preserving the existing behaviour)

HAPI FHIR Version: HAPI FHIR 5.4.1 (Pangolin)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant