Skip to content
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

Conversation

marcovisserFurore
Copy link
Member

@marcovisserFurore marcovisserFurore commented Jul 13, 2021

Description

The behavior of PocoStuctureDefinitionSummaryProvider is now the same as StuctureDefinitionSummaryProvider. The solution was to remove the attribute InSummary=true for the following pocos elements:

  • CarePlan.activity.detail.status
  • ConceptMap.group.element.target.equivalence
  • Group.characteristic.exclude
  • List.entry.deleted
  • MedicationRequest.substitution.allowed

Those elements had this InSummary attribute while it was absent in the FHIR specification. Therefor the attribute InSummary has been removed.

The FhirAttribite IsModifier has been added to Poco elements according to the FHIR specification. _summary=true is now depedent on IsModifier or InSummary.

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

  • Update the title of the PR to be succinct and less than 50 characters
  • Mark the PR with the label breaking change when this PR introduces breaking changes

	- CarePlan.activity.detail.status
	- ConceptMap.group.element.target.equivalence
	- Group.characteristic.exclude
	- List.entry.deleted
	- MedicationRequest.substitution.allowed
@marcovisserFurore marcovisserFurore marked this pull request as ready for review July 13, 2021 16:07
ewoutkramer
ewoutkramer previously approved these changes Jul 14, 2021
@marcovisserFurore
Copy link
Member Author

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 marcovisserFurore added the breaking change This issue/commit causes a breaking change, and requires a major version upgrade label Aug 3, 2021
@marcovisserFurore marcovisserFurore marked this pull request as draft August 3, 2021 11:13
ewoutkramer
ewoutkramer previously approved these changes Aug 5, 2021
@marcovisserFurore marcovisserFurore changed the base branch from develop-stu3 to release/4.0.0-beta1-stu3 January 13, 2022 10:29
@marcovisserFurore marcovisserFurore changed the base branch from release/4.0.0-beta1-stu3 to develop-stu3 January 13, 2022 10:53
@marcovisserFurore marcovisserFurore dismissed ewoutkramer’s stale review January 13, 2022 10:53

The base branch was changed.

@marcovisserFurore marcovisserFurore changed the base branch from develop-stu3 to release/4.0.0-beta1-stu3 January 13, 2022 10:54
@marcovisserFurore marcovisserFurore marked this pull request as ready for review January 13, 2022 10:59
…pocosdsp-isdsp

# Conflicts:
#	src/Hl7.Fhir.Core.Tests/Serialization/SummarySerializationTests.cs
#	src/firely-net-sdk.props
@marcovisserFurore marcovisserFurore merged commit 5256915 into release/4.0.0-beta1-stu3 Jan 13, 2022
@marcovisserFurore marcovisserFurore deleted the feature/1576-difference-pocosdsp-isdsp branch January 13, 2022 11:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IStructureDefinitionSummary differs between PocoSDSP and StructureDefinitionSDSP
3 participants