-
Notifications
You must be signed in to change notification settings - Fork 9
Issues/344 data type html #380
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
Merged
Merged
Conversation
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
…swer and Questionnaire.item.type.choice
…rator is currently not supported
…rces' into issues/344_data-type-html * origin/issue/378_Profiles_for_All_Resources: (31 commits) renamed method missing annotation missing annotations, modified ActivityDefinition profile, improved tests formatting disabled resource validation for initial data loaded internal bundle enforced default profiles, fixed tests, improved ConformanceService modification to check rewrite of old 1.0.0 profiles modification to be compliant with 2.0.0 profiles new profile related validation, runtime modifications for v1 plugins fixed integration tests for new 2.0.0 profiles data migrations jobs to fix task profiles and questionnaire resources removed special case for Questionnaire 1.0.0 profile changes to support 2.0.0 profiles new and fixed profile validation tests, other minor changes DSF 2.0.0 FHIR resources new oidc options to specify required aud and enable azp verification added missing test mail server dependencies option to add reference to created QuestionnaireResponse to start task new service to modify start task output components added version parameter to create method, moved code to interface ...
hhund
approved these changes
Oct 31, 2025
dsf-fhir/dsf-fhir-server/src/main/java/dev/dsf/fhir/adapter/ResourceTask.java
Dismissed
Show dismissed
Hide dismissed
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.
Adds support for the Quantity based data types in Task and QuestionnaireResponse resources and Choice for the QuestionnaireResponse resource in HTML inputs.
resolves #344