Skip to content

Commit

Permalink
Merge pull request #136 from FirelyTeam/clarify-bulk-input
Browse files Browse the repository at this point in the history
Clarify that FHIR Mapper only accepts bulk data as a CSV
  • Loading branch information
alexzautke committed Dec 29, 2020
2 parents b5cc301 + fd3d9c9 commit d8d287b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mappingengine/specialconsiderations/considerations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ Enclose the ``where`` and ``check`` FHIRPath statements (`documentation <https:/

src.contact as s where "address.exists()" -> ...
bulk input
~~~~~~~~~~
In order to transform data in bulk, submit it in CSV format. JSON format supports only individual transformations.

0 comments on commit d8d287b

Please sign in to comment.