Releases: FirelyTeam/firely-net-sdk
5.0.0 beta2 (release 20230119)
Intro
This is the second beta release for version 5.0.0.
In this version the FHIR 5.0.0-snapshot3 has been implemented. This causes the following breaking changes:
Base:
- regex pattern for
Base64Binary
was updated. - regex pattern for
FhirDateTime
,Instant
,Time
was updated. - regex pattern for
Markdown
was updated. CodeSystemContentMode
has been moved out of theCodeSystem
class (re-used inTerminologyCapabilities
)
From STU3:
- Methods
ConceptMap.SourceAsString()
andConceptMap.TargetAsString()
are removed - The class
Hl7.Fhir.Model.Attachment
moved to the libraryBase
. Hl7.Fhir.Model.Attachment.UrlElement
is now of typeFhirUri
instead ofFhirUrl
.DomainResource.modifierExtension
is a summary element now.Hl7.Fhir.Model.Signature
- Cardinality of
Signature.type
is now0..*
(was1..*
) - Cardinality of
Signature.when
is now0..1
(was1..1
) - Cardinality of
Signature.who
is now0..1
(was1..1
)
- Cardinality of
From R4:
- The class
Hl7.Fhir.Model.RelatedArtifact
has been moved to Conformance library ElementDefinition.constraint.Requirements
is now of typeMarkdown
instead ofstring
.ElementDefinition.constraint.RequirementElement
has been removed.ElementDefinition.binding.Description
is now of typeMarkdown
instead ofstring
.ElementDefinition.binding.DescriptionElement
has been removed.ElementDefinition.mapping.Comment
is now of typeMarkdown
instead ofstring
.ElementDefinition.mapping.CommentElement
has been removed.
From R5:
RelatedArtifact.UrlElement
has been removed. The property is still available inRelatedArtifact
, but should not be used in R5.ElementDefinition.DiscriminatorType.Pattern
has been deprecated for R5. Do not use this enum for R5.ElementDefinition.constraint.xpath
has been removed. The property is still available inElementDefinition
, but should not be used in R5.ValueSet.scope.focus
has been removed. The property is still available inValueSet
, but should not be used in R5.- Obsolete NamingSystem Purpose/Experimental/ExperimentalElement properties have been removed.
What's Changed
- Update readme by @ewoutkramer in #2345
- Adde nuspec that can be used to create the Specification metpackage. by @ewoutkramer in #2344
- Download script with parameters by @marcovisserFurore in #2352
- Rerun of CodeGen by @marcovisserFurore in #2355
- Add roundtrip tests for new serializers for R4+ by @mmsmits in #2347
- Prepare FhirClient for refactoring by @ewoutkramer in #2359
- Align CanonicalUri classes by @mmsmits in #2358
- Add CancellationToken support by @ewoutkramer in #2360
- Implemented FHIR 5.0.0-snapshot3 by @marcovisserFurore in #2357
- Upgrading package dependencies by @marcovisserFurore in #2362
- 2338 Fix nullref exception in EnumUtility by @ewoutkramer in #2363
- 2273 Report missing mandatory elements by @ewoutkramer in #2367
- Small corrections by @marcovisserFurore in #2364
- DeclaredType attributes on ElementDefintion properties by @marcovisserFurore in #2369
Full Changelog: v5.0.0-beta1...v5.0.0-beta2
5.0.0 beta1 (release 20221220)
We have restructured the whole SDK to the following packages:
Hl7.Fhir.Base
(formally known as the common packages)Hl7.Fhir.STU3
Hl7.Fhir.R4
Hl7.Fhir.R4B
Hl7.Fhir.R5
Hl7.Fhir.Specification.Data.STU3
Hl7.Fhir.Specification.Data.R4
Hl7.Fhir.Specification.Data.R4B
Hl7.Fhir.Specification.Data.R5
Hl7.Fhir.Specification.STU3
(meta package for backward compatibility)Hl7.Fhir.Specification.R4
(meta package for backward compatibility)Hl7.Fhir.Specification.R4B
(meta package for backward compatibility)Hl7.Fhir.Specification.R5
(meta package for backward compatibility)
Please take note of the following changes if you are upgrading:
- You should only reference the main package (
Hl7.Fhir.<release>
). - If you need the
specification.zip
(for validation, if you are using theZipSource
resolver), addHl7.Fhir.Specification.Data.<release>
. - The "old"
Hl7.Fhir.Specification.<release>
package is now a metapackage that will include these two packages. - You should not reference any other packages that existed pre-5.0 (
Hl7.Fhir.ElementModel
etc.)
The profile validator has been split off into its own repository. The NuGet packages for the validator that are compatible with the SDK 5.0 release can be found on NuGet.
See also here for the breaking changes in 5.0.
4.3.0 for STU3 (release 20220921)
Changes:
New Functionality:
- #2222: Need way to provide ExceptionHandler (ExceptionNotificationHandler) to Serializers
Others:
- #2250: Binding: Add Error message to the response message
- #2249: Pass the ExceptionHandler in from the settings into the PocoBuilder
- #2245: Merge backwards of R4
- #2243: Merge backwards from R4
- #2237: Remove rule on DomainResource that contained resources cannot have narrative
- #2236: [Validator] Also validate the instance type when the definition has children
- #2210: 2192 - Make Response Headers case insensitive
See More
- #2220: Do removals in snapshot generation after all other actions. [STU3]
- #2226: LocalTerminologyService: Omit
system
in error message when it is not present. - #2227: Fix index out of bounds error when trying to parse illegal history resource identifier
- #2212: Bump BenchmarkDotNet from 0.13.1 to 0.13.2
- #2214: Fix parsing of narrative in FhirXmlPocoDeserializer [STU3]
- #2216: Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1
This list of changes was auto generated.
4.3.0 for R5 (release 20220921)
Changes:
Bugfixes:
- #2106: FhirClient TerminologyServiceExtensions Expand incorrect parameter
New Functionality:
- #2222: Need way to provide ExceptionHandler (ExceptionNotificationHandler) to Serializers
Others:
- #2250: Binding: Add Error message to the response message
- #2249: Pass the ExceptionHandler in from the settings into the PocoBuilder
- #2244: 2106 - Terminologyserviceexpand
- #2225: Bugfix/2106 terminologyserviceexpand
- #2237: Remove rule on DomainResource that contained resources cannot have narrative
- #2236: [Validator] Also validate the instance type when the definition has children
See More
* #2233: 2232 Support implicit type slicing * #2210: 2192 - Make Response Headers case insensitive * #2221: [SnapshotGenerator] Do removals in snapshot generation after all other actions. [R4] * #2220: Do removals in snapshot generation after all other actions. [STU3] * #2226: LocalTerminologyService: Omit `system` in error message when it is not present. * #2227: Fix index out of bounds error when trying to parse illegal history resource identifier * #2212: Bump BenchmarkDotNet from 0.13.1 to 0.13.2 * #2214: Fix parsing of narrative in FhirXmlPocoDeserializer [STU3] * #2216: Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1This list of changes was auto generated.
4.3.0 for R4B (release 20220921)
Changes:
Bugfixes:
- #2106: FhirClient TerminologyServiceExtensions Expand incorrect parameter
New Functionality:
- #2222: Need way to provide ExceptionHandler (ExceptionNotificationHandler) to Serializers
Others:
- #2250: Binding: Add Error message to the response message
- #2248: Pass the exceptionhandler in from the settings into the pocobuilder
- #2244: 2106 - Terminologyserviceexpand
- #2225: Bugfix/2106 terminologyserviceexpand
- #2237: Remove rule on DomainResource that contained resources cannot have narrative
See More
- #2236: [Validator] Also validate the instance type when the definition has children
- #2233: 2232 Support implicit type slicing
- #2210: 2192 - Make Response Headers case insensitive
- #2221: [SnapshotGenerator] Do removals in snapshot generation after all other actions. [R4]
- #2226: LocalTerminologyService: Omit
system
in error message when it is not present. - #2227: Fix index out of bounds error when trying to parse illegal history resource identifier
- #2212: Bump BenchmarkDotNet from 0.13.1 to 0.13.2
- #2214: Fix parsing of narrative in FhirXmlPocoDeserializer [STU3]
- #2216: Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1
This list of changes was auto generated.
4.3.0 for R4 (release 20220921)
Changes:
New Functionality:
- #2222: Need way to provide ExceptionHandler (ExceptionNotificationHandler) to Serializers
Others:
- #2250: Binding: Add Error message to the response message
- #2248: Pass the exceptionhandler in from the settings into the pocobuilder
- #2244: 2106 - Terminologyserviceexpand
- #2225: Bugfix/2106 terminologyserviceexpand
- #2237: Remove rule on DomainResource that contained resources cannot have narrative
- #2236: [Validator] Also validate the instance type when the definition has children
- #2233: 2232 Support implicit type slicing
See More
* #2210: 2192 - Make Response Headers case insensitive * #2221: [SnapshotGenerator] Do removals in snapshot generation after all other actions. [R4] * #2226: LocalTerminologyService: Omit `system` in error message when it is not present. * #2227: Fix index out of bounds error when trying to parse illegal history resource identifier * #2212: Bump BenchmarkDotNet from 0.13.1 to 0.13.2 * #2214: Fix parsing of narrative in FhirXmlPocoDeserializer [STU3] * #2216: Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1This list of changes was auto generated.
4.2.1 for STU3 (release 20220817) HOTFIX
We unintendedly introduced a breaking change. Please use this version instead of version 4.2.0.
Changes:
- #2204: Fix breaking change: MAX_FP_EXPRESSION_CACHE_SIZE is added again
This list of changes was auto generated.
4.2.1 for R5 (release 20220817) HOTFIX
We unintendedly introduced a breaking change. Please use this version instead of version 4.2.0.
Changes:
- #2204: Fix breaking change: MAX_FP_EXPRESSION_CACHE_SIZE is added again
This list of changes was auto generated.
4.2.1 for R4B (release 20220817) HOTFIX
We unintendedly introduced a breaking change. Please use this version instead of version 4.2.0.
Changes:
- #2204: Fix breaking change: MAX_FP_EXPRESSION_CACHE_SIZE is added again
This list of changes was auto generated.
4.2.1 for R4 (release 20220817) HOTFIX
We unintendedly introduced a breaking change. Please use this version instead of version 4.2.0.
Changes:
- #2204: Fix breaking change: MAX_FP_EXPRESSION_CACHE_SIZE is added again
This list of changes was auto generated.