ContentType
The format used for accessing your FHIR Server data. The available values are: XML or JSON.
Possible Values
AUTO, XML, JSONData Type
string
Default Value
"AUTO"
Remarks
By default(AUTO mode) the driver tries to get data in JSON mode, if the server return an error then we set contentType to XML.