FHIR Chat · New release .NET libraries · dotnet

Stream: dotnet

Topic: New release .NET libraries


view this post on Zulip Ewout Kramer (Aug 04 2016 at 15:58):

We have just released a new DSTU2 release (0.90.5)! You can find the details about what's new at http://ewoutkramer.github.io/fhir-net-api/whats-new! Some highlights:

  • Support for serialization where _summary=data
  • You can (and should) now create an instance of a FhirXmlParser or FhirJsonParser instead of using the static methods on FhirParser
  • Introduced a setting to allow parser to parse (and serialize) unrecognized enumeration values.
  • Snapshot generator now supports all DSTU2 features (re-slicing limited to extensions, though)

And of course numerous bug fixes. Keep them coming!


Last updated: Apr 12 2022 at 19:14 UTC