Issue/38 add explicit task coding validation for codesystem and valueset with separate error issues#45
Merged
khalilmalla95 merged 6 commits intodevelopfrom May 6, 2026
Conversation
Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.18.0 to 2.18.6. - [Commits](FasterXML/jackson-core@jackson-core-2.18.0...jackson-core-2.18.6) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.18.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Added support for loading ValueSet files and indexing `compose.include.system` URIs. - Introduced utilities for checking system inclusion in ValueSets and retrieving associated systems. - Refactored resource scanning logic to handle both CodeSystems and ValueSets.
…g checks - Added granular error types to `LintingType` for `Task.input.type.coding` validation. - Introduced slice cardinality and terminology checks for `Task.input`. - Refactored `lintInputs` and implemented `lintInputTypeCodingTerminology` to handle `Task.input` coding validation. - Enhanced profile-loading logic to extract binding metadata and fixed coding constraints.
- Introduced `FhirTaskLinterInputCodingTerminologyTest` to verify terminology checks. - Added tests to validate coding system existence and binding context logic for `Task.input`.
jaboehri
reviewed
May 4, 2026
jaboehri
requested changes
May 4, 2026
…`FhirTaskLinter`.
jaboehri
approved these changes
May 6, 2026
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.
closes #38