Populating Values
To the right of each property name are the options you have available to populate the property. The options will vary depending on the type of property. For example, the following JSON value types typically only have a single text field:
- String
- Boolean
- Number
- Integer
- Null
You can enter in hard-coded values as shown in the screenshot above. Or, depending on the context you can provide dynamic variable replacement.
FHIR Sender
When using the resource builder on a FHIR Sender, you can use Velocity variable replacements such as ${varName}. You can also drag-and-drop variables over from the right-hand-side Destination Mappings list.
FHIR Transformer Step / Code Template
When using the resource builder on a FHIR Transformer Step Type or FHIR Transformer Step Type, any JavaScript expression is valid. For String values, you can also choose to enter a hard-coded literal value. Next to each String value field, there is a button you can use to toggle between these two modes: