Skip to content

Commit

Permalink
Merge pull request #180 from FirelyTeam/alexzautke-patch-2
Browse files Browse the repository at this point in the history
Release notes FHIR Mapper v0.7.0 / 0.7.1
  • Loading branch information
alexzautke committed May 17, 2021
2 parents 5c93d6d + ca0fd47 commit dc65396
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mappingengine/featureslist/supportedfeatures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Additional parameters are supported:
- ``dateOp('<input>', '<inputFormat>', '<date | dateTime>')``
- ``dateOp('<input>', '<inputFormat>', '<outputFormat>', '<outputType>')``. Custom types for other information models then FHIR are supported as the outputType. See `Custom date and time format strings <https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings>`_ for available format strings.

3. ``uuid()`` - create a random UUID: ::
3. ``uuid()`` / ``uuid('<name>', '<3 | 5>')`` - create a random UUID. See `RFC4122 <https://tools.ietf.org/html/rfc4122#section-4.3>`_ for more information. ::

src -> tgt.id = uuid();

Expand Down
11 changes: 11 additions & 0 deletions mappingengine/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.

.. _mapping_releasenotes_060:

Release 0.7.1 - 2021-05-12
--------------------------
- Fix: CSV entries that are enclosed with a double-qoute (e.g. values that contain a delimiter sign in the value itself) do not contain the surrounding quotes as part of their value anymore when mapped to FHIR

Release 0.7.0 - 2021-04-09
--------------------------
- Feature: Added an overload to the uuid() mapping function. It allows to create uuids in version 3 and version 5. See :ref:`fhirmapper_supportedfeatures`.
- Fix: Re-enabled support for (C)-CDA Transformations
- Fix: CSV parser preserves the casing of the CSV headers, uppercase headers don't need to be written as lowercase anymore
- Fix: Segment location is reported in OperationOutcome error message if segment contains too many components

Release 0.6.0 - 2021-01-27
--------------------------

Expand Down

0 comments on commit dc65396

Please sign in to comment.