Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Chapter 98. FHIR JSon DataFormat

Available as of Camel version 2.21Available as of Camel version 2.21Available as of Camel version 2.21

The FHIR-JSON Data Format leverages HAPI-FHIR’s JSON parser to parse to/from JSON format to/from a HAPI-FHIR’s IBaseResource.

98.1. FHIR JSON Format Options

The FHIR JSon dataformat supports 2 options which are listed below.

NameDefaultJava TypeDescription

fhirVersion

DSTU3

String

The version of FHIR to use. Possible values are: DSTU2,DSTU2_HL7ORG,DSTU2_1,DSTU3,R4

contentTypeHeader

false

Boolean

Whether the data format should set the Content-Type header with the type from the data format if the data format is capable of doing so. For example application/xml for data formats marshalling to XML, or application/json for data formats marshalling to JSon etc.