-
Notifications
You must be signed in to change notification settings - Fork 343
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
STU3: Behavior of PocoStuctureDefinitionSummaryProvider is now the same as StuctureDefinitionSummaryProvider #1810
Merged
marcovisserFurore
merged 13 commits into
release/4.0.0-beta1-stu3
from
feature/1576-difference-pocosdsp-isdsp
Jan 13, 2022
Merged
STU3: Behavior of PocoStuctureDefinitionSummaryProvider is now the same as StuctureDefinitionSummaryProvider #1810
marcovisserFurore
merged 13 commits into
release/4.0.0-beta1-stu3
from
feature/1576-difference-pocosdsp-isdsp
Jan 13, 2022
Conversation
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
- CarePlan.activity.detail.status - ConceptMap.group.element.target.equivalence - Group.characteristic.exclude - List.entry.deleted - MedicationRequest.substitution.allowed
ewoutkramer
previously approved these changes
Jul 14, 2021
Don't pull this PR until we have a consensus on Zulip: https://chat.fhir.org/#narrow/stream/294899-dotnet.2Fcommitters/topic/Summary.20elements |
marcovisserFurore
added
the
breaking change
This issue/commit causes a breaking change, and requires a major version upgrade
label
Aug 3, 2021
ewoutkramer
previously approved these changes
Aug 5, 2021
marcovisserFurore
changed the base branch from
develop-stu3
to
release/4.0.0-beta1-stu3
January 13, 2022 10:29
marcovisserFurore
changed the base branch from
release/4.0.0-beta1-stu3
to
develop-stu3
January 13, 2022 10:53
marcovisserFurore
dismissed
ewoutkramer’s stale review
January 13, 2022 10:53
The base branch was changed.
marcovisserFurore
changed the base branch from
develop-stu3
to
release/4.0.0-beta1-stu3
January 13, 2022 10:54
# Conflicts: # common
…pocosdsp-isdsp # Conflicts: # src/Hl7.Fhir.Core.Tests/Serialization/SummarySerializationTests.cs # src/firely-net-sdk.props
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking change
This issue/commit causes a breaking change, and requires a major version upgrade
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
The behavior of
PocoStuctureDefinitionSummaryProvider
is now the same asStuctureDefinitionSummaryProvider
. The solution was to remove the attribute InSummary=true for the following pocos elements:Those elements had this
InSummary
attribute while it was absent in the FHIR specification. Therefor the attributeInSummary
has been removed.The FhirAttribite
IsModifier
has been added to Poco elements according to the FHIR specification._summary=true
is now depedent onIsModifier
orInSummary
.See also FirelyTeam/firely-net-common#138
See also PR FirelyTeam/fhir-codegen#14 in FirelyTeam/fhir-codegen
Related issues
Resolves #1576.
Testing
See unittest
Hl7.Fhir.Specification.Tests.PocoAndSdSummaryProvidersShouldBeEqual()
FirelyTeam Checklist