Releases: microsoft/FHIR-Converter
Releases · microsoft/FHIR-Converter
v3.3.1
v3.3
Changes:
- 4d3903d Merge pull request #191 from microsoft/dotliquid
- 0bb471e Update version to v3.3 (#190)
- 5365a04 Changed encoding of all the templates from UTF8-BOM to UTF8 (#189)
- 6e65b08 Add support for date filters for yyyy or yyyy-MM (#184)
- 448ec88 Move outputprocessor out from hl7v2 (#183)
- bdb9988 Add reference properties for resource templates, add referred resources in main templates (#174)
This list of changes was auto generated.
v3.2
Changes:
- cbe5eab Merge pull request #177 from microsoft/dotliquid
- 3376786 Personal/sowu/update oras tool (#178)
- 65fc48f Replace Hash.FromAnonymousObject with Hash.FromDictionary (#180)
- eef0d21 add dotnet restore (#179)
- 1c94339 Upgrade version to v3.2 (#176)
- 25d1860 Fix incorrect conversion result caused by BOM (#171)
- 6f41cc2 2021.01.08 updated bundle type (#175)
- 0ad9b78 Fix the handlebars-style reference ID in resource templates (#166)
- 129ee82 Fixed trace info indexing issue for MSH segments while generating unused segments (#170)
- 6cd466b Fix issue #142, #159 by updating field parsing logics and templates (#160)
v3.1.2
v3.1.1
Changes:
- bc0f013 Fix command-line tool options of help and version (#132)
- eadcdb9 Refine template loading performance (#138)
- 0697172 Fix bug for pulling templates in command-line tool (#145)
- a9a2507 Update template management documents (#135)
- fda6983 Refine command-line tool options and fix typos (#144)
- 09044fb Update document for TraceInfo (#147)
- fd19cc2 Fixed FHIR server name (#143)
v3.1
Changes:
- 851ef13 Update version to v3.1 (#131)
- b7d3d84 [DotLiquid] Add TraceInfo for HL7 v2 conversion (#123)
- 483d847 add github auto release for main branch (#129)
- d224895 Added -data details (#128)
- 9d31abc Personal/sowu/cli exception 2.0 (#127)
- 05879e8 Personal/sowu/doc template management cli (#118)
- 3928b16 fix warning & refine tests (#124)
- 4168fdc Update functional tests of converter engine (#122)
- cb00b7c Use default templates as embedded resource (#119)
- 1157599 add functional tests in build pipeline (#121)
- a187155 Personal/sowu/template management vscode pull (#113)
This list of changes was auto generated.
v3.0
v2.1.0
-
Added some new sample files of HL7 V2 and C-CDA types.
-
Finished end to end test mechanism, including rule-based testing and regression testing.
-
Updated and improved the quality of templates.
- Handled part of the repeatable V2 identifiers
- Added guard conditions to filter null or undefined segments
- Updated resource request method from
POST
toPUT
-
Updated API parameters and response properties.
- Now you can use
unusedSegments
andinvalidAccess
to control whether to include extra UI-related response fields - Please check this commit for more details
- Now you can use
-
Solved the issue that the web portal can't correctly process non-English input
-
Solved the issue that some repeatable V2 identifiers can't be processed as an array
-
And some other issues, please reference the issues list for more details