Fix: supprimer le warning QA eld-24 (pattern[x] vs fixed[x]) - #13
Open
nriss wants to merge 1 commit into
Open
Conversation
Ce warning est hérité des StructureDefinitions de base du package hl7.cda.uv.core (classCode, typeId.root fixés structurellement dans le modèle CDA/RIM), pas du FSH de ce dépôt. HL7 supprime lui-même ce même warning dans le QA du CDA core pour la même raison.
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.
Description des changements
eld-24dansinput/ignoreWarnings.txtpour supprimer le warning "Best Practice Recommendation"pattern[x] should be used rather than fixed[x], qui apparaissait ~1356 fois dans le QAContexte
Ce warning n'est pas dû au FSH de ce dépôt (aucune assignation
(exactly)n'y est utilisée). Il est hérité des StructureDefinitions de base du packagehl7.cda.uv.core(ex:classCode,typeId.rootfixés structurellement dans le modèle CDA/RIM), propagées dans le snapshot de chacun des ~199 profils/Logical Models de ce dépôt qui contraignent ce package.Ces
fixed[x]sont légitimes pour des invariants structurels du CDA (codes RIM, OID racines) et ne peuvent pas être convertis enpattern[x]sans modifier le package CDA core amont, maintenu par HL7 et hors périmètre de ce dépôt.HL7 rencontre et supprime lui-même ce même warning (439 occurrences) dans le QA officiel du CDA core (https://hl7.org/cda/stds/core/qa.html), sous le commentaire "We want to fix a bunch of coded fields" — confirmant qu'il s'agit d'une dette connue du modèle CDA core, pas d'un défaut de nos profils.
Type de changement
Checklist
sushi-config.yaml:releaseLabelest bienci-buildpour une version en développementchange-log.mdmis à jour — non applicable, ce fichier n'existe pas dans ce dépôtmainPreview
https://ansforge.github.io/interop-IG-cda-document-core/fix-suppress-eld-24/ig