-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update usage of SemVer in references #11
Open
mmreith
wants to merge
1
commit into
main
Choose a base branch
from
UpdateSemVerReferences
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4
−0
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,12 @@ Wird eine Domäne aufgegeben, weil eine entsprechende Organisation nicht mehr ex | |
|
||
Bei der Referenzierung auf eine Definition mittels des Datentyps `canonical` kann die Version pipe-separiert mit angegeben werden, wenn sichergestellt werden soll, dass sich der Verweis immer auf dieselbe Version einer Definition bezieht, unabhängig davon, ob diese noch aktuell oder gültig ist. | ||
|
||
In der Fhir-Spezifikation ist keine festgelegte Vorgabe zum Aufbau der Version enthalten. Die International oft genutzte SemVer-Versionierungsspezifikation ist eine gute Option und es wird empfohlen diese im Rahmen der erstellten Spezifikation festzulegen. | ||
|
||
Beispiel: `http://hl7.org/fhir/ValueSet/data-absent-reason|4.0.1` | ||
|
||
Bei Nutzung von SemVer ist es möglich die letzte Stelle (Bugfix-Stelle) der Canoncial als Wildcard wegzulassen z.B. http://hl7.org/fhir/ValueSet/data-absent-reason|4.0. Dies ermöglicht es Bugfixupdates ohne Anpassungnotwendigkeit der Teilnehmer, die bereits alles korrekt umgesetzt hatten, durchzuführen. In R4 ist dies in der Spezifikation noch nicht eindeutig erläutert, allerdings in den Folgeversionen bereits intendiert ([NPM Packages](https://confluence.hl7.org/pages/viewpage.action?pageId=35718629#NPMPackageSpecification-Versionreferences), [R5 Packages](https://hl7.org/fhir/packages.html#:~:text=Any%20dependencies%20SHALL,found%20patch%20number%3A), [R6 Build Canoncial Matching](https://build.fhir.org/references.html#canonical-matching)) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
Bei einer Canonical-Referenz *ohne* Versionsangabe entscheidet das jeweils interpretierende System, welche Version gilt. | ||
|
||
### Besonderheiten bei Canonicals von Extensions | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bitte den R6 Link durch https://hl7.org/fhir/6.0.0-ballot2/references.html#canonical-matching ersetzen