Skip to content

Commit

Permalink
Update supportedfeatures.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzautke committed Dec 28, 2020
1 parent 216a570 commit b5cc301
Showing 1 changed file with 1 addition 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 @@ -55,7 +55,7 @@ The FHIR Mapping language defines a series of transformation functions that can
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.
- ``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: ::

Expand Down

0 comments on commit b5cc301

Please sign in to comment.