New
v0.7.1 - General performance improvements and bug fixes
C++
- Adds an
ErrorReporterto expose encountered profile conversion and validation issues - Improves FHIRPath handling of
Decimalprimitives, adds support for FHIRPath substring functions, and includes general FHIRPath performance improvements - Minor performance improvements and bug fixes to parsing/printing
Bug Fixes
- Ensure FHIR
Date/Datetimeyearis always printed with four digits according to the specification - Properly resolve
X.referenceto a string during FHIRPath evaluation - Fix FHIRPath handling of the
unionoperator - Fix handling of parsing complex
Extensions with singular repeated fields - Fix FHIR parser race condition present in memoization
Go
- Deprecated
proto.MessageV1APIs are migrated toproto.MessageV2 - Marshalling extension fields to the analytic schema will now fail as conflicting if the field name differs only by case