Newer Version Available
Create JSON Objects From HL7 Data
Configure your HL7 broker (such as Cloverleaf or Corepoint) or
enterprise service bus (such as Mulesoft) to create the appropriate JSON
structure.
The JSON structure is what Salesforce uses to populate the Health
Cloud data objects. Your string payload must be valid JSON with all data
types resolved.
Example
Characters that are valid in HL7 transmissions may not be parsable
in Health Cloud operations. For example, the caret used as a component
separator in this HL7 string would cause a parse error in Health Cloud.
Instead,
pass it in like this:
1"MSH_9": "ADT^A04"1"MSH_9": {
2 "MSG_1": "ADT",
3 "MSG_2": "A04"
4 }