-
Notifications
You must be signed in to change notification settings - Fork 3
Stufe 5: Use CLOSE_SLICING_FOR_VALIDATION #966
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
Closed
Closed
Changes from 14 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
d6dbc23
Use CLOSE_SLICING_FOR_VALIDATION
alexzautke 27c38ce
Update Firely.Terminal action to alpha version
alexzautke b0e5bac
Update Firely.Terminal action version to alpha2
alexzautke 97402b6
Update Firely terminal pipeline version to alpha3
alexzautke 18226fe
Update Firely terminal pipeline version to alpha4
alexzautke b58ef63
Update Firely.Terminal action to v0.7.25-alpha5
alexzautke b38df43
Fix Appendektomie example
alexzautke 2f7a5e4
Swap LOINC -> KDL Composition.type
alexzautke 37f7b1e
ISiKBlutdruckSystemischArteriell: Add explicit LOINC slice
alexzautke 5995178
Fix cardinality
alexzautke c6b9e31
Update advisor.json
alexzautke 43528c1
Add validation filters for BundleExampleIntensivstation
alexzautke 7d4b2d2
fix: correct formatting in validation filters for BundleExampleIntens…
patrick-werner 3ff1be3
auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation)
patrick-werner 0fd146f
Merge branch 'main-stufe-5' into alexzautke-patch-2
f-peverali d142efc
Merge branch 'main-stufe-5' into alexzautke-patch-2
f-peverali 9c3d218
Update Firely terminal pipeline to version 0.8.3
alexzautke a673aaf
Add validation entries for gender and birthDate extensions
alexzautke 56321cd
Merge branch 'main-stufe-5' into alexzautke-patch-2
alexzautke 8a8ac00
Merge remote-tracking branch 'origin/main-stufe-5' into alexzautke-pa…
patrick-werner 25ec40a
commit sushi results
patrick-werner fff232b
chore: remove deactivated add & commit step from IG publisher workflow
patrick-werner 6202afa
feat: add auto-commit step for generated FHIR files in CI workflow
patrick-werner 0d1ae19
removed ig publisher piplines for stufe-5
patrick-werner 3f1462e
fix: add validation entries for SDC extensions in FHIR resources
patrick-werner fec170c
fix: syntax
patrick-werner 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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
question: i do not get it
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.
bislang wurde loinc nur per pattern auf .code in den components erzwungen.
Da wir in der CI Pipeline alle slicings auf closed stellen, um examples zu finden die außerhalb unserer slices validieren, aber eigentlich invalide sind müssen wir hier ein Slice einführen.
Sonst würde unsere Instanzen nicht mehr validieren, der Loinc code wäre korrekt, aber es gäbe keinen matching slice
Inhaltich keine Änderung, Code im slice ist identisch zum pattern