Skip to content

JSON and FHIR Index

This index lists all JSON and FHIR related objects and methods.

Note

The message and source object methods listed in this file can be used with JSON Message Model messages only. In addition to the methods listed here, all methods listed in the Source and Message indexes also apply to JSON Message Model messages.

message vs source objects:

Many methods exist in both the message and source objects.

  • Use source.* when:
    • You need to read values from the original incoming message.
    • You want to reference the message before any mapping changes.
  • Use message.* when:
    • You want to read or modify the current working message.
    • You are transforming the message during mapping.
  • Important: changes made using message.* do not modify the original source message.

Index (signatures)

JSON methods

hapi.context methods

message methods

qie methods

source methods