FHIR Transformer Step Type - rbeckman-nextgen/test-mc GitHub Wiki
Created by Nick Rupley, last modified on May 10, 2018
This transformer step uses the FHIR Resource Builder to create a new FHIR resource or data type. Once created, you can store the object in a map (such as the channel map) or as a variable local to the transformer, to use in a subsequent step.
In the upper-right, double-click the drop-down menu in the Type column to switch to a FHIR Resource Builder.

The following settings panel shows up:

With the Store As option, you can choose to store the resource as a local variable or in a variable map. With Local Variable, the finished JavaScript Object will be set to a variable local to the transformer. You can use that variable in subsequent transformer steps, but not outside the transformer. With Map Variable, the finished object will be converted into a JSON string and stored in the variable map of your choice.


Document generated by Confluence on Nov 11, 2019 08:40