Skip to content

Releases: microsoft/FHIR-Converter

v3.3.1

01 Feb 01:41
0f4e373
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v3.3

25 Jan 10:03
4d3903d
Compare
Choose a tag to compare

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

13 Jan 10:04
cbe5eab
Compare
Choose a tag to compare

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)
See More
  • 126ecc1 Fixed issue that incorrectly handling of escaped characters in origin message (#168)
  • 86f3eb9 Support Linux and add functional tests for vscode client (#169) [ #156 ]

This list of changes was auto generated.

v3.1.2

25 Dec 06:18
6f106e9
Compare
Choose a tag to compare

Changes:

v3.1.1

18 Dec 14:31
c6a87f8
Compare
Choose a tag to compare

Changes:

v3.1

14 Dec 07:33
851ef13
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

v3.0

01 Dec 10:05
95ffacc
Compare
Choose a tag to compare

Support converting data from HL7 v2 to FHIR with DotLiquid engine.

v2.1.0

16 Nov 07:55
Compare
Choose a tag to compare
  • 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 to PUT
  • Updated API parameters and response properties.

    • Now you can use unusedSegments and invalidAccess to control whether to include extra UI-related response fields
    • Please check this commit for more details
  • 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

v2.0.0

12 Jun 21:55
b05126f
Compare
Choose a tag to compare
  • Support for converting data from C-CDA to FHIR.
  • Breaking changes in API

v1.0.0

12 Jun 21:49
1f9c0b7
Compare
Choose a tag to compare

Support for converting data from Hl7v2 to FHIR.