FHIR Chat · Multi-version library · dotnet

Stream: dotnet

Topic: Multi-version library


view this post on Zulip Michele Mottini (Mar 26 2019 at 13:19):

I have a new (preliminary) release of the multi-version library up - https://www.nuget.org/packages/CareEvolution.Fhir.Core/1.3.0-alpha
Features:
- aligned with the latest version of the main (DSTU2) library
- support DSTU2, STU3, R4
- base classes (Resource, DomainResource) and most data type classes (Coding, CodeableConcept, ResourceReference, Identifier etc) are shared
- defines common shared interfaces for all classes that are version-dependent, so for example there is an IPatient class implemented by the DSTU2, STU3 and R4 specific Patient classes
- do not serialize empty values
- support both DSTU2 and STU3/R4 sort syntax

view this post on Zulip Michele Mottini (Mar 26 2019 at 13:19):

Source code at https://github.com/CareEvolution/fhir-net-api


Last updated: Apr 12 2022 at 19:14 UTC