Skip to content

1.6.0 for R4 (released 20200304)

Compare
Choose a tag to compare
@marcovisserFurore marcovisserFurore released this 04 Mar 12:31

Bugfixes

  • #1065 Constraint Validations having issues with threading
  • #1174 TypedElementToSourceNodeAdapter should return IResourceTypeSupplier annotation
  • #1183 Investigate unit tests of Grahame
  • #1188 [SnapshotGenerator] render canonicalUrl in elementdefinition.constraint.source instead of FhirType name
  • #1196 DomNode takes now choice types into account in the children list
  • #1200 Conditional update is not URL-encoding spaces in search parameters
  • #1244 Appointment validation in bundle failed
  • #1247 Publish packages to NuGet gives warnings
  • #1265 Remove duplicate validation errors

New Functionality

We have added Consolidated CDA (C-CDA) support. This means that C-CDA documents (xml of json format) can be parsed and interpreted. This is still in alpha phase and it is not recommended to use in production.

README.md has been updated with support for cloning this repository.

Breaking change

We have added an extra property DefaultTypeName to the interface IElementDefinitionSummary. So when you implement this interface in your own code, you should implement this property.

Note

Active development of DSTU2 has stopped, the included DSTU2 1.6.0 update is there to retain binary compatibility with the newer shared assemblies but has none of the new features.